| Age | Commit message (Expand) | Author | Lines |
| 2023-12-04 | Rollup merge of #118540 - RalfJung:unsized-packed-offset, r=TaKO8Ki | Takayuki Maeda | -11/+171 |
| 2023-12-04 | Rollup merge of #118495 - weiznich:more_tests_for_on_unimplemented, r=compile... | Takayuki Maeda | -61/+523 |
| 2023-12-04 | Add regression test for #118195 | Guillaume Gomez | -0/+21 |
| 2023-12-04 | Don't generate the "Fields" heading if there is no field displayed | Guillaume Gomez | -1/+8 |
| 2023-12-04 | Remove the `precise_pointer_size_matching` feature gate | Nadrieril | -86/+33 |
| 2023-12-04 | Don't ask for a specific branch in cargotest | Laurențiu Nicola | -1/+1 |
| 2023-12-04 | rebase | lcnr | -13/+13 |
| 2023-12-04 | cleanup and comments | lcnr | -26/+224 |
| 2023-12-04 | generalize: handle occurs check failure in aliases | lcnr | -33/+124 |
| 2023-12-04 | do not fetch variance info during generalization | lcnr | -1/+1 |
| 2023-12-04 | Restrict what symbols can be used in `#[diagnostic::on_unimplemented]` format... | Georg Semmler | -61/+523 |
| 2023-12-04 | fix: bug in extract_function: should not import ControlFlow in some cases | werifu | -1/+27 |
| 2023-12-04 | Inline and remove `fatal_no_raise`. | Nicholas Nethercote | -10/+3 |
| 2023-12-04 | Make `Handler::{err,bug}` more like `Handler::{warn,note}`. | Nicholas Nethercote | -10/+3 |
| 2023-12-04 | Remove `HandlerInner::emit`. | Nicholas Nethercote | -12/+12 |
| 2023-12-04 | Move some `HandlerInner` functions to `Handler`. | Nicholas Nethercote | -212/+164 |
| 2023-12-04 | Use `DiagnosticBuilder::new` more. | Nicholas Nethercote | -68/+36 |
| 2023-12-04 | De-genericize some `IntoDiagnostic` impls. | Nicholas Nethercote | -20/+20 |
| 2023-12-04 | Remove some unused code, and downgrade some `pub`s. | Nicholas Nethercote | -49/+6 |
| 2023-12-04 | Avoid `Diagnostic::new_with_code(..., None, ...)`. | Nicholas Nethercote | -5/+5 |
| 2023-12-04 | Always use `G` for `EmissionGuarantee` type variables. | Nicholas Nethercote | -13/+13 |
| 2023-12-04 | Rename some arguments. | Nicholas Nethercote | -10/+10 |
| 2023-12-04 | Inline and remove more `DiagnosticBuilder::new_diagnostic_*` functions. | Nicholas Nethercote | -83/+28 |
| 2023-12-04 | Rewrite logic of `has_nontrivial_oprand`. | cocodery | -85/+86 |
| 2023-12-04 | Merge commit 'e402c494b7c7d94a37c6d789a216187aaf9ccd3e' into sync-from-ra | Laurențiu Nicola | -170/+821 |
| 2023-12-04 | Merge commit 'e402c494b7c7d94a37c6d789a216187aaf9ccd3e' into sync-from-ra | Laurențiu Nicola | -170/+821 |
| 2023-12-04 | portable-simd: add missing feature gate | Ralf Jung | -1/+1 |
| 2023-12-04 | Auto merge of #3207 - rust-lang:rustup-2023-12-04, r=RalfJung | bors | -326/+876 |
| 2023-12-04 | fix clippy | Ralf Jung | -1/+2 |
| 2023-12-04 | Auto merge of #118490 - Nadrieril:arena-alloc-matrix, r=nnethercote | bors | -31/+33 |
| 2023-12-04 | Improve example in `slice::windows()` doc | Gurinder Singh | -5/+5 |
| 2023-12-04 | fmt | The Miri Conjob Bot | -10/+2 |
| 2023-12-04 | Merge from rustc | The Miri Conjob Bot | -325/+882 |
| 2023-12-04 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-04 | Inline and remove `DiagnosticBuilder::new_diagnostic_*` functions. | Nicholas Nethercote | -24/+0 |
| 2023-12-04 | Give `Handler::fatal` and `Session::fatal` the same return type. | Nicholas Nethercote | -1/+1 |
| 2023-12-04 | Give `Handler::fatal` and `Session::fatal` the same return type. | Nicholas Nethercote | -8/+9 |
| 2023-12-04 | Auto merge of #116915 - bend-n:unwet, r=saethlin | bors | -22/+33 |
| 2023-12-04 | dedup for duplicate suggestions | bohan | -4/+36 |
| 2023-12-04 | Document reentrancy in `*Arena::alloc_from_iter` | Nadrieril | -16/+25 |
| 2023-12-04 | docs(explicit_write): add missing backtick to complete code snippet | Kisaragi | -1/+1 |
| 2023-12-04 | use `assume(idx < self.len())` in `[T]::get_unchecked` | bendn | -22/+33 |
| 2023-12-03 | Auto merge of #117840 - RalfJung:miri-promise-align, r=cjgillot | bors | -118/+271 |
| 2023-12-03 | Auto merge of #118579 - matthiaskrgr:rollup-22kn8sa, r=matthiaskrgr | bors | -43/+174 |
| 2023-12-03 | move calling miri_promise_symbolic_alignment to a shared helper | Ralf Jung | -65/+38 |
| 2023-12-03 | miri: support 'promising' alignment for symbolic alignment check | Ralf Jung | -118/+298 |
| 2023-12-03 | Rollup merge of #118574 - Enselic:query-instability, r=cjgillot | Matthias Krüger | -1/+7 |
| 2023-12-03 | Rollup merge of #118525 - Zalathar:skip-spans, r=cjgillot | Matthias Krüger | -28/+30 |
| 2023-12-03 | Rollup merge of #117869 - GuillaumeGomez:comment-highlighting-item-decl, r=no... | Matthias Krüger | -14/+137 |
| 2023-12-03 | Some final touches | Lukas Wirth | -67/+86 |