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
/
print
Age
Commit message (
Expand
)
Author
Lines
2019-11-22
Rollup merge of #66183 - Centril:empty-vis-trait-decl, r=petrochenkov
Mazdak Farrokhzad
-0
/
+1
2019-11-16
ast: Keep string literals in ABIs precisely
Vadim Petrochenkov
-6
/
+4
2019-11-16
ast: Keep `extern` qualifiers in functions more precisely
Vadim Petrochenkov
-7
/
+15
2019-11-14
TAIT: remove `OpaqueTy` in AST.
Mazdak Farrokhzad
-20
/
+0
2019-11-11
syntactically allow visibility on trait item & enum variant
Mazdak Farrokhzad
-0
/
+1
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-7
/
+7
2019-11-10
move config.rs to libsyntax_expand
Mazdak Farrokhzad
-2
/
+5
2019-11-08
ast::ItemKind::Fn: use ast::FnSig
Mazdak Farrokhzad
-3
/
+3
2019-11-08
ast::MethodSig -> ast::FnSig
Mazdak Farrokhzad
-1
/
+1
2019-11-07
move syntax::parse::lexer::comments -> syntax::util::comments
Mazdak Farrokhzad
-1
/
+1
2019-11-07
move parse::classify -> util::classify
Mazdak Farrokhzad
-2
/
+2
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-1
/
+1
2019-11-07
parser: don't hardcode ABIs into grammar
Mazdak Farrokhzad
-11
/
+9
2019-11-06
Make doc comments cheaper with `AttrKind`.
Nicholas Nethercote
-9
/
+12
2019-11-02
Convert `x.as_str().to_string()` to `x.to_string()` where possible.
Nicholas Nethercote
-3
/
+3
2019-10-15
syntax::parse::sess -> syntax::sess
Mazdak Farrokhzad
-1
/
+2
2019-10-14
pprust: `p1@p2` -> `p1 @ p2`
Mazdak Farrokhzad
-1
/
+2
2019-09-30
syntax: Support modern attribute syntax in the `meta` matcher
Vadim Petrochenkov
-18
/
+22
2019-09-29
Rollup merge of #63492 - eddyb:cvarargs, r=nagisa,matthewjasper
Mazdak Farrokhzad
-1
/
+0
2019-09-28
syntax: don't keep a redundant c_variadic flag in the AST.
Eduard-Mihai Burtescu
-1
/
+0
2019-09-27
Filter out stmts made for the redundant_semicolon lint when pretty-printing
nathanwhit
-3
/
+12
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
-2
/
+2
2019-09-26
Rename `Ty.node` to `Ty.kind`
varkor
-2
/
+2
2019-09-26
Rename `TraitItem.node` to `TraitItem.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
-2
/
+2
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-30
/
+27
2019-09-17
Print syntax contexts and marks when printing hygiene information
Matthew Jasper
-0
/
+2
2019-09-15
Print visibility of `macro` items
Matthew Jasper
-2
/
+6
2019-09-09
Resolve attributes in several places
Caio
-0
/
+1
2019-09-07
Aggregation of cosmetic changes made during work on REPL PRs: libsyntax
Alexander Regueiro
-30
/
+27
2019-09-07
Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkov
Mazdak Farrokhzad
-4
/
+8
2019-09-06
Rollup merge of #64111 - Centril:ast-only-patkind-or, r=petrochenkov
Mazdak Farrokhzad
-13
/
+8
2019-09-05
Fix 2018 edition expanded pretty printing
Matthew Jasper
-4
/
+8
2019-09-05
or-patterns: syntax: adjust pretty printing.
Mazdak Farrokhzad
-13
/
+8
2019-09-03
use TokenStream rather than &[TokenTree] for built-in macros
Aleksey Kladov
-5
/
+1
2019-08-27
Cleanup: Consistently use `Param` instead of `Arg` #62426
Kevin Per
-9
/
+9
2019-08-25
pprust: Do not print spaces before some tokens
Vadim Petrochenkov
-1
/
+13
2019-08-17
initial implementation of or-pattern parsing
Dan Robertson
-35
/
+12
2019-08-17
Initial implementation of or patterns
varkor
-2
/
+31
2019-08-15
`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`
Vadim Petrochenkov
-3
/
+3
2019-08-15
Remove `Spanned` from `{ast,hir}::FieldPat`
Vadim Petrochenkov
-4
/
+4
2019-08-15
Remove `Spanned` from `ast::Mac`
Vadim Petrochenkov
-7
/
+7
2019-08-14
Merge Variant and Variant_
Caio
-5
/
+6
2019-08-06
Rollup merge of #63272 - Mark-Simulacrum:clean-attr, r=petrochenkov
Mazdak Farrokhzad
-3
/
+2
2019-08-05
Drop span argument from mk_list_item
Mark Rousskov
-3
/
+2
2019-08-05
add unknown token
Aleksey Kladov
-0
/
+1
[next]