| Age | Commit message (Expand) | Author | Lines |
| 2021-10-01 | Auto merge of #89417 - Manishearth:rollup-j2gdu95, r=Manishearth | bors | -64/+234 |
| 2021-09-30 | Rollup merge of #89344 - jackh726:maybe-bound-eror, r=cjgillot | Manish Goregaokar | -27/+40 |
| 2021-09-30 | Rollup merge of #89327 - oli-obk:nll_diag_infer_vars, r=wesleywiser | Manish Goregaokar | -1/+16 |
| 2021-09-30 | Rollup merge of #89321 - tmiasko:rebase-resume-arg, r=estebank | Manish Goregaokar | -2/+3 |
| 2021-09-30 | Rollup merge of #89251 - estebank:negative-index-literals, r=davidtwco | Manish Goregaokar | -2/+57 |
| 2021-09-30 | Rollup merge of #88838 - FabianWolff:issue-88472, r=estebank | Manish Goregaokar | -32/+118 |
| 2021-10-01 | Auto merge of #89395 - In-line:remove_visible_path_from_allowed_deprecated_li... | bors | -41/+75 |
| 2021-10-01 | Add `pie` as another `relocation-model` value | Marcel Hlopko | -8/+32 |
| 2021-10-01 | Auto merge of #89414 - Manishearth:rollup-hs11bcq, r=Manishearth | bors | -44/+133 |
| 2021-09-30 | Correct caller/callsite confusion in inliner message | Wesley Wiser | -1/+1 |
| 2021-09-30 | Rollup merge of #89370 - RalfJung:ctfe-aggregate-rvalue, r=oli-obk | Manish Goregaokar | -8/+9 |
| 2021-09-30 | Rollup merge of #89314 - notriddle:notriddle/lint-fix-enum-variant-match, r=d... | Manish Goregaokar | -19/+36 |
| 2021-09-30 | Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e... | Manish Goregaokar | -16/+86 |
| 2021-09-30 | Rollup merge of #89202 - estebank:infer-call-type, r=oli-obk | Manish Goregaokar | -0/+1 |
| 2021-09-30 | Rollup merge of #88782 - asquared31415:issue-79559, r=cjgillot | Manish Goregaokar | -1/+1 |
| 2021-10-01 | Auto merge of #89183 - cjgillot:noenc, r=oli-obk | bors | -53/+52 |
| 2021-09-30 | [aarch64] add target feature outline-atomics | Sebastian Pop | -0/+5 |
| 2021-09-30 | Elaborate predicates in min_specialization checks | Matthew Jasper | -18/+34 |
| 2021-09-30 | Auto merge of #89282 - sexxi-goose:fix-88118, r=nikomatsakis | bors | -0/+2 |
| 2021-09-30 | Implemented -Z randomize-layout | Chase Wilson | -14/+76 |
| 2021-09-30 | Avoid nondeterminism in trimmed_def_paths | Mark Rousskov | -2/+23 |
| 2021-09-30 | Rebase fallout. | Camille GILLOT | -3/+3 |
| 2021-09-30 | Recommend running `cargo clean` in E0514 output | pierwill | -1/+2 |
| 2021-09-30 | Update compiler/rustc_codegen_cranelift/scripts/filter_profile.rs | Camille Gillot | -1/+1 |
| 2021-09-30 | Move EncodedMetadata to rustc_metadata. | Camille GILLOT | -32/+38 |
| 2021-09-30 | Move encode_metadata out of CrateStore. | Camille GILLOT | -21/+14 |
| 2021-09-30 | Apply suggestions from code review | Camille Gillot | -2/+2 |
| 2021-09-30 | Do not pass hir::Crate to lints. | Camille GILLOT | -8/+6 |
| 2021-09-30 | Auto merge of #87998 - nneonneo:master, r=oli-obk | bors | -28/+80 |
| 2021-09-30 | Remove visible path calculation from allowed deprecation lint | Alik Aslanyan | -41/+75 |
| 2021-09-30 | Auto merge of #89250 - Aaron1011:keep-bound-region-names, r=estebank | bors | -1/+27 |
| 2021-09-30 | Auto merge of #89386 - ehuss:rollup-idf4dmj, r=ehuss | bors | -11/+30 |
| 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/+6 |
| 2021-09-29 | Rollup merge of #89232 - rossmacarthur:fix-76424, r=wesleywiser | Eric Huss | -8/+20 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -2/+27 |
| 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 | -127/+114 |
| 2021-09-29 | Fix use after drop in self-profile with llvm events | Andreas Jonson | -4/+6 |
| 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 | -27/+40 |
| 2021-09-29 | fix(lint): don't suggest refutable patterns to "fix" irrefutable bind | Michael Howell | -19/+36 |
| 2021-09-29 | Auto merge of #89331 - GuillaumeGomez:rollup-b10unye, r=GuillaumeGomez | bors | -39/+13247 |
| 2021-09-29 | Fix truncate of 'bound params stack' by using the correct length | Audun Halland | -1/+1 |
| 2021-09-29 | Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obk | bors | -977/+794 |
| 2021-09-29 | Improve error message for `printf`-style format strings | Fabian Wolff | -26/+73 |
| 2021-09-28 | feat(rustc_typeck): avoid erroring with "wrong number of generics" if there's... | Michael Howell | -1/+11 |
| 2021-09-29 | Deriving: Include bound generic params for extracted type parameters in where... | Audun Halland | -10/+40 |
| 2021-09-28 | Improve help for recursion limit errors | Ross MacArthur | -8/+20 |