summary refs log tree commit diff
path: root/compiler/rustc_infer/src/infer/mod.rs
AgeCommit message (Expand)AuthorLines
2021-03-06Change x64 size checks to not apply to x32.Harald van Dijk-1/+1
2021-01-28Rename NLL* to Nll* accordingly to C-CASEHirochika Matsumoto-7/+7
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-1/+1
2020-12-24remove redundant clones (clippy::redundant_clone)Matthias Krüger-1/+1
2020-12-18Make BoundRegion have a kind of BoungRegionKindJack Huey-2/+3
2020-11-17Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obkbors-5/+1
2020-11-16compiler: fold by valueBastian Kauschke-10/+10
2020-11-14Use `TypeVisitor::BreakTy` in `UnresolvedTypeFinder`LeSeulArtichaut-5/+1
2020-10-28Remove irrelevant FIXMEvarkor-2/+0
2020-10-14Remove unused code from rustc_inferest31-31/+0
2020-10-06Remove unused part of return value from `replace_bound_vars_with_placeholders`Matthew Jasper-7/+2
2020-09-26Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obkRalf Jung-1/+0
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-1/+0
2020-09-23merge `need_type_info_err(_const)`Bastian Kauschke-1/+4
2020-09-19Unify the names of const eval queries and their return typesOliver Scherer-2/+2
2020-09-04Change ty.kind to a methodLeSeulArtichaut-4/+4
2020-08-30mv compiler to compiler/mark-0/+1825