| Age | Commit message (Expand) | Author | Lines |
| 2023-02-14 | Fix #107998, avoid ICE when the generic_span is empty | yukang | -1/+9 |
| 2023-02-14 | Don't ICE in might_permit_raw_init if reference is polymorphic | Michael Goulet | -2/+7 |
| 2023-02-13 | Rollup merge of #107942 - compiler-errors:tighter-inherent-impl-bad-spans, r=... | Matthias Krüger | -16/+17 |
| 2023-02-13 | Rollup merge of #107902 - vincenzopalazzo:macros/async_fn_suggestion, r=compi... | Matthias Krüger | -28/+39 |
| 2023-02-13 | Make can_eq and can_sub return booleans | Michael Goulet | -43/+33 |
| 2023-02-13 | Use is_str instead of string kind comparison | Michael Goulet | -1/+1 |
| 2023-02-13 | Tighter spans for bad inherent impl types | Michael Goulet | -16/+17 |
| 2023-02-13 | Implement repeat_while_none for both SearchGraph and EvalCtxt | Santiago Pastorino | -24/+38 |
| 2023-02-13 | Extract try_move_finished_goal_to_global_cache from try_finalize_goal | Santiago Pastorino | -23/+34 |
| 2023-02-13 | Make Ok value of repeat_while_none more general | Santiago Pastorino | -28/+32 |
| 2023-02-13 | Typo. | Camille GILLOT | -3/+3 |
| 2023-02-13 | Auto merge of #107924 - eggyal:move_fold_visit_traits_to_type_lib_with_trait_... | bors | -991/+1174 |
| 2023-02-13 | fix: improve the suggestion on future not awaited | Vincenzo Palazzo | -28/+39 |
| 2023-02-13 | fix: Unexpected trait bound not satisfied in HRTB | yifei | -1/+46 |
| 2023-02-13 | Rollup merge of #107986 - lcnr:layout-placeholder, r=petrochenkov | Matthias Krüger | -5/+2 |
| 2023-02-13 | Rollup merge of #107935 - petrochenkov:attreorder, r=michaelwoerister | Matthias Krüger | -311/+307 |
| 2023-02-13 | Rollup merge of #107931 - cjgillot:issue-107353, r=WaffleLapkin | Matthias Krüger | -1/+6 |
| 2023-02-13 | Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisa | Matthias Krüger | -6/+71 |
| 2023-02-13 | Rename folder traits' `tcx` method to `interner` | Alan Egerton | -86/+90 |
| 2023-02-13 | Move folding and visiting traits into type library | Alan Egerton | -755/+805 |
| 2023-02-13 | Make atomic structural impls generic over Interner | Alan Egerton | -54/+82 |
| 2023-02-13 | Make folding traits generic over the Interner | Alan Egerton | -129/+159 |
| 2023-02-13 | Make visiting traits generic over the Interner | Alan Egerton | -102/+118 |
| 2023-02-13 | Constrain Interners to be Sized | Alan Egerton | -1/+1 |
| 2023-02-13 | Project Binder and Predicate from Interner trait | Alan Egerton | -0/+4 |
| 2023-02-13 | Move TypeVisitableExt from ir module | Alan Egerton | -130/+127 |
| 2023-02-13 | Workaround issue #107747 | Alan Egerton | -3/+17 |
| 2023-02-13 | Split TypeVisitableExt from TypeVisitable | Alan Egerton | -11/+5 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -181/+197 |
| 2023-02-13 | Move folding & visiting traits to ir submodules | Alan Egerton | -292/+322 |
| 2023-02-13 | layout: deal with placeholders, ICE on bound types | lcnr | -5/+2 |
| 2023-02-13 | Auto merge of #107869 - nnethercote:reduce-interning, r=compiler-errors | bors | -94/+153 |
| 2023-02-12 | Add sanitizer support for modern iOS platforms | Keith Smiley | -6/+15 |
| 2023-02-13 | Avoid interning empty tuples. | Nicholas Nethercote | -2/+2 |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -62/+72 |
| 2023-02-13 | Pre-intern some commonly used type variables. | Nicholas Nethercote | -30/+79 |
| 2023-02-12 | only require sub type relation on field projection types | b-naber | -4/+17 |
| 2023-02-12 | Enable #[thread_local] on armv6k-nintendo-3ds | Ian Chamberlain | -2/+1 |
| 2023-02-12 | Rollup merge of #107748 - tshepang:renamed, r=cuviper | Matthias Krüger | -1/+1 |
| 2023-02-13 | resolve: Fix doc links referring to other crates when documenting proc macro ... | Vadim Petrochenkov | -1/+6 |
| 2023-02-13 | rustc_resolve: Remove `Resolver::clone_output` | Vadim Petrochenkov | -79/+18 |
| 2023-02-13 | rustdoc: Eliminate remaining uses of resolver | Vadim Petrochenkov | -74/+66 |
| 2023-02-12 | rename query and use `NoSolution` | Boxy | -6/+9 |
| 2023-02-12 | Enable CopyProp by default, tune the impl a bit | Ben Kimock | -6/+42 |
| 2023-02-12 | Auto merge of #107643 - Zoxc:single-cache, r=cjgillot | bors | -4/+50 |
| 2023-02-12 | Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm | bors | -3/+1 |
| 2023-02-12 | Auto merge of #105601 - BelovDV:change-rlib-with-not-stable, r=petrochenkov | bors | -110/+59 |
| 2023-02-12 | Suggest the correct array length on mismatch | clubby789 | -0/+65 |
| 2023-02-11 | make `relate`'s const ty assertion use semantic equality | Boxy | -22/+56 |
| 2023-02-11 | Create a single value cache for the () query key | John Kåre Alsaker | -4/+50 |