| Age | Commit message (Expand) | Author | Lines |
| 2023-04-27 | Don't call await a method | Michael Goulet | -6/+15 |
| 2023-04-25 | Fix lifetime suggestion for type aliases with objects in them | Michael Goulet | -3/+13 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -1/+1 |
| 2023-04-25 | Replace `tcx.mk_trait_ref` with `ty::TraitRef::new` | Maybe Waffle | -1/+1 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -3/+3 |
| 2023-04-22 | Auto merge of #109753 - compiler-errors:replenish-region-constraints, r=aliemjay | bors | -30/+17 |
| 2023-04-21 | Clone region var origins instead of taking in borrowck | Michael Goulet | -30/+17 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -1/+1 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -3/+2 |
| 2023-04-19 | Extend and use `hir::Node::body_id` | Maybe Waffle | -20/+1 |
| 2023-04-19 | Add suggestion to use a closure arg instead of a capture on bck error | Maybe Waffle | -3/+182 |
| 2023-04-19 | Remove useless check (drive-by cleanup) | Maybe Waffle | -15/+1 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -3/+3 |
| 2023-04-17 | Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin | Matthias Krüger | -2/+2 |
| 2023-04-17 | Rollup merge of #104055 - AndyJado:bck_errors, r=davidtwco | Matthias Krüger | -239/+268 |
| 2023-04-16 | Move some utils out of `rustc_const_eval` | Nilstrieb | -6/+6 |
| 2023-04-16 | Various minor Idx-related tweaks | Scott McMurray | -2/+2 |
| 2023-04-13 | Remove `ToRegionVid`. | Nicholas Nethercote | -10/+9 |
| 2023-04-13 | rm var_span_label to var_subdiag & eager subdiag | AndyJado | -239/+268 |
| 2023-04-07 | Auto merge of #110036 - jackh726:placeholder_boundvar, r=nnethercote | bors | -9/+11 |
| 2023-04-06 | Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR... | Jack Huey | -9/+11 |
| 2023-04-06 | Refactor unwind from Option to a new enum | Gary Guo | -2/+5 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -5/+5 |
| 2023-04-01 | Use `FieldIdx` in various things related to aggregates | Scott McMurray | -2/+3 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -1/+1 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -6/+7 |
| 2023-03-22 | Rollup merge of #109378 - MU001999:master, r=scottmcm | Matthias Krüger | -9/+4 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -15/+7 |
| 2023-03-20 | Remove Ty::is_region_ptr | Mu42 | -9/+4 |
| 2023-03-14 | Remove LocalKind::Var. | Camille GILLOT | -7/+9 |
| 2023-03-14 | Make is_block_tail a variant of LocalInfo. | Camille GILLOT | -3/+3 |
| 2023-03-14 | Wrap the whole LocalInfo in ClearCrossCrate. | Camille GILLOT | -75/+55 |
| 2023-03-07 | Auto merge of #108735 - clubby789:borrowck-unstable, r=Nilstrieb | bors | -9/+9 |
| 2023-03-05 | Remove `allow(potential_query_instability)` from `borrowck` | clubby789 | -9/+9 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -2/+2 |
| 2023-03-05 | Auto merge of #107844 - Zeegomo:no-drop-and-rep, r=cjgillot | bors | -2/+47 |
| 2023-03-03 | Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-03-03 | use helper function for error reporting | Giacomo Pasini | -0/+26 |
| 2023-03-03 | Desugars drop and replace at MIR build | Giacomo Pasini | -2/+21 |
| 2023-03-03 | Match end user facing unmatched backticks in compiler/ | est31 | -1/+1 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -1/+1 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -2/+2 |
| 2023-02-27 | Auto merge of #108487 - cjgillot:no-typeck-mir, r=oli-obk | bors | -40/+12 |
| 2023-02-27 | avoid `&str` to `String` conversions | Takayuki Maeda | -2/+2 |
| 2023-02-26 | Wrap more into into closure_typeinfo query. | Camille GILLOT | -40/+12 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -1/+1 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -7/+4 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -2/+2 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -7/+4 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -8/+7 |