about summary refs log tree commit diff
path: root/src/librustc_middle/ty/structural_impls.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-1166/+0
2020-08-18Moved coverage counter injection from BasicBlock to Statement.Rich Kadel-0/+5
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-4/+4
2020-08-02Use Lift derive proc-macro in librustc_traits.Camille GILLOT-0/+2
2020-07-27it works again :tada:Bastian Kauschke-5/+3
2020-07-27introduce PredicateAtomBastian Kauschke-32/+49
2020-07-27add reuse_or_mk_predicateBastian Kauschke-1/+1
2020-07-27`PredicateKint` -> `PredicateKind`, the beginning of the endBastian Kauschke-22/+13
2020-07-27add `PredicateKint`, because who doesn't like bodgingBastian Kauschke-0/+11
2020-07-15update const arg queriesBastian Kauschke-0/+13
2020-07-15InstanceDef::ItemBastian Kauschke-2/+3
2020-07-05Shrink ParamEnv to 16 bytesMark Rousskov-5/+2
2020-06-30remove unused `TypeError::ProjectionBoundsLength`Bastian Kauschke-1/+0
2020-06-30change `skip_binder` to use T by valueBastian Kauschke-2/+2
2020-06-21Cache flags and escaping vars for predicatesMatthew Jasper-3/+25
2020-06-15make all uses of ty::Error or ConstKind::Error delay a span bugmark-4/+4
2020-06-03Auto merge of #72754 - lcnr:predicate-fold, r=nikomatsakisbors-1/+2
2020-06-03Auto merge of #70107 - lcnr:issue68977, r=eddybbors-1/+1
2020-06-02change WellFormed predicate to GenericArgBastian Kauschke-5/+1
2020-06-02add WellFormedConst predicateBastian Kauschke-0/+4
2020-05-31remove trivial calls to mk_constBastian Kauschke-1/+5
2020-05-29remove trivial `mk_predicate`sBastian Kauschke-1/+2
2020-05-28Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakisbors-1/+1
2020-05-23iterate List by valueBastian Kauschke-1/+1
2020-05-22Remove ReScopeMatthew Jasper-2/+0
2020-05-20intern `PredicateKind`Bastian Kauschke-0/+10
2020-05-20introduce newtype'd `Predicate<'tcx>`Bastian Kauschke-5/+11
2020-05-20rename `Predicate` to `PredicateKind`, introduce aliasBastian Kauschke-26/+30
2020-05-19Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakisbors-0/+3
2020-05-18Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_astAmanieu d'Antras-2/+2
2020-05-18Add asm! to MIRAmanieu d'Antras-0/+3
2020-05-17Assume unevaluated consts are equal to the other consts and add ConstEquate o...Ben Lewis-0/+4
2020-05-12Remove ty::UnnormalizedProjectionJack Huey-6/+1
2020-05-01Prevent functions with `#[target_feature]` to be coerced to safe function poi...LeSeulArtichaut-0/+1
2020-04-16ty: add `ty::ConstKind::Error` to replace `tcx.consts.err`.Eduard-Mihai Burtescu-6/+8
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-0/+1082