about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
2022-11-23Separate lifetime ident from resolution in HIR.Camille GILLOT-5/+4
2022-11-23Bump the const eval step limitOli Scherer-1/+1
2022-11-22Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnrManish Goregaokar-23/+47
2022-11-23Rollup merge of #104728 - WaffleLapkin:require-lang-items-politely, r=compile...Yuki Okushi-3/+5
2022-11-23Rollup merge of #104724 - WaffleLapkin:to_def_idn't, r=compiler-errorsYuki Okushi-5/+9
2022-11-22Add size hints to early binder iterator adaptersMichael Goulet-0/+12
2022-11-22Use `tcx.require_lang_item` instead of unwrappingMaybe Waffle-3/+5
2022-11-22Fix `ClosureKind::to_def_id`Maybe Waffle-5/+9
2022-11-22Auto merge of #103578 - petrochenkov:nofict, r=nagisabors-66/+42
2022-11-22Auto merge of #104696 - matthiaskrgr:rollup-gi1pdb0, r=matthiaskrgrbors-1/+1
2022-11-22Rollup merge of #104559 - nnethercote:split-MacArgs, r=petrochenkovMatthias Krüger-1/+1
2022-11-22Split `MacArgs` in two.Nicholas Nethercote-1/+1
2022-11-21Auto merge of #104533 - oli-obk:method_callee, r=lcnrbors-20/+67
2022-11-21Stop passing the self-type as a separate argument.Oli Scherer-14/+16
2022-11-21Remove some unnecessary slicingOli Scherer-7/+7
2022-11-21Add helper to create the trait ref for a lang itemOli Scherer-0/+10
2022-11-21Allow iterators instead of requiring slices that will get turned into iteratorsOli Scherer-9/+15
2022-11-21Remove an unnecessary query + subst roundOli Scherer-1/+1
2022-11-21Add a helper for replacing the self type in trait refsOli Scherer-0/+8
2022-11-21Assert that various types have the right amount of generic args and fix the s...Oli Scherer-5/+27
2022-11-21Reduce the amount of passed-around arguments that will get merged into one la...Oli Scherer-4/+3
2022-11-21Unreserve braced enum variants in value namespaceVadim Petrochenkov-66/+42
2022-11-21Auto merge of #104120 - mejrs:diag, r=davidtwcobors-12/+13
2022-11-21Add an always-ambiguous predicate to make sure that we don't accidentlally al...Oli Scherer-0/+19
2022-11-21Treat different opaque types of the same def id as equal during coherenceOli Scherer-10/+23
2022-11-21Allow opaque types in trait impl headers and rely on coherence to reject unso...Oli Scherer-13/+5
2022-11-21Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgrbors-52/+32
2022-11-21Match crate and slug namesmejrs-12/+13
2022-11-21Rollup merge of #104605 - RalfJung:clf_consts, r=bjorn3Matthias Krüger-15/+0
2022-11-21Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnrMatthias Krüger-37/+32
2022-11-21Auto merge of #103491 - cjgillot:self-rpit, r=oli-obkbors-57/+21
2022-11-20Factor out conservative_is_privately_uninhabitedCameron Steffen-11/+16
2022-11-20Change to Ty::is_inhabited_fromCameron Steffen-51/+49
2022-11-20Fix typoCameron Steffen-1/+1
2022-11-20Rollup merge of #104564 - RalfJung:either, r=oli-obkMatthias Krüger-8/+12
2022-11-20Fix doctest errors related to rustc_middlereez12g-2/+5
2022-11-19Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-...Matthias Krüger-2/+8
2022-11-19Rollup merge of #104469 - estebank:long-types, r=oli-obkMatthias Krüger-23/+86
2022-11-19deduplicate constant evaluation in cranelift backendRalf Jung-15/+0
2022-11-19Rollup merge of #104566 - matthiaskrgr:clippy_perf_nov18, r=oli-obkDylan DPC-3/+1
2022-11-19drive-by: PolyExistentialPredicateMichael Goulet-37/+32
2022-11-19Improve spans for RPITIT object-safety errorsMichael Goulet-2/+8
2022-11-18review commentEsteban Küber-5/+5
2022-11-18Only use `...` instead of `_` for type elisionEsteban Küber-5/+1
2022-11-18On overflow errors, do not print out long typesEsteban Küber-0/+37
2022-11-18Make "long type" printing type awareEsteban Küber-24/+54
2022-11-18Rollup merge of #104550 - RalfJung:typo, r=compiler-errorsMatthias Krüger-1/+1
2022-11-18couple of clippy::perf fixesMatthias Krüger-3/+1
2022-11-18interpret: use Either over Result when it is not representing an error conditionRalf Jung-8/+12
2022-11-17Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errorsMatthias Krüger-9/+9