| Age | Commit message (Expand) | Author | Lines |
| 2023-08-21 | Revert "Fix `x test lint-docs` when download-rustc is enabled" | jyn | -7/+0 |
| 2023-08-17 | Auto merge of #11069 - y21:issue11063, r=Alexendoo | bors | -6/+5 |
| 2023-08-17 | Auto merge of #11070 - y21:issue11065, r=flip1995 | bors | -13/+72 |
| 2023-08-17 | Auto merge of #11106 - syvb:literal_unwrap_ice, r=dswij | bors | -118/+293 |
| 2023-08-17 | Auto merge of #11130 - smoelius:fix-10535, r=Jarcho | bors | -11/+40 |
| 2023-08-17 | Auto merge of #11191 - Alexendoo:redundant-type-annotations-ice, r=llogiq | bors | -21/+38 |
| 2023-08-17 | Auto merge of #11104 - Alexendoo:arc-with-non-send-sync, r=Centri3 | bors | -43/+73 |
| 2023-08-17 | Auto merge of #11077 - y21:issue11076, r=Manishearth | bors | -2/+9 |
| 2023-08-17 | Auto merge of #11172 - Alexendoo:tuple-array-conversions-nursery, r=xFrednet | bors | -1/+1 |
| 2023-08-16 | [beta] Update cargo | Weihang Lo | -0/+0 |
| 2023-08-11 | Ignore flaky clippy tests. | Eric Huss | -0/+9 |
| 2023-08-11 | Rename cast_ref_to_mut to invalid_reference_casting (clippy side) | Urgau | -6/+6 |
| 2023-08-11 | Rename cast_ref_to_mut lint to invalid_reference_casting | Urgau | -2/+2 |
| 2023-08-03 | [beta-1.72] Update cargo | Weihang Lo | -0/+0 |
| 2023-07-31 | [beta] Update cargo | Weihang Lo | -0/+0 |
| 2023-07-18 | [beta] Update cargo | Weihang Lo | -0/+0 |
| 2023-07-08 | Auto merge of #113450 - Nilstrieb:src/bootstrap/test.rs, r=flip1995 | bors | -19/+0 |
| 2023-07-08 | Delete `to_string_in_format_args_incremental.rs` | Nilstrieb | -19/+0 |
| 2023-07-08 | Auto merge of #113376 - Nilstrieb:pointer-coercions-are-not-casts-because-tha... | bors | -9/+9 |
| 2023-07-07 | Rollup merge of #113466 - weihanglo:update-cargo, r=weihanglo | Michael Goulet | -0/+0 |
| 2023-07-07 | Rollup merge of #113441 - RalfJung:assign-no-overlap, r=oli-obk | Michael Goulet | -0/+43 |
| 2023-07-07 | Update cargo | Weihang Lo | -0/+0 |
| 2023-07-07 | Fix failing clippy tests | Alex Macleod | -41/+21 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -9/+9 |
| 2023-07-07 | miri: check that assignments do not self-overlap | Ralf Jung | -0/+43 |
| 2023-07-07 | Use new std::simd fn in miri tests | Jubilee Young | -1/+1 |
| 2023-07-06 | Auto merge of #113406 - matthiaskrgr:rollup-0rprs5k, r=matthiaskrgr | bors | -2/+5 |
| 2023-07-06 | Rollup merge of #113246 - mirkootter:fix-compiletest-crash, r=pietroalbini | Matthias Krüger | -1/+1 |
| 2023-07-06 | Rollup merge of #112295 - ForrestOfBarnes:tests-listing-format-json-windows-f... | Matthias Krüger | -1/+4 |
| 2023-07-06 | Auto merge of #113377 - BoxyUwU:move_ty_ctors_to_ty, r=compiler-errors | bors | -31/+35 |
| 2023-07-06 | Auto merge of #113391 - fee1-dead-contrib:rollup-9bqlw9z, r=fee1-dead | bors | -0/+1 |
| 2023-07-06 | Rollup merge of #113334 - fmease:revert-lexing-c-str-lits, r=compiler-errors | fee1-dead | -0/+1 |
| 2023-07-06 | Auto merge of #113291 - oli-obk:pretty_print_mir_const, r=RalfJung | bors | -3/+4 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -31/+35 |
| 2023-07-05 | Patch clippy | Oli Scherer | -3/+4 |
| 2023-07-05 | Rollup merge of #113321 - BoxyUwU:move_constkind_to_typeir, r=oli-obk | Michael Goulet | -2/+2 |
| 2023-07-05 | Revert "use c literals in library" | León Orell Valerian Liehr | -0/+1 |
| 2023-07-05 | Deal with fallout | Boxy | -2/+2 |
| 2023-07-04 | fix typo | klensy | -1/+1 |
| 2023-07-04 | tidy: exclude sh files from rust-installer tests from tidy bins check | klensy | -1/+25 |
| 2023-07-04 | fix bash long lines and replace TODO with FIXME | klensy | -11/+18 |
| 2023-07-04 | replace tabs with 4 spaces in .sh | klensy | -804/+804 |
| 2023-07-04 | rust-installer and rls no longer submodule, so fix tidy walk list | klensy | -2/+2 |
| 2023-07-04 | rust-installer and rls no longer submodule, so fix rustfmt.toml | klensy | -67/+29 |
| 2023-07-04 | Auto merge of #113303 - compiler-errors:yeet-chalk, r=lcnr | bors | -11/+1 |
| 2023-07-03 | Remove compare mode | Michael Goulet | -8/+0 |
| 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 | link to PERMITTED_DEPENDENCIES in tidy error | Nilstrieb | -0/+9 |
| 2023-07-02 | cargo update | Nilstrieb | -1/+3 |