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
/
libsyntax
/
ast.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-27
Document ast::ExprKind::Type.
Mazdak Farrokhzad
-0
/
+1
2019-04-23
Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj
Mazdak Farrokhzad
-6
/
+45
2019-04-21
Introduce `ArgSource` for diagnostics.
David Wood
-0
/
+11
2019-04-21
Add `AsyncArgument` to AST.
David Wood
-6
/
+23
2019-04-21
AST/HIR: Use `Mutability` instead of bool in foreign statics
Vadim Petrochenkov
-3
/
+2
2019-04-21
Introduce `LocalSource` into the AST.
David Wood
-0
/
+11
2019-04-15
Ensure the symbols are pure strings
John Kåre Alsaker
-1
/
+7
2019-04-15
Use a proc macro to declare preallocated symbols
John Kåre Alsaker
-0
/
+6
2019-04-05
Increase `Span` from 4 bytes to 8 bytes.
Nicholas Nethercote
-1
/
+1
2019-03-24
Remove methods is_struct/is_tuple/is_unit from VariantData
Vadim Petrochenkov
-27
/
+0
2019-03-24
Separate variant id and variant constructor id.
David Wood
-14
/
+19
2019-03-19
review comments
Esteban Küber
-1
/
+1
2019-03-17
Do not complain about non-existing fields after parse recovery
Esteban Küber
-3
/
+3
2019-03-16
Refactor away `NestedMetaItemKind`
Vadim Petrochenkov
-5
/
+2
2019-03-16
Rename `MetaItem::ident` to `MetaItem::path`
Vadim Petrochenkov
-1
/
+1
2019-02-28
Auto merge of #57760 - dlrobertson:varargs1, r=alexreg
bors
-1
/
+3
2019-02-27
Rename variadic to c_variadic
Dan Robertson
-1
/
+1
2019-02-27
Support defining C compatible variadic functions
Dan Robertson
-0
/
+2
2019-02-24
Deny `async fn` in 2015 edition
Nathan Corbyn
-2
/
+2
2019-02-18
Fix style nits
Dan Robertson
-0
/
+7
2019-02-10
rustc: doc comments
Alexander Regueiro
-15
/
+14
2019-02-07
Fix update to 2018 edition
varkor
-1
/
+1
2019-02-07
Add resolution errors for const generics
varkor
-0
/
+20
2019-02-07
Add Const kind to AST
varkor
-3
/
+13
2019-02-07
libsyntax => 2018
Taiki Endo
-30
/
+32
2019-01-31
Add suggestion for duplicated import.
David Wood
-0
/
+7
2019-01-24
Rollup merge of #57817 - davidtwco:issue-54521, r=estebank
Mazdak Farrokhzad
-0
/
+14
2019-01-22
Corrected spelling inconsistency
Marcel Hellwig
-4
/
+4
2019-01-21
Add error for trailing angle brackets.
David Wood
-0
/
+14
2019-01-21
Rollup merge of #57768 - estebank:type-args-sugg, r=zackmdavis
Mazdak Farrokhzad
-0
/
+10
2019-01-20
Auto merge of #57651 - JohnTitor:give-char-type, r=estebank
bors
-0
/
+3
2019-01-20
Mark incorrect recovered `char` literals as `TyErr` to avoid type errors
Yuki Okushi
-0
/
+3
2019-01-19
Accept parenthesized type args for error recovery
Esteban Küber
-0
/
+10
2019-01-19
Rollup merge of #57486 - nnethercote:simplify-TokenStream-more, r=petrochenkov
Mazdak Farrokhzad
-4
/
+4
2019-01-15
Add PartialEq
Yuki Okushi
-2
/
+2
2019-01-14
Remove `ThinTokenStream`.
Nicholas Nethercote
-4
/
+4
2018-12-27
Get rid of `Block::recovered`
Vadim Petrochenkov
-1
/
+0
2018-12-27
AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-end
Vadim Petrochenkov
-0
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
Remove `tokenstream::Delimited`.
Nicholas Nethercote
-1
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-188
/
+187
2018-12-04
Address review comments
Vadim Petrochenkov
-12
/
+1
2018-12-04
syntax: Rename some keywords
Vadim Petrochenkov
-5
/
+5
2018-11-15
Rollup merge of #55750 - oli-obk:node_id_x, r=michaelwoerister
Pietro Albini
-37
/
+18
2018-11-13
Move two `static_assert!`s to better spots.
Nicholas Nethercote
-0
/
+1
2018-11-13
Add a static assertion about the size of `ast::Expr`.
Nicholas Nethercote
-0
/
+5
2018-11-12
Reintroduce the original debug formatting for NodeIds
Oliver Scherer
-0
/
+1
2018-11-12
Make `NodeId` a `newtype_index` to enable niche optimizations
Oliver Scherer
-37
/
+17
2018-11-08
Use `Lit` rather than `P<Lit>` in `ast::ExprKind`.
Nicholas Nethercote
-1
/
+1
2018-11-03
Added support for trait aliases as object types.
Alexander Regueiro
-3
/
+3
[next]