| Age | Commit message (Expand) | Author | Lines |
| 2023-11-26 | Add `is_aligned{,_to}` convenience methods to `NonNull` | Maybe Waffle | -0/+234 |
| 2023-11-26 | Add `align_offset` convenience method to `NonNull` | Maybe Waffle | -0/+60 |
| 2023-11-26 | Add `replace` and `swap` convenience methods to `NonNull` | Maybe Waffle | -0/+35 |
| 2023-11-26 | Add `offset_from`-ish convenience methods to `NonNull` | Maybe Waffle | -11/+209 |
| 2023-11-26 | Add offset-ish convenience methods to `NonNull` | Maybe Waffle | -0/+274 |
| 2023-11-26 | Add read/write/copy convenience methods to `NonNull` | Maybe Waffle | -14/+223 |
| 2023-11-26 | Auto merge of #118267 - compiler-errors:ambiguity-causes, r=spastorino | bors | -67/+54 |
| 2023-11-26 | Auto merge of #118256 - petrochenkov:nohir, r=compiler-errors | bors | -199/+189 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -199/+189 |
| 2023-11-26 | Auto merge of #117880 - lqd:liveness-values, r=cjgillot | bors | -62/+67 |
| 2023-11-26 | Auto merge of #110303 - nbdd0121:master, r=Mark-Simulacrum | bors | -389/+391 |
| 2023-11-26 | Auto merge of #118250 - petrochenkov:optdefkind, r=compiler-errors | bors | -56/+36 |
| 2023-11-26 | Auto merge of #118300 - compiler-errors:rollup-cm3i8fg, r=compiler-errors | bors | -792/+632 |
| 2023-11-26 | Bless MIR tests | Gary Guo | -128/+120 |
| 2023-11-26 | Auto merge of #117611 - Nadrieril:linear-pass-take-4, r=cjgillot | bors | -1002/+1294 |
| 2023-11-25 | Fix tests | Gary Guo | -114/+117 |
| 2023-11-25 | Address review feedback | Gary Guo | -5/+11 |
| 2023-11-25 | Convert many `assert_unsafe_precondition` to `debug_assert_nounwind` | Gary Guo | -132/+98 |
| 2023-11-25 | Add `debug_assert_nounwind` | Gary Guo | -19/+54 |
| 2023-11-25 | Rollup merge of #118290 - compiler-errors:placeholder-implied, r=aliemjay | Michael Goulet | -2/+18 |
| 2023-11-25 | Rollup merge of #118289 - compiler-errors:is_some_and_rustdoc, r=fmease | Michael Goulet | -14/+12 |
| 2023-11-25 | Rollup merge of #118288 - compiler-errors:is_some_and, r=lqd,dtolnay | Michael Goulet | -13/+21 |
| 2023-11-25 | Rollup merge of #118201 - compiler-errors:obligation-causes, r=cjgillot | Michael Goulet | -39/+5 |
| 2023-11-25 | Rollup merge of #118158 - nnethercote:reduce-fluent-boilerplate, r=compiler-e... | Michael Goulet | -414/+301 |
| 2023-11-25 | Rollup merge of #117968 - Urgau:stabilize-ptr-addr-eq, r=dtolnay | Michael Goulet | -5/+5 |
| 2023-11-25 | Rollup merge of #117651 - Zalathar:fold-sums, r=cjgillot | Michael Goulet | -305/+270 |
| 2023-11-25 | Remove 3 more unused ObligationCauseCodes | Michael Goulet | -15/+0 |
| 2023-11-25 | Remove some more unused codepaths in (region) error reporting | Michael Goulet | -7/+2 |
| 2023-11-25 | Remove some lifetime-only ObligationCauseCode notes | Michael Goulet | -11/+3 |
| 2023-11-25 | Remove unused ObligationCauseCode::ProjectionWf | Michael Goulet | -6/+0 |
| 2023-11-26 | Remove unnecessary dependencies. | Nicholas Nethercote | -4/+0 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -345/+275 |
| 2023-11-26 | Add a useful comment. | Nicholas Nethercote | -0/+4 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -58/+22 |
| 2023-11-26 | Remove `rustc_error_messages/messages.ftl`. | Nicholas Nethercote | -7/+0 |
| 2023-11-25 | Auto merge of #118275 - weihanglo:update-cargo, r=ehuss | bors | -40/+0 |
| 2023-11-25 | Auto merge of #118294 - GuillaumeGomez:rollup-ij2bzwt, r=GuillaumeGomez | bors | -500/+171 |
| 2023-11-25 | Rollup merge of #118291 - notriddle:notriddle/search-dom, r=GuillaumeGomez | Guillaume Gomez | -11/+5 |
| 2023-11-25 | Rollup merge of #118272 - petrochenkov:macrodata, r=cjgillot | Guillaume Gomez | -55/+52 |
| 2023-11-25 | Rollup merge of #118199 - compiler-errors:qpath, r=lcnr | Guillaume Gomez | -75/+45 |
| 2023-11-25 | Rollup merge of #118017 - tamird:better-safety, r=cjgillot | Guillaume Gomez | -8/+10 |
| 2023-11-25 | Rollup merge of #117871 - klensy:unused-pub, r=cjgillot | Guillaume Gomez | -248/+5 |
| 2023-11-25 | Rollup merge of #116446 - compiler-errors:yeet-mir-from_anon_const, r=b-naber | Guillaume Gomez | -103/+54 |
| 2023-11-25 | is_{some,ok}_and | Michael Goulet | -13/+21 |
| 2023-11-25 | Appease the clippy | Michael Goulet | -4/+4 |
| 2023-11-25 | Remove HirId from QPath::LangItem | Michael Goulet | -71/+41 |
| 2023-11-25 | Review comment | Michael Goulet | -20/+19 |
| 2023-11-25 | make sure we still eagerly emit errors | Michael Goulet | -2/+28 |
| 2023-11-25 | Remove mir::Const::from_anon_const | Michael Goulet | -103/+29 |
| 2023-11-25 | Don't ICE when encountering placeholders in implied bounds computation | Michael Goulet | -2/+18 |