| Age | Commit message (Expand) | Author | Lines |
| 2023-07-03 | Remove compare mode | Michael Goulet | -9/+1 |
| 2023-07-03 | Remove chalk from the compiler | Michael Goulet | -3/+1 |
| 2023-07-03 | Upgrade to indexmap 2.0.0 | Josh Stone | -1/+1 |
| 2023-07-03 | Add a simple markdown parser for formatting `rustc --explain` | Trevor Gross | -0/+5 |
| 2023-07-03 | Switch `ast::Stmt` rewriting use to `stmt::Stmt::from_simple_block` | Cosmic Horror | -22/+32 |
| 2023-07-03 | Don't skip semicolon if exprs follow | Cosmic Horror | -5/+18 |
| 2023-07-03 | Rewrite float literals ending in dots with parens in method calls | Deadbeef | -24/+65 |
| 2023-07-03 | Switch to tracing for logging | Deadbeef | -6/+15 |
| 2023-07-03 | Rollup merge of #113285 - GuillaumeGomez:display-long-inline-cfg, r=notriddle | Guillaume Gomez | -3/+3 |
| 2023-07-03 | vec tets: ensure pointer is still writeable | Ralf Jung | -6/+6 |
| 2023-07-03 | Fix display of long inline cfg labels | Guillaume Gomez | -3/+3 |
| 2023-07-03 | Update platform-support.md | Jonathan Pallant (Ferrous Systems) | -32/+32 |
| 2023-07-03 | remove outdated comment | Ralf Jung | -1/+0 |
| 2023-07-03 | send link to PR to Zulip | Ralf Jung | -4/+11 |
| 2023-07-03 | Silence clippy on FIXME'd code and fix the new lints otherwise | Oli Scherer | -2/+4 |
| 2023-07-03 | Update rustix | Nilstrieb | -0/+2 |
| 2023-07-03 | link to PERMITTED_DEPENDENCIES in tidy error | Nilstrieb | -0/+9 |
| 2023-07-03 | fmt | The Miri Conjob Bot | -35/+53 |
| 2023-07-03 | Merge from rustc | The Miri Conjob Bot | -6103/+23797 |
| 2023-07-03 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-02 | Remove MIPS host CI workflows | Jubilee Young | -12/+0 |
| 2023-07-02 | Auto merge of #113046 - Nilstrieb:update, r=Mark-Simulacrum | bors | -1/+3 |
| 2023-07-02 | can't seem to avoid repeating the branch name... | Ralf Jung | -3/+3 |
| 2023-07-02 | more CI yml cleanup | Ralf Jung | -7/+6 |
| 2023-07-02 | sadly 'gh' doesnt support all git upstream branch configs | Ralf Jung | -2/+4 |
| 2023-07-02 | Auto merge of #108537 - GuillaumeGomez:rustdoc-search-whitespace-as-separator... | bors | -73/+179 |
| 2023-07-02 | cargo update | Nilstrieb | -1/+3 |
| 2023-07-02 | cronjob auto-PR: try to fix setting the remote branch | Ralf Jung | -4/+2 |
| 2023-07-02 | Auto merge of #2950 - icewind1991:cargo-miri-rustc-error, r=RalfJung | bors | -1/+5 |
| 2023-07-02 | cron auto-PR: need to set upstream branch | Ralf Jung | -2/+2 |
| 2023-07-02 | Auto merge of #113260 - flip1995:clippyup, r=Manishearth | bors | -5845/+21797 |
| 2023-07-02 | cargo-miri: better error message when RUSTC is not set | Robin Appelman | -1/+5 |
| 2023-07-02 | Fix compile-test tests to work with the new ui_test crate | Philipp Krones | -26/+8 |
| 2023-07-02 | Fix valtree changes | Philipp Krones | -2/+2 |
| 2023-07-02 | Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup | Philipp Krones | -4/+6 |
| 2023-07-02 | Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup | Philipp Krones | -5828/+21798 |
| 2023-07-02 | CI cleanup | Ralf Jung | -8/+3 |
| 2023-07-02 | cronjob auto-PR: fetch more of the history | Ralf Jung | -2/+2 |
| 2023-07-02 | Auto merge of #113256 - matthiaskrgr:rollup-poex8w2, r=matthiaskrgr | bors | -6/+20 |
| 2023-07-02 | cronjob auto-PR: make sure we are on a branch | Ralf Jung | -2/+6 |
| 2023-07-02 | Rollup merge of #113249 - tgross35:patch-2, r=jyn514 | Matthias Krüger | -0/+2 |
| 2023-07-02 | Rollup merge of #113244 - Kobzol:bootstrap-rust-analyzer-tests, r=jyn514 | Matthias Krüger | -1/+3 |
| 2023-07-02 | Rollup merge of #113234 - jyn514:revert-python-test-args, r=clubby789 | Matthias Krüger | -5/+15 |
| 2023-07-02 | Auto merge of #112718 - oli-obk:SIMD-destructure_mir_const, r=cjgillot | bors | -14/+62 |
| 2023-07-02 | Auto merge of #112756 - hi-rustin:rustin-patch-bootstrap, r=clubby789 | bors | -9/+65 |
| 2023-07-02 | Fix broken tests | hi-rustin | -5/+1 |
| 2023-07-02 | test-various: run codegen and assembly tests | Jan-Mirko Otter | -0/+2 |
| 2023-07-01 | Document tracking issue for rustdoc `show-type-layout` | Trevor Gross | -0/+2 |
| 2023-07-01 | fix compiletest crash | Jan-Mirko Otter | -1/+1 |
| 2023-07-01 | Put `LayoutError` behind reference to shrink result | Nilstrieb | -2/+2 |