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
2014-11-07
Purge the old `once_fns`, which are not coming back
Niko Matsakis
-9
/
+0
2014-11-07
Update parser with `for` syntax
Niko Matsakis
-13
/
+18
2014-11-07
auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelix
bors
-16
/
+13
2014-11-07
Add `ast::SequenceRepetition`
Piotr Czarnecki
-4
/
+4
2014-11-06
Remove the unboxed closure `|:|` notation from types and trait references com...
Niko Matsakis
-50
/
+6
2014-11-06
Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...
Niko Matsakis
-11
/
+45
2014-11-05
Remove `Matcher`s
Piotr Czarnecki
-1
/
+0
2014-11-05
Use `TokenTree`s in lhs of macros
Piotr Czarnecki
-12
/
+10
2014-11-04
libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in
Patrick Walton
-3
/
+8
2014-11-03
rollup merge of #18506 : nikomatsakis/assoc-type-bounds
Alex Crichton
-19
/
+25
2014-11-03
Restructure AST so that the associated type definition carries
Niko Matsakis
-19
/
+25
2014-11-03
Clean-up transmutes in libsyntax
Ariel Ben-Yehuda
-8
/
+5
2014-10-30
rollup merge of #18445 : alexcrichton/index-mut
Alex Crichton
-15
/
+14
2014-10-30
rollup merge of #18430 : bjz/token
Alex Crichton
-10
/
+9
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-2
/
+2
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-15
/
+14
2014-10-30
Use common variants for open and close delimiters
Brendan Zabarauskas
-10
/
+9
2014-10-29
Rename fail! to panic!
Steve Klabnik
-4
/
+4
2014-10-28
Update code with new lint names
Aaron Turon
-2
/
+2
2014-10-28
Move token-to-string functions into print::pprust
Brendan Zabarauskas
-6
/
+101
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-1
/
+1
2014-10-27
rollup merge of #18362 : kevinmehall/pprint-struct-pat-shorthand
Alex Crichton
-2
/
+4
2014-10-27
rollup merge of #18256 : SimonSapin/view_item_to_string
Alex Crichton
-0
/
+4
2014-10-27
Preserve struct field pattern shorthand in the prettyprinter.
Kevin Mehall
-2
/
+4
2014-10-26
Add a KleeneOp enum for clarity
Brendan Zabarauskas
-3
/
+6
2014-10-26
Reduce the size of the TokenTree
Brendan Zabarauskas
-1
/
+2
2014-10-26
Use standard capitalisation for TokenTree variants
Brendan Zabarauskas
-4
/
+4
2014-10-26
Rename TokenTree variants for clarity
Brendan Zabarauskas
-3
/
+3
2014-10-26
Add Span and separate open/close delims to TTDelim
Brendan Zabarauskas
-1
/
+7
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-3
/
+3
2014-10-23
Add syntax::print::pprint::view_item_to_string
Simon Sapin
-0
/
+4
2014-10-20
auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturon
bors
-47
/
+46
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-47
/
+46
2014-10-19
fix printing signed literal in print_literal
Aleksandr Koshlo
-1
/
+10
2014-10-13
auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichton
bors
-0
/
+13
2014-10-11
Remove `virtual` structs from the language
Jakub Wieczorek
-10
/
+0
2014-10-10
Teach libsyntax about `while let`
John Gallagher
-0
/
+13
2014-10-09
syntax: Convert statics to constants
Alex Crichton
-2
/
+2
2014-10-09
rustc: Add `const` globals to the language
Alex Crichton
-0
/
+14
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-0
/
+2
2014-10-02
syntax: ast: remove TyBox and UnBox.
Eduard Burtescu
-4
/
+0
2014-09-30
Produce a better error for irrefutable `if let` patterns
Kevin Ballard
-1
/
+1
2014-09-30
Teach libsyntax about `if let`
Kevin Ballard
-3
/
+30
2014-09-26
librustc: Eliminate the `ref` syntax for unboxed closure capture clauses
Patrick Walton
-2
/
+2
2014-09-22
librustc: Parse and resolve higher-rank lifetimes in traits.
Patrick Walton
-0
/
+10
2014-09-19
rollup merge of #17338 : nick29581/variants-namespace
Alex Crichton
-5
/
+5
2014-09-19
rollup merge of #17318 : nick29581/slice
Alex Crichton
-1
/
+23
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-5
/
+5
2014-09-18
librustc: Implement the syntax in the RFC for unboxed closure sugar.
Patrick Walton
-24
/
+25
2014-09-19
Implement slicing syntax.
Nick Cameron
-1
/
+23
[next]