about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-03-27Remove TypeVariableOriginKind::OpaqueInferenceMichael Goulet-2/+1
2024-03-27Stop doing expensive work in opt_suggest_box_span eagerlyMichael Goulet-191/+217
2024-03-27Rollup merge of #123024 - maurer:kcfi-testing, r=workingjubileeGuillaume Gomez-0/+2
2024-03-27Rollup merge of #123021 - compiler-errors:coroutine-layout-lol, r=oli-obkGuillaume Gomez-23/+61
2024-03-27Rollup merge of #122860 - Zalathar:unused, r=cjgillotGuillaume Gomez-77/+93
2024-03-27Rollup merge of #121843 - ferrocene:builtin-path, r=petrochenkovGuillaume Gomez-31/+51
2024-03-27Rollup merge of #123102 - durin42:llvm-19-pass-ptr, r=workingjubileeMatthias Krüger-0/+4
2024-03-27Rollup merge of #122439 - Nadrieril:store-built-place, r=compiler-errorsMatthias Krüger-36/+42
2024-03-26Rollup merge of #123103 - compiler-errors:inherited-is-a-weird-name, r=oli-obkMatthias Krüger-27/+26
2024-03-26Rollup merge of #123049 - compiler-errors:coroutine-closure-rcvr, r=oli-obkMatthias Krüger-5/+9
2024-03-26Rollup merge of #122835 - compiler-errors:deref-pure, r=NadrierilMatthias Krüger-2/+46
2024-03-26Rollup merge of #122589 - wutchzone:121547, r=compiler-errorsMatthias Krüger-3/+13
2024-03-26Rollup merge of #122120 - fmease:sugg-assoc-ty-bound-on-eq-bound, r=compiler-...Matthias Krüger-92/+154
2024-03-26Inherited -> TypeckRootCtxtMichael Goulet-27/+26
2024-03-26Store `Place` instead of `PlaceBuilder` in `MatchPair`Nadrieril-28/+33
2024-03-26RenameNadrieril-19/+20
2024-03-26RustWrapper: update call for llvm/llvm-project@44d037cc258dcf179d2c48c93996bb...Augie Fackler-0/+4
2024-03-26In ConstructCoroutineInClosureShim, pass receiver by ref, not pointerMichael Goulet-5/+9
2024-03-26Rollup merge of #123091 - Bryanskiy:delegation-fixes, r=petrochenkovMatthias Krüger-11/+42
2024-03-26Rollup merge of #123090 - oli-obk:gatify, r=compiler-errorsMatthias Krüger-102/+57
2024-03-26Rollup merge of #123067 - Nadrieril:always-simplify-or, r=oli-obkMatthias Krüger-11/+20
2024-03-26Rollup merge of #123066 - maurer:cfi-erased-lifetime-ice, r=compiler-errorsMatthias Krüger-3/+8
2024-03-26Rollup merge of #122996 - RalfJung:simplify_branches, r=cjgillotMatthias Krüger-0/+1
2024-03-26Rollup merge of #122766 - bvanjoi:fix-115185, r=petrochenkovMatthias Krüger-16/+52
2024-03-26Remove `CacheSelector` trait now that we can use GATsOli Scherer-102/+57
2024-03-26Delegation: fix ICE on wrong `self` resolutionBryanskiy-11/+42
2024-03-26Auto merge of #121387 - oli-obk:eager_const_failures_regression, r=lcnrbors-2/+8
2024-03-26Auto merge of #122849 - clubby789:no-metadata, r=petrochenkovbors-0/+11
2024-03-26CFI: Enable KCFI testing of run-pass testsMatthew Maurer-0/+2
2024-03-26Auto merge of #123065 - workingjubilee:rollup-bve45ex, r=workingjubileebors-66/+100
2024-03-26coverage: Re-enable `UnreachablePropagation` for coverage buildsZalathar-5/+1
2024-03-26coverage: Detect functions that have lost all their coverage statementsZalathar-4/+18
2024-03-26coverage: Overhaul the search for unused functionsZalathar-62/+68
2024-03-26coverage: Inline creating a dummy instance for unused functionsZalathar-11/+11
2024-03-26Auto merge of #111769 - saethlin:ctfe-backtrace-ctrlc, r=RalfJungbors-1/+40
2024-03-25Extract helper, fix comment on DerefPureMichael Goulet-14/+28
2024-03-25Require DerefMut if deref pattern has nested ref mut bindingMichael Goulet-0/+24
2024-03-25Require DerefPure for patternsMichael Goulet-2/+8
2024-03-25Consistently merge simplifiable or-patternsNadrieril-2/+5
2024-03-25CFI: Pad out associated type resolution with erased lifetimesMatthew Maurer-3/+8
2024-03-25Use the correct span for simplifying or-patternsNadrieril-9/+15
2024-03-25Replace implementation with @RUSTC_BUILTIN prefix substitution varLukas Wirth-14/+8
2024-03-25Make sysroot mandatory for rustdocLukas Wirth-15/+5
2024-03-25Implement `-L builtin:$path`Lukas Wirth-29/+65
2024-03-25Rollup merge of #123044 - compiler-errors:instance, r=oli-obkJubilee-38/+38
2024-03-25Rollup merge of #122923 - kpreid:print-async-def, r=compiler-errorsJubilee-5/+13
2024-03-25Rollup merge of #122769 - RalfJung:reachable, r=tmiaskoJubilee-23/+49
2024-03-25extend doc comment for reachability set computationRalf Jung-23/+49
2024-03-25Don't emit load metadata in debug modeclubby789-0/+11
2024-03-25Instance is CopyMichael Goulet-38/+38