| Age | Commit message (Expand) | Author | Lines |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -5/+4 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -26/+29 |
| 2024-05-10 | Use fewer origins when creating type variables. | Nicholas Nethercote | -14/+3 |
| 2024-05-09 | Suggest borrowing on fn argument that is `impl AsRef` | Esteban Küber | -19/+70 |
| 2024-05-09 | Rollup merge of #124924 - goofylfg:master, r=est31 | Matthias Krüger | -2/+2 |
| 2024-05-09 | Rollup merge of #124893 - xldenis:public-region-apis, r=lcnr | Matthias Krüger | -5/+14 |
| 2024-05-09 | chore: remove repetitive words | goofylfg | -2/+2 |
| 2024-05-09 | Correct a comment. | Nicholas Nethercote | -3/+1 |
| 2024-05-09 | Auto merge of #124831 - nnethercote:rustc_data_structures-cleanups, r=michael... | bors | -10/+32 |
| 2024-05-09 | Remove `vec_linked_list`. | Nicholas Nethercote | -10/+32 |
| 2024-05-08 | Make a minimal amount of region APIs public | Xavier Denis | -5/+14 |
| 2024-05-06 | borrowck: more eagerly prepopulate opaques | lcnr | -70/+29 |
| 2024-05-06 | BorrowckInferCtxt: infcx by value | lcnr | -40/+31 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2024-04-30 | Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead | Matthias Krüger | -2/+19 |
| 2024-04-29 | Rollup merge of #124185 - beepster4096:move_data_base_local_infallible, r=pnk... | Matthias Krüger | -3/+1 |
| 2024-04-29 | Remove `extern crate rustc_middle` from numerous crates. | Nicholas Nethercote | -2/+19 |
| 2024-04-25 | review comment: rename method | Esteban Küber | -2/+2 |
| 2024-04-25 | Check equivalence of indices in more cases | Esteban Küber | -1/+7 |
| 2024-04-25 | Don't suggest `split_at_mut` when the multiple borrows have the same index | Esteban Küber | -2/+6 |
| 2024-04-25 | Mention `split_at_mut` when mixing mutability in indexing ops | Esteban Küber | -2/+17 |
| 2024-04-25 | Only suggest `split_at_mut` on indexing borrowck errors for std types | Esteban Küber | -8/+22 |
| 2024-04-25 | Detect borrow error involving sub-slices and suggest `split_at_mut` | Esteban Küber | -16/+25 |
| 2024-04-25 | Auto merge of #119650 - chenyukang:yukang-fix-118596-ref-mut, r=wesleywiser | bors | -1/+16 |
| 2024-04-24 | Suggest cloning captured binding in `move` closure | Esteban Küber | -8/+136 |
| 2024-04-24 | Mention when type parameter could be `Clone` | Esteban Küber | -8/+51 |
| 2024-04-24 | Modify `find_expr` from `Span` to better account for closures | Esteban Küber | -4/+4 |
| 2024-04-25 | Suggest ref mut for pattern matching assignment | yukang | -1/+16 |
| 2024-04-23 | Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasper | León Orell Valerian Liehr | -34/+54 |
| 2024-04-22 | Rollup merge of #124183 - compiler-errors:unnecessary-by-ref, r=oli-obk | Guillaume Gomez | -2/+2 |
| 2024-04-21 | Add `AggregateKind::RawPtr` and enough support to compile | Scott McMurray | -3/+9 |
| 2024-04-20 | Add a non-shallow fake borrow | Nadrieril | -34/+54 |
| 2024-04-19 | Stop taking ParamTy/ParamConst/EarlyParamRegion/AliasTy by ref | Michael Goulet | -2/+2 |
| 2024-04-19 | remove optionality from MoveData::base_local | beepster4096 | -3/+1 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -8/+8 |
| 2024-04-16 | Auto merge of #123537 - compiler-errors:shallow, r=lcnr | bors | -1/+1 |
| 2024-04-16 | Rollup merge of #123990 - compiler-errors:suggest-closure-ret-deref, r=oli-obk | Guillaume Gomez | -73/+64 |
| 2024-04-16 | Rollup merge of #123797 - amandasystems:better-graphviz, r=oli-obk | Guillaume Gomez | -6/+38 |
| 2024-04-15 | Make suggest_deref_closure_return more idiomatic/easier to understand | Michael Goulet | -73/+64 |
| 2024-04-16 | Rollup merge of #123989 - compiler-errors:type-dependent-def-id, r=oli-obk | León Orell Valerian Liehr | -26/+20 |
| 2024-04-16 | Rollup merge of #123016 - compiler-errors:no-type-var-origin, r=lcnr | León Orell Valerian Liehr | -17/+10 |
| 2024-04-15 | Simplify shallow resolver to just fold ty/consts | Michael Goulet | -1/+1 |
| 2024-04-15 | Rebase fallout | Michael Goulet | -5/+4 |
| 2024-04-15 | Just use type_dependent_def_id to figure out what the method is for an expr | Michael Goulet | -26/+20 |
| 2024-04-15 | Remove TypeVariableOriginKind | Michael Goulet | -12/+6 |
| 2024-04-15 | Rollup merge of #123924 - compiler-errors:tuple-sugg, r=estebank | Michael Goulet | -63/+2 |
| 2024-04-15 | Rollup merge of #123934 - WaffleLapkin:graph-mini-refactor, r=fmease | 许杰友 Jieyou Xu (Joe) | -18/+10 |
| 2024-04-15 | Use RPITIT for `Successors` and `Predecessors` traits | Maybe Waffle | -3/+1 |
| 2024-04-14 | Make `depth_first_search` into a standalone function | Maybe Waffle | -7/+8 |
| 2024-04-14 | Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}` | Maybe Waffle | -12/+7 |