| Age | Commit message (Expand) | Author | Lines |
| 2024-02-11 | is_closure_like | Michael Goulet | -3/+3 |
| 2024-02-10 | Rollup merge of #120865 - saethlin:missing-o-files, r=nnethercote | Matthias Krüger | -1/+11 |
| 2024-02-09 | Turn the "no saved object file in work product" ICE into a translatable fatal... | Ben Kimock | -1/+11 |
| 2024-02-10 | Rollup merge of #120846 - petrochenkov:jobs, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-02-09 | Update jobserver-rs to 0.1.28 | Vadim Petrochenkov | -1/+1 |
| 2024-02-09 | Auto merge of #120843 - matthiaskrgr:rollup-med37z5, r=matthiaskrgr | bors | -0/+2 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -0/+2 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -4/+10 |
| 2024-02-08 | Don't lower assume in unoptimized builds | Ben Kimock | -2/+5 |
| 2024-02-06 | Rollup merge of #120502 - clubby789:remove-ffi-returns-twice, r=compiler-errors | Matthias Krüger | -3/+0 |
| 2024-02-06 | Rollup merge of #120575 - nnethercote:simplify-codegen-diag-handling, r=estebank | Matthias Krüger | -1/+1 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -1/+5 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -0/+2 |
| 2024-02-05 | Make `Emitter::emit_diagnostic` consuming. | Nicholas Nethercote | -1/+1 |
| 2024-02-03 | Use `DiagnosticArgName` in a few more places. | Nicholas Nethercote | -2/+1 |
| 2024-02-03 | Remove some unnecessary `clone` calls. | Nicholas Nethercote | -1/+1 |
| 2024-01-30 | Remove `ffi_returns_twice` feature | clubby789 | -3/+0 |
| 2024-01-30 | Rollup merge of #120485 - chenyukang:yukang-add-query-instability-check, r=mi... | Guillaume Gomez | -0/+2 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgName`. | Nicholas Nethercote | -1/+1 |
| 2024-01-30 | Remove `DiagnosticArgName` from `rustc_codegen_ssa`. | Nicholas Nethercote | -8/+9 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -5/+5 |
| 2024-01-30 | add missing potential_query_instability for keys and values in hashmap | yukang | -0/+2 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -43/+43 |
| 2024-01-26 | Auto merge of #119968 - clubby789:unused-feature, r=compiler-errors | bors | -2/+0 |
| 2024-01-25 | Rollup merge of #120099 - petrochenkov:linkapi, r=WaffleLapkin | Matthias Krüger | -295/+258 |
| 2024-01-25 | Remove unused features | clubby789 | -2/+0 |
| 2024-01-24 | linker: Fix Rust dylib crate extension on windows-msvc | Vadim Petrochenkov | -1/+5 |
| 2024-01-24 | linker: Cleanup implementations of `link_staticlib_*` | Vadim Petrochenkov | -23/+24 |
| 2024-01-24 | linker: Merge `link_staticlib_*` and `link_whole_staticlib_*` | Vadim Petrochenkov | -130/+86 |
| 2024-01-24 | linker: Do not collect search paths unless necessary | Vadim Petrochenkov | -21/+29 |
| 2024-01-24 | linker: Group library linking methods together and sort them consistently | Vadim Petrochenkov | -171/+180 |
| 2024-01-24 | linker: Refactor APIs for linking static libraries | Vadim Petrochenkov | -69/+114 |
| 2024-01-24 | linker: Refactor APIs for linking dynamic libraries | Vadim Petrochenkov | -93/+33 |
| 2024-01-23 | Rollup merge of #120139 - compiler-errors:fnonce-shim, r=BoxyUwU | León Orell Valerian Liehr | -1/+0 |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-22 | Do not normalize closure signature when building FnOnce shim | Michael Goulet | -1/+0 |
| 2024-01-22 | Auto merge of #120080 - cuviper:128-align-packed, r=nikic | bors | -1/+1 |
| 2024-01-22 | Correct the anchor of an URL in an error message | Noritada Kobayashi | -1/+1 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -1/+1 |
| 2024-01-17 | Auto merge of #119922 - nnethercote:fix-Diag-code-is_lint, r=oli-obk | bors | -2/+2 |
| 2024-01-15 | compiler: Lower fn call arg spans down to MIR | Martin Nordholts | -8/+13 |
| 2024-01-14 | Rework how diagnostic lints are stored. | Nicholas Nethercote | -2/+2 |
| 2024-01-13 | Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil... | bors | -6/+6 |
| 2024-01-13 | Auto merge of #119409 - Kobzol:rustc-codegen-ssa-query-instability, r=Nilstrieb | bors | -11/+30 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -6/+6 |
| 2024-01-13 | rustc_codegen_ssa: Enforce `rustc::potential_query_instability` lint | Jakub Beránek | -11/+30 |
| 2024-01-12 | Revert "Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix" | DianQK | -22/+61 |
| 2024-01-12 | Revert "Auto merge of #118568 - DianQK:no-builtins-symbols, r=pnkfelix" | DianQK | -15/+3 |
| 2024-01-11 | Change how `force-warn` lint diagnostics are recorded. | Nicholas Nethercote | -7/+2 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -31/+30 |