about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-11-04Auto merge of #103962 - matthiaskrgr:rollup-9av8i6k, r=matthiaskrgrbors-56/+123
2022-11-04Rollup merge of #103953 - TaKO8Ki:remove-unused-arg-from-throw_unresolved_imp...Matthias Krüger-18/+10
2022-11-04Rollup merge of #103950 - nbdd0121:master, r=tmiaskoMatthias Krüger-0/+4
2022-11-04Rollup merge of #103845 - camsteffen:data-structures-track-caller, r=compiler...Matthias Krüger-0/+11
2022-11-04Rollup merge of #103780 - compiler-errors:bound-closure-lifetimes, r=jackh726Matthias Krüger-38/+98
2022-11-04Auto merge of #103098 - Amanieu:asm-tied-fixed, r=bjorn3bors-2/+11
2022-11-04Auto merge of #103954 - matthiaskrgr:rollup-tskpxnj, r=matthiaskrgrbors-53/+35
2022-11-04Rollup merge of #103915 - chenyukang:yukang/fix-103874, r=lcnrMatthias Krüger-51/+30
2022-11-04Rollup merge of #103892 - compiler-errors:afit-rustdoc, r=GuillaumeGomezMatthias Krüger-1/+1
2022-11-04Rollup merge of #103884 - spastorino:visit-fn-ret-ty-intravisit, r=compiler-e...Matthias Krüger-1/+4
2022-11-04remove unused argument from `throw_unresolved_import_error`Takayuki Maeda-18/+10
2022-11-04Auto merge of #102928 - notriddle:notriddle/rustdoc-thin-vec, r=GuillaumeGomezbors-8/+8
2022-11-04Fix ICE when negative impl is collected during eager monoGary Guo-0/+4
2022-11-03reverse obligations for better diagnostics on multiple conflicting fn boundsMichael Goulet-2/+6
2022-11-03Elaborate supertrait obligations when deducing closure signatureMichael Goulet-7/+11
2022-11-03Make obligations_for_self_ty only return an obligationMichael Goulet-71/+84
2022-11-03Add visit_fn_ret_ty to hir intravisitSantiago Pastorino-1/+4
2022-11-03Auto merge of #103455 - BlackHoleFox:apple-sim-abi-consistency, r=davidtwcobors-9/+38
2022-11-03code cleanupyukang-2/+1
2022-11-03remove 'delay_span_bug' following 'references_error'yukang-3/+2
2022-11-02rustdoc: use ThinVec for cleaned genericsMichael Howell-8/+8
2022-11-02Rollup merge of #103875 - oli-obk:ast_conv_simplification, r=spastorinoMatthias Krüger-15/+9
2022-11-02Rollup merge of #103870 - TaKO8Ki:fix-103790, r=fee1-deadMatthias Krüger-0/+3
2022-11-02Rollup merge of #103610 - wesleywiser:thinlto_cgu1, r=michaelwoeristerMatthias Krüger-14/+11
2022-11-02Rollup merge of #99801 - Neo-Zhixing:fix/generic_const_exprs_parent_opaque_pr...Matthias Krüger-2/+29
2022-11-03change error_reported to use Result instead of an optionyukang-22/+15
2022-11-02Properly render asyncness for traits without default bodyMichael Goulet-1/+1
2022-11-02Rollup merge of #103864 - smoelius:reorder-walk-functions, r=fee1-deadDylan DPC-361/+361
2022-11-02Rollup merge of #103862 - compiler-errors:ocx-in-fully-normalize, r=spastorinoDylan DPC-18/+9
2022-11-02Rollup merge of #103774 - compiler-errors:dyn-trait-in-type-name, r=eholkDylan DPC-11/+3
2022-11-02Rollup merge of #103703 - Nilstrieb:flag-recovery-1, r=compiler-errorsDylan DPC-6/+32
2022-11-02deprecate DelaySpanBugEmitted and use ErrorGuaranteed directlyyukang-26/+14
2022-11-02Simplify astconv item def id handlingOli Scherer-15/+9
2022-11-02return const_error when ty has errorsTakayuki Maeda-0/+3
2022-11-02Use ObligationCtxt in fully_normalizeMichael Goulet-18/+9
2022-11-01Rollup merge of #103839 - Nilstrieb:print-list, r=compiler-errorsManish Goregaokar-23/+38
2022-11-01Rollup merge of #103638 - ia0:multivalue, r=nagisaManish Goregaokar-0/+1
2022-11-01Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwcoManish Goregaokar-57/+176
2022-11-01Reorder `walk_` functions in intravisit.rsSamuel Moelius-361/+361
2022-11-01fix(generic_const_exprs): Fix predicate inheritance for children of opaque typesZhixing Zhang-2/+29
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-8/+175
2022-11-01Format dyn Trait better in type_name intrinsicMichael Goulet-11/+3
2022-11-01Auto merge of #103841 - Dylan-DPC:rollup-rff2x1l, r=Dylan-DPCbors-295/+222
2022-11-01Add track_caller to some Lock methodsCameron Steffen-0/+11
2022-11-01Rollup merge of #103760 - petrochenkov:macimp, r=cjgillotDylan DPC-157/+209
2022-11-01Rollup merge of #84022 - Aaron1011:remove-derive-res-fallback, r=petrochenkovDylan DPC-138/+13
2022-11-01Print valid `--print` requests if request is invalidnils-23/+38
2022-11-01Auto merge of #103496 - petrochenkov:effvisdoc2, r=lqdbors-2/+1
2022-11-01Auto merge of #103590 - compiler-errors:ocx-more, r=lcnrbors-134/+121
2022-11-01Rollup merge of #103759 - cjgillot:adt-collect, r=davidtwcoDylan DPC-161/+110