about summary refs log tree commit diff
path: root/src/librustc_infer/infer/lexical_region_resolve/mod.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-1026/+0
2020-05-22Document `collect_bounding_regions`Matthew Jasper-0/+11
2020-05-22Remove ReScopeMatthew Jasper-56/+4
2020-05-22Check for upper bound universe errors more carefullyMatthew Jasper-18/+26
2020-05-11Fix hang in lexical_region_resolveMatthew Jasper-4/+16
2020-04-22Move `{Free,}RegionRelations` and `FreeRegionMap` out of `rustc_middle`Dylan MacKenzie-1/+1
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-14/+8
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-5/+5
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-6/+6
2020-03-24Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakisMazdak Farrokhzad-6/+1
2020-03-23Remove `ReClosureBound`Matthew Jasper-6/+1
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-5/+3
2020-03-17Erase regions in writebackMatthew Jasper-2/+33
2020-03-02use values() or keys() respectively when iterating only over keys or values o...Matthias Krüger-1/+1
2020-02-24librustc{, codegen_ssa,infer,mir_build}: don't clone types that are copyMatthias Krüger-1/+1
2020-02-16Remove librustc_infer crate re-exports.Camille GILLOT-6/+6
2020-02-16Move librustc/{traits,infer} to librustc_infer.Camille GILLOT-0/+1029