| Age | Commit message (Expand) | Author | Lines |
| 2023-12-23 | Add `is_object_safe` information for traits in JSON output | Guillaume Gomez | -1/+4 |
| 2023-12-23 | Improve documentation for using warning blocks in documentation | Guillaume Gomez | -0/+16 |
| 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 | -11/+13 |
| 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 | -2/+2 |
| 2023-12-23 | Rename `EarlyDiagCtxt` methods to match `DiagCtxt`. | Nicholas Nethercote | -4/+4 |
| 2023-12-22 | style-guide: Rework version-sorting algorithm | Josh Triplett | -22/+69 |
| 2023-12-23 | Auto merge of #119211 - rust-lang:pa-master-1.77, r=Mark-Simulacrum | bors | -415/+412 |
| 2023-12-22 | Split coroutine desugaring kind from source | Michael Goulet | -15/+19 |
| 2023-12-22 | fix missed typo | Takashi Idobe | -1/+1 |
| 2023-12-22 | fix some typos found scrolling through the docs | Takashi Idobe | -7/+7 |
| 2023-12-22 | Auto merge of #119227 - weihanglo:update-cargo, r=weihanglo | bors | -0/+1 |
| 2023-12-22 | bootstrap: build doc for `cargo-util-schemas | Weihang Lo | -0/+1 |
| 2023-12-22 | Update cargo | Weihang Lo | -0/+0 |
| 2023-12-22 | Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errors | bors | -1/+1 |
| 2023-12-22 | Rollup merge of #119194 - pietroalbini:pa-disable-fuchsia-non-nightly, r=tmandry | Matthias Krüger | -0/+5 |
| 2023-12-22 | Rollup merge of #117601 - androm3da:hexagon_unknown_none_elf, r=petrochenkov | Matthias Krüger | -0/+268 |
| 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 | bump stage0 | Pietro Albini | -414/+412 |
| 2023-12-22 | Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler... | bors | -20/+11 |
| 2023-12-21 | Add support for hexagon-unknown-none-elf as target | Brian Cain | -0/+268 |
| 2023-12-21 | run fuchsia tests only on nightly | Pietro Albini | -0/+5 |
| 2023-12-21 | Merge from rustc | Ralf Jung | -147/+328 |
| 2023-12-21 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-12-21 | Rollup merge of #119182 - GuillaumeGomez:update-sysinfo, r=onur-ozkan | Matthias Krüger | -7/+7 |
| 2023-12-21 | Rollup merge of #119124 - onur-ozkan:help-118861, r=Mark-Simulacrum | Matthias Krüger | -5/+27 |
| 2023-12-21 | another trophy | Ralf Jung | -0/+1 |
| 2023-12-21 | add a new change in change-tracker | onur-ozkan | -0/+5 |
| 2023-12-21 | Update sysinfo version to 0.30.0 | Guillaume Gomez | -7/+7 |
| 2023-12-21 | Switch from using `//~ERROR` annotations with `--error-format` to `error-patt... | Rajveer | -11/+17 |
| 2023-12-21 | bump version number to 1.77.0 | Pietro Albini | -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 | -12/+14 |
| 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 | Rollup merge of #119159 - petrochenkov:llvmup, r=nikic | Guillaume Gomez | -0/+0 |
| 2023-12-20 | Rollup merge of #119115 - GuillaumeGomez:env-docs, r=Nilstrieb | Guillaume Gomez | -1/+20 |
| 2023-12-20 | if source is git, make /checkout dir safe for git | onur-ozkan | -3/+12 |
| 2023-12-20 | Add link to explanations about dep-info files | Guillaume Gomez | -1/+2 |
| 2023-12-20 | Update LLVM submodule | Vadim Petrochenkov | -0/+0 |
| 2023-12-20 | Rollup merge of #119102 - chrisnc:arm-none-eabi-docs, r=wesleywiser | Matthias Krüger | -106/+176 |
| 2023-12-20 | Hide foreign `#[doc(hidden)]` paths in import suggestions | Jules Bertholet | -2/+0 |
| 2023-12-19 | Fix corner cases when dealing with mobile mode | Michael Howell | -17/+16 |
| 2023-12-20 | Auto merge of #106790 - the8472:rawvec-niche, r=scottmcm | bors | -7/+15 |