| Age | Commit message (Expand) | Author | Lines |
| 2023-02-17 | Auto merge of #108145 - matthiaskrgr:rollup-bgadak1, r=matthiaskrgr | bors | -328/+499 |
| 2023-02-17 | Rollup merge of #108136 - eggyal:unmet_trait_alias_bound_on_generic_impl, r=c... | Matthias Krüger | -13/+19 |
| 2023-02-17 | Rollup merge of #108133 - kylematsuda:earlybinder-cleanups, r=compiler-errors | Matthias Krüger | -5/+8 |
| 2023-02-17 | Rollup merge of #108104 - matthiaskrgr:into, r=compiler-errors | Matthias Krüger | -4/+3 |
| 2023-02-17 | Rollup merge of #108086 - alexcrichton:wasm-relaxed-simd-feature, r=eholk | Matthias Krüger | -0/+1 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -306/+468 |
| 2023-02-16 | Clarify `DerivedObligationCause` may hold alias id | Alan Egerton | -12/+16 |
| 2023-02-16 | Do not ICE on unmet trait alias impl bounds | Alan Egerton | -1/+3 |
| 2023-02-16 | Auto merge of #107833 - Zoxc:arena-query-clean, r=cjgillot | bors | -239/+147 |
| 2023-02-16 | Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgr | bors | -321/+277 |
| 2023-02-16 | fix ugly skip_binder | Kyle Matsuda | -1/+2 |
| 2023-02-16 | make issue33140_self_ty return Option<EarlyBinder<Ty>> | Kyle Matsuda | -4/+6 |
| 2023-02-16 | don't into self | Matthias Krüger | -4/+3 |
| 2023-02-16 | Rollup merge of #108115 - eggyal:unmet_trait_alias_bound, r=compiler-errors | Matthias Krüger | -6/+11 |
| 2023-02-16 | Rollup merge of #108099 - matthiaskrgr:str_to_char, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2023-02-16 | Rollup merge of #108092 - BelovDV:fix-feature-description-pbl, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2023-02-16 | Rollup merge of #108090 - WaffleLapkin:if_not_now_then_when…, r=oli-obk | Matthias Krüger | -286/+165 |
| 2023-02-16 | Rollup merge of #106347 - estebank:removal-suggestion, r=TaKO8Ki | Matthias Krüger | -26/+98 |
| 2023-02-16 | Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errors | bors | -186/+254 |
| 2023-02-16 | Replace some `then`s with some `then_some`s | Maybe Waffle | -26/+27 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -281/+159 |
| 2023-02-16 | Remove parallel compiler fix | John Kåre Alsaker | -4/+1 |
| 2023-02-16 | Add some comments and use inline(always) on query_provided_to_value | John Kåre Alsaker | -1/+10 |
| 2023-02-16 | Move provider fields back to rustc_query_impl | John Kåre Alsaker | -39/+28 |
| 2023-02-16 | Use dropless arena when possible | John Kåre Alsaker | -1/+8 |
| 2023-02-16 | Factor query arena allocation out from query caches | John Kåre Alsaker | -253/+159 |
| 2023-02-16 | Do not ICE on unmet trait alias bounds | Alan Egerton | -6/+11 |
| 2023-02-16 | note issue for feature(packed_bundled_libs) | BelovDV | -2/+2 |
| 2023-02-16 | Auto merge of #101841 - nnethercote:rm-save-analysis, r=Mark-Simulacrum | bors | -3707/+1 |
| 2023-02-16 | Auto merge of #108116 - Dylan-DPC:rollup-h3n2vxl, r=Dylan-DPC | bors | -15/+19 |
| 2023-02-16 | Rollup merge of #108103 - matthiaskrgr:lice, r=compiler-errors | Dylan DPC | -2/+2 |
| 2023-02-16 | Rollup merge of #108102 - matthiaskrgr:ref, r=compiler-errors | Dylan DPC | -4/+4 |
| 2023-02-16 | Rollup merge of #108101 - matthiaskrgr:noclonecopy, r=compiler-errors | Dylan DPC | -7/+6 |
| 2023-02-16 | Rollup merge of #108050 - martingms:issue-108042-fix, r=compiler-errors | Dylan DPC | -2/+7 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -3707/+1 |
| 2023-02-16 | Auto merge of #107449 - saethlin:enable-copyprop, r=oli-obk | bors | -6/+42 |
| 2023-02-16 | Deny some late-bound ty/ct in some positions, add tests | Michael Goulet | -4/+49 |
| 2023-02-16 | A bit more work on late-bound consts | Michael Goulet | -14/+23 |
| 2023-02-16 | Be better about bound vars | Michael Goulet | -5/+12 |
| 2023-02-16 | Make things actually work | Michael Goulet | -93/+151 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -167/+178 |
| 2023-02-16 | Add feature gate for non_lifetime_binders | Michael Goulet | -45/+77 |
| 2023-02-16 | Auto merge of #108096 - matthiaskrgr:rollup-ncexzf6, r=matthiaskrgr | bors | -364/+636 |
| 2023-02-16 | be nice and don't slice | Matthias Krüger | -2/+2 |
| 2023-02-15 | simplify some refs | Matthias Krüger | -4/+4 |
| 2023-02-15 | don't clone types that are copy | Matthias Krüger | -7/+6 |
| 2023-02-15 | use chars instead of strings where applicable | Matthias Krüger | -1/+1 |
| 2023-02-15 | Auto merge of #108012 - compiler-errors:issue-107999, r=oli-obk | bors | -56/+74 |
| 2023-02-15 | Rollup merge of #108066 - compiler-errors:better-labels-for-bad-impl-trait, r... | Matthias Krüger | -19/+44 |
| 2023-02-15 | Rollup merge of #108049 - clubby789:dont-suggest-unstable, r=compiler-errors | Matthias Krüger | -1/+3 |