| Age | Commit message (Expand) | Author | Lines |
| 2021-09-30 | Elaborate predicates in min_specialization checks | Matthew Jasper | -0/+42 |
| 2021-09-30 | Auto merge of #89282 - sexxi-goose:fix-88118, r=nikomatsakis | bors | -0/+36 |
| 2021-09-30 | Implemented -Z randomize-layout | Chase Wilson | -0/+1 |
| 2021-09-30 | Update run-make-fulldeps. | Camille GILLOT | -3/+4 |
| 2021-09-30 | bootstrap: Update comment (again) in config.library.toml | Ben Reeves | -1/+0 |
| 2021-09-30 | Bless tests. | Camille GILLOT | -15/+25 |
| 2021-09-30 | Do not pass hir::Crate to lints. | Camille GILLOT | -25/+26 |
| 2021-09-30 | Update `llvm` submodule to fix function name mangling on x86 Windows | Wesley Wiser | -0/+0 |
| 2021-09-30 | Auto merge of #87998 - nneonneo:master, r=oli-obk | bors | -0/+132 |
| 2021-09-30 | Remove visible path calculation from allowed deprecation lint | Alik Aslanyan | -6/+3 |
| 2021-09-30 | Auto merge of #86853 - usbalbin:const_try, r=oli-obk | bors | -0/+23 |
| 2021-09-30 | Auto merge of #89250 - Aaron1011:keep-bound-region-names, r=estebank | bors | -21/+21 |
| 2021-09-30 | bootstrap: Update comment in config.library.toml. | Ben Reeves | -1/+1 |
| 2021-09-30 | Auto merge of #89386 - ehuss:rollup-idf4dmj, r=ehuss | bors | -65/+207 |
| 2021-09-29 | Rollup merge of #89378 - ehuss:update-books, r=ehuss | Eric Huss | -0/+0 |
| 2021-09-29 | Rollup merge of #89377 - ehuss:update-cargo, r=ehuss | Eric Huss | -0/+0 |
| 2021-09-29 | Rollup merge of #89366 - GuillaumeGomez:remove-lazy-static, r=jyn514 | Eric Huss | -5/+3 |
| 2021-09-29 | Rollup merge of #89311 - FabianWolff:issue-89305, r=oli-obk | Eric Huss | -0/+29 |
| 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 | -27/+55 |
| 2021-09-29 | Rollup merge of #89098 - GuillaumeGomez:where-bounds-order, r=camelid | Eric Huss | -4/+6 |
| 2021-09-29 | Rollup merge of #87428 - GuillaumeGomez:union-highlighting, r=notriddle | Eric Huss | -5/+91 |
| 2021-09-29 | Implement #85440 | Samuel E. Moelius III | -0/+2 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -581/+426 |
| 2021-09-29 | Fix Windows LLVM issue. | Eric Huss | -0/+6 |
| 2021-09-29 | Update books | Eric Huss | -0/+0 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -14/+9 |
| 2021-09-29 | Update cargo | Eric Huss | -0/+0 |
| 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 | Cleanup lower_generics_mut and make span be the bound itself, not the type | jackh726 | -10/+10 |
| 2021-09-29 | fix(lint): don't suggest refutable patterns to "fix" irrefutable bind | Michael Howell | -0/+37 |
| 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 | -21/+150 |
| 2021-09-29 | Auto merge of #89328 - flip1995:clippyup, r=Manishearth | bors | -1001/+2220 |
| 2021-09-28 | ref/refmut | Gus Wynn | -1/+1 |
| 2021-09-29 | Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obk | bors | -17/+99 |
| 2021-09-29 | Improve error message for `printf`-style format strings | Fabian Wolff | -0/+32 |
| 2021-09-28 | feat(rustc_typeck): avoid erroring with "wrong number of generics" if there's... | Michael Howell | -42/+6 |
| 2021-09-29 | Deriving: Include bound generic params for extracted type parameters in where... | Audun Halland | -0/+14 |
| 2021-09-28 | Improve help for recursion limit errors | Ross MacArthur | -27/+55 |
| 2021-09-28 | Improve error messages for bad type constraints | Michael Howell | -19/+14 |
| 2021-09-28 | Rollup merge of #89283 - camelid:issue-83564-test, r=davidtwco | Guillaume Gomez | -0/+26 |
| 2021-09-28 | Rollup merge of #89276 - Urgau:fix-union-impls, r=GuillaumeGomez | Guillaume Gomez | -0/+17 |
| 2021-09-28 | Rollup merge of #89255 - FabianWolff:issue-88806, r=cjgillot | Guillaume Gomez | -19/+19 |
| 2021-09-28 | Rollup merge of #89212 - Sl1mb0:xpy-toolchain-link, r=jyn514 | Guillaume Gomez | -0/+80 |
| 2021-09-28 | Rollup merge of #87260 - antoyo:libgccjit-codegen, r=Mark-Simulacrum | Guillaume Gomez | -2/+8 |