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
2015-01-23
Fix tidy.
Vadim Chugunov
-1
/
+1
2015-01-22
Suppress space after idents with "ModName" style in serialization of exported...
Vadim Chugunov
-1
/
+10
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-43
/
+25
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-2
/
+2
2015-01-21
rollup merge of #21340: pshc/libsyntax-no-more-ints
Alex Crichton
-108
/
+108
2015-01-21
Fallout from stabilization.
Aaron Turon
-2
/
+2
2015-01-21
syntax: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-43
/
+25
2015-01-18
libsyntax: 0u -> 0us, 0i -> 0is
Paul Collier
-46
/
+46
2015-01-18
libsyntax: int types -> isize
Paul Collier
-27
/
+27
2015-01-18
Make output type in ast::FnDecl optional
Seo Sanghyeon
-18
/
+10
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-2
/
+2
2015-01-17
libsyntax: uint types to usize
Paul Collier
-37
/
+37
2015-01-15
rollup merge of #21127: erickt/opt-stack
Alex Crichton
-174
/
+252
2015-01-15
syntax: add fully qualified UFCS expressions.
Eduard Burtescu
-8
/
+18
2015-01-13
syntax: factor out print_expr arms to reduce non-optimized stack usage
Erick Tryzelaar
-78
/
+138
2015-01-13
syntax: Rewrite pp advance_left to use a constant stack size
Erick Tryzelaar
-31
/
+37
2015-01-13
syntax: Don't import the pp.rs enum variants into the namespace
Erick Tryzelaar
-70
/
+82
2015-01-07
use slicing sugar
Jorge Aparicio
-88
/
+87
2015-01-07
fallout
Nick Cameron
-27
/
+26
2015-01-07
Pretty print empty structs properly
Nick Cameron
-1
/
+4
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-82
/
+82
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-0
/
+2
2015-01-05
rollup merge of #20554: huonw/mut-pattern
Alex Crichton
-1
/
+4
2015-01-05
rollup merge of #20424: jroesch/tuple-struct-where-clause-fix
Alex Crichton
-1
/
+2
2015-01-05
remove TyClosure
Jorge Aparicio
-19
/
+0
2015-01-05
Add a special macro nonterminal $crate
Keegan McAllister
-0
/
+2
2015-01-05
Refactor struct parsing and add tests
Jared Roesch
-1
/
+2
2015-01-05
Change `&` pat to only work with &T, and `&mut` with &mut T.
Huon Wilson
-1
/
+4
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-0
/
+8
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-8
/
+8
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-5
/
+5
2015-01-02
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-1
/
+1
2015-01-02
Make type in ast::Local optional
Seo Sanghyeon
-6
/
+4
2015-01-02
Accept `self` in place of `mod` in use items
Nick Cameron
-1
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-3
/
+4
2014-12-29
rollup merge of #20194: nick29581/dst-syntax
Alex Crichton
-13
/
+18
2014-12-30
Remove ExprSlice by hacking the compiler
Nick Cameron
-19
/
+1
2014-12-30
Add hypothetical support for ranges with only an upper bound
Nick Cameron
-1
/
+3
2014-12-29
Slash the ast::Stmt type from 104 to 24 bytes.
Huon Wilson
-1
/
+1
2014-12-26
Changes to RustDoc
Nick Cameron
-7
/
+12
2014-12-26
Accept `?Sized` as well as `Sized?`
Nick Cameron
-11
/
+11
2014-12-24
Add syntax for ranges
Nick Cameron
-0
/
+7
2014-12-22
rollup merge of #20124: klutzy/pprust-asm
Alex Crichton
-5
/
+23
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-131
/
+134
2014-12-22
pprust: Fix asm options
klutzy
-5
/
+23
2014-12-21
rollup merge of #20057: nick29581/array-syntax
Alex Crichton
-3
/
+2
2014-12-20
Add support for multiple region bounds in where clauses
Jared Roesch
-2
/
+9
2014-12-20
Add parser support for generalized where clauses
Jared Roesch
-2
/
+9
2014-12-20
Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.
Nick Cameron
-3
/
+2
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-17
/
+7
[next]