| Age | Commit message (Expand) | Author | Lines |
| 2023-12-29 | Auto merge of #119387 - flip1995:clippy-subtree-sync, r=matthiaskrgr | bors | -321/+2531 |
| 2023-12-28 | Merge commit 'ac4c2094a6030530661bee3876e0228ddfeb6b8b' into clippy-subtree-sync | Philipp Krones | -321/+2531 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -1/+1 |
| 2023-12-26 | Update cargo | Weihang Lo | -0/+0 |
| 2023-12-26 | Rollup merge of #119240 - compiler-errors:lang-item-more, r=petrochenkov | Michael Goulet | -0/+4 |
| 2023-12-26 | Auto merge of #119315 - RalfJung:miri, r=RalfJung | bors | -150/+155 |
| 2023-12-26 | Merge from rustc | The Miri Conjob Bot | -31/+31 |
| 2023-12-26 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-26 | Auto merge of #119258 - compiler-errors:closure-kind, r=eholk | bors | -73/+119 |
| 2023-12-26 | Make some non-diagnostic-affecting QPath::LangItem into regular qpaths | Michael Goulet | -0/+4 |
| 2023-12-25 | Fix clippy's usage of Body's coroutine_kind | Michael Goulet | -73/+119 |
| 2023-12-24 | Merge from rustc | The Miri Conjob Bot | -68/+98 |
| 2023-12-24 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-24 | Remove more `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -1/+1 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -30/+30 |
| 2023-12-23 | Rollup merge of #119248 - lukas-code:purge-unused-outlives-test, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-12-23 | Rollup merge of #119232 - Takashiidobe:fix-doc-typos, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2023-12-23 | Rollup merge of #119231 - aDotInTheVoid:PatKind-struct-bool-docs, r=compiler-... | Matthias Krüger | -4/+10 |
| 2023-12-23 | move rustc_outlives test code from query to dedicated function | Lukas Markeffsky | -1/+1 |
| 2023-12-23 | bool->enum for ast::PatKind::Struct presence of `..` | Alona Enraght-Moony | -4/+10 |
| 2023-12-22 | Rollup merge of #119198 - compiler-errors:desugaring, r=eholk | Michael Goulet | -15/+19 |
| 2023-12-22 | Rollup merge of #119171 - nnethercote:cleanup-errors-4, r=compiler-errors | Michael Goulet | -6/+8 |
| 2023-12-22 | Rollup merge of #119077 - tmiasko:lint, r=cjgillot | Michael Goulet | -0/+1 |
| 2023-12-23 | Remove all uses of `DiagnosticBuilder::forget_guarantee()`. | Nicholas Nethercote | -5/+7 |
| 2023-12-23 | Improve some names. | Nicholas Nethercote | -1/+1 |
| 2023-12-23 | Auto merge of #119211 - rust-lang:pa-master-1.77, r=Mark-Simulacrum | bors | -1/+0 |
| 2023-12-22 | Split coroutine desugaring kind from source | Michael Goulet | -15/+19 |
| 2023-12-22 | fix some typos found scrolling through the docs | Takashi Idobe | -1/+1 |
| 2023-12-22 | Update cargo | Weihang Lo | -0/+0 |
| 2023-12-22 | Auto merge of #118847 - eholk:for-await, r=compiler-errors | bors | -20/+47 |
| 2023-12-22 | implement and test simd_masked_load and simd_masked_store | Ralf Jung | -0/+72 |
| 2023-12-22 | simd_scatter/gather: test OOB cases and the order of writes | Ralf Jung | -6/+39 |
| 2023-12-22 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2023-12-22 | Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler... | bors | -20/+11 |
| 2023-12-21 | Merge from rustc | Ralf Jung | -10/+46 |
| 2023-12-21 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-12-21 | Enable -Zlint-mir by default for mir-opt tests | Tomasz Miąsko | -0/+1 |
| 2023-12-20 | Rollup merge of #119145 - aDotInTheVoid:variantdata-struct-struct, r=compiler... | Matthias Krüger | -10/+12 |
| 2023-12-20 | Refactor AST trait bound modifiers | León Orell Valerian Liehr | -20/+11 |
| 2023-12-20 | Auto merge of #119037 - RalfJung:repr-c-abi-mismatch, r=scottmcm | bors | -0/+33 |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -10/+12 |
| 2023-12-19 | Plumb awaitness of for loops | Eric Holk | -20/+47 |
| 2023-12-19 | Auto merge of #118842 - Nadrieril:librarify-further, r=compiler-errors | bors | -0/+1 |
| 2023-12-19 | Merge from rustc | The Miri Conjob Bot | -1166/+4196 |
| 2023-12-19 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-18 | Auto merge of #3220 - saethlin:strict-mmap, r=RalfJung | bors | -138/+29 |
| 2023-12-18 | Auto merge of #3221 - RalfJung:edition, r=RalfJung | bors | -4/+13 |
| 2023-12-18 | Auto merge of #119070 - lnicola:sync-from-ra, r=lnicola | bors | -476/+1079 |
| 2023-12-18 | Merge commit '21b06c1beb9bb59369ffd652f5d617bcf6952e05' into sync-from-ra | Laurențiu Nicola | -476/+1079 |
| 2023-12-18 | Auto merge of #119063 - nnethercote:dcx, r=compiler-errors | bors | -38/+38 |