| Age | Commit message (Expand) | Author | Lines |
| 2023-07-17 | add more tests | b-naber | -49/+106 |
| 2023-07-17 | try to structurally resolve before try_resolve_slice_ty_to_array_ty | b-naber | -0/+2 |
| 2023-07-17 | address review | b-naber | -102/+51 |
| 2023-07-17 | move els into DeclOrigin | b-naber | -61/+58 |
| 2023-07-17 | add test for nested pattern | b-naber | -0/+15 |
| 2023-07-17 | combine arguments into PatInfo | b-naber | -79/+115 |
| 2023-07-17 | add tests for refutable patterns | b-naber | -5/+172 |
| 2023-07-17 | only infer array type on irrefutable patterns | b-naber | -40/+138 |
| 2023-07-17 | add test, bless tests | b-naber | -49/+74 |
| 2023-07-17 | try to infer array type from slice pattern | b-naber | -0/+26 |
| 2023-07-17 | Auto merge of #113720 - eduardosm:miri-target-feature, r=RalfJung,oli-obk | bors | -0/+97 |
| 2023-07-17 | Auto merge of #113686 - flip1995:clippyup, r=Manishearth | bors | -2561/+5254 |
| 2023-07-17 | Auto merge of #113714 - Kobzol:ci-cmake, r=nikic | bors | -4/+55 |
| 2023-07-17 | Auto merge of #113791 - lnicola:sync-from-ra, r=lnicola | bors | -9096/+13686 |
| 2023-07-17 | Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-ra | Laurențiu Nicola | -9096/+13686 |
| 2023-07-17 | Auto merge of #15301 - bjorn3:uncompressed_dylib_metadata, r=lnicola | bors | -3/+8 |
| 2023-07-17 | Support reading uncompressed proc macro metadata | bjorn3 | -3/+8 |
| 2023-07-17 | Auto merge of #15302 - lnicola:sync-from-rust, r=lnicola | bors | -14/+13 |
| 2023-07-17 | Merge remote-tracking branch 'upstream/master' into sync-from-rust | Laurențiu Nicola | -9094/+13683 |
| 2023-07-17 | Auto merge of #113782 - matthiaskrgr:rollup-mmrjvx3, r=matthiaskrgr | bors | -27/+246 |
| 2023-07-17 | Rollup merge of #113770 - dtolnay:derivevoid, r=compiler-errors,nnethercote | Matthias Krüger | -13/+19 |
| 2023-07-17 | Rollup merge of #113651 - lcnr:parent-def-id, r=compiler-errors | Matthias Krüger | -13/+30 |
| 2023-07-17 | Rollup merge of #113535 - jonathanpallant:sparc-bare-metal, r=jackh726 | Matthias Krüger | -0/+196 |
| 2023-07-17 | Rollup merge of #112741 - geometryolife:fix, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-07-17 | Another fix for incorrect_impls | Philipp Krones | -4/+3 |
| 2023-07-17 | Update Cargo.lock/toml | Philipp Krones | -23/+13 |
| 2023-07-17 | Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup | Philipp Krones | -2537/+5241 |
| 2023-07-17 | Link to `execinfo` on NetBSD | Jakub Beránek | -1/+4 |
| 2023-07-17 | Auto merge of #113562 - saethlin:larger-incr-comp-offset, r=nnethercote | bors | -6/+9 |
| 2023-07-17 | Auto merge of #113772 - nnethercote:streamline-size-estimates-2, r=wesleywiser | bors | -97/+85 |
| 2023-07-17 | Auto merge of #113336 - compiler-errors:new-solver-iat, r=lcnr | bors | -13/+154 |
| 2023-07-16 | Auto merge of #113769 - matthiaskrgr:rollup-p6i1rco, r=matthiaskrgr | bors | -17/+218 |
| 2023-07-17 | Remove `instance_def_size_estimate` query. | Nicholas Nethercote | -28/+12 |
| 2023-07-17 | Ignore unreachable inlined items in `debug_dump`. | Nicholas Nethercote | -30/+18 |
| 2023-07-17 | Store item size estimate in `MonoItemData`. | Nicholas Nethercote | -18/+22 |
| 2023-07-17 | Introduce `MonoItemData`. | Nicholas Nethercote | -27/+39 |
| 2023-07-16 | Add a comparison between match *self and intrinsics::unreachable() | David Tolnay | -2/+3 |
| 2023-07-17 | Rollup merge of #113762 - alexpovel:master, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-07-17 | Rollup merge of #113756 - catandcoder:master, r=workingjubilee | Matthias Krüger | -6/+6 |
| 2023-07-17 | Rollup merge of #113755 - fmease:probe-adt-norm-lazy-ty-alias, r=oli-obk | Matthias Krüger | -1/+20 |
| 2023-07-17 | Rollup merge of #113750 - nipzu:italicize-sort-complexity, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-07-17 | Rollup merge of #113614 - he32:netbsd-riscv64-more, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2023-07-17 | Rollup merge of #113539 - agnarrarendelle:master, r=workingjubilee | Matthias Krüger | -3/+3 |
| 2023-07-17 | Rollup merge of #113042 - Cyanoxygen:add-mipsr6-target-docs, r=JohnTitor | Matthias Krüger | -4/+186 |
| 2023-07-16 | Generate safe stable code for derives on empty enums | David Tolnay | -13/+18 |
| 2023-07-16 | Auto merge of #15297 - HKalbasi:mir, r=HKalbasi | bors | -4/+45 |
| 2023-07-17 | Normalize type alias in projected_ty | hkalbasi | -4/+45 |
| 2023-07-16 | Auto merge of #113742 - compiler-errors:dont-short-circuit-intercrate-global-... | bors | -2/+38 |
| 2023-07-16 | Check GAT, IAT, and weak type where clauses during projection | Michael Goulet | -16/+112 |
| 2023-07-16 | Add support for inherent projections | Michael Goulet | -3/+48 |