| Age | Commit message (Expand) | Author | Lines |
| 2023-11-19 | Rollup merge of #117994 - compiler-errors:throw-away-regions-in-coherence, r=... | Michael Goulet | -9/+8 |
| 2023-11-19 | Ignore but do not assume region obligations from unifying headers in negative... | Michael Goulet | -9/+8 |
| 2023-11-19 | Make regionck care about placeholders in outlives components | Michael Goulet | -2/+11 |
| 2023-11-18 | Auto merge of #117742 - weiznich:turn_overlapping_diagnostic_options_into_war... | bors | -13/+97 |
| 2023-11-17 | Auto merge of #117944 - lcnr:region-refactor-uwu, r=BoxyUwU | bors | -9/+11 |
| 2023-11-17 | Auto merge of #112422 - aliemjay:implied-bounds-placeholders, r=lcnr | bors | -2/+6 |
| 2023-11-17 | rename bound region instantiation | lcnr | -9/+11 |
| 2023-11-17 | Add some additional warnings for duplicated diagnostic items | Georg Semmler | -13/+97 |
| 2023-11-16 | ignore implied bounds with placeholders | Ali MJ Al-Nasrawy | -2/+6 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -33/+53 |
| 2023-11-15 | Auto merge of #117878 - gavinleroy:proper-depth-check, r=lcnr | bors | -1/+7 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -1/+1 |
| 2023-11-14 | Add guard checking for associated types before computing intercrate ambiguity... | Gavin Gray | -1/+7 |
| 2023-11-13 | Rollup merge of #117870 - lcnr:rename-args_ref, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-11-13 | Auto merge of #117881 - TaKO8Ki:rollup-n7jtmgj, r=TaKO8Ki | bors | -7/+2 |
| 2023-11-13 | update type flags | lcnr | -4/+4 |
| 2023-11-13 | continue renaming | lcnr | -13/+13 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -13/+13 |
| 2023-11-13 | args~~_ref~~_may_unify | lcnr | -2/+2 |
| 2023-11-12 | Small improvements in object lifetime default code | Nilstrieb | -7/+2 |
| 2023-11-09 | Rollup merge of #117645 - compiler-errors:auto-trait-subst, r=petrochenkov | Takayuki Maeda | -6/+15 |
| 2023-11-08 | Rollup merge of #113925 - clubby789:const-ctor-repeat, r=estebank | Matthias Krüger | -9/+20 |
| 2023-11-06 | Don't instantiate the binder twice when assembling object candidate | Michael Goulet | -17/+7 |
| 2023-11-06 | Only check predicates for late-bound non-lifetime vars in object candidate as... | Michael Goulet | -1/+4 |
| 2023-11-06 | Extend builtin/auto trait args with error when they have >1 argument | Michael Goulet | -6/+15 |
| 2023-11-06 | Auto merge of #117585 - dnbln:feat/move-kw-span, r=cjgillot | bors | -1/+1 |
| 2023-11-04 | Rollup merge of #117583 - compiler-errors:placeholderconst-lifetime, r=cjgillot | Matthias Krüger | -5/+5 |
| 2023-11-04 | Fix remaining uses of `CaptureBy::Value` | Dinu Blanovschi | -1/+1 |
| 2023-11-04 | No lifetime on PlaceholderConst | Michael Goulet | -5/+5 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -4/+3 |
| 2023-11-03 | Auto merge of #116439 - compiler-errors:on-unimplemented, r=davidtwco | bors | -0/+14 |
| 2023-11-02 | Auto merge of #117134 - lcnr:dropck_outlives-coroutine, r=compiler-errors | bors | -13/+22 |
| 2023-11-02 | Pretty print Fn traits in rustc_on_unimplemented | Michael Goulet | -0/+14 |
| 2023-11-02 | only erase param env regions where needed | lcnr | -1/+1 |
| 2023-11-02 | dropck_outlives check generator witness needs_drop | lcnr | -13/+22 |
| 2023-11-02 | Rollup merge of #117394 - lcnr:proof-tree-cache4, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-11-02 | use global cache when computing proof trees | lcnr | -2/+2 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -4/+3 |
| 2023-10-31 | Auto merge of #117419 - compiler-errors:gen, r=oli-obk | bors | -22/+23 |
| 2023-10-30 | Some more coroutine renamings | Michael Goulet | -22/+23 |
| 2023-10-30 | Auto merge of #116405 - estebank:issue-103155, r=davidtwco | bors | -2/+2 |
| 2023-10-30 | Detect object safety errors when assoc type is missing | Esteban Küber | -2/+2 |
| 2023-10-30 | Don't super-fold types when we hit the recursion limit | Michael Goulet | -7/+4 |
| 2023-10-30 | Rollup merge of #117205 - weiznich:multiple_notes_for_on_unimplemented, r=com... | León Orell Valerian Liehr | -22/+24 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -4/+139 |
| 2023-10-28 | Rollup merge of #116945 - estebank:sealed-trait-impls, r=petrochenkov | Jubilee | -2/+28 |
| 2023-10-28 | Rollup merge of #116739 - Milo123459:milo/short-paths, r=estebank | Jubilee | -5/+11 |
| 2023-10-27 | Update type_err_ctxt_ext.rs | Milo | -2/+2 |
| 2023-10-27 | When encountering sealed traits, point types that implement it | Esteban Küber | -2/+28 |
| 2023-10-27 | Make `gen` blocks implement the `Iterator` trait | Oli Scherer | -3/+120 |