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
2016-02-27
fix fallout from libsyntax enumpocalypse
Alex Burka
-1
/
+1
2016-02-27
libsyntax: parse inclusive ranges
Alex Burka
-2
/
+6
2016-02-13
Split ast::PatKind::Enum into tuple struct and path patterns
Vadim Petrochenkov
-7
/
+8
2016-02-13
Rename ast::Pat_ and its variants
Vadim Petrochenkov
-16
/
+16
2016-02-12
Use more autoderef in libsyntax
Jonas Schievink
-133
/
+133
2016-02-11
Remove some unnecessary indirection from AST structures
Vadim Petrochenkov
-4
/
+4
2016-02-11
[breaking-change] don't glob export ast::PathListItem_ variants
Oliver 'ker' Schneider
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::StrStyle variants
Oliver 'ker' Schneider
-8
/
+8
2016-02-11
[breaking-change] don't glob export ast::Visibility variants
Oliver 'ker' Schneider
-8
/
+8
2016-02-11
[breaking-change] don't glob export ast::TraitItemKind variants
Oliver 'ker' Schneider
-3
/
+3
2016-02-11
[breaking-change] don't glob export ast::Mutablity variants
Oliver 'ker' Schneider
-11
/
+11
2016-02-11
[breaking-change] don't glob export ast::MetaItem_
Oliver 'ker' Schneider
-3
/
+3
2016-02-11
[breaking-change] don't glob export ast::MacStmtStyle
Oliver 'ker' Schneider
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::KleeneOp variants
Oliver 'ker' Schneider
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::Item_ variants
Oliver 'ker' Schneider
-15
/
+15
2016-02-11
[breaking-change] don't glob export ast::ForeignItem_ variants
Oliver 'ker' Schneider
-2
/
+2
2016-02-11
[breaking-change] don't pub export ast::Stmt_ variants
Oliver Schneider
-4
/
+4
2016-02-11
[breaking-change] don't pub export ast::IntLitType variants
Oliver Schneider
-3
/
+3
2016-02-11
[breaking-change] don't pub export ast::Lit_ variants
Oliver Schneider
-8
/
+8
2016-02-11
[breaking-change] don't pub export ast::Ty_ variants
Oliver Schneider
-15
/
+15
2016-02-11
remove unit test that can't be tested anymore
Oliver Schneider
-8
/
+0
2016-02-11
[breaking-change] remove the sign from integer literals in the ast
Oliver Schneider
-10
/
+2
2016-02-11
[breaking-change] don't glob export ast::{UintTy, IntTy} variants
Oliver Schneider
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::Expr_ variants
Oliver Schneider
-48
/
+48
2016-02-11
[breaking-change] don't glob export ast::ExplicitSelf_ variants
Oliver Schneider
-12
/
+12
2016-02-11
[breaking-change] don't glob export ast::Decl_ variants
Oliver Schneider
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::CaptureClause variants
Oliver Schneider
-3
/
+3
2016-02-11
[breaking-change] don't glob import/export syntax::abi enum variants
Oliver Schneider
-8
/
+8
2016-02-11
[breaking-change] don't glob export ast::BlockCheckMode variants
Oliver Schneider
-4
/
+4
2016-02-11
[breaking-change] don't glob import ast::FunctionRetTy variants
Oliver Schneider
-11
/
+11
2016-01-28
libsyntax: fix pretty printing of macro with braces
Tomasz Miąsko
-5
/
+2
2016-01-26
Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson
bors
-1
/
+0
2016-01-26
Fix warnings during tests
Alex Crichton
-1
/
+0
2016-01-25
Fix pretty_printer to print omitted type `_` marker
nxnfufunezn
-8
/
+8
2015-12-30
Auto merge of #30526 - Ms2ger:PathParameters, r=brson
bors
-2
/
+2
2015-12-23
Minor fix to whitespace in libsyntax
Erick Tryzelaar
-2
/
+2
2015-12-22
Stop re-exporting PathParameters's variants.
Ms2ger
-2
/
+2
2015-12-21
Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton
bors
-4
/
+4
2015-12-20
Stop re-exporting the ast::BindingMode variants.
Ms2ger
-4
/
+4
2015-12-19
Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis
bors
-1
/
+6
2015-12-18
Rollup merge of #30420 - petrochenkov:owned2, r=nrc
Manish Goregaokar
-3
/
+2
2015-12-18
Deprecate name `OwnedSlice` and don't use it
Vadim Petrochenkov
-3
/
+2
2015-12-17
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Nick Cameron
-3
/
+3
2015-12-16
Implement type ascription.
Eduard Burtescu
-1
/
+6
2015-12-16
Rollup merge of #30388 - DanielJCampbell:macro-ident-spans, r=nrc
Manish Goregaokar
-1
/
+1
2015-12-15
Generated code spans now point to callsite parameters (where applicable)
Daniel Campbell
-1
/
+1
2015-12-14
[breaking-change] move ast_util functions to methods
faineance
-10
/
+9
2015-12-14
Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelix
bors
-5
/
+5
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-7
/
+5
2015-12-05
Use a struct instead of a tuple for inline asm output operands
Amanieu d'Antras
-5
/
+5
[next]