summary refs log tree commit diff
path: root/src/librustc_middle/ty/structural_impls.rs
AgeCommit message (Expand)AuthorLines
2020-05-31remove trivial calls to mk_constBastian Kauschke-1/+5
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