| Age | Commit message (Expand) | Author | Lines |
| 2021-10-03 | Fix unsound optimization with explicit variant discriminants | Fabian Wolff | -4/+14 |
| 2021-10-02 | Auto merge of #89408 - Mark-Simulacrum:fix-query-nondet, r=petrochenkov | bors | -2/+23 |
| 2021-10-02 | Auto merge of #89405 - GuillaumeGomez:fix-clippy-lints, r=cjgillot | bors | -508/+460 |
| 2021-10-01 | Auto merge of #89449 - Manishearth:rollup-3alb61f, r=Manishearth | bors | -42/+57 |
| 2021-10-01 | Rollup merge of #89441 - Nadrieril:fix-89393, r=tmandry | Manish Goregaokar | -5/+6 |
| 2021-10-01 | Rollup merge of #89376 - andjo403:selfProfileUseAfterDropFix, r=Mark-Simulacrum | Manish Goregaokar | -4/+6 |
| 2021-10-01 | Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk | Manish Goregaokar | -33/+45 |
| 2021-10-01 | Fix clippy lints | Guillaume Gomez | -508/+460 |
| 2021-10-01 | Auto merge of #88880 - cjgillot:no-krate, r=oli-obk | bors | -157/+135 |
| 2021-10-01 | Normalize after substituting via `field.ty()` | Nadrieril | -5/+6 |
| 2021-10-01 | Rollup merge of #89415 - wesleywiser:inliner_caller_callsite_message, r=micha... | Manish Goregaokar | -1/+1 |
| 2021-10-01 | Rollup merge of #89340 - FabianWolff:issue-89173, r=petrochenkov | Manish Goregaokar | -26/+73 |
| 2021-10-01 | Rollup merge of #89322 - tmiasko:rm-optimization-fuel, r=michaelwoerister | Manish Goregaokar | -6/+1 |
| 2021-10-01 | Rollup merge of #89029 - notriddle:notriddle/issue-89013, r=estebank | Manish Goregaokar | -6/+43 |
| 2021-10-01 | Rollup merge of #88820 - hlopko:add_pie_relocation_model, r=petrochenkov | Manish Goregaokar | -8/+32 |
| 2021-10-01 | Rollup merge of #87868 - Kixiron:packing-on-the-pounds, r=eddyb | Manish Goregaokar | -14/+76 |
| 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 | 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 | 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 |