| Age | Commit message (Expand) | Author | Lines |
| 2022-11-04 | Auto merge of #103962 - matthiaskrgr:rollup-9av8i6k, r=matthiaskrgr | bors | -56/+123 |
| 2022-11-04 | Rollup merge of #103953 - TaKO8Ki:remove-unused-arg-from-throw_unresolved_imp... | Matthias Krüger | -18/+10 |
| 2022-11-04 | Rollup merge of #103950 - nbdd0121:master, r=tmiasko | Matthias Krüger | -0/+4 |
| 2022-11-04 | Rollup merge of #103845 - camsteffen:data-structures-track-caller, r=compiler... | Matthias Krüger | -0/+11 |
| 2022-11-04 | Rollup merge of #103780 - compiler-errors:bound-closure-lifetimes, r=jackh726 | Matthias Krüger | -38/+98 |
| 2022-11-04 | Auto merge of #103098 - Amanieu:asm-tied-fixed, r=bjorn3 | bors | -2/+11 |
| 2022-11-04 | Auto merge of #103954 - matthiaskrgr:rollup-tskpxnj, r=matthiaskrgr | bors | -53/+35 |
| 2022-11-04 | Rollup merge of #103915 - chenyukang:yukang/fix-103874, r=lcnr | Matthias Krüger | -51/+30 |
| 2022-11-04 | Rollup merge of #103892 - compiler-errors:afit-rustdoc, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-11-04 | Rollup merge of #103884 - spastorino:visit-fn-ret-ty-intravisit, r=compiler-e... | Matthias Krüger | -1/+4 |
| 2022-11-04 | remove unused argument from `throw_unresolved_import_error` | Takayuki Maeda | -18/+10 |
| 2022-11-04 | Auto merge of #102928 - notriddle:notriddle/rustdoc-thin-vec, r=GuillaumeGomez | bors | -8/+8 |
| 2022-11-04 | Fix ICE when negative impl is collected during eager mono | Gary Guo | -0/+4 |
| 2022-11-03 | reverse obligations for better diagnostics on multiple conflicting fn bounds | Michael Goulet | -2/+6 |
| 2022-11-03 | Elaborate supertrait obligations when deducing closure signature | Michael Goulet | -7/+11 |
| 2022-11-03 | Make obligations_for_self_ty only return an obligation | Michael Goulet | -71/+84 |
| 2022-11-03 | Add visit_fn_ret_ty to hir intravisit | Santiago Pastorino | -1/+4 |
| 2022-11-03 | Auto merge of #103455 - BlackHoleFox:apple-sim-abi-consistency, r=davidtwco | bors | -9/+38 |
| 2022-11-03 | code cleanup | yukang | -2/+1 |
| 2022-11-03 | remove 'delay_span_bug' following 'references_error' | yukang | -3/+2 |
| 2022-11-02 | rustdoc: use ThinVec for cleaned generics | Michael Howell | -8/+8 |
| 2022-11-02 | Rollup merge of #103875 - oli-obk:ast_conv_simplification, r=spastorino | Matthias Krüger | -15/+9 |
| 2022-11-02 | Rollup merge of #103870 - TaKO8Ki:fix-103790, r=fee1-dead | Matthias Krüger | -0/+3 |
| 2022-11-02 | Rollup merge of #103610 - wesleywiser:thinlto_cgu1, r=michaelwoerister | Matthias Krüger | -14/+11 |
| 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 | -22/+15 |
| 2022-11-02 | Properly render asyncness for traits without default body | Michael Goulet | -1/+1 |
| 2022-11-02 | Rollup merge of #103864 - smoelius:reorder-walk-functions, r=fee1-dead | Dylan DPC | -361/+361 |
| 2022-11-02 | Rollup merge of #103862 - compiler-errors:ocx-in-fully-normalize, r=spastorino | Dylan DPC | -18/+9 |
| 2022-11-02 | Rollup merge of #103774 - compiler-errors:dyn-trait-in-type-name, r=eholk | Dylan DPC | -11/+3 |
| 2022-11-02 | Rollup merge of #103703 - Nilstrieb:flag-recovery-1, r=compiler-errors | Dylan DPC | -6/+32 |
| 2022-11-02 | deprecate DelaySpanBugEmitted and use ErrorGuaranteed directly | yukang | -26/+14 |
| 2022-11-02 | Simplify astconv item def id handling | Oli Scherer | -15/+9 |
| 2022-11-02 | return const_error when ty has errors | Takayuki Maeda | -0/+3 |
| 2022-11-02 | Use ObligationCtxt in fully_normalize | Michael Goulet | -18/+9 |
| 2022-11-01 | Rollup merge of #103839 - Nilstrieb:print-list, r=compiler-errors | Manish Goregaokar | -23/+38 |
| 2022-11-01 | Rollup merge of #103638 - ia0:multivalue, r=nagisa | Manish Goregaokar | -0/+1 |
| 2022-11-01 | Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco | Manish Goregaokar | -57/+176 |
| 2022-11-01 | Reorder `walk_` functions in intravisit.rs | Samuel Moelius | -361/+361 |
| 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 | -8/+175 |
| 2022-11-01 | Format dyn Trait better in type_name intrinsic | Michael Goulet | -11/+3 |
| 2022-11-01 | Auto merge of #103841 - Dylan-DPC:rollup-rff2x1l, r=Dylan-DPC | bors | -295/+222 |
| 2022-11-01 | Add track_caller to some Lock methods | Cameron Steffen | -0/+11 |
| 2022-11-01 | Rollup merge of #103760 - petrochenkov:macimp, r=cjgillot | Dylan DPC | -157/+209 |
| 2022-11-01 | Rollup merge of #84022 - Aaron1011:remove-derive-res-fallback, r=petrochenkov | Dylan DPC | -138/+13 |
| 2022-11-01 | Print valid `--print` requests if request is invalid | nils | -23/+38 |
| 2022-11-01 | Auto merge of #103496 - petrochenkov:effvisdoc2, r=lqd | bors | -2/+1 |
| 2022-11-01 | Auto merge of #103590 - compiler-errors:ocx-more, r=lcnr | bors | -134/+121 |
| 2022-11-01 | Rollup merge of #103759 - cjgillot:adt-collect, r=davidtwco | Dylan DPC | -161/+110 |