| Age | Commit message (Expand) | Author | Lines |
| 2022-11-12 | Auto merge of #104310 - Dylan-DPC:rollup-wgt1z4a, r=Dylan-DPC | bors | -105/+142 |
| 2022-11-12 | Rollup merge of #104214 - Nilstrieb:returns_impl_Ice, r=compiler-errors | Dylan DPC | -105/+142 |
| 2022-11-12 | Auto merge of #103530 - cjgillot:hir-lifetimes-direct, r=estebank | bors | -238/+124 |
| 2022-11-11 | Clean-up formatting. | Camille GILLOT | -5/+4 |
| 2022-11-11 | Visit opaque types during type collection too. | Camille GILLOT | -21/+20 |
| 2022-11-11 | Resolve lifetimes using the regular logic for RPIT. | Camille GILLOT | -37/+36 |
| 2022-11-11 | Resolve lifetimes independently for each item-like. | Camille GILLOT | -177/+66 |
| 2022-11-11 | Tweak signatures in rustc_middle::hir::map. | Camille GILLOT | -1/+1 |
| 2022-11-10 | Apply PR feedback. | Ben Reeves | -10/+9 |
| 2022-11-10 | Require `~const` qualifier on trait bounds in specializing impls if present i... | Ben Reeves | -16/+43 |
| 2022-11-10 | Disallow specializing on const impls with non-const impls. | Ben Reeves | -4/+31 |
| 2022-11-10 | Allow specialized const trait impls. | Ben Reeves | -21/+44 |
| 2022-11-09 | Rollup merge of #104156 - oli-obk:autoderef, r=estebank | Manish Goregaokar | -2/+1 |
| 2022-11-09 | Emit error in `collecting_trait_impl_trait_tys` on mismatched signatures | Nilstrieb | -105/+142 |
| 2022-11-09 | Auto merge of #103723 - CastilloDel:master, r=jackh726 | bors | -11/+11 |
| 2022-11-09 | Auto merge of #104179 - Manishearth:rollup-yvsx5hh, r=Manishearth | bors | -5/+99 |
| 2022-11-08 | Rollup merge of #100508 - BoxyUwU:make_less_things_late_bound, r=nikomatsakis | Manish Goregaokar | -5/+99 |
| 2022-11-09 | Auto merge of #103171 - jackh726:gen-interior-hrtb-error, r=cjgillot | bors | -8/+13 |
| 2022-11-08 | comment | Boxy | -11/+23 |
| 2022-11-08 | Reduce the scope of allow(rustc::potential_query_instability) in rustc_trait_... | CastilloDel | -11/+11 |
| 2022-11-08 | Remove overloaded_span argument from `new`, where it is usually redundant wit... | Oli Scherer | -2/+1 |
| 2022-11-08 | Rollup merge of #104094 - lcnr:on_unimplemented-move, r=wesleywiser | Dylan DPC | -1/+2 |
| 2022-11-08 | Rollup merge of #103865 - compiler-errors:fallback-has-occurred-tracking, r=e... | Dylan DPC | -12/+12 |
| 2022-11-08 | add 'ty_error_with_guaranteed' and 'const_error_with_guaranteed' | yukang | -17/+20 |
| 2022-11-07 | Add an optional Span to BrAnon and use it to print better error for HRTB erro... | Jack Huey | -8/+13 |
| 2022-11-07 | fully move `on_unimplemented` to error reporting | lcnr | -1/+2 |
| 2022-11-06 | Auto merge of #99943 - compiler-errors:tuple-trait, r=jackh726 | bors | -0/+28 |
| 2022-11-06 | fixyfixfix | Boxy | -5/+87 |
| 2022-11-06 | Move fallback_has_occurred to FnCtxt | Michael Goulet | -12/+12 |
| 2022-11-05 | Adjust diagnostics, bless tests | Michael Goulet | -2/+8 |
| 2022-11-05 | Enforce rust-check ABI in signatures, calls | Michael Goulet | -0/+22 |
| 2022-11-05 | Rollup merge of #103972 - oli-obk:unoptional, r=fee1-dead | Matthias Krüger | -10/+10 |
| 2022-11-05 | Rollup merge of #103621 - fee1-dead-contrib:iat-fix-use, r=cjgillot | Dylan DPC | -0/+14 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -7/+4 |
| 2022-11-04 | Remove an option and choose a behaviour-preserving default instead. | Oli Scherer | -10/+10 |
| 2022-11-04 | Rollup merge of #103780 - compiler-errors:bound-closure-lifetimes, r=jackh726 | Matthias Krüger | -3/+4 |
| 2022-11-04 | Rollup merge of #103915 - chenyukang:yukang/fix-103874, r=lcnr | Matthias Krüger | -4/+2 |
| 2022-11-03 | Correctly resolve Inherent Associated Types | Deadbeef | -0/+14 |
| 2022-11-02 | Rollup merge of #103875 - oli-obk:ast_conv_simplification, r=spastorino | Matthias Krüger | -13/+7 |
| 2022-11-02 | Rollup merge of #103870 - TaKO8Ki:fix-103790, r=fee1-dead | Matthias Krüger | -0/+3 |
| 2022-11-02 | Rollup merge of #99801 - Neo-Zhixing:fix/generic_const_exprs_parent_opaque_pr... | Matthias Krüger | -2/+29 |
| 2022-11-03 | change error_reported to use Result instead of an option | yukang | -4/+2 |
| 2022-11-02 | Simplify astconv item def id handling | Oli Scherer | -13/+7 |
| 2022-11-02 | return const_error when ty has errors | Takayuki Maeda | -0/+3 |
| 2022-11-01 | Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco | Manish Goregaokar | -2/+6 |
| 2022-11-01 | fix(generic_const_exprs): Fix predicate inheritance for children of opaque types | Zhixing Zhang | -2/+29 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+1 |
| 2022-11-01 | Auto merge of #103590 - compiler-errors:ocx-more, r=lcnr | bors | -18/+6 |
| 2022-11-01 | Rollup merge of #103759 - cjgillot:adt-collect, r=davidtwco | Dylan DPC | -161/+110 |
| 2022-10-31 | Add more track_caller | mejrs | -0/+1 |