summary refs log tree commit diff
path: root/src/librustc_mir_build/lib.rs
AgeCommit message (Expand)AuthorLines
2020-08-15replaced log with tracingGurpreet Singh-1/+1
2020-07-31Rename HAIR to THIR (Typed HIR).Valentin Lazureanu-3/+3
2020-07-16apply bootstrap cfgsMark Rousskov-1/+0
2020-07-05Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.Eduard-Mihai Burtescu-1/+1
2020-06-28Remove `const_if_match` feature gate from librariesDylan MacKenzie-1/+1
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-0/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2
2020-03-17Add requisite feature gates for const assertDylan MacKenzie-0/+3
2020-01-31Drop cfg(bootstrap) codeMark Rousskov-1/+0
2020-01-18slice_patterns: remove internal uses of gateMazdak Farrokhzad-1/+1
2020-01-14perf: eagerly convert literals to consts, this avoids creating loads on uneva...Ben Lewis-0/+1
2020-01-12Split `rustc_mir::{build, hair, lints}` into their own crateMatthew Jasper-0/+26