about summary refs log tree commit diff
path: root/src/librustc_ast_lowering
AgeCommit message (Expand)AuthorLines
2020-01-10Fix ICE #68058Yuki Okushi-1/+6
2020-01-09add CStore::item_generics_num_lifetimesMazdak Farrokhzad-2/+2
2020-01-09rename a method in Resolver traitMazdak Farrokhzad-4/+2
2020-01-09lowering: remove dep on CrateStoreMazdak Farrokhzad-15/+6
2020-01-09lowering: rustc::session -> rustc_sessionMazdak Farrokhzad-2/+0
2020-01-09{rustc::util -> rustc_data_structures}::capturesMazdak Farrokhzad-1/+3
2020-01-09refactor 'Output = $ty' & reduce rustc depMazdak Farrokhzad-14/+13
2020-01-09extract path lowering -> path.rsMazdak Farrokhzad-403/+426
2020-01-09move lower_binding_mode -> pat.rsMazdak Farrokhzad-9/+9
2020-01-09extract pattern lowering -> pat.rsMazdak Farrokhzad-246/+256
2020-01-09lowering: elide some lifetimesMazdak Farrokhzad-3/+3
2020-01-09lowering: simplify HoFsMazdak Farrokhzad-41/+26
2020-01-08normalize rustc::hir::intravisit importsMazdak Farrokhzad-1/+1
2020-01-08intravisit: abstract over HIR MapMazdak Farrokhzad-2/+5
2020-01-08- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}Mazdak Farrokhzad-11/+18
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-22/+23
2020-01-05simplify reexports in rustc::hirMazdak Farrokhzad-14/+18
2020-01-04DefId{Map,Set} -> rustc::hir::def_idMazdak Farrokhzad-2/+1
2020-01-04move Node{Map,Set} -> rustc_session::node_idMazdak Farrokhzad-2/+4
2019-12-31Revert "core: add IntoFuture trait and support for await"Wesley Wiser-22/+4
2019-12-31nix `lower_label` identity function.Mazdak Farrokhzad-21/+7
2019-12-31librustc_ast_lowering: fix misc fallout.Mazdak Farrokhzad-65/+64
2019-12-31librustc_ast_lowering: cargo changes.Mazdak Farrokhzad-0/+22
2019-12-31librustc_ast_lowering: move the files.Mazdak Farrokhzad-0/+6212