| Age | Commit message (Expand) | Author | Lines |
| 2024-03-01 | remove hidden use of Global | Alexander | -1/+1 |
| 2024-02-29 | Auto merge of #121790 - jhpratt:rollup-yocg203, r=jhpratt | bors | -213/+173 |
| 2024-02-29 | Rollup merge of #121779 - mu001999:clean, r=Nilstrieb | Jacob Pratt | -75/+0 |
| 2024-02-29 | Rollup merge of #121778 - ibraheemdev:patch-19, r=RalfJung | Jacob Pratt | -0/+3 |
| 2024-02-29 | Rollup merge of #121777 - sisungo:master, r=oli-obk | Jacob Pratt | -3/+3 |
| 2024-02-29 | Rollup merge of #121768 - ecton:condvar-unwindsafe, r=m-ou-se | Jacob Pratt | -1/+5 |
| 2024-02-29 | Rollup merge of #121748 - Amanieu:restore-libs-rotation, r=Amanieu | Jacob Pratt | -1/+7 |
| 2024-02-29 | Rollup merge of #121745 - compiler-errors:refining-impl-trait-deeply-norm, r=... | Jacob Pratt | -5/+38 |
| 2024-02-29 | Rollup merge of #121740 - surechen:change_attribute_to_local_20240228, r=lcnr | Jacob Pratt | -18/+45 |
| 2024-02-29 | Rollup merge of #121723 - nnethercote:two-diagnostic-things, r=oli-obk | Jacob Pratt | -21/+40 |
| 2024-02-29 | Rollup merge of #120291 - pitaj:string-sliceindex, r=Amanieu | Jacob Pratt | -88/+15 |
| 2024-02-29 | Rollup merge of #119748 - tgross35:suggest-path-split, r=Amanieu | Jacob Pratt | -1/+17 |
| 2024-02-29 | Restore the standard library review rotation to its former glory | Amanieu d'Antras | -1/+7 |
| 2024-02-29 | Fix tests that are affected by this change | sisungo | -2/+2 |
| 2024-02-29 | fix typos | Ibraheem Ahmed | -3/+3 |
| 2024-02-29 | Remove unused diagnostic struct | r0cky | -75/+0 |
| 2024-02-29 | document potential memory leak in unbounded channel | Ibraheem Ahmed | -0/+3 |
| 2024-02-29 | Fix typo in `rustc_passes/messages.ftl` | sisungo | -1/+1 |
| 2024-02-29 | Auto merge of #121770 - matthiaskrgr:rollup-wdher8r, r=matthiaskrgr | bors | -396/+600 |
| 2024-02-29 | Refactor `DiagCtxtInner::flush_delayed`. | Nicholas Nethercote | -21/+21 |
| 2024-02-29 | Add a comment about how `IntoDiagnostic` should be impl'd. | Nicholas Nethercote | -0/+19 |
| 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 | Implement unwind safety for Condvar | Jonathan Johnson | -1/+5 |
| 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 | Deeply normalize obligations in refining_impl_trait | Michael Goulet | -5/+38 |
| 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 | Changing some attributes to only_local. | surechen | -18/+45 |
| 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 |