| Age | Commit message (Expand) | Author | Lines |
| 2021-09-18 | Auto merge of #88965 - fee1-dead:const-drop-1, r=oli-obk | bors | -1/+11 |
| 2021-09-18 | Remove support for reentrant start blocks from codegen | Tomasz Miąsko | -19/+5 |
| 2021-09-18 | Do not collapse goto chains beginning with the start block | Tomasz Miąsko | -25/+0 |
| 2021-09-18 | Start block is not allowed to have basic block predecessors | Tomasz Miąsko | -1/+4 |
| 2021-09-18 | rustc_codegen_llvm: move misplaced `HasParamEnv` impl. | Eduard-Mihai Burtescu | -6/+6 |
| 2021-09-18 | ty::layout: intern `FnAbi`s as `&'tcx`. | Eduard-Mihai Burtescu | -23/+29 |
| 2021-09-18 | ty::context: move interning `Allocation`s and `Layout`s to `direct_interners!`. | Eduard-Mihai Burtescu | -55/+26 |
| 2021-09-18 | ty::layout: propagate errors up to (but not out of) `FnAbi::of_*`. | Eduard-Mihai Burtescu | -27/+129 |
| 2021-09-18 | rustc_target: `adjust_for_cabi` -> `adjust_for_foreign_abi`. | Eduard-Mihai Burtescu | -2/+2 |
| 2021-09-18 | ty::layout: split out a private trait from `FnAbiExt`. | Eduard-Mihai Burtescu | -10/+21 |
| 2021-09-18 | ty::layout: move `trait FnAbiExt` to just before its `impl`. | Eduard-Mihai Burtescu | -28/+28 |
| 2021-09-17 | Merge commit '48d60ab7c505c6c1ebb042eacaafd8dc9f7a9267' into libgccjit-codegen | Antoni Boucher | -348/+735 |
| 2021-09-17 | Auto merge of #88962 - fee1-dead:const-drop, r=oli-obk | bors | -0/+1 |
| 2021-09-17 | Add another case of fallback to () avoid breakage | Mark Rousskov | -9/+186 |
| 2021-09-17 | Convert `debug_assert` to `assert` in `CachingSourceMapView` | Aaron Hill | -7/+7 |
| 2021-09-17 | optimization: use a single DepthFirstSearch instead of hashsets | Niko Matsakis | -7/+16 |
| 2021-09-17 | stop categorizing inference variables as diverging when created | Niko Matsakis | -63/+17 |
| 2021-09-17 | remove reliance on "diverging" type variables | Niko Matsakis | -39/+53 |
| 2021-09-17 | remove diverging type variables from fn check | Niko Matsakis | -25/+13 |
| 2021-09-17 | introduce new fallback algorithm | Niko Matsakis | -36/+264 |
| 2021-09-17 | Stabilize `Iterator::map_while` | Maybe Waffle | -1/+0 |
| 2021-09-17 | Rollup merge of #89012 - vishadGoyal:issue-88802-fix, r=jyn514 | Guillaume Gomez | -0/+16 |
| 2021-09-17 | Rollup merge of #88954 - nbdd0121:panic3, r=oli-obk | Guillaume Gomez | -2/+23 |
| 2021-09-17 | Rollup merge of #88949 - FabianWolff:issue-87563, r=estebank | Guillaume Gomez | -9/+5 |
| 2021-09-17 | Rollup merge of #88899 - FabianWolff:issue-88844, r=matthewjasper | Guillaume Gomez | -16/+26 |
| 2021-09-17 | Rollup merge of #87566 - JohnTitor:find-eqeq-on-assoc-type-bounds, r=estebank | Guillaume Gomez | -1/+13 |
| 2021-09-17 | Rollup merge of #87460 - FabianWolff:issue-87456, r=Aaron1011 | Guillaume Gomez | -4/+8 |
| 2021-09-17 | Rollup merge of #86422 - JohnTitor:clearer-parens-err-for-loop, r=estebank | Guillaume Gomez | -19/+14 |
| 2021-09-17 | Work around invalid DWARF bugs for fat LTO | Yilin Chen | -10/+20 |
| 2021-09-17 | compiler/rustc_llvm: Enable M68k LLVM target | John Paul Adrian Glaubitz | -0/+16 |
| 2021-09-17 | compiler/rustc_target: Add support for m68k-linux-gnu | John Paul Adrian Glaubitz | -0/+48 |
| 2021-09-17 | Update odht to 0.2.1 | Michael Woerister | -2/+2 |
| 2021-09-17 | Auto merge of #88945 - Aaron1011:no-projection-completion, r=wesleywiser,jack... | bors | -51/+2 |
| 2021-09-17 | Auto merge of #89037 - JohnTitor:rollup-rd9btbs, r=JohnTitor | bors | -67/+110 |
| 2021-09-17 | Apply review comments | Yuki Okushi | -2/+2 |
| 2021-09-17 | Rollup merge of #89014 - durin42:llvm-14-module-pass-manager, r=nikic | Yuki Okushi | -0/+8 |
| 2021-09-17 | Rollup merge of #88911 - FabianWolff:issue-88653, r=petrochenkov | Yuki Okushi | -14/+24 |
| 2021-09-17 | Rollup merge of #88751 - bjorn3:move_filesearch, r=oli-obk | Yuki Okushi | -48/+42 |
| 2021-09-17 | Rollup merge of #87529 - FabianWolff:issue-87496, r=nikomatsakis | Yuki Okushi | -2/+8 |
| 2021-09-17 | Recover invalid assoc type bounds using `==` | Yuki Okushi | -1/+13 |
| 2021-09-17 | Use `multipart_suggestion` | Yuki Okushi | -20/+14 |
| 2021-09-17 | Emit clearer diagnostics for parens around `for` loop heads | Yuki Okushi | -2/+3 |
| 2021-09-17 | Make diagnostics clearer for `?` operators | Yuki Okushi | -3/+28 |
| 2021-09-17 | Auto merge of #88934 - tmiasko:trace-log, r=davidtwco | bors | -4/+5 |
| 2021-09-16 | Remove special checks to is_assign_to_bool | Theodore Luo Wang | -25/+2 |
| 2021-09-17 | Auto merge of #88832 - pcwalton:debug-unit-variant-fast-path, r=oli-obk | bors | -3/+18 |
| 2021-09-16 | Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisa | bors | -65/+194 |
| 2021-09-16 | feat(rustc_parse): recover from pre-RFC-2000 const generics syntax | Michael Howell | -1/+19 |
| 2021-09-16 | Propagate coercion cause into `try_coerce` | Aaron Hill | -9/+38 |
| 2021-09-16 | Auto merge of #89019 - Manishearth:rollup-5qp8a5s, r=Manishearth | bors | -34/+115 |