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
/
path.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-02
Replace from log to tracing
bishtpawan
-1
/
+1
2020-08-02
Replace from log to tracing in libsrustrustc_ast_lowering, librustc_ast_passe...
bishtpawan
-1
/
+1
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-0
/
+1
2020-04-22
Tweak `'static` suggestion code
Esteban Küber
-1
/
+4
2020-03-27
address some review comments
Mazdak Farrokhzad
-3
/
+3
2020-03-27
parse: move constraint/arg restriction to ast_validation.
Mazdak Farrokhzad
-15
/
+20
2020-03-23
Auto merge of #70296 - Centril:rollup-wvfmb3n, r=Centril
bors
-1
/
+1
2020-03-22
remove redundant closures (clippy::redundant_closure)
Matthias Krüger
-1
/
+1
2020-03-21
add_elided_lifetime_in_path_suggestion -> rustc_session
Mazdak Farrokhzad
-1
/
+1
2020-03-21
lowering: bug! -> panic!
Mazdak Farrokhzad
-6
/
+8
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-1
/
+1
2020-03-03
DefKind::Method -> DefKind::AssocFn
Mark Mansi
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-28
use is_empty() instead of len() == x to determine if structs are empty.
Matthias Krüger
-1
/
+1
2020-02-17
Rename `FunctionRetTy` to `FnRetTy`
Yuki Okushi
-2
/
+2
2020-01-18
remove rustc_error_codes deps except in rustc_driver
Mazdak Farrokhzad
-1
/
+0
2020-01-11
prepare moving HardwiredLints to rustc_session
Mazdak Farrokhzad
-1
/
+1
2020-01-11
buffered lint infra -> rustc_session
Mazdak Farrokhzad
-3
/
+4
2020-01-09
add CStore::item_generics_num_lifetimes
Mazdak Farrokhzad
-1
/
+1
2020-01-09
rename a method in Resolver trait
Mazdak Farrokhzad
-3
/
+1
2020-01-09
lowering: remove dep on CrateStore
Mazdak Farrokhzad
-5
/
+3
2020-01-09
refactor 'Output = $ty' & reduce rustc dep
Mazdak Farrokhzad
-7
/
+12
2020-01-09
extract path lowering -> path.rs
Mazdak Farrokhzad
-0
/
+421