| Age | Commit message (Expand) | Author | Lines |
| 2023-12-14 | review | lcnr | -1/+1 |
| 2023-12-14 | consistently use "next solver" instead of "new solver" | lcnr | -15/+15 |
| 2023-12-14 | update use of feature flags | lcnr | -26/+25 |
| 2023-12-14 | rename `-Ztrait-solver` to `-Znext-solver` | lcnr | -89/+102 |
| 2023-12-14 | Don't forget pure rustc target features in check-cfg | Urgau | -2/+6 |
| 2023-12-14 | Use all the known features in check-cfg | Urgau | -4/+2 |
| 2023-12-14 | Move rustc_codegen_ssa target features to rustc_target | Urgau | -442/+450 |
| 2023-12-14 | Fix cases where std accidentally relied on inline(never) | Ben Kimock | -10/+37 |
| 2023-12-14 | Auto merge of #118566 - klensy:cstr-new, r=WaffleLapkin | bors | -59/+42 |
| 2023-12-14 | Auto merge of #118417 - anforowicz:default-hidden-visibility, r=TaKO8Ki | bors | -8/+23 |
| 2023-12-14 | interpret: extend comment on the inhabitedness check in downcast | Ralf Jung | -0/+18 |
| 2023-12-14 | Auto merge of #118538 - RalfJung:size-of-val-comments, r=WaffleLapkin | bors | -48/+57 |
| 2023-12-14 | Remove one use of `span_bug_no_panic`. | Nicholas Nethercote | -2/+1 |
| 2023-12-14 | Avoid `struct_diagnostic` where possible. | Nicholas Nethercote | -19/+26 |
| 2023-12-14 | Inline and remove `HandlerInner::emit_diag_at_span`. | Nicholas Nethercote | -5/+1 |
| 2023-12-14 | Remove unused `Handler::treat_err_as_bug`. | Nicholas Nethercote | -5/+0 |
| 2023-12-14 | Auto merge of #117749 - aliemjay:perf-canon-cache, r=lcnr | bors | -122/+197 |
| 2023-12-14 | remove canonicalize_query_preserving_universes | Ali MJ Al-Nasrawy | -47/+0 |
| 2023-12-14 | make infcx optional in canonicalizer | Ali MJ Al-Nasrawy | -47/+45 |
| 2023-12-14 | Address comment | Kai Luo | -2/+5 |
| 2023-12-14 | Auto merge of #118491 - cuviper:aarch64-stack-probes, r=wesleywiser | bors | -58/+69 |
| 2023-12-13 | fix: Overlapping spans in delimited meta-vars | EliseZeroTwo | -0/+7 |
| 2023-12-13 | Add spread arg and missing CoroutineKind | Celina G. Val | -11/+84 |
| 2023-12-13 | Erase late bound regions from instance `fn_sig()` | Celina G. Val | -7/+19 |
| 2023-12-13 | Tweak `short_ty_string` to reduce number of files | Esteban Küber | -98/+105 |
| 2023-12-13 | Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`. | Lukasz Anforowicz | -8/+23 |
| 2023-12-13 | Auto merge of #118213 - Urgau:check-cfg-diagnostics-rustc-cargo, r=petrochenkov | bors | -3/+48 |
| 2023-12-13 | fix computing the dynamic alignment of packed structs with dyn trait tails | Ralf Jung | -48/+57 |
| 2023-12-13 | Rollup merge of #118871 - tmiasko:coroutine-maybe-uninit-fields, r=compiler-e... | Matthias Krüger | -1/+4 |
| 2023-12-13 | Rollup merge of #118759 - compiler-errors:bare-unit-structs, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2023-12-13 | Add more suggestion to unexpected cfg names and values | Urgau | -3/+48 |
| 2023-12-13 | don't resolve regions in query input | Ali MJ Al-Nasrawy | -15/+15 |
| 2023-12-13 | fix small perf regressions | Ali MJ Al-Nasrawy | -1/+11 |
| 2023-12-13 | don't store OriginalQueryValues::universe_map | Ali MJ Al-Nasrawy | -4/+12 |
| 2023-12-13 | global param_env canonicalization cache | Ali MJ Al-Nasrawy | -22/+128 |
| 2023-12-13 | Auto merge of #118870 - Enselic:rustc_passes-query-stability, r=compiler-errors | bors | -1/+10 |
| 2023-12-13 | Auto merge of #118500 - ZetaNumbers:tcx_hir_refactor, r=petrochenkov | bors | -323/+322 |
| 2023-12-13 | Auto merge of #118534 - RalfJung:extern-type-size-of-val, r=WaffleLapkin | bors | -100/+60 |
| 2023-12-13 | Auto merge of #117050 - c410-f3r:here-we-go-again, r=petrochenkov | bors | -32/+335 |
| 2023-12-13 | Fix XCOFF metadata | Kai Luo | -10/+11 |
| 2023-12-13 | Rename some unescaping functions. | Nicholas Nethercote | -9/+7 |
| 2023-12-12 | Rollup merge of #118891 - compiler-errors:async-gen-blocks, r=eholk | Jubilee | -9/+18 |
| 2023-12-12 | Rollup merge of #118889 - matthiaskrgr:compl_2023_2, r=WaffleLapkin | Jubilee | -24/+14 |
| 2023-12-12 | Rollup merge of #118887 - smoelius:patch-1, r=Nilstrieb | Jubilee | -1/+1 |
| 2023-12-12 | Rollup merge of #118885 - matthiaskrgr:compl_2023, r=compiler-errors | Jubilee | -32/+12 |
| 2023-12-12 | Rollup merge of #118884 - matthiaskrgr:auszweimacheins, r=Nadrieril | Jubilee | -2/+3 |
| 2023-12-12 | Rollup merge of #118864 - farnoy:masked-load-store-fixes, r=workingjubilee | Jubilee | -1/+1 |
| 2023-12-12 | Set the `StackProbeType` in `apple::opts` | Josh Stone | -56/+32 |
| 2023-12-12 | Uplift TypeAndMut | Michael Goulet | -30/+55 |
| 2023-12-12 | Uplift ClosureKind | Michael Goulet | -76/+107 |