about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-11-15rustc_metadata: Preprocess search paths for better performancePiotr Osiewicz-76/+137
2024-11-15Auto merge of #133059 - workingjubilee:rollup-rc5kvr1, r=workingjubileebors-0/+10
2024-11-14Rollup merge of #133050 - tgross35:inline-f16-f128, r=saethlinJubilee-0/+10
2024-11-15Auto merge of #132965 - mati865:cfguard-gnullvm, r=wesleywiserbors-2/+6
2024-11-14Always inline functions signatures containing `f16` or `f128`Trevor Gross-0/+10
2024-11-14Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgrbors-9/+11
2024-11-14Rollup merge of #128197 - Alexendoo:span-ctxt, r=davidtwcoMatthias Krüger-9/+11
2024-11-14Rollup merge of #132172 - dianne:suggest-borrow-generic, r=matthewjasperGuillaume Gomez-182/+186
2024-11-14Rollup merge of #132773 - jakos-sec:fix-asan-win32, r=jieyouxuGuillaume Gomez-4/+11
2024-11-13Rollup merge of #132971 - BoxyUwU:handle_infers_in_anon_consts, r=compiler-er...Jubilee-9/+24
2024-11-13Suggest borrowing arguments in generic positions when trait bounds are satisfieddianne-159/+157
2024-11-13Use a common subdiagnostic format for generic borrowsdianne-5/+10
2024-11-13Provide borrow-instead-of-move suggestions for calls of fn-like items from ot...dianne-39/+40
2024-11-14PassWrapper: disable UseOdrIndicator for Asan Win32Jakob Koschel-4/+11
2024-11-13Rollup merge of #132996 - clubby789:unn-let-space, r=jieyouxuMatthias Krüger-1/+3
2024-11-13Rollup merge of #132842 - veluca93:abi-checks-tier2, r=workingjubileeMatthias Krüger-21/+85
2024-11-13Trim extra space when suggesting removing bad `let`clubby789-1/+3
2024-11-12Rollup merge of #132950 - knickish:m68k_gnu_ld, r=workingjubileeMatthias Krüger-2/+9
2024-11-12Rollup merge of #132702 - 1c3t3a:issue-132615, r=rcvalleMatthias Krüger-0/+17
2024-11-12Handle infer vars in anon consts on stableBoxy-9/+24
2024-11-12ABI checks: add support for tier2 archesLuca Versari-21/+85
2024-11-12use gnu ld for m68k targetkirk-2/+9
2024-11-12Auto merge of #132954 - matthiaskrgr:rollup-x3rww9h, r=matthiaskrgrbors-226/+384
2024-11-12Rollup merge of #132947 - lqd:trimmed-ice, r=compiler-errorsMatthias Krüger-3/+16
2024-11-12Rollup merge of #132938 - compiler-errors:ed2024-apit-sugg, r=chenyukangMatthias Krüger-1/+9
2024-11-12Rollup merge of #132901 - clubby789:enable-pass-check, r=jieyouxuMatthias Krüger-65/+180
2024-11-12Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errorsMatthias Krüger-157/+179
2024-11-12Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillotbors-1047/+457
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-1047/+457
2024-11-12Rename `PASS_NAMES` to disambiguateclubby789-2/+3
2024-11-12Store known passes as an IndexSetclubby789-8/+7
2024-11-12Validate and test `-Zmir-enable-passes`clubby789-5/+28
2024-11-12Declare all MIR passes in a listclubby789-62/+154
2024-11-12Auto merge of #132843 - RalfJung:mono-time-checks, r=lcnrbors-106/+135
2024-11-12clarify `must_produce_diag` ICE for debuggingRémy Rakic-3/+16
2024-11-12Auto merge of #132943 - matthiaskrgr:rollup-164l3ej, r=matthiaskrgrbors-362/+387
2024-11-12Rollup merge of #132935 - compiler-errors:arg-math, r=nnethercoteMatthias Krüger-4/+16
2024-11-12Rollup merge of #132927 - BoxyUwU:consolidate_type_system_const_eval, r=compi...Matthias Krüger-355/+353
2024-11-12Rollup merge of #132668 - ehuss:yield-gate-2024, r=davidtwcoMatthias Krüger-3/+12
2024-11-12Rollup merge of #132651 - PonasKovas:master, r=fmeaseMatthias Krüger-0/+6
2024-11-12allow rustc_private feature in force-unstable-if-unmarked cratesRalf Jung-3/+20
2024-11-12Rollup merge of #132933 - compiler-errors:never-lint-arg-bug, r=WaffleLapkinMatthias Krüger-1/+5
2024-11-12Rollup merge of #132653 - BoxyUwU:const_arg_stmt_mac_call, r=compiler-errorsMatthias Krüger-23/+41
2024-11-12Rollup merge of #132627 - adwinwhite:thir_body_cleanup, r=compiler-errorsMatthias Krüger-5/+1
2024-11-12Rollup merge of #132487 - dianne:include-trait-args-in-suggestion, r=fmeaseMatthias Krüger-21/+44
2024-11-12Make precise capturing suggestion machine-applicable only if it has not APITsMichael Goulet-1/+9
2024-11-12Make sure that we suggest turbofishing the right type argMichael Goulet-1/+5
2024-11-12Consolidate type system const evaluation under `traits::evaluate_const`Boxy-355/+353
2024-11-12Auto merge of #132919 - matthiaskrgr:rollup-ogghyvp, r=matthiaskrgrbors-238/+126
2024-11-12Make sure to ignore elided lifetimes when pointing at args for fulfillment er...Michael Goulet-4/+16