| Age | Commit message (Expand) | Author | Lines |
| 2021-09-29 | Rollup merge of #89313 - durin42:llvm-14-thinLTOResolvePrevailingInModule, r=... | Eric Huss | -0/+4 |
| 2021-09-29 | Rollup merge of #89311 - FabianWolff:issue-89305, r=oli-obk | Eric Huss | -3/+35 |
| 2021-09-29 | Rollup merge of #89297 - GuillaumeGomez:remove-never-from-type-enum, r=camelid | Eric Huss | -8/+6 |
| 2021-09-29 | Rollup merge of #89294 - lnicola:rust-analyzer-2021-09-27, r=lnicola | Eric Huss | -16/+17 |
| 2021-09-29 | Rollup merge of #89232 - rossmacarthur:fix-76424, r=wesleywiser | Eric Huss | -35/+75 |
| 2021-09-29 | Rollup merge of #89098 - GuillaumeGomez:where-bounds-order, r=camelid | Eric Huss | -4/+6 |
| 2021-09-29 | Rollup merge of #88412 - mdsn:slice-sort-safety, r=dtolnay | Eric Huss | -2/+23 |
| 2021-09-29 | Rollup merge of #87428 - GuillaumeGomez:union-highlighting, r=notriddle | Eric Huss | -5/+91 |
| 2021-09-30 | fix bug for large_enum_variants | surechen | -71/+171 |
| 2021-09-29 | Add tests | Samuel E. Moelius III | -25/+92 |
| 2021-09-29 | Implement #85440 | Samuel E. Moelius III | -14/+186 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -583/+453 |
| 2021-09-29 | Auto merge of #89380 - ehuss:fix-windows-llvm, r=Mark-Simulacrum | bors | -0/+6 |
| 2021-09-29 | Fix Windows LLVM issue. | Eric Huss | -0/+6 |
| 2021-09-29 | Update books | Eric Huss | -0/+0 |
| 2021-09-29 | Move body_owners to tcx.hir(). | Camille GILLOT | -25/+18 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -5/+3 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -141/+123 |
| 2021-09-29 | Update cargo | Eric Huss | -0/+0 |
| 2021-09-29 | Fix use after drop in self-profile with llvm events | Andreas Jonson | -4/+6 |
| 2021-09-29 | Remove Never variant from clean::Type enum | Guillaume Gomez | -8/+6 |
| 2021-09-29 | Additional tests (from jackh726) | Audun Halland | -0/+23 |
| 2021-09-29 | Auto merge of #89011 - bjorn3:restructure_rt, r=dtolnay | bors | -114/+112 |
| 2021-09-29 | CTFE: extra assertions for Aggregate rvalues; remove unnecessarily eager spec... | Ralf Jung | -7/+9 |
| 2021-09-29 | remove outdated comment | Ralf Jung | -1/+0 |
| 2021-09-29 | Cleanup lower_generics_mut and make span be the bound itself, not the type | jackh726 | -37/+50 |
| 2021-09-29 | fix(lint): don't suggest refutable patterns to "fix" irrefutable bind | Michael Howell | -19/+73 |
| 2021-09-29 | Remove lazy_static dependency | Guillaume Gomez | -5/+3 |
| 2021-09-30 | Encode json files with UTF-8 | Hirochika Matsumoto | -1/+1 |
| 2021-09-29 | Don't ignore impls for primitive types | Hirochika Matsumoto | -3/+39 |
| 2021-09-29 | Auto merge of #89331 - GuillaumeGomez:rollup-b10unye, r=GuillaumeGomez | bors | -61/+13403 |
| 2021-09-29 | Auto merge of #89328 - flip1995:clippyup, r=Manishearth | bors | -1001/+2220 |
| 2021-09-28 | Clean up unneeded explicit pointer cast | David Tolnay | -1/+1 |
| 2021-09-29 | Add includes to pre-commit hook | Michael Wright | -0/+1 |
| 2021-09-29 | Add test module for `update_lints` | Michael Wright | -155/+161 |
| 2021-09-29 | Move `update_lints` specific code out of `lib` | Michael Wright | -554/+551 |
| 2021-09-29 | Fix lint register code format | Michael Wright | -1424/+1433 |
| 2021-09-29 | Move code generated by `update_lints` to includes | Michael Wright | -1706/+1779 |
| 2021-09-29 | Fix truncate of 'bound params stack' by using the correct length | Audun Halland | -1/+1 |
| 2021-09-28 | ref/refmut | Gus Wynn | -3/+14 |
| 2021-09-29 | Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obk | bors | -994/+893 |
| 2021-09-29 | Auto merge of #7736 - vxpm:master, r=giraffate | bors | -1/+1 |
| 2021-09-29 | Improve error message for `printf`-style format strings | Fabian Wolff | -26/+105 |
| 2021-09-28 | feat(rustc_typeck): avoid erroring with "wrong number of generics" if there's... | Michael Howell | -43/+17 |
| 2021-09-29 | Deriving: Include bound generic params for extracted type parameters in where... | Audun Halland | -10/+54 |
| 2021-09-28 | Fix typo ("asynx" corrected to "async") | vxpm | -1/+1 |
| 2021-09-28 | Improve help for recursion limit errors | Ross MacArthur | -35/+75 |
| 2021-09-28 | Improve error messages for bad type constraints | Michael Howell | -30/+34 |
| 2021-09-28 | Optimize is_sorted for Range and RangeInclusive | Matt Brubeck | -0/+10 |
| 2021-09-28 | Rollup merge of #89318 - petrochenkov:lstore, r=oli-obk | Guillaume Gomez | -37/+4 |