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
/
item.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-15
ast/parser: fuse `static` & `const` grammars in all contexts.
Mazdak Farrokhzad
-1
/
+1
2020-02-15
ast: make `= <expr>;` optional in free statics/consts.
Mazdak Farrokhzad
-18
/
+19
2020-02-15
ast: normalize `ForeignItemKind::Ty` & `AssocItemKind::TyAlias`.
Mazdak Farrokhzad
-1
/
+1
2020-02-15
ast: move Generics into AssocItemKinds
Mazdak Farrokhzad
-26
/
+19
2020-02-14
Distinguish RPIT from other impl trait
Matthew Jasper
-4
/
+10
2020-02-13
IsAsync -> enum Async { Yes { span: Span, .. }, No }
Mazdak Farrokhzad
-15
/
+12
2020-02-13
Constness -> enum Const { Yes(Span), No }
Mazdak Farrokhzad
-7
/
+23
2020-02-05
parser: merge `fn` grammars wrt. bodies & headers
Mazdak Farrokhzad
-26
/
+22
2020-02-01
1. move node_id to syntax
Mazdak Farrokhzad
-1
/
+1
2020-01-21
Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk
Mazdak Farrokhzad
-3
/
+4
2020-01-19
Add `constness` field to `hir::ItemKind::Impl`
Dylan MacKenzie
-1
/
+2
2020-01-19
Add `constness` field to `ast::ItemKind::Impl`
Dylan MacKenzie
-3
/
+3
2020-01-18
remove rustc_error_codes deps except in rustc_driver
Mazdak Farrokhzad
-1
/
+0
2020-01-17
Use named fields for `hir::ItemKind::Impl`
Dylan MacKenzie
-7
/
+7
2020-01-17
Use named fields for `ast::ItemKind::Impl`
Dylan MacKenzie
-10
/
+11
2020-01-10
Rollup merge of #67922 - Centril:lowering-cleanup, r=petrochenkov
Mazdak Farrokhzad
-7
/
+4
2020-01-09
Error when new syntax is lowered
Dylan MacKenzie
-0
/
+6
2020-01-09
lowering: elide some lifetimes
Mazdak Farrokhzad
-2
/
+2
2020-01-09
lowering: simplify HoFs
Mazdak Farrokhzad
-5
/
+2
2020-01-08
- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}
Mazdak Farrokhzad
-1
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-3
/
+3
2020-01-04
move Node{Map,Set} -> rustc_session::node_id
Mazdak Farrokhzad
-1
/
+1
2019-12-31
librustc_ast_lowering: fix misc fallout.
Mazdak Farrokhzad
-21
/
+18
2019-12-31
librustc_ast_lowering: move the files.
Mazdak Farrokhzad
-0
/
+1440
[prev]