-
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 7 pull requests #64556
Rollup of 7 pull requests #64556
Commits on Sep 12, 2019
-
It's currently 120 bytes on x86-64, due to one oversized variant (`Subtype`). This commit boxes `Subtype`'s contents, reducing the size of `SubregionOrigin` to 32 bytes. The change speeds things up by avoiding lots of `memcpy` calls, mostly relating to `RegionConstraintData::constraints`, which is a `BTreeMap` with `SubregionOrigin` values.
Configuration menu - View commit details
-
Copy full SHA for 7f0637d - Browse repository at this point
Copy the full SHA 7f0637dView commit details
Commits on Sep 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 388cd5d - Browse repository at this point
Copy the full SHA 388cd5dView commit details
Commits on Sep 17, 2019
-
Fix failure note
to_str
implementation* Serialize the level to something a little more useful for a failure note struct * Update tests accordingly
Configuration menu - View commit details
-
Copy full SHA for 02c1b89 - Browse repository at this point
Copy the full SHA 02c1b89View commit details -
Configuration menu - View commit details
-
Copy full SHA for daafeb3 - Browse repository at this point
Copy the full SHA daafeb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 522f4e1 - Browse repository at this point
Copy the full SHA 522f4e1View commit details -
Co-Authored-By: Ralf Jung <post@ralfj.de>
Configuration menu - View commit details
-
Copy full SHA for a22e9ee - Browse repository at this point
Copy the full SHA a22e9eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0de9485 - Browse repository at this point
Copy the full SHA 0de9485View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4dc33b - Browse repository at this point
Copy the full SHA a4dc33bView commit details -
Rollup merge of rust-lang#61626 - oli-obk:const_eval_intrinsics, r=eddyb
Get rid of special const intrinsic query in favour of `const_eval` r? @eddyb
Configuration menu - View commit details
-
Copy full SHA for b539c71 - Browse repository at this point
Copy the full SHA b539c71View commit details -
Rollup merge of rust-lang#64394 - nnethercote:shrink-SubregionOrigin,…
… r=Mark-Simulacrum Shrink `SubregionOrigin`. It's currently 120 bytes on x86-64, due to one oversized variant (`Subtype`). This commit boxes `Subtype`'s contents, reducing the size of `SubregionOrigin` to 32 bytes. The change speeds things up by avoiding lots of `memcpy` calls, mostly relating to `RegionConstraintData::constraints`, which is a `BTreeMap` with `SubregionOrigin` values.
Configuration menu - View commit details
-
Copy full SHA for 0c56e1b - Browse repository at this point
Copy the full SHA 0c56e1bView commit details -
Rollup merge of rust-lang#64429 - afnanenayet:afnan/fix-failure-note-…
…json-level, r=Mark-Simulacrum Fix failure note `to_str` implementation Serialize the level to something a little more useful for a failure note struct. This fixes rust-lang#60425.
Configuration menu - View commit details
-
Copy full SHA for c1f3622 - Browse repository at this point
Copy the full SHA c1f3622View commit details -
Rollup merge of rust-lang#64502 - RalfJung:miri-toolstate, r=pietroal…
…bini avoid duplicate issues for Miri build failures Currently, when Miri regressed from test-pass to test-fail, we pen an issue -- and then when it regresses further from test-fail to build-fail, we open a *second* issue. This changes the logic to avoid the redundant second issue for Miri. r? @pietroalbini @kennytm
Configuration menu - View commit details
-
Copy full SHA for b24f632 - Browse repository at this point
Copy the full SHA b24f632View commit details -
Rollup merge of rust-lang#64529 - taiki-e:docs-pin-as-mut, r=RalfJung
Add an example to Pin::as_mut taiki-e/pin-project#89 (comment) r? @RalfJung
Configuration menu - View commit details
-
Copy full SHA for 4cb6df5 - Browse repository at this point
Copy the full SHA 4cb6df5View commit details -
Rollup merge of rust-lang#64541 - RalfJung:miri-errors, r=oli-obk
document Miri error categories r? @oli-obk
Configuration menu - View commit details
-
Copy full SHA for ee9c0d7 - Browse repository at this point
Copy the full SHA ee9c0d7View commit details -
Rollup merge of rust-lang#64544 - RalfJung:build-manifest, r=pietroal…
…bini build-manifest: re-add some comments rust-lang#64543 also reverted the comments I added. This adds them back. Includes rust-lang#64543. r? @pietroalbini
Configuration menu - View commit details
-
Copy full SHA for 104f0fb - Browse repository at this point
Copy the full SHA 104f0fbView commit details