-
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 8 pull requests #70099
Rollup of 8 pull requests #70099
Commits on Feb 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a113609 - Browse repository at this point
Copy the full SHA a113609View commit details
Commits on Mar 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 57f1bb1 - Browse repository at this point
Copy the full SHA 57f1bb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64460a1 - Browse repository at this point
Copy the full SHA 64460a1View commit details
Commits on Mar 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b2779d8 - Browse repository at this point
Copy the full SHA b2779d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4266807 - Browse repository at this point
Copy the full SHA 4266807View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49aabd8 - Browse repository at this point
Copy the full SHA 49aabd8View commit details
Commits on Mar 16, 2020
-
Build dist-android with --enable-profiler
rojamd committedMar 16, 2020 Configuration menu - View commit details
-
Copy full SHA for f8870bf - Browse repository at this point
Copy the full SHA f8870bfView commit details
Commits on Mar 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5a9ccc9 - Browse repository at this point
Copy the full SHA 5a9ccc9View commit details -
Don't use
TypeckTables
in NiceRegionErrorRegions in TypeckTables will be erased, so are unusable for error reporting.
Configuration menu - View commit details
-
Copy full SHA for cefd030 - Browse repository at this point
Copy the full SHA cefd030View commit details -
Also skip duplicated region solving entirely with `-Zborrowck=mir`.
Configuration menu - View commit details
-
Copy full SHA for 0a7f16e - Browse repository at this point
Copy the full SHA 0a7f16eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ee5829 - Browse repository at this point
Copy the full SHA 1ee5829View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3314a34 - Browse repository at this point
Copy the full SHA 3314a34View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdaf9e4 - Browse repository at this point
Copy the full SHA bdaf9e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa20d96 - Browse repository at this point
Copy the full SHA aa20d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 429b16e - Browse repository at this point
Copy the full SHA 429b16eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f5a284 - Browse repository at this point
Copy the full SHA 7f5a284View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc4a577 - Browse repository at this point
Copy the full SHA cc4a577View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ac93ee - Browse repository at this point
Copy the full SHA 9ac93eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81172d8 - Browse repository at this point
Copy the full SHA 81172d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a017da - Browse repository at this point
Copy the full SHA 9a017daView commit details
Commits on Mar 18, 2020
-
Rollup merge of rust-lang#67749 - gilescope:keyword-in, r=Dylan-DPC
keyword docs for else and inkeyword docs for else and in. First cut of else and in keyword docs. Comments and suggestions more than welcome.
Configuration menu - View commit details
-
Copy full SHA for c64e386 - Browse repository at this point
Copy the full SHA c64e386View commit details -
Rollup merge of rust-lang#69139 - GuillaumeGomez:cleanup-e0308, r=Dyl…
…an-DPC clean up E0308 explanation r? @Dylan-DPC
Configuration menu - View commit details
-
Copy full SHA for ff06c34 - Browse repository at this point
Copy the full SHA ff06c34View commit details -
Rollup merge of rust-lang#69189 - matthewjasper:erase-the-world, r=ni…
…komatsakis Erase regions in writeback Regions in `TypeckTables` (except canonicalized user annotations) are now erased. Further, we no longer do lexical region solving on item bodies with `-Zborrowck=mir`. cc rust-lang#68261 r? @nikomatsakis
Configuration menu - View commit details
-
Copy full SHA for e069c31 - Browse repository at this point
Copy the full SHA e069c31View commit details -
Rollup merge of rust-lang#69497 - Zoxc:ast-fragment-error, r=petroche…
…nkov Don't unwind when hitting the macro expansion recursion limit This removes one use of `FatalError.raise()`. r? @petrochenkov
Configuration menu - View commit details
-
Copy full SHA for eb1e4d1 - Browse repository at this point
Copy the full SHA eb1e4d1View commit details -
Rollup merge of rust-lang#69837 - jonas-schievink:gen-discr-opt, r=tm…
…andry Use smaller discriminants for generators Closes rust-lang#69815 I'm not yet sure about the runtime performance impact of this, so I'll try running this on some benchmarks (if I can find any). (Update: No impact on the benchmarks I've measured on) * [x] Add test with a generator that has exactly 256 total states * [x] Add test with a generator that has more than 256 states so that it needs to use a u16 discriminant * [x] Add tests for the size of `Option<[generator]>` * [x] Add tests for the `discriminant_value` intrinsic in all cases
Configuration menu - View commit details
-
Copy full SHA for 5226ac4 - Browse repository at this point
Copy the full SHA 5226ac4View commit details -
Rollup merge of rust-lang#69899 - ecstatic-morse:const-idx-methods, r…
…=oli-obk Make methods declared by `newtype_index` macro `const` Crates that use the macro to define an `Idx` type need to enable `#![feature(const_if_match, const_panic)]`.
Configuration menu - View commit details
-
Copy full SHA for c8d743c - Browse repository at this point
Copy the full SHA c8d743cView commit details -
Rollup merge of rust-lang#70054 - rojamd:android-pgo, r=michaelwoerister
Build dist-android with --enable-profiler This will make the runtime available to enable PGO for Rust code in Firefox on Android. r? @michaelwoerister
Configuration menu - View commit details
-
Copy full SHA for 09dddf1 - Browse repository at this point
Copy the full SHA 09dddf1View commit details -
Rollup merge of rust-lang#70075 - GuillaumeGomez:fix-repr-display, r=…
…petrochenkov Fix repr pretty display Fixes rust-lang#70027. r? @varkor
Configuration menu - View commit details
-
Copy full SHA for ba83e55 - Browse repository at this point
Copy the full SHA ba83e55View commit details