about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-11-04UPDATE - Complete link.rs migration to new diagnostics infraestructureJhonny Bill Mena-81/+227
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-03Auto merge of #103455 - BlackHoleFox:apple-sim-abi-consistency, r=davidtwcobors-9/+38
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-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-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-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
2022-11-01Rollup merge of #103729 - RalfJung:align-of-val-packed, r=oli-obkDylan DPC-1/+8
2022-11-01Rollup merge of #103706 - zbyrn:issue-101637-fix, r=estebankDylan DPC-17/+37
2022-11-01Rollup merge of #103584 - ouz-a:issue-102303, r=oli-obkDylan DPC-4/+51
2022-11-01Rollup merge of #103061 - Amanieu:rewrite_alloc_error_handler, r=bjorn3Dylan DPC-129/+284
2022-11-01Rollup merge of #103798 - RalfJung:type_name, r=oli-obkYuki Okushi-9/+15
2022-11-01Rollup merge of #103788 - chenyukang:yukang/fix-ice-103783, r=compiler-errorsYuki Okushi-1/+2
2022-11-01Rollup merge of #103772 - compiler-errors:better-strict-coherence-err, r=davi...Yuki Okushi-2/+28
2022-11-01Rollup merge of #103749 - est31:reduce_irrefutable_let_else_span, r=cjgillotYuki Okushi-10/+8
2022-11-01Rollup merge of #103692 - smoelius:walk_generic_arg, r=fee1-deadYuki Okushi-6/+10
2022-10-31resolve: Turn the binding from `#[macro_export]` into a proper `Import`Vadim Petrochenkov-54/+68
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-129/+284
2022-10-31resolve: Not all imports have their own `NodeId`Vadim Petrochenkov-104/+142
2022-10-31Add more track_callermejrs-2/+40
2022-10-31Use AdtDef to check enum.Camille GILLOT-59/+62
2022-10-31Use adt_def for ADT collection.Camille GILLOT-23/+20
2022-10-31Use AdtDef in wfcheck.Camille GILLOT-79/+28
2022-10-31Remove bounds check with enum castouz-a-4/+51
2022-10-31interpret: move type_name implementation to an interpreter-independent helper...Ralf Jung-9/+15
2022-10-31Rollup merge of #103789 - domfarolino:e0382, r=Dylan-DPCDylan DPC-1/+1
2022-10-31Rollup merge of #103603 - camsteffen:refactor-lang, r=oli-obkDylan DPC-244/+196