| Age | Commit message (Expand) | Author | Lines |
| 2023-08-15 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2023-08-15 | Fix typos in rustc doc platform x86_64h-apple-darwin | Meng Xiangzhuo | -2/+2 |
| 2023-08-15 | Fix typos in rustc doc platform loongarch-linux | Meng Xiangzhuo | -1/+1 |
| 2023-08-15 | Fix typos in rustc doc codegen-options | Meng Xiangzhuo | -1/+1 |
| 2023-08-15 | Fix typos in rustc doc platform aarch64-unknown-teeos | Meng Xiangzhuo | -1/+1 |
| 2023-08-15 | Fix typos in rustc doc platform netbsd | Meng Xiangzhuo | -1/+1 |
| 2023-08-15 | Fix typos in unstable-book | Meng Xiangzhuo | -1/+1 |
| 2023-08-14 | Auto merge of #114824 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-08-14 | Update cargo | Weihang Lo | -0/+0 |
| 2023-08-14 | bless clippy test | Esteban Küber | -21/+2 |
| 2023-08-14 | Auto merge of #113658 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3 | bors | -14/+117 |
| 2023-08-14 | Move scrutinee `HirId` into `MatchSource::TryDesugar` | Esteban Küber | -14/+15 |
| 2023-08-14 | Rollup merge of #114815 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-08-15 | update Cargo.lock | dirreke | -4/+4 |
| 2023-08-14 | Update books | rustbot | -0/+0 |
| 2023-08-14 | Auto merge of #114781 - fee1-dead-contrib:param-impl-source, r=davidtwco | bors | -1/+1 |
| 2023-08-14 | Upgrade Object and related deps | dirreke | -7/+8 |
| 2023-08-14 | Update llvm.rs | Dirreck | -18/+3 |
| 2023-08-14 | fix the wrong number in const KNOWN_ARCH | dirreke | -1/+1 |
| 2023-08-14 | add details for csky-unknown-linux-gnuabiv2 and add docs | Dirreke | -13/+82 |
| 2023-08-14 | add `rustc_codegen_ssa` support for csky and correct some code | Dirreke | -1/+1 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -2/+50 |
| 2023-08-14 | refactor ABI formatting (#5845) | fee1-dead | -20/+12 |
| 2023-08-14 | Add GUI test for warning blocks | Guillaume Gomez | -1/+2 |
| 2023-08-14 | Add documentation for warning blocks in rustdoc book | Guillaume Gomez | -0/+12 |
| 2023-08-14 | Add warning block support in rustdoc | Guillaume Gomez | -3/+26 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -9/+9 |
| 2023-08-14 | Remove constness from `ImplSource::Param` | Deadbeef | -1/+1 |
| 2023-08-13 | Auto merge of #114786 - GuillaumeGomez:rollup-0cos5gn, r=GuillaumeGomez | bors | -8/+30 |
| 2023-08-13 | Inline format arguments for easier reading (#5881) | Yuri Astrakhan | -218/+180 |
| 2023-08-13 | Don't flatten blocks that have labels | Yacin Tmimi | -2/+3 |
| 2023-08-13 | include block label length when calculating pat_shape of a match arm | Yacin Tmimi | -2/+12 |
| 2023-08-13 | Rollup merge of #114625 - klensy:ci-pr-workers, r=Mark-Simulacrum | Guillaume Gomez | -2/+2 |
| 2023-08-13 | Rollup merge of #114069 - cuviper:profiler-path, r=Mark-Simulacrum | Guillaume Gomez | -6/+28 |
| 2023-08-13 | Auto merge of #114480 - ozkanonur:fix-stage0-compiler-llvm, r=Mark-Simulacrum | bors | -0/+10 |
| 2023-08-13 | Improve formatting of empty macro_rules! definitions | Yacin Tmimi | -0/+24 |
| 2023-08-13 | Update Unicode data to 15.0 | Charles Lew | -2/+2 |
| 2023-08-13 | Auto merge of #114723 - petrochenkov:noplugin2, r=davidtwco | bors | -3/+3 |
| 2023-08-13 | Update cargo | Weihang Lo | -0/+0 |
| 2023-08-12 | improve the --file-lines help (#5846) | Richard | -1/+1 |
| 2023-08-12 | CI: fix Docker layer caching | Jakub Beránek | -0/+11 |
| 2023-08-12 | Merge from rustc | The Miri Conjob Bot | -396/+1369 |
| 2023-08-12 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-08-11 | Include spans in use-after-free diagnostics | Ben Kimock | -18/+230 |
| 2023-08-11 | Auto merge of #3025 - eduardosm:float-to-int, r=RalfJung | bors | -117/+132 |
| 2023-08-11 | Auto merge of #114735 - RalfJung:miri, r=RalfJung | bors | -55/+1795 |
| 2023-08-11 | Remove `float_to_int_unchecked` and inline it into its call sites | Eduardo Sánchez Muñoz | -39/+56 |
| 2023-08-11 | Add checked float-to-int helper function | Eduardo Sánchez Muñoz | -83/+81 |
| 2023-08-11 | llvm.prefetch is not a math function | Ralf Jung | -2/+1 |
| 2023-08-11 | Auto merge of #114729 - flip1995:clippyup, r=Manishearth | bors | -378/+1543 |