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
2016-02-11
[breaking-change] don't glob export ast::ForeignItem_ variants
Oliver 'ker' Schneider
-8
/
+7
2016-02-11
[breaking-change] don't pub export ast::Stmt_ variants
Oliver Schneider
-17
/
+16
2016-02-11
[breaking-change] don't pub export ast::IntLitType variants
Oliver Schneider
-4
/
+3
2016-02-11
[breaking-change] don't pub export ast::Lit_ variants
Oliver Schneider
-13
/
+12
2016-02-11
[breaking-change] don't pub export ast::Ty_ variants
Oliver Schneider
-18
/
+17
2016-02-11
[breaking-change] remove unused enum ast::PrimTy
Oliver Schneider
-12
/
+0
2016-02-11
[breaking-change] remove the sign from integer literals in the ast
Oliver Schneider
-28
/
+2
2016-02-11
[breaking-change] don't glob export ast::{UintTy, IntTy} variants
Oliver Schneider
-40
/
+38
2016-02-11
[breaking-change] don't glob export ast::FloatTy variants
Oliver Schneider
-7
/
+6
2016-02-11
[breaking-change] don't glob export ast::Expr_ variants
Oliver Schneider
-40
/
+39
2016-02-11
[breaking-change] don't glob export ast::ExplicitSelf_ variants
Oliver Schneider
-7
/
+6
2016-02-11
[breaking-change] don't glob export ast::Decl_ variants
Oliver Schneider
-7
/
+6
2016-02-11
[breaking-change] don't glob export ast::CaptureClause variants
Oliver Schneider
-5
/
+5
2016-02-11
[breaking-change] don't glob export ast::BlockCheckMode variants
Oliver Schneider
-3
/
+2
2016-02-11
[breaking-change] don't glob import ast::FunctionRetTy variants
Oliver Schneider
-7
/
+6
2016-02-11
[breaking-change] don't glob export ast::BinOp_
Oliver Schneider
-46
/
+47
2016-02-11
[breaking-change] don't glob export ast::UnOp variants
Oliver Schneider
-8
/
+7
2016-02-03
Rollup merge of #27499 - barosl:macro-doc-raw-str-hashes, r=nikomatsakis
Manish Goregaokar
-1
/
+15
2016-02-01
Comment fix
Reeze Xia
-3
/
+3
2016-01-19
Use different numbers of `#`s when expanding documentation comments
Barosl Lee
-1
/
+15
2016-01-02
Grammar fixes
James Mantooth
-5
/
+5
2015-12-22
Stop re-exporting PathParameters's variants.
Ms2ger
-15
/
+15
2015-12-21
Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton
bors
-4
/
+3
2015-12-20
Stop re-exporting the ast::BindingMode variants.
Ms2ger
-4
/
+3
2015-12-19
Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis
bors
-0
/
+1
2015-12-18
Deprecate name `OwnedSlice` and don't use it
Vadim Petrochenkov
-9
/
+8
2015-12-17
Remove unused imports
Jeffrey Seyfried
-1
/
+1
2015-12-16
Implement type ascription.
Eduard Burtescu
-0
/
+1
2015-12-14
[breaking-change] move ast_util functions to methods
faineance
-5
/
+161
2015-12-05
Use a struct instead of a tuple for inline asm output operands
Amanieu d'Antras
-1
/
+9
2015-12-05
Add proper support for indirect output constraints in inline asm
Amanieu d'Antras
-1
/
+1
2015-11-26
Moved and refactored ThinAttributes
Marvin Löbel
-92
/
+1
2015-11-26
Add syntax support for attributes on expressions and all syntax
Marvin Löbel
-1
/
+141
2015-11-23
Avoid some code duplication around getting names of numeric types.
Michael Woerister
-2
/
+2
2015-11-17
Auto merge of #29887 - sanxiyn:match-ref-pats, r=sfackler
bors
-3
/
+3
2015-11-17
Fix match_ref_pats flagged by Clippy
Seo Sanghyeon
-3
/
+3
2015-11-16
rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*`
Oliver Schneider
-7
/
+6
2015-11-12
libsyntax: deny warnings in doctests
Kevin Butler
-6
/
+8
2015-11-06
remove `Tt` prefix from TokenType variants
Oliver Schneider
-34
/
+33
2015-11-02
Auto merge of #29291 - petrochenkov:privacy, r=alexcrichton
bors
-0
/
+6
2015-11-01
Auto merge of #29501 - Manishearth:pat-docs, r=alexcrichton
bors
-3
/
+3
2015-11-01
Add code formatting on PatVec docs
Manish Goregaokar
-2
/
+2
2015-11-01
Fix PatEnum docs
Manish Goregaokar
-1
/
+1
2015-10-31
Remove PatWildMulti
Vadim Petrochenkov
-12
/
+2
2015-10-25
syntax/rustc_front: Simplify VariantData::fields
Vadim Petrochenkov
-12
/
+6
2015-10-25
rustc_privacy: Expand public node set, build exported node set more correctly
Vadim Petrochenkov
-0
/
+6
2015-10-15
Auto merge of #28980 - nrc:unsafe-macros, r=@pnkfelix
bors
-2
/
+0
2015-10-13
Comment on the purpose(s) of NodeId in VariantData
Vadim Petrochenkov
-0
/
+11
2015-10-13
Merge VariantData and VariantData_
Vadim Petrochenkov
-17
/
+14
2015-10-13
Merge struct fields and struct kind
Vadim Petrochenkov
-7
/
+29
[prev]
[next]