| Age | Commit message (Expand) | Author | Lines |
| 2024-02-29 | extract fulfillment err creation | lcnr | -82/+73 |
| 2024-02-29 | distinguish recursion limit based overflow for diagnostics | lcnr | -125/+91 |
| 2024-02-29 | Auto merge of #121770 - matthiaskrgr:rollup-wdher8r, r=matthiaskrgr | bors | -396/+600 |
| 2024-02-29 | Rollup merge of #121743 - compiler-errors:opportunistically-resolve-regions, ... | Matthias Krüger | -18/+14 |
| 2024-02-29 | Rollup merge of #121735 - Nadrieril:no-panic-on-type-error, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2024-02-29 | Rollup merge of #121724 - nnethercote:LitKind-Err-for-floats, r=fmease | Matthias Krüger | -166/+176 |
| 2024-02-29 | Rollup merge of #121689 - GuillaumeGomez:rustdoc-highlighting-whitespace, r=n... | Matthias Krüger | -1/+31 |
| 2024-02-29 | Rollup merge of #110543 - joboet:reentrant_lock, r=m-ou-se | Matthias Krüger | -207/+375 |
| 2024-02-28 | Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwco | bors | -1774/+1527 |
| 2024-02-28 | Auto merge of #121741 - GuillaumeGomez:rollup-msrsrnk, r=GuillaumeGomez | bors | -234/+431 |
| 2024-02-28 | Opportunistically resolve regions when processing region outlives obligations | Michael Goulet | -18/+14 |
| 2024-02-28 | Add regression test for inclusion of whitespace characters in rustdoc highlig... | Guillaume Gomez | -1/+30 |
| 2024-02-28 | Rollup merge of #121702 - compiler-errors:coerce-alias-relate, r=lcnr | Guillaume Gomez | -0/+32 |
| 2024-02-28 | Rollup merge of #121698 - rcvalle:rust-cfi-fix-typo, r=compiler-errors | Guillaume Gomez | -0/+0 |
| 2024-02-28 | Rollup merge of #121695 - oli-obk:split_ty_utils, r=compiler-errors | Guillaume Gomez | -74/+117 |
| 2024-02-28 | Rollup merge of #121691 - janstarke:handle-missing-creation-time-as-unsupport... | Guillaume Gomez | -1/+1 |
| 2024-02-28 | Rollup merge of #121686 - compiler-errors:rpitit-printing, r=lcnr | Guillaume Gomez | -21/+28 |
| 2024-02-28 | Rollup merge of #121680 - GuillaumeGomez:foreign-macro-jump-to-def, r=notriddle | Guillaume Gomez | -1/+22 |
| 2024-02-28 | Rollup merge of #121661 - surechen:change_attribute_to_local_20240226, r=lcnr | Guillaume Gomez | -22/+41 |
| 2024-02-28 | Rollup merge of #121572 - notriddle:notriddle/test-case-121106, r=GuillaumeGomez | Guillaume Gomez | -0/+19 |
| 2024-02-28 | Rollup merge of #121527 - Enselic:unix_sigpipe-tests-fixes, r=davidtwco | Guillaume Gomez | -16/+25 |
| 2024-02-28 | Rollup merge of #121423 - nnethercote:rm-UntranslatableDiagnosticTrivial, r=d... | Guillaume Gomez | -88/+1 |
| 2024-02-28 | Rollup merge of #121226 - chenyukang:yukang-fix-import-alias, r=davidtwco | Guillaume Gomez | -1/+72 |
| 2024-02-28 | Rollup merge of #120051 - riverbl:os-str-display, r=m-ou-se | Guillaume Gomez | -10/+73 |
| 2024-02-28 | Auto merge of #121699 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-02-28 | Don't panic when encountering unexpected constructor | Nadrieril | -4/+4 |
| 2024-02-28 | Use `LitKind::Err` for floats with unsupported bases. | Nicholas Nethercote | -67/+77 |
| 2024-02-28 | Reformat `float-field.rs` test. | Nicholas Nethercote | -113/+142 |
| 2024-02-28 | Use `LitKind::Err` for floats with empty exponents. | Nicholas Nethercote | -35/+6 |
| 2024-02-28 | Remove the `UntranslatableDiagnosticTrivial` lint. | Nicholas Nethercote | -88/+1 |
| 2024-02-28 | Rename `DiagnosticImportance` as `DiagImportance`. | Nicholas Nethercote | -16/+14 |
| 2024-02-28 | Rename `DiagnosticStyledString` as `DiagStyledString`. | Nicholas Nethercote | -60/+53 |
| 2024-02-28 | Rename `DiagnosticSymbolList` as `DiagSymbolList`. | Nicholas Nethercote | -10/+10 |
| 2024-02-28 | Rename `DiagnosticLocation` as `DiagLocation`. | Nicholas Nethercote | -12/+12 |
| 2024-02-28 | Rename `DiagnosticArgFromDisplay` as `DiagArgFromDisplay`. | Nicholas Nethercote | -21/+20 |
| 2024-02-28 | Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`. | Nicholas Nethercote | -198/+196 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -1366/+1135 |
| 2024-02-27 | Update cargo | Weihang Lo | -0/+0 |
| 2024-02-28 | Rename `SubDiagnostic` as `Subdiag`. | Nicholas Nethercote | -27/+23 |
| 2024-02-28 | Rename `DelayedDiagnostic` as `DelayedDiagInner`. | Nicholas Nethercote | -5/+5 |
| 2024-02-28 | Rename `Diagnostic` as `DiagInner`. | Nicholas Nethercote | -87/+87 |
| 2024-02-27 | Auto merge of #119616 - rylev:wasm32-wasi-preview2, r=petrochenkov,m-ou-se | bors | -128/+331 |
| 2024-02-27 | Process alias-relate obligations in CoerceUnsized loop | Michael Goulet | -0/+32 |
| 2024-02-27 | CFI: Fix typo in test file names | Ramon de C Valle | -0/+0 |
| 2024-02-27 | Auto merge of #121677 - flip1995:clippy-subtree-update, r=Manishearth | bors | -10861/+14195 |
| 2024-02-27 | Split rustc_type_ir to avoid rustc_ast from depending on it | Oli Scherer | -74/+117 |
| 2024-02-27 | Print RPITIT like an opaque | Michael Goulet | -14/+18 |
| 2024-02-27 | rename RPITIT from opaque to synthetic | Michael Goulet | -11/+14 |
| 2024-02-27 | handle unavailable creation time as `io::ErrorKind::Unsupported` | Jan Starke | -1/+1 |
| 2024-02-27 | Prevent inclusion of whitespace character after macro_rules ident | Guillaume Gomez | -0/+1 |