about summary refs log tree commit diff
path: root/src/librustc_mir_build
AgeCommit message (Expand)AuthorLines
2020-04-05Stop importing int/float modules in librustc_*Linus Färnstrand-3/+0
2020-04-02direct imports for langitem stuffMazdak Farrokhzad-6/+6
2020-04-02use direct import for ErrorReportedMazdak Farrokhzad-1/+1
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-15/+18
2020-03-31Use Place directly in librustc_mir_build, it's CopySantiago Pastorino-63/+55
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-23/+16
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-32/+36
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-95/+95
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-1/+1
2020-03-27Rollup merge of #70457 - Centril:non-exhaustive-scrutinee-type, r=estebankMazdak Farrokhzad-0/+2
2020-03-27non-exhastive diagnostic: add note re. scrutinee typeMazdak Farrokhzad-0/+2
2020-03-27Auto merge of #68404 - Amanieu:llvm-asm, r=estebankbors-10/+10
2020-03-26Rollup merge of #70413 - AminArria:match-pattern-incorrect-warning, r=Centril...Dylan DPC-8/+41
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-10/+10
2020-03-26Fix incorrect pattern warning "unreachable pattern"Amin Arria-8/+41
2020-03-26Rollup merge of #69866 - estebank:guess_head_span, r=eddybMazdak Farrokhzad-1/+1
2020-03-25Rename `def_span` to `guess_head_span`Esteban Küber-1/+1
2020-03-25make Size::from* methods generic in the integer type they acceptRalf Jung-3/+3
2020-03-24Rollup merge of #68884 - Zoxc:gen-type, r=nikomatsakisMazdak Farrokhzad-1/+2
2020-03-24Rollup merge of #69981 - oli-obk:const_blocks, r=eddybMazdak Farrokhzad-30/+4
2020-03-23Address review commentsOliver Scherer-2/+2
2020-03-23Make the `type_of` return a generic type for generatorsJohn Kåre Alsaker-1/+2
2020-03-23Use `DefId`s to identify anon consts when converting from HIR to ty::ConstOliver Scherer-0/+1
2020-03-23Evaluate repeat expression lengths as late as possibleOliver Scherer-30/+3
2020-03-23Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakisMazdak Farrokhzad-9/+7
2020-03-23Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPCMazdak Farrokhzad-1/+1
2020-03-22remove redundant closures (clippy::redundant_closure)Matthias Krüger-1/+1
2020-03-21remove unused unit values (clippy::unused_unit)Matthias Krüger-4/+1
2020-03-21make some let-if-bindings more idiomatic (clippy::useless_let_if_seq)Matthias Krüger-4/+5
2020-03-21rustc: keep upvars tupled in {Closure,Generator}Substs.Eduard-Mihai Burtescu-9/+7
2020-03-21Rollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark-SimulacrumMazdak Farrokhzad-2/+2
2020-03-21Rollup merge of #70165 - matthewjasper:erase-more, r=nikomatsakisMazdak Farrokhzad-9/+18
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-4/+3
2020-03-19Use erased regions in MIRMatthew Jasper-9/+18
2020-03-19rustc: use LocalDefId instead of DefIndex in HirId.Eduard-Mihai Burtescu-1/+1
2020-03-19rustc: rename DefId::to_local to expect_local and use it instead of LocalDefI...Eduard-Mihai Burtescu-3/+2
2020-03-18Rollup merge of #69920 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-17/+12
2020-03-18Rollup merge of #69899 - ecstatic-morse:const-idx-methods, r=oli-obkMazdak Farrokhzad-0/+3
2020-03-17Add requisite feature gates for const assertDylan MacKenzie-0/+3
2020-03-16Fiddle `ParamEnv` through to a place that used to use `ParamEnv::empty` in a ...Oliver Scherer-3/+8
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-14/+10
2020-03-16remove unnecessary hir::map importsMazdak Farrokhzad-3/+2
2020-03-15More Method->Fn renamingMark Mansi-2/+2
2020-03-15Auto merge of #68944 - Zoxc:hir-map, r=eddybbors-2/+2
2020-03-15resolve: Prevent fresh bindings from shadowing ambiguity itemsVadim Petrochenkov-1/+9
2020-03-14Index HIR after creating TyCtxtJohn Kåre Alsaker-2/+2
2020-03-14Make downstream crates compile.Camille GILLOT-2/+4
2020-03-14Move rustc_infer::traits to new crate rustc_trait_selection.Camille GILLOT-0/+1
2020-03-12Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasperMazdak Farrokhzad-3/+3
2020-03-10Matrix::push: recursively expand or-patternsMazdak Farrokhzad-1/+5