about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-02-24compiletest: call cargo-miri directly rather than via 'cargo run'Ralf Jung-10/+7
2024-02-23Auto merge of #3314 - RalfJung:up, r=RalfJungbors-272/+248
2024-02-23cargo updateRalf Jung-272/+248
2024-02-22Auto merge of #3310 - rust-lang:rustup-2024-02-22, r=oli-obkbors-8258/+12883
2024-02-22fmtThe Miri Conjob Bot-3/+5
2024-02-22Merge from rustcThe Miri Conjob Bot-8256/+12879
2024-02-22Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2024-02-22Auto merge of #118634 - Jules-Bertholet:box-allocator-static, r=Amanieubors-9/+3
2024-02-22Auto merge of #121415 - matthiaskrgr:rollup-o9zzet4, r=matthiaskrgrbors-449/+452
2024-02-21Rollup merge of #121406 - compiler-errors:tests, r=NilstriebMatthias Krüger-0/+87
2024-02-21Rollup merge of #121399 - psumbera:solaris-strip-debug, r=petrochenkovMatthias Krüger-1/+1
2024-02-21Rollup merge of #121392 - bjorn3:unify_dylib_loading, r=petrochenkovMatthias Krüger-45/+60
2024-02-21Rollup merge of #121391 - Nadrieril:fix-liveness, r=compiler-errorsMatthias Krüger-4/+11
2024-02-21Rollup merge of #121373 - Zalathar:test-revision, r=oli-obkMatthias Krüger-65/+81
2024-02-21Rollup merge of #121336 - davidtwco:triagebot-notifications, r=wesleywiserMatthias Krüger-0/+4
2024-02-21Rollup merge of #121261 - Zalathar:pending-dups, r=oli-obkMatthias Krüger-179/+34
2024-02-21Rollup merge of #121206 - nnethercote:top-level-error-handling, r=oli-obkMatthias Krüger-155/+174
2024-02-21Auto merge of #117658 - RalfJung:ptr-dangling, r=m-ou-sebors-232/+303
2024-02-22Inline and remove `abort_on_err`.Nicholas Nethercote-20/+16
2024-02-22Replace unnecessary `abort_if_errors`.Nicholas Nethercote-23/+13
2024-02-22Refactor `run_global_ctxt`.Nicholas Nethercote-7/+10
2024-02-22Inline and remove `Session::compile_status`.Nicholas Nethercote-16/+19
2024-02-22Overhaul the handling of errors at the top-level.Nicholas Nethercote-41/+76
2024-02-22Adjust the `has_errors*` methods.Nicholas Nethercote-35/+41
2024-02-22Remove `EarlyDiagCtxt::abort_if_errors`.Nicholas Nethercote-7/+2
2024-02-22Remove dead `expect_error_or_delayed_bug` method.Nicholas Nethercote-8/+0
2024-02-22Remove an out-of-date comment.Nicholas Nethercote-1/+0
2024-02-21Auto merge of #121321 - compiler-errors:yeet-querytyperelating, r=lcnrbors-698/+462
2024-02-21rename ptr::invalid -> ptr::without_provenanceRalf Jung-232/+303
2024-02-21Inline NllTypeRelating into its only usage siteMichael Goulet-599/+451
2024-02-21Make TypeRelating more NLL-specificMichael Goulet-13/+13
2024-02-21Yeet QueryTypeRelatingDelegateMichael Goulet-106/+18
2024-02-21Add a non-lifetime-binders testMichael Goulet-0/+60
2024-02-21Add an ATB testMichael Goulet-0/+27
2024-02-21Auto merge of #121400 - fmease:rollup-8m29g7a, r=fmeasebors-973/+1202
2024-02-21Solaris linker does not support --strip-debugPetr Sumbera-1/+1
2024-02-21Rollup merge of #121396 - RalfJung:mir-const-value-inspect, r=oli-obkLeón Orell Valerian Liehr-12/+35
2024-02-21Rollup merge of #121379 - nnethercote:rm-unchecked_error_guaranteed, r=oli-obkLeón Orell Valerian Liehr-19/+8
2024-02-21Rollup merge of #121366 - nnethercote:rm-diagnostic_builder.rs, r=compiler-er...León Orell Valerian Liehr-372/+350
2024-02-21Rollup merge of #121359 - lcnr:typesystem-cleanup, r=compiler-errorsLeón Orell Valerian Liehr-151/+169
2024-02-21Rollup merge of #121347 - davidtwco:compiletest-aux-aux, r=oli-obkLeón Orell Valerian Liehr-23/+44
2024-02-21Rollup merge of #121340 - GrigorenkoPV:bootstrap-clippy, r=onur-ozkanLeón Orell Valerian Liehr-326/+317
2024-02-21Rollup merge of #121175 - Nadrieril:simplify-or-selection, r=matthewjasperLeón Orell Valerian Liehr-40/+51
2024-02-21Rollup merge of #121044 - compiler-errors:mbe-async-trait-bounds, r=fmeaseLeón Orell Valerian Liehr-30/+228
2024-02-21compiletest: support auxiliaries with auxiliariesDavid Wood-23/+44
2024-02-21make it possible for outside crates to inspect a mir::ConstValue with the int...Ralf Jung-12/+35
2024-02-21Auto merge of #3309 - ChrisDenton:windows-rand, r=RalfJungbors-0/+41
2024-02-21Test windows random shimsChris Denton-0/+41
2024-02-21Auto merge of #121383 - Dylan-DPC:rollup-735p4u4, r=Dylan-DPCbors-174/+292
2024-02-21Unify dylib loading between proc macros and codegen backendsbjorn3-45/+60