about summary refs log tree commit diff
path: root/src/librustc_passes
AgeCommit message (Expand)AuthorLines
2020-04-06tweak rustc_layout debug outputRalf Jung-1/+1
2020-04-05Rollup merge of #70815 - RalfJung:layout-debug, r=jonas-schievinkDylan DPC-2/+3
2020-04-05also print type typeRalf Jung-1/+1
2020-04-05also print rustc_layout on impl trait type aliasesRalf Jung-1/+2
2020-04-05Stop importing int/float modules in librustc_*Linus Färnstrand-1/+1
2020-04-03Minor follow-up after renaming librustc(_middle)Yuki Okushi-3/+3
2020-04-02direct imports for langitem stuffMazdak Farrokhzad-1/+1
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-10/+5
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-6/+3
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-46/+46
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-63/+63
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-2/+2
2020-03-27Rename TyLayout to TyAndLayout.Ana-Maria Mihalache-3/+3
2020-03-27Auto merge of #68404 - Amanieu:llvm-asm, r=estebankbors-3/+3
2020-03-27Rollup merge of #70344 - Centril:hir-pretty, r=eddybDylan DPC-14/+4
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-3/+3
2020-03-25Rename `def_span` to `guess_head_span`Esteban Küber-2/+2
2020-03-24rustc: remove rustc_hir_pretty dependency.Mazdak Farrokhzad-14/+4
2020-03-24{rustc::hir::map -> rustc_passes}::hir_id_validatorMazdak Farrokhzad-0/+177
2020-03-23Reword unused variable warningAlex Tokarev-1/+1
2020-03-22Allow #[track_caller] in traits.Adam Perry-3/+3
2020-03-21Rollup merge of #69901 - RalfJung:rustc_layout, r=eddybDylan DPC-8/+21
2020-03-20fmtRalf Jung-4/+4
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-6/+4
2020-03-20make rustc_layout also work for type definitionsRalf Jung-4/+10
2020-03-20add debug option to #[rustc_layout]Ralf Jung-0/+7
2020-03-20fix layout_test visitor nameRalf Jung-4/+4
2020-03-19rustc: use LocalDefId instead of DefIndex in HirId.Eduard-Mihai Burtescu-3/+3
2020-03-19rustc: introduce DefId::as_local(self) -> Option<LocalDefId> and use it.Eduard-Mihai Burtescu-1/+1
2020-03-18Rollup merge of #69920 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-28/+21
2020-03-16Fiddle `ParamEnv` through to a place that used to use `ParamEnv::empty` in a ...Oliver Scherer-5/+16
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-11/+10
2020-03-16remove unnecessary hir::map importsMazdak Farrokhzad-17/+11
2020-03-15More Method->Fn renamingMark Mansi-12/+12
2020-03-15Auto merge of #68944 - Zoxc:hir-map, r=eddybbors-40/+38
2020-03-15Rollup merge of #69589 - petrochenkov:maccall, r=CentrilMazdak Farrokhzad-2/+2
2020-03-14Index HIR after creating TyCtxtJohn Kåre Alsaker-35/+33
2020-03-14Update `krate_attrs` and `get_module`John Kåre Alsaker-5/+5
2020-03-14Make downstream crates compile.Camille GILLOT-1/+1
2020-03-14Move rustc_infer::traits to new crate rustc_trait_selection.Camille GILLOT-0/+1
2020-03-13Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrumbors-3/+0
2020-03-14Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddybYuki Okushi-4/+4
2020-03-12ast: `Mac`/`Macro` -> `MacCall`Vadim Petrochenkov-2/+2
2020-03-12remove lifetimes that can be elided (clippy::needless_lifetimes)Matthias Krüger-4/+4
2020-03-12Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbiniMazdak Farrokhzad-2/+2
2020-03-12Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasperMazdak Farrokhzad-7/+7
2020-03-10rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.orgSantiago Pastorino-1/+1
2020-03-10Rename rustc guide to rustc dev guideSantiago Pastorino-2/+2
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-1/+1
2020-03-06fix various typosMatthias Krüger-2/+2