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-11-17
Address review comments
Vadim Petrochenkov
-4
/
+1
2019-11-16
ast: Keep string literals in ABIs precisely
Vadim Petrochenkov
-12
/
+30
2019-11-16
ast: Keep `extern` qualifiers in functions more precisely
Vadim Petrochenkov
-11
/
+16
2019-11-14
TAIT: use hack in ->HIR to avoid more changes
Mazdak Farrokhzad
-0
/
+9
2019-11-14
TAIT: remove `OpaqueTy` in AST.
Mazdak Farrokhzad
-6
/
+0
2019-11-11
Tiny cleanup to size assertions
Vadim Petrochenkov
-4
/
+1
2019-11-11
Auto merge of #66252 - cjgillot:trees, r=oli-obk
bors
-15
/
+53
2019-11-10
Merge hir::GeneratorMovability into ast::Movability.
Camille GILLOT
-2
/
+6
2019-11-10
Merge hir::Unsafety into ast::Unsafety.
Camille GILLOT
-13
/
+23
2019-11-10
Merge hir::Mutability into ast::Mutability.
Camille GILLOT
-0
/
+24
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-3
/
+3
2019-11-08
ast::ItemKind::Fn: use ast::FnSig
Mazdak Farrokhzad
-1
/
+1
2019-11-08
ast::MethodSig -> ast::FnSig
Mazdak Farrokhzad
-5
/
+5
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-1
/
+1
2019-11-07
syntax: use distinct FloatTy from rustc_target.
Mazdak Farrokhzad
-40
/
+51
2019-11-07
parser: don't hardcode ABIs into grammar
Mazdak Farrokhzad
-2
/
+22
2019-11-06
Make doc comments cheaper with `AttrKind`.
Nicholas Nethercote
-3
/
+16
2019-11-06
Remove unnecessary `Deref` impl for `Attribute`.
Nicholas Nethercote
-6
/
+0
2019-11-02
Simplify various `Symbol` use points.
Nicholas Nethercote
-1
/
+1
2019-10-26
libsyntax: Document ast module
Igor Aleksanov
-26
/
+112
2019-10-22
Readd some PartialEq and Hash derives used by Clippy
flip1995
-3
/
+6
2019-10-21
Remove many unnecessary trait derivations.
Nicholas Nethercote
-3
/
+3
2019-10-16
ast: use more direct imports
Mazdak Farrokhzad
-9
/
+8
2019-10-13
ast: remove implicit pprust dependency via Display.
Mazdak Farrokhzad
-7
/
+0
2019-10-13
ast: don't use pprust in Debug
Mazdak Farrokhzad
-41
/
+6
2019-10-01
Address review comments
Vadim Petrochenkov
-0
/
+1
2019-09-30
syntax: Split `ast::Attribute` into container and inner parts
Vadim Petrochenkov
-2
/
+12
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-4
/
+3
2019-09-28
syntax: don't keep a redundant c_variadic flag in the AST.
Eduard-Mihai Burtescu
-1
/
+6
2019-09-26
Rename `MetaItem.node` to `MetaItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `ForeignItem.node` to `ForeignItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-1
/
+1
2019-09-26
Rename `Stmt.node` to `Stmt.kind`
varkor
-6
/
+6
2019-09-26
Rename `Ty.node` to `Ty.kind`
varkor
-8
/
+8
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Lit.node` to `Lit.kind`
varkor
-1
/
+1
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Pat.node` to `Pat.kind`
varkor
-7
/
+7
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-7
/
+7
2019-09-15
Print visibility of `macro` items
Matthew Jasper
-1
/
+1
2019-09-09
Resolve attributes in several places
Caio
-1
/
+9
2019-09-07
Aggregation of cosmetic changes made during work on REPL PRs: libsyntax
Alexander Regueiro
-26
/
+26
2019-09-05
or-patterns: address review comments.
Mazdak Farrokhzad
-4
/
+1
2019-09-05
or-patterns: syntax: simplify `Arm.pats` and `ExprKind::Let.0`.
Mazdak Farrokhzad
-3
/
+3
2019-09-05
resolve: already-bound-check: account for or-patterns.
Mazdak Farrokhzad
-9
/
+11
2019-08-27
Cleanup: Consistently use `Param` instead of `Arg` #62426
Kevin Per
-11
/
+11
2019-08-18
Auto merge of #61708 - dlrobertson:or-patterns-0, r=centril
bors
-3
/
+8
2019-08-17
initial implementation of or-pattern parsing
Dan Robertson
-0
/
+1
2019-08-17
Initial implementation of or patterns
varkor
-3
/
+7
2019-08-17
Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm}
Matthew Jasper
-3
/
+1
[next]