| Age | Commit message (Expand) | Author | Lines |
| 2024-11-13 | Rollup merge of #133012 - Eclips4:issue-125670, r=compiler-errors | Jubilee | -0/+124 |
| 2024-11-13 | Rollup merge of #132971 - BoxyUwU:handle_infers_in_anon_consts, r=compiler-er... | Jubilee | -0/+52 |
| 2024-11-13 | Add test cases | Kirill Podoprigora | -0/+124 |
| 2024-11-13 | Rollup merge of #133001 - lcnr:test-next-solver, r=compiler-errors | Matthias Krüger | -1/+15 |
| 2024-11-13 | Rollup merge of #133000 - GuillaumeGomez:footnote-ids, r=notriddle | Matthias Krüger | -0/+41 |
| 2024-11-13 | Rollup merge of #132996 - clubby789:unn-let-space, r=jieyouxu | Matthias Krüger | -4/+4 |
| 2024-11-13 | Rollup merge of #132995 - Eclips4:issue-132348, r=jieyouxu | Matthias Krüger | -2/+1 |
| 2024-11-13 | Rollup merge of #132842 - veluca93:abi-checks-tier2, r=workingjubilee | Matthias Krüger | -20/+51 |
| 2024-11-13 | Rollup merge of #132302 - fmease:rustdoc-better-vis-for-macro-decl, r=notriddle | Matthias Krüger | -20/+10 |
| 2024-11-13 | actually test next solver | lcnr | -1/+15 |
| 2024-11-13 | Add regression test for #131901 | Guillaume Gomez | -0/+41 |
| 2024-11-13 | rustdoc: Treat decl macros like other items | León Orell Valerian Liehr | -20/+10 |
| 2024-11-13 | Trim extra space when suggesting removing bad `let` | clubby789 | -4/+4 |
| 2024-11-13 | Add ``exact-llvm-major-version`` directive | Kirill Podoprigora | -2/+1 |
| 2024-11-12 | Rollup merge of #132702 - 1c3t3a:issue-132615, r=rcvalle | Matthias Krüger | -0/+19 |
| 2024-11-12 | Handle infer vars in anon consts on stable | Boxy | -0/+52 |
| 2024-11-12 | ABI checks: add support for tier2 arches | Luca Versari | -20/+51 |
| 2024-11-12 | Rollup merge of #132938 - compiler-errors:ed2024-apit-sugg, r=chenyukang | Matthias Krüger | -0/+52 |
| 2024-11-12 | Rollup merge of #132901 - clubby789:enable-pass-check, r=jieyouxu | Matthias Krüger | -0/+47 |
| 2024-11-12 | Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errors | Matthias Krüger | -39/+158 |
| 2024-11-12 | Validate and test `-Zmir-enable-passes` | clubby789 | -0/+47 |
| 2024-11-12 | Auto merge of #132943 - matthiaskrgr:rollup-164l3ej, r=matthiaskrgr | bors | -227/+182 |
| 2024-11-12 | Rollup merge of #132935 - compiler-errors:arg-math, r=nnethercote | Matthias Krüger | -9/+26 |
| 2024-11-12 | Rollup merge of #132927 - BoxyUwU:consolidate_type_system_const_eval, r=compi... | Matthias Krüger | -213/+80 |
| 2024-11-12 | Rollup merge of #132668 - ehuss:yield-gate-2024, r=davidtwco | Matthias Krüger | -5/+45 |
| 2024-11-12 | Rollup merge of #132651 - PonasKovas:master, r=fmease | Matthias Krüger | -0/+31 |
| 2024-11-12 | allow rustc_private feature in force-unstable-if-unmarked crates | Ralf Jung | -5/+3 |
| 2024-11-12 | Rollup merge of #132933 - compiler-errors:never-lint-arg-bug, r=WaffleLapkin | Matthias Krüger | -9/+117 |
| 2024-11-12 | Rollup merge of #132653 - BoxyUwU:const_arg_stmt_mac_call, r=compiler-errors | Matthias Krüger | -13/+425 |
| 2024-11-12 | Rollup merge of #132487 - dianne:include-trait-args-in-suggestion, r=fmease | Matthias Krüger | -0/+93 |
| 2024-11-12 | Make precise capturing suggestion machine-applicable only if it has not APITs | Michael Goulet | -0/+52 |
| 2024-11-12 | Make sure that we suggest turbofishing the right type arg | Michael Goulet | -9/+117 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -213/+80 |
| 2024-11-12 | Auto merge of #132919 - matthiaskrgr:rollup-ogghyvp, r=matthiaskrgr | bors | -2/+2 |
| 2024-11-12 | Make sure to ignore elided lifetimes when pointing at args for fulfillment er... | Michael Goulet | -9/+26 |
| 2024-11-11 | Rollup merge of #132820 - bjorn3:default_backend_link_impl, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2024-11-11 | Provide placeholder generic arguments for traits in "no method found for type... | dianne | -0/+93 |
| 2024-11-11 | Auto merge of #132902 - matthiaskrgr:rollup-43qgg3t, r=matthiaskrgr | bors | -6/+21 |
| 2024-11-11 | remove attributes from generics in built-in derive macros | PonasKovas | -0/+31 |
| 2024-11-11 | Rollup merge of #129627 - dingxiangfei2009:ensure-tail-expr-in-let-block-work... | Matthias Krüger | -6/+21 |
| 2024-11-11 | Feature gate yield expressions not in 2024 | Eric Huss | -5/+45 |
| 2024-11-11 | ensure that tail expr receive lifetime extension | Ding Xiang Fei | -6/+21 |
| 2024-11-11 | Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomez | bors | -603/+852 |
| 2024-11-11 | CFI: Append debug location to CFI blocks | Bastian Kersting | -0/+19 |
| 2024-11-11 | Auto merge of #132885 - jhpratt:rollup-4ddd31p, r=jhpratt | bors | -2/+62 |
| 2024-11-10 | Rollup merge of #132871 - lolbinarycat:rustdoc-heterogeneous-first-paragraph-... | Jacob Pratt | -0/+11 |
| 2024-11-10 | Rollup merge of #131080 - alexcrichton:stabilize-more-wasm-target-features, r... | Jacob Pratt | -2/+51 |
| 2024-11-11 | Auto merge of #126597 - estebank:unicode-output, r=fmease | bors | -32/+398 |
| 2024-11-10 | Add Unicode block-drawing compiler output support | Esteban Küber | -32/+398 |
| 2024-11-10 | Rollup merge of #132426 - Urgau:unreach_pub-super, r=petrochenkov | Matthias Krüger | -15/+287 |