index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_ast_lowering
Age
Commit message (
Expand
)
Author
Lines
2020-01-10
Fix ICE #68058
Yuki Okushi
-1
/
+6
2020-01-09
add CStore::item_generics_num_lifetimes
Mazdak Farrokhzad
-2
/
+2
2020-01-09
rename a method in Resolver trait
Mazdak Farrokhzad
-4
/
+2
2020-01-09
lowering: remove dep on CrateStore
Mazdak Farrokhzad
-15
/
+6
2020-01-09
lowering: rustc::session -> rustc_session
Mazdak Farrokhzad
-2
/
+0
2020-01-09
{rustc::util -> rustc_data_structures}::captures
Mazdak Farrokhzad
-1
/
+3
2020-01-09
refactor 'Output = $ty' & reduce rustc dep
Mazdak Farrokhzad
-14
/
+13
2020-01-09
extract path lowering -> path.rs
Mazdak Farrokhzad
-403
/
+426
2020-01-09
move lower_binding_mode -> pat.rs
Mazdak Farrokhzad
-9
/
+9
2020-01-09
extract pattern lowering -> pat.rs
Mazdak Farrokhzad
-246
/
+256
2020-01-09
lowering: elide some lifetimes
Mazdak Farrokhzad
-3
/
+3
2020-01-09
lowering: simplify HoFs
Mazdak Farrokhzad
-41
/
+26
2020-01-08
normalize rustc::hir::intravisit imports
Mazdak Farrokhzad
-1
/
+1
2020-01-08
intravisit: abstract over HIR Map
Mazdak Farrokhzad
-2
/
+5
2020-01-08
- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}
Mazdak Farrokhzad
-11
/
+18
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-22
/
+23
2020-01-05
simplify reexports in rustc::hir
Mazdak Farrokhzad
-14
/
+18
2020-01-04
DefId{Map,Set} -> rustc::hir::def_id
Mazdak Farrokhzad
-2
/
+1
2020-01-04
move Node{Map,Set} -> rustc_session::node_id
Mazdak Farrokhzad
-2
/
+4
2019-12-31
Revert "core: add IntoFuture trait and support for await"
Wesley Wiser
-22
/
+4
2019-12-31
nix `lower_label` identity function.
Mazdak Farrokhzad
-21
/
+7
2019-12-31
librustc_ast_lowering: fix misc fallout.
Mazdak Farrokhzad
-65
/
+64
2019-12-31
librustc_ast_lowering: cargo changes.
Mazdak Farrokhzad
-0
/
+22
2019-12-31
librustc_ast_lowering: move the files.
Mazdak Farrokhzad
-0
/
+6212
[prev]