| Age | Commit message (Expand) | Author | Lines |
| 2023-02-14 | Make removal suggestion not verbose | Esteban Küber | -1/+1 |
| 2023-02-14 | rebase and review comments | Esteban Küber | -3/+2 |
| 2023-02-14 | Avoid trailing commas | Esteban Küber | -7/+7 |
| 2023-02-14 | Fix fmt | Esteban Küber | -5/+2 |
| 2023-02-14 | More accurate spans for arg removal suggestion | Esteban Küber | -26/+78 |
| 2023-02-14 | Specify correct spans in suggest_await_on_expect_found | IQuant | -8/+6 |
| 2023-02-14 | Do not fetch HIR for inherent impls. | Camille GILLOT | -56/+36 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -59/+63 |
| 2023-02-14 | Rollup merge of #108044 - RalfJung:from-addr-invalid, r=oli-obk | Matthias Krüger | -6/+8 |
| 2023-02-14 | Rollup merge of #108040 - eggyal:attributes_for_uninteresting_traversals, r=o... | Matthias Krüger | -24/+66 |
| 2023-02-14 | Rollup merge of #108039 - eggyal:traverse_refcounts_via_functors, r=oli-obk | Matthias Krüger | -69/+55 |
| 2023-02-14 | Rollup merge of #108033 - lcnr:coinductive-attr, r=compiler-errors | Matthias Krüger | -37/+75 |
| 2023-02-14 | Rollup merge of #108007 - compiler-errors:str-less-kind, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-02-14 | Rollup merge of #107673 - lukas-code:update-icu4x, r=davidtwco | Matthias Krüger | -2275/+2710 |
| 2023-02-14 | Rollup merge of #107573 - cuviper:drop-llvm-13, r=nagisa | Matthias Krüger | -115/+41 |
| 2023-02-14 | Rollup merge of #108038 - eggyal:remove_needless_supertrait_constraints, r=lcnr | Matthias Krüger | -25/+25 |
| 2023-02-14 | Rollup merge of #108029 - oli-obk:🞋_usize, r=RalfJung | Matthias Krüger | -250/+338 |
| 2023-02-14 | Rollup merge of #108003 - chenyukang:yukang/fix-107998, r=compiler-errors | Matthias Krüger | -1/+9 |
| 2023-02-14 | Rollup merge of #107739 - spastorino:check-overflow-evaluate_canonical_goal, ... | Matthias Krüger | -88/+139 |
| 2023-02-14 | Rollup merge of #103478 - SpanishPear:spanishpear/issue_103366_fix, r=TaKO8Ki | Matthias Krüger | -2/+56 |
| 2023-02-14 | Pass `DepContext` and `QueryContext` by value when practical | John Kåre Alsaker | -26/+26 |
| 2023-02-14 | Port PlaceholderRelationLfNotSatisfied diagnostic | IQuant | -30/+103 |
| 2023-02-14 | Port ConsiderAddingAwait | IQuant | -38/+74 |
| 2023-02-14 | Port SuggestRemoveSemiOrReturnBinding | IQuant | -46/+97 |
| 2023-02-14 | Make sure tests pass | Nikita Tomashevich | -1/+1 |
| 2023-02-14 | Port WhereClauseSuggestions | Nikita Tomashevich | -17/+40 |
| 2023-02-14 | Resolve rebase | Nikita Tomashevich | -40/+2 |
| 2023-02-14 | Port another diagnostic | Nikita Tomashevich | -17/+23 |
| 2023-02-14 | Port RefLongerThanData | Nikita Tomashevich | -17/+30 |
| 2023-02-14 | Port "BorrowedTooLong" diagnostic | Nikita Tomashevich | -7/+45 |
| 2023-02-14 | Port OutlivesContent, OutlivesBound, FUllfillReqLifetime, LfBoundNotSatisfied... | Nikita Tomashevich | -76/+131 |
| 2023-02-14 | Update lexer lifetime test | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2023-02-14 | Avoid looping past bounds of args | Martin Gammelsæter | -2/+1 |
| 2023-02-14 | Use derive attributes for uninteresting traversals | Alan Egerton | -24/+66 |
| 2023-02-14 | interpret: rename Pointer::from_addr → from_addr_invalid | Ralf Jung | -6/+8 |
| 2023-02-14 | Reduce visibility of some items | Santiago Pastorino | -9/+9 |
| 2023-02-14 | Check for overflow in evaluate_canonical_goal | Santiago Pastorino | -24/+46 |
| 2023-02-14 | Refactor refcounted structural_impls via functors | Alan Egerton | -69/+55 |
| 2023-02-14 | Ord entails its supertraits | Alan Egerton | -25/+25 |
| 2023-02-14 | change the `marker` attribute to only_local | lcnr | -2/+6 |
| 2023-02-14 | add test for coinduction in new solver | lcnr | -2/+26 |
| 2023-02-14 | add a `#[rustc_coinductive]` attribute | lcnr | -33/+43 |
| 2023-02-14 | Simplify expansion logic | Oli Scherer | -3/+3 |
| 2023-02-14 | Inline the expansion query | Oli Scherer | -28/+23 |
| 2023-02-14 | Remove BoxedResolver | Oli Scherer | -102/+18 |
| 2023-02-14 | Separate the lifetime of the session and the arena in the resolver | Oli Scherer | -70/+79 |
| 2023-02-14 | Auto merge of #103695 - LYF1999:yf/103563, r=lcnr | bors | -1/+46 |
| 2023-02-14 | Don't recover lifetimes/labels containing emojis as character literals | 许杰友 Jieyou Xu (Joe) | -12/+42 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -250/+338 |
| 2023-02-14 | Auto merge of #107765 - petrochenkov:nomoclone, r=oli-obk | bors | -152/+83 |