| Age | Commit message (Expand) | Author | Lines |
| 2023-12-02 | Auto merge of #11899 - samueltardieu:redundant-if, r=llogiq | bors | -12/+10 |
| 2023-12-02 | Add substring API for `OsStr` | Jan Verbeek | -2/+131 |
| 2023-12-02 | Auto merge of #11853 - J-ZhengLi:issue11814, r=llogiq | bors | -229/+334 |
| 2023-12-02 | Auto merge of #3201 - RalfJung:rustup, r=RalfJung | bors | -1831/+2474 |
| 2023-12-02 | move packed-struct tests into packed/ folder | Ralf Jung | -1/+1 |
| 2023-12-02 | Auto merge of #117912 - GeorgeWort:master, r=petrochenkov | bors | -22/+43 |
| 2023-12-02 | Tolerate hidden, binary files in tests/ | Peter Gerber | -1/+6 |
| 2023-12-02 | Fix mod item in included file resolving incorrectly | Lukas Wirth | -36/+39 |
| 2023-12-02 | Fix macro expansion expression parenthesis wrapping | Lukas Wirth | -64/+218 |
| 2023-12-02 | Auto merge of #118507 - flip1995:clippy-subtree-sync, r=matthiaskrgr | bors | -1174/+3660 |
| 2023-12-02 | Auto merge of #118507 - flip1995:clippy-subtree-sync, r=matthiaskrgr | bors | -1174/+3660 |
| 2023-12-02 | replace `once_cell::sync::OnceCell` with std `OnceLock` | onur-ozkan | -15/+14 |
| 2023-12-02 | Auto merge of #118498 - RalfJung:valtree-ice, r=lcnr | bors | -2/+25 |
| 2023-12-02 | fix an ICE when a valtree failed to evaluate | Ralf Jung | -2/+25 |
| 2023-12-02 | Merge from rustc | Ralf Jung | -1830/+2473 |
| 2023-12-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-12-02 | Auto merge of #117754 - matthewjasper:subtype-overflow, r=lcnr | bors | -5/+130 |
| 2023-12-02 | Auto merge of #118465 - ehuss:update-mdbook, r=Mark-Simulacrum | bors | -6/+27 |
| 2023-12-02 | Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors | bors | -5/+5 |
| 2023-12-02 | Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors | bors | -517/+495 |
| 2023-12-02 | Add tests | Nadrieril | -1/+229 |
| 2023-12-02 | Anticipate allocation sizes | Nadrieril | -15/+8 |
| 2023-12-01 | Add more information to stable Instance | Celina G. Val | -20/+134 |
| 2023-12-01 | Attempt to try to resolve blocking concerns | Caio | -242/+676 |
| 2023-12-02 | Auto merge of #118175 - lqd:unify-live-loans, r=matthewjasper | bors | -102/+144 |
| 2023-12-01 | rustdoc: do not escape quotes in body text | Michael Howell | -8/+50 |
| 2023-12-02 | Inline and remove `LoweringContext::handler()`. | Nicholas Nethercote | -6/+2 |
| 2023-12-02 | Remove unnecessary qualifiers. | Nicholas Nethercote | -3/+3 |
| 2023-12-02 | Use `Session::diagnostic` in more places. | Nicholas Nethercote | -40/+33 |
| 2023-12-02 | Use `Session::diagnostic` in more places. | Nicholas Nethercote | -66/+51 |
| 2023-12-02 | Rename `LayoutCalculator::delay_bug` as `LayoutCalculator::delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-12-02 | `Handler` tweaks. | Nicholas Nethercote | -8/+6 |
| 2023-12-02 | Rename `LayoutCalculator::delay_bug` as `LayoutCalculator::delayed_bug`. | Nicholas Nethercote | -5/+5 |
| 2023-12-02 | Rename `Handler::delay_good_path_bug` as `Handler::good_path_delayed_bug`. | Nicholas Nethercote | -25/+28 |
| 2023-12-02 | Rename `HandlerInner::delayed_span_bugs` as `HandlerInner::span_delayed_bugs`. | Nicholas Nethercote | -21/+21 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -4/+4 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -278/+309 |
| 2023-12-02 | Rename `*note_without_error` as `*note`. | Nicholas Nethercote | -1/+1 |
| 2023-12-02 | Rename `*note_without_error` as `*note`. | Nicholas Nethercote | -45/+25 |
| 2023-12-02 | Rename `HandlerInner::failure` as `HandlerInner::failure_note`. | Nicholas Nethercote | -4/+4 |
| 2023-12-02 | Rename `Handler::span_note_diag` as `struct_span_note`. | Nicholas Nethercote | -4/+4 |
| 2023-12-02 | Remove an unnecessary local variable. | Nicholas Nethercote | -2/+1 |
| 2023-12-02 | Return `ErrorGuaranteed` from `span_err_with_code` methods. | Nicholas Nethercote | -3/+4 |
| 2023-12-02 | Inline and remove `DiagnosticBuilder::new_diagnostic_fatal`. | Nicholas Nethercote | -9/+1 |
| 2023-12-01 | Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix | bors | -89/+133 |
| 2023-12-02 | Put `$(LLVM_BIN_DIR)` in quotes to prevent missing backslashes | DianQK | -1/+1 |
| 2023-12-01 | rustc_hir_typeck: Fix ICE when probing for non-ASCII function alternative | Martin Nordholts | -4/+14 |
| 2023-12-01 | Tweak unclosed generics errors | Esteban Küber | -46/+65 |
| 2023-12-01 | Auto merge of #117248 - ChrisDenton:ci-symlink, r=m-ou-se | bors | -1/+1 |