-
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 9 pull requests #70335
Rollup of 9 pull requests #70335
Commits on Mar 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2daaf2b - Browse repository at this point
Copy the full SHA 2daaf2bView commit details
Commits on Mar 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1661a0a - Browse repository at this point
Copy the full SHA 1661a0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdb2c3c - Browse repository at this point
Copy the full SHA cdb2c3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e5d81d - Browse repository at this point
Copy the full SHA 1e5d81dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82f4a1a - Browse repository at this point
Copy the full SHA 82f4a1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12607ef - Browse repository at this point
Copy the full SHA 12607efView commit details -
Configuration menu - View commit details
-
Copy full SHA for f767f54 - Browse repository at this point
Copy the full SHA f767f54View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8b0e40 - Browse repository at this point
Copy the full SHA a8b0e40View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffe1289 - Browse repository at this point
Copy the full SHA ffe1289View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9664002 - Browse repository at this point
Copy the full SHA 9664002View commit details -
Configuration menu - View commit details
-
Copy full SHA for be97eb4 - Browse repository at this point
Copy the full SHA be97eb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d40dff9 - Browse repository at this point
Copy the full SHA d40dff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cda81da - Browse repository at this point
Copy the full SHA cda81daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e8b795 - Browse repository at this point
Copy the full SHA 5e8b795View commit details
Commits on Mar 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 410385d - Browse repository at this point
Copy the full SHA 410385dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e619b85 - Browse repository at this point
Copy the full SHA e619b85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19e6935 - Browse repository at this point
Copy the full SHA 19e6935View commit details -
Configuration menu - View commit details
-
Copy full SHA for 799b15e - Browse repository at this point
Copy the full SHA 799b15eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa5a15c - Browse repository at this point
Copy the full SHA fa5a15cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f89c38 - Browse repository at this point
Copy the full SHA 3f89c38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 770be24 - Browse repository at this point
Copy the full SHA 770be24View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3b9881 - Browse repository at this point
Copy the full SHA c3b9881View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bcd9fe - Browse repository at this point
Copy the full SHA 9bcd9feView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7c2fa1 - Browse repository at this point
Copy the full SHA c7c2fa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ebc72f - Browse repository at this point
Copy the full SHA 9ebc72fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 124ab20 - Browse repository at this point
Copy the full SHA 124ab20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1df7641 - Browse repository at this point
Copy the full SHA 1df7641View commit details -
Configuration menu - View commit details
-
Copy full SHA for e75158d - Browse repository at this point
Copy the full SHA e75158dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aa15bf - Browse repository at this point
Copy the full SHA 5aa15bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f513b5 - Browse repository at this point
Copy the full SHA 4f513b5View commit details -
Rollup merge of rust-lang#66938 - GuillaumeGomez:lint-for-no-crate-le…
…vel-doc, r=Dylan-DPC Add lint when no doc is present at the crate-level Follow-up of rust-lang#66267. r? @kinnison
Configuration menu - View commit details
-
Copy full SHA for ccedc15 - Browse repository at this point
Copy the full SHA ccedc15View commit details -
Rollup merge of rust-lang#69740 - mark-i-m:describe-it-3, r=eddyb
Replace some desc logic in librustc_lint with article_and_desc r? @eddyb @Centril @matthewjasper Followup to rust-lang#69674 Blocked on rust-lang#69498
Configuration menu - View commit details
-
Copy full SHA for 093602e - Browse repository at this point
Copy the full SHA 093602eView commit details -
Rollup merge of rust-lang#69981 - oli-obk:const_blocks, r=eddyb
Evaluate repeat expression lengths as late as possible Fixes rust-lang#68567 r? @varkor
Configuration menu - View commit details
-
Copy full SHA for 32b6b1e - Browse repository at this point
Copy the full SHA 32b6b1eView commit details -
Rollup merge of rust-lang#70015 - jonas-schievink:gen-needs-drop, r=m…
…atthewjasper Make `needs_drop` less pessimistic on generators Generators only have non-trivial drop logic when they may store (in upvars or across yields) a type that does. This prevents generation of some unnecessary MIR in simple generators. There might be some impact on compile times, but this is probably limited in real-world applications. ~~This builds off of rust-lang#69814 since that contains some fixes that are made relevant by *this* PR (see rust-lang#69814 (comment) (this has been merged)
Configuration menu - View commit details
-
Copy full SHA for c8fb14e - Browse repository at this point
Copy the full SHA c8fb14eView commit details -
Rollup merge of rust-lang#70264 - tirr-c:issue-69789-mut-suggestion, …
…r=estebank Fix invalid suggestion on `&mut` iterators yielding `&` references Fixes rust-lang#69789. rustc suggested an invalid code when `&` reference from `&mut` iterator is mutated. The compiler knew we're mutating a value behind `&` reference, but as the assignment RHS is from desugaring, it could only see the iterator expression from source and inserted `mut` there. r? @estebank
Configuration menu - View commit details
-
Copy full SHA for a897944 - Browse repository at this point
Copy the full SHA a897944View commit details -
Rollup merge of rust-lang#70267 - RalfJung:const-prop-unsup, r=oli-ob…
…k,wesleywiser get rid of ConstPropUnsupported; use ZST marker structs instead This gets rid of yet another machine-specific error variant. r? @oli-obk
Configuration menu - View commit details
-
Copy full SHA for c213d76 - Browse repository at this point
Copy the full SHA c213d76View commit details -
Rollup merge of rust-lang#70277 - matthewjasper:remove-closurebound, …
…r=nikomatsakis Remove `ReClosureBound` We now substitute external names for regions in the query response. r? @nikomatsakis
Configuration menu - View commit details
-
Copy full SHA for 4c53bfe - Browse repository at this point
Copy the full SHA 4c53bfeView commit details -
Rollup merge of rust-lang#70294 - estebank:bad-placeholder-in-where, …
…r=Centril Account for bad placeholder types in where clauses Fix rust-lang#70291. Follow up to rust-lang#69148.
Configuration menu - View commit details
-
Copy full SHA for de1b094 - Browse repository at this point
Copy the full SHA de1b094View commit details -
Rollup merge of rust-lang#70309 - GuillaumeGomez:cleanup-e0452, r=Dyl…
…an-DPC Clean up E0452 explanation r? @Dylan-DPC
Configuration menu - View commit details
-
Copy full SHA for c98c56e - Browse repository at this point
Copy the full SHA c98c56eView commit details