-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 12 pull requests #68034
Rollup of 12 pull requests #68034
Commits on Dec 26, 2019
-
Treat extern statics just like statics in the "const pointer to stati…
…c" representation
Configuration menu - View commit details
-
Copy full SHA for 097e14d - Browse repository at this point
Copy the full SHA 097e14dView commit details
Commits on Jan 5, 2020
-
Fix incremental builds of core by allowing unused attribute.
The same problem as in rust-lang#65023 was introduced by rust-lang#67657. This works around the current incrcomp issue with these attributes by allowing it here.
Configuration menu - View commit details
-
Copy full SHA for 3458aba - Browse repository at this point
Copy the full SHA 3458abaView commit details
Commits on Jan 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0a6cdc2 - Browse repository at this point
Copy the full SHA 0a6cdc2View commit details
Commits on Jan 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f720469 - Browse repository at this point
Copy the full SHA f720469View commit details -
Configuration menu - View commit details
-
Copy full SHA for c524f3c - Browse repository at this point
Copy the full SHA c524f3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 326994d - Browse repository at this point
Copy the full SHA 326994dView commit details -
Spell check librustc_error_codes
Found one wrongly spelled error message and decided to check all the error messages for wrongly spelled statements. Signed-off-by: wcampbell <wcampbell1995@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c9a55fe - Browse repository at this point
Copy the full SHA c9a55feView commit details -
Explain that associated types and consts can't be accessed directly o…
…n the trait's path
Configuration menu - View commit details
-
Copy full SHA for ac3d4cc - Browse repository at this point
Copy the full SHA ac3d4ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3b206f - Browse repository at this point
Copy the full SHA b3b206fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a93cb - Browse repository at this point
Copy the full SHA 41a93cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcb98bd - Browse repository at this point
Copy the full SHA bcb98bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for adaa521 - Browse repository at this point
Copy the full SHA adaa521View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eb83f2 - Browse repository at this point
Copy the full SHA 3eb83f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41453d2 - Browse repository at this point
Copy the full SHA 41453d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f13ba8 - Browse repository at this point
Copy the full SHA 3f13ba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b08c7e - Browse repository at this point
Copy the full SHA 4b08c7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62e9ccb - Browse repository at this point
Copy the full SHA 62e9ccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8351667 - Browse repository at this point
Copy the full SHA 8351667View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37d76dc - Browse repository at this point
Copy the full SHA 37d76dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 922f8b7 - Browse repository at this point
Copy the full SHA 922f8b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0997388 - Browse repository at this point
Copy the full SHA 0997388View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ea108 - Browse repository at this point
Copy the full SHA 74ea108View commit details -
Fix Typo on cannot "substract"
Fix Typo on hir::BinOpKind::Sub "substract" to "subtract" Fix Typo on "Error cannot substract" Fix Typo on cannot "substract"
Configuration menu - View commit details
-
Copy full SHA for 7de174b - Browse repository at this point
Copy the full SHA 7de174bView commit details -
Rollup merge of rust-lang#67630 - oli-obk:extern_ptr_dangling, r=spas…
…torino Treat extern statics just like statics in the "const pointer to static" representation fixes rust-lang#67612 r? @spastorino cc @RalfJung this does not affect runtime promotion at all. This is just about promotion within static item bodies.
Configuration menu - View commit details
-
Copy full SHA for 60bef14 - Browse repository at this point
Copy the full SHA 60bef14View commit details -
Rollup merge of rust-lang#67747 - estebank:bare-assoc-const, r=Centril
Explain that associated types and consts can't be accessed directly on the trait's path Partially address rust-lang#44539.
Configuration menu - View commit details
-
Copy full SHA for 1a0b2a5 - Browse repository at this point
Copy the full SHA 1a0b2a5View commit details -
Rollup merge of rust-lang#67884 - anp:allow-unused-const-attr, r=oli-obk
Fix incremental builds of core by allowing unused attribute. I *think* that the same problem as in rust-lang#65023 was introduced by rust-lang#67657. This works around the current incrcomp issue with these attributes by allowing it here. This resolves the near-term issue for me, at least.
Configuration menu - View commit details
-
Copy full SHA for 11f0013 - Browse repository at this point
Copy the full SHA 11f0013View commit details -
Rollup merge of rust-lang#67966 - popzxc:core-std-matches, r=Centril
Use matches macro in libcore and libstd This PR replaces matches like ```rust match var { value => true, _ => false, } ``` with use of `matches!` macro. r? @Centril
Configuration menu - View commit details
-
Copy full SHA for 5ea6978 - Browse repository at this point
Copy the full SHA 5ea6978View commit details -
Rollup merge of rust-lang#67979 - Centril:hir-cleanup, r=Zoxc
Move `intravisit` => `rustc_hir` + misc cleanup Working towards rust-lang#65031. This should eventually enable getting rid of rustc as a dependency in various passes (e.g. lints). cc rust-lang#67806 (this also facilitates liberating lints from tcx) cc rust-lang#67922 (some other dep reductions) r? @Zoxc
Configuration menu - View commit details
-
Copy full SHA for 0b3ef24 - Browse repository at this point
Copy the full SHA 0b3ef24View commit details -
Rollup merge of rust-lang#67986 - JohnTitor:fix-ice-rust-call, r=varkor
Display more informative ICE Fixes rust-lang#66696
Configuration menu - View commit details
-
Copy full SHA for ea9a03d - Browse repository at this point
Copy the full SHA ea9a03dView commit details -
Rollup merge of rust-lang#67990 - Centril:slice-pats-move-tests-match…
…, r=matthewjasper slice patterns: harden match-based borrowck tests This hardens some move-checking tests wrt. slice patterns and `match` expressions. r? @matthewjasper cc @pnkfelix cc rust-lang#67712 cc rust-lang#53114
Configuration menu - View commit details
-
Copy full SHA for 916a7d3 - Browse repository at this point
Copy the full SHA 916a7d3View commit details -
Rollup merge of rust-lang#68005 - GuillaumeGomez:explanation-e0184, r…
…=Dylan-DPC Improve E0184 explanation r? @Dylan-DPC
Configuration menu - View commit details
-
Copy full SHA for 91d5fba - Browse repository at this point
Copy the full SHA 91d5fbaView commit details -
Rollup merge of rust-lang#68009 - wcampbell0x2a:spellcheck-librustc_e…
…rror_codes, r=Centril Spell check librustc_error_codes Found one wrongly spelled error message and decided to check all the error messages for wrongly spelled statements.
Configuration menu - View commit details
-
Copy full SHA for 1355fb5 - Browse repository at this point
Copy the full SHA 1355fb5View commit details -
Rollup merge of rust-lang#68023 - FSciammarella:master, r=Centril,varkor
Fix issue rust-lang#68008 Correcting Typo on error message. From "substract" to "subtract". Fixes rust-lang#68008.
Configuration menu - View commit details
-
Copy full SHA for d2922e5 - Browse repository at this point
Copy the full SHA d2922e5View commit details -
Rollup merge of rust-lang#68024 - petrochenkov:recoverall, r=Centril
Configuration menu - View commit details
-
Copy full SHA for 5e6eeb0 - Browse repository at this point
Copy the full SHA 5e6eeb0View commit details -
Rollup merge of rust-lang#68026 - llogiq:ch-ch-ch-ch-changes, r=varkor
Small improvements in lexical_region_resolve This just replaces a trivial `if` condition with a `|=` in two places. I could even have used a `fold` in the first case, but I think it would be less readable.
Configuration menu - View commit details
-
Copy full SHA for b24de8f - Browse repository at this point
Copy the full SHA b24de8fView commit details