about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-11-14Use an atom comparison for a keyword check.Nicholas Nethercote-1/+3
2024-11-14Use `for_each_child` in a suitable place.Nicholas Nethercote-7/+5
2024-11-14Tweak a `resolutions` loop.Nicholas Nethercote-6/+5
2024-11-13Use iteration instead of indexing to access ribs.Nicholas Nethercote-6/+5
2024-11-13Optimize `check_keyword_case`.Nicholas Nethercote-1/+2
2024-11-12Auto merge of #132954 - matthiaskrgr:rollup-x3rww9h, r=matthiaskrgrbors-339/+744
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/+61
2024-11-12Rollup merge of #132923 - fmease:triagebot-update-t-compiler, r=wesleywiserMatthias Krüger-16/+10
2024-11-12Rollup merge of #132901 - clubby789:enable-pass-check, r=jieyouxuMatthias Krüger-65/+227
2024-11-12Rollup merge of #132657 - mustartt:aix-run-make-support, r=jieyouxuMatthias Krüger-12/+20
2024-11-12Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errorsMatthias Krüger-205/+340
2024-11-12Rollup merge of #131831 - onur-ozkan:improve-rustc-if-unchanged-logic, r=Mark...Matthias Krüger-37/+70
2024-11-12Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillotbors-1073/+473
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-1073/+473
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/+75
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-842/+914
2024-11-12Rollup merge of #132941 - lnicola:sync-from-ra2, r=lnicolaMatthias Krüger-249/+294
2024-11-12Rollup merge of #132935 - compiler-errors:arg-math, r=nnethercoteMatthias Krüger-13/+42
2024-11-12Rollup merge of #132927 - BoxyUwU:consolidate_type_system_const_eval, r=compi...Matthias Krüger-569/+434
2024-11-12Rollup merge of #132914 - rcorre:cell-grammar, r=tgross35Matthias Krüger-2/+2
2024-11-12Rollup merge of #132895 - scottmcm:generalize-nonnull-from-raw-parts, r=ibrah...Matthias Krüger-1/+1
2024-11-12Rollup merge of #132771 - ismailarilik:test/configure/cover-parse-args-in-src...Matthias Krüger-0/+47
2024-11-12Rollup merge of #132668 - ehuss:yield-gate-2024, r=davidtwcoMatthias Krüger-8/+57
2024-11-12Rollup merge of #132651 - PonasKovas:master, r=fmeaseMatthias Krüger-0/+37
2024-11-12allow rustc_private feature in force-unstable-if-unmarked cratesRalf Jung-13/+23
2024-11-12Auto merge of #132940 - matthiaskrgr:rollup-f0czmkq, r=matthiaskrgrbors-86/+770
2024-11-12Rollup merge of #132933 - compiler-errors:never-lint-arg-bug, r=WaffleLapkinMatthias Krüger-10/+122
2024-11-12Rollup merge of #132929 - cuviper:check-alloc_zeroed, r=tgross35Matthias Krüger-1/+4
2024-11-12Rollup merge of #132869 - lolbinarycat:library-fix-too_long_first_doc_paragra...Matthias Krüger-5/+15
2024-11-12Rollup merge of #132847 - RalfJung:addr-dont-expose, r=Mark-SimulacrumMatthias Krüger-4/+4
2024-11-12Rollup merge of #132793 - ehuss:update-mdbook, r=Mark-SimulacrumMatthias Krüger-4/+21
2024-11-12Rollup merge of #132653 - BoxyUwU:const_arg_stmt_mac_call, r=compiler-errorsMatthias Krüger-36/+466
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/+137
2024-11-12test(configure): cover `parse_args` in `src/bootstrap/configure.py`ismailarilik-0/+47
2024-11-12Make precise capturing suggestion machine-applicable only if it has not APITsMichael Goulet-1/+61
2024-11-12Make sure that we suggest turbofishing the right type argMichael Goulet-10/+122
2024-11-12Consolidate type system const evaluation under `traits::evaluate_const`Boxy-569/+434
2024-11-12Auto merge of #132919 - matthiaskrgr:rollup-ogghyvp, r=matthiaskrgrbors-243/+670
2024-11-12Make sure to ignore elided lifetimes when pointing at args for fulfillment er...Michael Goulet-13/+42
2024-11-11Check for null in the `alloc_zeroed` exampleJosh Stone-1/+4
2024-11-12Triagebot: Consolidate the T-compiler ad hoc groupsLeón Orell Valerian Liehr-16/+10
2024-11-11Rollup merge of #132916 - fmease:unvac-me, r=fmeaseMatthias Krüger-1/+0
2024-11-11Rollup merge of #132912 - fmease:simplify-gen-param-default-users, r=compiler...Matthias Krüger-115/+39