| Age | Commit message (Expand) | Author | Lines |
| 2023-05-31 | add FIXME | lcnr | -0/+5 |
| 2023-05-31 | unique borrows are mutating uses | lcnr | -19/+9 |
| 2023-05-30 | Exclude Rvalue::AddressOf for raw pointer deref alignment checks | Ben Kimock | -0/+8 |
| 2023-05-25 | update recursion depth in `confirm_candidate` | lcnr | -3/+26 |
| 2023-05-25 | Dont check `must_use` on nested `impl Future` from fn | Michael Goulet | -1/+3 |
| 2023-05-19 | Simplify find_width_of_character_at_span. | Mara Bos | -24/+8 |
| 2023-05-19 | Encode VariantIdx so we can decode variants in the right order | Michael Goulet | -27/+45 |
| 2023-05-19 | debuginfo: split method declaration and definition | Josh Stone | -34/+89 |
| 2023-05-06 | only error with +whole-archive,+bundle for rlibs | Be Wilson | -1/+4 |
| 2023-05-06 | Remove wrong assertion. | Camille GILLOT | -3/+0 |
| 2023-04-27 | make sysroot finding compatible with multiarch systems | ozkanonur | -17/+18 |
| 2023-04-27 | Encode lifetime param spans too | Michael Goulet | -1/+1 |
| 2023-04-26 | Encode def span for ConstParam | Michael Goulet | -2/+2 |
| 2023-04-16 | replace version placeholders | Pietro Albini | -5/+5 |
| 2023-04-15 | Auto merge of #110323 - lcnr:dropck-uwu, r=compiler-errors | bors | -1/+3 |
| 2023-04-15 | Remove outdated comment. | Camille GILLOT | -2/+0 |
| 2023-04-15 | Remove useless methods in visit. | Camille GILLOT | -6/+0 |
| 2023-04-15 | Only enable ConstProp at mir-opt-level >= 2. | Camille GILLOT | -1/+1 |
| 2023-04-14 | Auto merge of #110197 - cjgillot:codegen-discr, r=pnkfelix | bors | -181/+0 |
| 2023-04-14 | Rollup merge of #108687 - compiler-errors:reformulate-point_at_expr_source_of... | Matthias Krüger | -200/+230 |
| 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 #110315 - oli-obk:mor_smir, r=WaffleLapkin | Yuki Okushi | -0/+11 |
| 2023-04-14 | explicit adt_dtorck_constraint for ManuallyDrop | lcnr | -1/+3 |
| 2023-04-14 | Add a stable MIR way to get the main function | Oli Scherer | -0/+11 |
| 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 |