-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 13 pull requests #65368
Rollup of 13 pull requests #65368
Commits on Oct 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 334bafe - Browse repository at this point
Copy the full SHA 334bafeView commit details
Commits on Oct 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4bb1592 - Browse repository at this point
Copy the full SHA 4bb1592View commit details
Commits on Oct 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5bb0a03 - Browse repository at this point
Copy the full SHA 5bb0a03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91cf02c - Browse repository at this point
Copy the full SHA 91cf02cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10671f1 - Browse repository at this point
Copy the full SHA 10671f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d21eeb1 - Browse repository at this point
Copy the full SHA d21eeb1View commit details -
resolve: fix error title regarding private constructors
The constructor is private, not the type. Idea credit to @petrochenkov, discussed at rust-lang#65153
Configuration menu - View commit details
-
Copy full SHA for 7140c02 - Browse repository at this point
Copy the full SHA 7140c02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d11bda - Browse repository at this point
Copy the full SHA 9d11bdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05db5a2 - Browse repository at this point
Copy the full SHA 05db5a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95a65cd - Browse repository at this point
Copy the full SHA 95a65cdView commit details
Commits on Oct 12, 2019
-
replace the hand-written binary search with the library one
Guanqun Lu committedOct 12, 2019 Configuration menu - View commit details
-
Copy full SHA for e039534 - Browse repository at this point
Copy the full SHA e039534View commit details -
Improve docs on some char boolean methods
BO41 committedOct 12, 2019 Configuration menu - View commit details
-
Copy full SHA for d8c2956 - Browse repository at this point
Copy the full SHA d8c2956View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2b2362 - Browse repository at this point
Copy the full SHA a2b2362View commit details -
compress the function, remove the assert check.
Guanqun Lu committedOct 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 63cb2fa - Browse repository at this point
Copy the full SHA 63cb2faView commit details -
Configuration menu - View commit details
-
Copy full SHA for f363550 - Browse repository at this point
Copy the full SHA f363550View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ab45d - Browse repository at this point
Copy the full SHA d6ab45dView commit details
Commits on Oct 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9f09387 - Browse repository at this point
Copy the full SHA 9f09387View commit details -
Configuration menu - View commit details
-
Copy full SHA for 477a68b - Browse repository at this point
Copy the full SHA 477a68bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7effe63 - Browse repository at this point
Copy the full SHA 7effe63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94db37a - Browse repository at this point
Copy the full SHA 94db37aView commit details -
Rollup merge of rust-lang#65039 - HeroicKatora:deny-by-default-book, …
…r=GuillaumeGomez Document missing deny by default lints
Configuration menu - View commit details
-
Copy full SHA for d0f8bd6 - Browse repository at this point
Copy the full SHA d0f8bd6View commit details -
Rollup merge of rust-lang#65069 - crgl:clone-from-vec-deque, r=bluss
Implement Clone::clone_from for VecDeque See rust-lang#28481. For simple data types with the target much longer than the source, this implementation can be significantly slower than the default (probably due to the use of truncate). However, it should be substantially faster when cloning from nested data structures with similar shapes or when cloning from VecDeques with similar lengths, hopefully more common use cases for clone_from.
Configuration menu - View commit details
-
Copy full SHA for 4dc0b8a - Browse repository at this point
Copy the full SHA 4dc0b8aView commit details -
Rollup merge of rust-lang#65165 - BO41:char_docs, r=varkor
Improve docs on some char boolean methods simple revival of rust-lang#61794 (also rustfmt on rest of file :) Documentation for `is_xid_start()` and `is_xid_continue()` couldn't be improved since both methods got remove from this repository r? @dtolnay cc @JohnCSimon
Configuration menu - View commit details
-
Copy full SHA for 82fb193 - Browse repository at this point
Copy the full SHA 82fb193View commit details -
Rollup merge of rust-lang#65248 - estebank:mention-if-let, r=cramertj
Suggest `if let` on `let` refutable binding Fix rust-lang#58385.
Configuration menu - View commit details
-
Copy full SHA for 963e4bc - Browse repository at this point
Copy the full SHA 963e4bcView commit details -
Rollup merge of rust-lang#65250 - da-x:ctor-in-error-msgs, r=petroche…
…nkov resolve: fix error title regarding private constructors One reason is that constructors can be private while their types can be public. Idea credit to @petrochenkov, discussed at rust-lang#65153
Configuration menu - View commit details
-
Copy full SHA for 540278c - Browse repository at this point
Copy the full SHA 540278cView commit details -
Rollup merge of rust-lang#65295 - estebank:gotta-go-fast, r=nnethercote
Move diagnostics code out of the critical path Follow up to rust-lang#65077. r? @nnethercote
Configuration menu - View commit details
-
Copy full SHA for 433ea1a - Browse repository at this point
Copy the full SHA 433ea1aView commit details -
Rollup merge of rust-lang#65320 - memoryruins:const_err, r=oli-obk
Report `CONST_ERR` lint in external macros fixes rust-lang#65300 fixes rust-lang#61058 r? @oli-obk
Configuration menu - View commit details
-
Copy full SHA for 643261a - Browse repository at this point
Copy the full SHA 643261aView commit details -
Rollup merge of rust-lang#65327 - guanqun:remove-hand-binary-search, …
…r=petrochenkov replace the hand-written binary search with the library one
Configuration menu - View commit details
-
Copy full SHA for af8a6e5 - Browse repository at this point
Copy the full SHA af8a6e5View commit details -
Rollup merge of rust-lang#65339 - RalfJung:atomic-ordering, r=Centril
do not reference LLVM for our concurrency memory model Fixes rust-lang#65282
Configuration menu - View commit details
-
Copy full SHA for 293d02d - Browse repository at this point
Copy the full SHA 293d02dView commit details -
Rollup merge of rust-lang#65357 - Centril:simplify-maybe-annotate-wit…
…h-ascription, r=davidtwco syntax: simplify maybe_annotate_with_ascription Split out from rust-lang#65324. r? @estebank
Configuration menu - View commit details
-
Copy full SHA for b143aa2 - Browse repository at this point
Copy the full SHA b143aa2View commit details -
Rollup merge of rust-lang#65358 - Centril:smsf, r=davidtwco
simplify maybe_stage_features Extracted from rust-lang#65324. r? @estebank
Configuration menu - View commit details
-
Copy full SHA for 5af528a - Browse repository at this point
Copy the full SHA 5af528aView commit details -
Rollup merge of rust-lang#65359 - Centril:sil, r=davidtwco
simplify integer_lit Extracted from rust-lang#65324. r? @davidtwco
Configuration menu - View commit details
-
Copy full SHA for af54a3e - Browse repository at this point
Copy the full SHA af54a3eView commit details -
Rollup merge of rust-lang#65360 - Centril:mbrpt, r=petrochenkov
mbe: reduce panictry! uses. Extracted from rust-lang#65324. r? @petrochenkov
Configuration menu - View commit details
-
Copy full SHA for b828591 - Browse repository at this point
Copy the full SHA b828591View commit details