about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-02-22Update compiletest to only accept `//@` directives许杰友 Jieyou Xu (Joe)-30/+13
2024-02-22Update list of known directive names for diagnostics许杰友 Jieyou Xu (Joe)-0/+52
2024-02-22Fix tests/assembly/stack-protector/stack-protector-target-support.rs许杰友 Jieyou Xu (Joe)-1/+2
2024-02-22Auto merge of #121309 - Nilstrieb:inline-all-the-fallbacks, r=oli-obkbors-0/+25
2024-02-22Auto merge of #121225 - RalfJung:simd-extract-insert-const-idx, r=oli-obk,Ama...bors-89/+37
2024-02-22Auto merge of #121129 - nnethercote:codegen-Diags, r=estebankbors-56/+81
2024-02-22Auto merge of #117174 - Ayush1325:uefi-stdio-improve, r=workingjubileebors-37/+94
2024-02-22Auto merge of #121223 - RalfJung:simd-intrinsics, r=Amanieubors-46/+98
2024-02-22Auto merge of #118634 - Jules-Bertholet:box-allocator-static, r=Amanieubors-9/+3
2024-02-22Remove `SharedEmitterMessage::AbortIfErrors`.Nicholas Nethercote-5/+1
2024-02-22Overhaul `rustc_codegen_ssa::back::write::Diagnostic`.Nicholas Nethercote-24/+60
2024-02-22Overhaul `Diagnostic` args.Nicholas Nethercote-31/+24
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-21remove simd_reduce_{min,max}_nanlessRalf Jung-69/+10
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-21make simd_reduce_{mul,add}_unordered use only the 'reassoc' flag, not all fas...Ralf Jung-22/+30