about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-02-21Rollup merge of #121206 - nnethercote:top-level-error-handling, r=oli-obkMatthias Krüger-135/+160
2024-02-21Auto merge of #117658 - RalfJung:ptr-dangling, r=m-ou-sebors-1/+1
2024-02-22Inline and remove `abort_on_err`.Nicholas Nethercote-17/+14
2024-02-22Replace unnecessary `abort_if_errors`.Nicholas Nethercote-23/+13
2024-02-22Inline and remove `Session::compile_status`.Nicholas Nethercote-15/+18
2024-02-22Overhaul the handling of errors at the top-level.Nicholas Nethercote-35/+76
2024-02-22Adjust the `has_errors*` methods.Nicholas Nethercote-31/+39
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-21Inline `simplify_match_pair`Nadrieril-34/+18
2024-02-21Process bindings and ascriptions in `MatchPair::new()`Nadrieril-90/+77
2024-02-21Introduce `TestCase` enum to replace most matching on `PatKind`Nadrieril-143/+132
2024-02-21Tiny simplificationNadrieril-24/+16
2024-02-21remove simd_reduce_{min,max}_nanlessRalf Jung-36/+9
2024-02-21rename ptr::invalid -> ptr::without_provenanceRalf Jung-1/+1
2024-02-21Prevent cycle in implied predicates computationMichael Goulet-8/+22
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-21Solaris linker does not support --strip-debugPetr Sumbera-1/+1
2024-02-22Fix typo in serialized.rsIkko Eltociear Ashimine-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-369/+347
2024-02-21Rollup merge of #121359 - lcnr:typesystem-cleanup, r=compiler-errorsLeón Orell Valerian Liehr-127/+145
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-3/+24
2024-02-21make simd_reduce_{mul,add}_unordered use only the 'reassoc' flag, not all fas...Ralf Jung-10/+26
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 #121383 - Dylan-DPC:rollup-735p4u4, r=Dylan-DPCbors-169/+207
2024-02-21Unify dylib loading between proc macros and codegen backendsbjorn3-44/+60
2024-02-21Fix liveness analysis in the presence of never patternsNadrieril-4/+11
2024-02-21Split off `test_candidates` into several functions and improve commentsNadrieril-151/+218
2024-02-21Test one or pattern at a timeNadrieril-29/+42
2024-02-21coverage: Simplify (non-closure) covspans truncating each otherZalathar-7/+7
2024-02-21coverage: Remove `pending_dups` from the span refinerZalathar-164/+16
2024-02-21coverage: Eagerly deduplicate covspans with the same spanZalathar-5/+10
2024-02-21Tweak block managementNadrieril-13/+11
2024-02-21llvm-wrapper: fix warning C4305klensy-1/+1
2024-02-21Auto merge of #120718 - saethlin:reasonable-fast-math, r=nnethercotebors-14/+164
2024-02-21llvm-wrapper: fix warning C4244klensy-7/+7
2024-02-21Rollup merge of #121338 - jieyouxu:ambiguous_wide_pointer_comparisons_suggest...Dylan DPC-3/+6
2024-02-21Rollup merge of #121328 - ffmancera:ff/verbose_long_type, r=compiler-errorsDylan DPC-1/+20
2024-02-21Rollup merge of #121304 - compiler-errors:ext, r=nnethercoteDylan DPC-0/+14
2024-02-21Rollup merge of #121288 - tshepang:make-expand-translatable, r=michaelwoeristerDylan DPC-10/+52
2024-02-21Rollup merge of #121208 - nnethercote:delayed_bug-to-bug, r=lcnrDylan DPC-155/+115
2024-02-21Auto merge of #120588 - alexcrichton:wasm-rmeta-object, r=wesleywiser,bjorn3bors-21/+69
2024-02-21Remove an `unchecked_error_guaranteed` call.Nicholas Nethercote-19/+8
2024-02-21Docs for extension proc-macroMichael Goulet-0/+14