| Age | Commit message (Expand) | Author | Lines |
| 2023-12-03 | Auto merge of #118128 - RalfJung:bad-intrinsics, r=the8472 | bors | -0/+10 |
| 2023-12-03 | Auto merge of #118542 - chenyukang:yukang-fix-parser-ice-118531, r=cjgillot | bors | -12/+110 |
| 2023-12-02 | Auto merge of #118541 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-12-02 | Update cargo | Weihang Lo | -0/+0 |
| 2023-12-02 | Auto merge of #118347 - Mark-Simulacrum:asm-code-size, r=spastorino | bors | -58/+63 |
| 2023-12-02 | Avoid per-register closure expansions | Mark Rousskov | -58/+63 |
| 2023-12-02 | Auto merge of #118484 - blyxxyz:os-str-slice, r=BurntSushi | bors | -2/+131 |
| 2023-12-02 | Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin... | bors | -1190/+2289 |
| 2023-12-02 | Auto merge of #118543 - matthiaskrgr:rollup-0kl4o90, r=matthiaskrgr | bors | -40/+163 |
| 2023-12-02 | Rollup merge of #118539 - RalfJung:packed-struct-tests, r=lqd | Matthias Krüger | -1/+1 |
| 2023-12-02 | Rollup merge of #118528 - onur-ozkan:use-std-once-lock, r=clubby789 | Matthias Krüger | -15/+14 |
| 2023-12-02 | Rollup merge of #118524 - celinval:smir-instance-def, r=ouz-a | Matthias Krüger | -20/+134 |
| 2023-12-02 | Rollup merge of #118514 - Enselic:ice-probe, r=cjgillot | Matthias Krüger | -4/+14 |
| 2023-12-02 | Remove link to core::arch::x86_64 | Caleb Zulawski | -1/+1 |
| 2023-12-02 | Fix parser ICE from attrs | yukang | -12/+110 |
| 2023-12-02 | Add substring API for `OsStr` | Jan Verbeek | -2/+131 |
| 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 | 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 | 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 | -517/+495 |
| 2023-12-01 | Add more information to stable Instance | Celina G. Val | -20/+134 |
| 2023-12-02 | Auto merge of #118175 - lqd:unify-live-loans, r=matthewjasper | bors | -102/+144 |
| 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 | `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 | -278/+309 |
| 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 | Auto merge of #117248 - ChrisDenton:ci-symlink, r=m-ou-se | bors | -1/+1 |
| 2023-12-01 | Handle recursion limit for subtype and well-formed predicates | Matthew Jasper | -5/+130 |
| 2023-12-01 | Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync | Philipp Krones | -1174/+3660 |
| 2023-12-01 | Auto merge of #11903 - flip1995:rustup, r=flip1995 | bors | -242/+257 |
| 2023-12-01 | Bump nightly version -> 2023-12-01 | Philipp Krones | -1/+1 |