| Age | Commit message (Expand) | Author | Lines |
| 2023-02-17 | Auto merge of #108058 - Zoxc:query-ctxtx-byval, r=cjgillot | bors | -26/+26 |
| 2023-02-16 | `BasicBlock::new(0)` -> `START_BLOCK` [no functional changes] | Scott McMurray | -12/+12 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -251/+329 |
| 2023-02-17 | typo | Tshepang Mbambo | -1/+1 |
| 2023-02-17 | Auto merge of #108145 - matthiaskrgr:rollup-bgadak1, r=matthiaskrgr | bors | -328/+499 |
| 2023-02-16 | fix new usage of type_of | Kyle Matsuda | -1/+1 |
| 2023-02-16 | changes from review | Kyle Matsuda | -11/+47 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -284/+240 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -182/+268 |
| 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 | Default repr(C) enums to c_int size | Jubilee Young | -25/+29 |
| 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 | Tweak wording | Michael Goulet | -2/+12 |
| 2023-02-16 | Move call trait lang item malformed check to typeck | Michael Goulet | -51/+7 |
| 2023-02-16 | Properly check for builtin derives | clubby789 | -10/+24 |
| 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 | fix some lines, and do a consistency fix | Tshepang Mbambo | -3/+4 |
| 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 | Enable instcombine for mutable reborrows | Ben Kimock | -5/+1 |
| 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 |