| Age | Commit message (Expand) | Author | Lines |
| 2023-04-14 | Remove from cranelift too. | Camille GILLOT | -89/+0 |
| 2023-04-14 | Remove attempt to optimize codegen for discriminants. | Camille GILLOT | -92/+0 |
| 2023-04-14 | Rollup merge of #110299 - kylematsuda:earlybinder-impl-subject, r=compiler-er... | Matthias Krüger | -12/+8 |
| 2023-04-14 | Rollup merge of #110276 - nnethercote:rm-BrAnon-Span, r=jackh726 | Matthias Krüger | -15/+10 |
| 2023-04-14 | Rollup merge of #110207 - compiler-errors:new-solver-unpin, r=lcnr | Matthias Krüger | -61/+102 |
| 2023-04-14 | Rollup merge of #110180 - lcnr:canonicalize, r=compiler-errors | Matthias Krüger | -14/+11 |
| 2023-04-14 | Rollup merge of #109800 - bryangarza:safe-transmute-improved-errors, r=compil... | Matthias Krüger | -52/+137 |
| 2023-04-14 | Move auto trait built-in candidate disqualification to a separate method | Michael Goulet | -77/+101 |
| 2023-04-14 | Assemble Unpin candidates specially for generators in new solver | Michael Goulet | -1/+18 |
| 2023-04-14 | Remove another use of `BrAnon(Some(_))`. | Nicholas Nethercote | -3/+2 |
| 2023-04-14 | Remove one use of `BrAnon(Some(_))`. | Nicholas Nethercote | -1/+1 |
| 2023-04-14 | Auto merge of #110160 - petrochenkov:notagain2, r=cjgillot | bors | -94/+67 |
| 2023-04-13 | make impl_subject more readable | Kyle Matsuda | -6/+4 |
| 2023-04-13 | Improve safe transmute error reporting | Bryan Garza | -52/+137 |
| 2023-04-13 | make tcx.impl_subject return EarlyBinder, remove bound_impl_subject, rename u... | Kyle Matsuda | -12/+10 |
| 2023-04-13 | change usage of bound_impl_subject to impl_subject | Kyle Matsuda | -1/+1 |
| 2023-04-13 | Rollup merge of #110291 - WaffleLapkin:copy_location_detail, r=oli-obk | Matthias Krüger | -2/+2 |
| 2023-04-13 | Rollup merge of #110283 - saethlin:check-panics-before-alignment, r=bjorn3 | Matthias Krüger | -0/+7 |
| 2023-04-13 | Rollup merge of #110277 - Ezrashaw:combine-assoc-fns-dlint, r=lcnr | Matthias Krüger | -20/+42 |
| 2023-04-13 | Rollup merge of #110233 - nbdd0121:intrinsic, r=tmiasko | Matthias Krüger | -2/+3 |
| 2023-04-13 | Rollup merge of #110193 - compiler-errors:body-owner-issue, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-04-13 | Implement `Copy` for `LocationDetail` | Maybe Waffle | -2/+2 |
| 2023-04-13 | Only emit alignment checks if we have a panic_impl | Ben Kimock | -0/+7 |
| 2023-04-13 | Auto merge of #109989 - ids1024:m68k-asm, r=Amanieu | bors | -0/+124 |
| 2023-04-13 | impl reviewer feedback | Ezra Shaw | -11/+10 |
| 2023-04-13 | dead-code-lint: de-dup multiple unused assoc fns | Ezra Shaw | -17/+37 |
| 2023-04-13 | Rollup merge of #110220 - lcnr:regionzz, r=compiler-errors | Matthias Krüger | -237/+192 |
| 2023-04-13 | Rollup merge of #110218 - nnethercote:rm-ToRegionVid, r=compiler-errors | Matthias Krüger | -241/+55 |
| 2023-04-13 | Rollup merge of #110195 - compiler-errors:issue-110052, r=aliemjay | Matthias Krüger | -14/+6 |
| 2023-04-13 | Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum | Matthias Krüger | -3/+0 |
| 2023-04-13 | refactor: emit "unused assoc fn" in lexical order | Ezra Shaw | -4/+7 |
| 2023-04-13 | Auto merge of #109786 - estebank:tweak-add-line-sugg, r=compiler-errors | bors | -1/+49 |
| 2023-04-13 | Make `mk_bound_region` closure more generic. | Nicholas Nethercote | -9/+8 |
| 2023-04-13 | Remove useless match. | Nicholas Nethercote | -4/+1 |
| 2023-04-13 | Remove some unused type folders. | Nicholas Nethercote | -145/+4 |
| 2023-04-13 | Remove `ToRegionVid`. | Nicholas Nethercote | -55/+32 |
| 2023-04-13 | Remove `impl ToRegionVid for RegionVid`. | Nicholas Nethercote | -23/+12 |
| 2023-04-13 | Make `Region::as_var` infallible. | Nicholas Nethercote | -18/+7 |
| 2023-04-13 | Auto merge of #109466 - davidlattimore:inline-arg-via-var-debug-info, r=wesle... | bors | -7/+22 |
| 2023-04-12 | Add inline assembly support for m68k | Ian Douglas Scott | -0/+124 |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -1/+10 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -1/+40 |
| 2023-04-12 | Auto merge of #110252 - matthiaskrgr:rollup-ovaixra, r=matthiaskrgr | bors | -149/+196 |
| 2023-04-12 | fix comment | lcnr | -1/+2 |
| 2023-04-12 | Rollup merge of #110135 - compiler-errors:revert-108031, r=davidtwco | Matthias Krüger | -43/+13 |
| 2023-04-12 | Rollup merge of #110133 - compiler-errors:issue-110131, r=petrochenkov | Matthias Krüger | -35/+37 |
| 2023-04-12 | Rollup merge of #110103 - compiler-errors:new-solver-overflows, r=lcnr | Matthias Krüger | -16/+63 |
| 2023-04-12 | Rollup merge of #110035 - Ezrashaw:improve-test-attr-expansion-code, r=davidtwco | Matthias Krüger | -22/+40 |
| 2023-04-12 | Rollup merge of #109810 - jyn514:rustdoc-opt-tests, r=TaKO8Ki | Matthias Krüger | -33/+43 |
| 2023-04-12 | Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgr | bors | -255/+248 |