-
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 #98591
Rollup of 9 pull requests #98591
Commits on Jun 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eff865c - Browse repository at this point
Copy the full SHA eff865cView commit details
Commits on Jun 27, 2022
-
interpret: refactor allocation info query
We now have an infallible function that also tells us which kind of allocation we are talking about. Also we do longer have to distinguish between data and function allocations for liveness.
Configuration menu - View commit details
-
Copy full SHA for b094116 - Browse repository at this point
Copy the full SHA b094116View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1b6f16 - Browse repository at this point
Copy the full SHA e1b6f16View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed62a09 - Browse repository at this point
Copy the full SHA ed62a09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70ced25 - Browse repository at this point
Copy the full SHA 70ced25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 768129d - Browse repository at this point
Copy the full SHA 768129dView commit details -
outside of borrowck, do not provide an implicit_region_bound
see comment added to the field in `VerifyBoundCx`.
Configuration menu - View commit details
-
Copy full SHA for 4dbf9ba - Browse repository at this point
Copy the full SHA 4dbf9baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70497d9 - Browse repository at this point
Copy the full SHA 70497d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1c0d25 - Browse repository at this point
Copy the full SHA c1c0d25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9277f95 - Browse repository at this point
Copy the full SHA 9277f95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28fafc4 - Browse repository at this point
Copy the full SHA 28fafc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfb592a - Browse repository at this point
Copy the full SHA dfb592aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b497ab - Browse repository at this point
Copy the full SHA 9b497abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e73c3e - Browse repository at this point
Copy the full SHA 8e73c3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c977cf - Browse repository at this point
Copy the full SHA 8c977cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44e5715 - Browse repository at this point
Copy the full SHA 44e5715View commit details -
Rollup merge of rust-lang#98331 - GuillaumeGomez:rustdoc-arg-error, r…
…=notriddle Fix rustdoc argument error Fixes rust-lang#88756. It's a take over of rust-lang#88831. I cherry-picked the commits, fixed the merge conflict and the failing test. cc `@inashivb` `@jyn514` r? `@notriddle`
Configuration menu - View commit details
-
Copy full SHA for 38bfa9c - Browse repository at this point
Copy the full SHA 38bfa9cView commit details -
Rollup merge of rust-lang#98506 - compiler-errors:object-safety-sugge…
…stions, r=oli-obk Fix span issues in object safety suggestions Fixes rust-lang#98500
Configuration menu - View commit details
-
Copy full SHA for 6391f23 - Browse repository at this point
Copy the full SHA 6391f23View commit details -
Rollup merge of rust-lang#98563 - RalfJung:interpret-alloc-check, r=o…
…li-obk interpret: refactor allocation info query We now have an infallible function that also tells us which kind of allocation we are talking about. Also we do longer have to distinguish between data and function allocations for liveness. This will help us to avoid "catching" `InterpError`s in Miri. r? `@oli-obk`
Configuration menu - View commit details
-
Copy full SHA for 4f61fe2 - Browse repository at this point
Copy the full SHA 4f61fe2View commit details -
Rollup merge of rust-lang#98576 - lcnr:region-stuff-cool-beans, r=jac…
…kh726 small regions refactoring these commits should be fairly self-contained r? rust-lang/types
Configuration menu - View commit details
-
Copy full SHA for 9509348 - Browse repository at this point
Copy the full SHA 9509348View commit details -
Rollup merge of rust-lang#98577 - GuillaumeGomez:associated-items, r=…
…notriddle Fix "kind" for associated types in trait implementations in rustdoc JSON Fixes rust-lang#81340. Contrary to what is suggested in the issue, I really think we should distinguish between associated items and "normal" constants and types. cc `@CraftSpider` `@SimonSapin` r? `@notriddle`
Configuration menu - View commit details
-
Copy full SHA for d0ae6eb - Browse repository at this point
Copy the full SHA d0ae6ebView commit details -
Rollup merge of rust-lang#98578 - rust-lang:oli-obk-patch-1, r=eddyb
Remove eddyb from miri failure pings r? `@eddyb`
Configuration menu - View commit details
-
Copy full SHA for 9f66799 - Browse repository at this point
Copy the full SHA 9f66799View commit details -
Rollup merge of rust-lang#98579 - RalfJung:alloc-tests, r=thomcc
liballoc tests: avoid int2ptr cast I think we don't need `ptr::from_exposed_addr` here; `ptr::invalid` should be enough for this test. (And this makes Miri less unhappy when running these tests.)
Configuration menu - View commit details
-
Copy full SHA for b52c362 - Browse repository at this point
Copy the full SHA b52c362View commit details -
Rollup merge of rust-lang#98581 - ehuss:triagebot-mentions, r=Mark-Si…
…mulacrum Add triagebot mentions. This migrates the configuration of mentions from highfive to triagebot. I also fixed a few broken paths (error_codes.rs src/librustdoc/html/static/themes src/librustdoc/html/static/themes/ayu.css).
Configuration menu - View commit details
-
Copy full SHA for 19a05b5 - Browse repository at this point
Copy the full SHA 19a05b5View commit details -
Rollup merge of rust-lang#98587 - RalfJung:core-tests, r=thomcc
libcore tests: avoid int2ptr casts We don't need any of these pointers to actually be dereferenceable so using `ptr::invalid` should be fine. And then we can run Miri with strict provenance enforcement on the tests.
Configuration menu - View commit details
-
Copy full SHA for f266821 - Browse repository at this point
Copy the full SHA f266821View commit details