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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ast.rs
Age
Commit message (
Expand
)
Author
Lines
2019-06-26
Fix clippy::redundant_field_names
Igor Matuszewski
-2
/
+2
2019-06-24
Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkov
bors
-6
/
+1
2019-06-23
Remove redundant syntax::ast::Guard.
Mazdak Farrokhzad
-6
/
+1
2019-06-23
let_chains: More accurately describe `ast::ExprKind::Let`.
Mazdak Farrokhzad
-1
/
+1
2019-06-23
let_chains: scrutinee -> condition
Mazdak Farrokhzad
-1
/
+1
2019-06-23
let_chains: Improve documentation for ast::ExprKind::Let(..).
Mazdak Farrokhzad
-1
/
+4
2019-06-23
let_chains: Remove ast::ExprKind::{IfLet, WhileLet} and introduce ::Let.
Mazdak Farrokhzad
-15
/
+5
2019-06-18
Remove the HirId/NodeId from where clauses
Matthew Jasper
-2
/
+0
2019-06-14
Change `...` to `..=` where applicable
Aaron Kutch
-1
/
+1
2019-06-09
Allow attributes in formal function parameters
Caio
-1
/
+3
2019-06-07
syntax: Treat error literals in more principled way
Vadim Petrochenkov
-3
/
+3
2019-06-05
Implemented for function bounds, type bounds, and named existential types.
Alexander Regueiro
-7
/
+21
2019-06-05
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-2
/
+2
2019-06-03
syntax: revert `ast::AsyncArgument` and associated changes.
Eduard-Mihai Burtescu
-49
/
+6
2019-05-27
Add `to_symbol` methods.
Nicholas Nethercote
-1
/
+23
2019-05-24
Remove `ObsoleteInPlace`
varkor
-3
/
+0
2019-05-23
syntax: Turn `token::Lit` into a struct
Vadim Petrochenkov
-2
/
+0
2019-05-23
Auto merge of #60174 - matthewjasper:add-match-arm-scopes, r=pnkfelix
bors
-0
/
+1
2019-05-22
Simplify use of keyword symbols
Vadim Petrochenkov
-6
/
+6
2019-05-22
Auto merge of #59445 - alexreg:ban-multi-trait-objects-via-aliases, r=oli-obk
bors
-2
/
+2
2019-05-21
Give match arms an HirId and a Span
Matthew Jasper
-0
/
+1
2019-05-21
Auto merge of #60903 - nnethercote:mv-gensyms-from-Symbol-to-Ident, r=petroch...
bors
-5
/
+1
2019-05-20
Ban multi-trait objects via trait aliases.
Alexander Regueiro
-2
/
+2
2019-05-20
Move `is_gensymed` from `Symbol` to `Ident`.
Nicholas Nethercote
-5
/
+1
2019-05-19
Improve type size assertions
Vadim Petrochenkov
-2
/
+2
2019-05-13
Remove the equality operation between `Symbol` and strings.
Nicholas Nethercote
-6
/
+0
2019-05-11
Address comments + Fix tests
Vadim Petrochenkov
-2
/
+7
2019-05-11
Introduce `hir::Lit` not keeping the original token
Vadim Petrochenkov
-1
/
+1
2019-05-11
Keep the original token in `ast::Lit`
Vadim Petrochenkov
-0
/
+3
2019-05-11
Turn `ast::Lit` into a struct
Vadim Petrochenkov
-1
/
+5
2019-05-07
Implement built-in await syntax
Taylor Cramer
-0
/
+13
2019-05-01
Ensure that drop order of `async fn` matches `fn`.
David Wood
-4
/
+8
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
[next]