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
/
ext
Age
Commit message (
Expand
)
Author
Lines
2014-11-07
auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelix
bors
-245
/
+367
2014-11-07
Add `ast::SequenceRepetition`
Piotr Czarnecki
-50
/
+78
2014-11-06
rollup merge of #18630 : nikomatsakis/purge-the-bars
Alex Crichton
-7
/
+6
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-6
/
+6
2014-11-06
Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...
Niko Matsakis
-7
/
+6
2014-11-05
Use operator sugar in the expansion of `#[deriving(PartialEq)]`
Jorge Aparicio
-5
/
+31
2014-11-05
Workaround to have doc comments desugared only in macros
Piotr Czarnecki
-7
/
+18
2014-11-05
Remove `Matcher`s
Piotr Czarnecki
-17
/
+19
2014-11-05
Use `TokenTree`s in lhs of macros
Piotr Czarnecki
-218
/
+299
2014-11-03
rollup merge of #18578 : japaric/clone
Alex Crichton
-3
/
+11
2014-11-03
syntax: Use UFCS in the expansion of `#[deriving(Clone)]`
Jorge Aparicio
-3
/
+11
2014-11-03
rollup merge of #18132 : P1start/more-help
Alex Crichton
-2
/
+2
2014-11-03
Test fixes and rebase conflicts
Alex Crichton
-0
/
+4
2014-11-03
rollup merge of #18537 : japaric/no-secret
Alex Crichton
-18
/
+19
2014-11-03
rollup merge of #18519 : Gankro/collect-smash
Alex Crichton
-1
/
+1
2014-11-03
rollup merge of #18470 : alexcrichton/dash-l
Alex Crichton
-21
/
+37
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-1
/
+1
2014-11-02
syntax: Use UFCS instead of `secret_*` fns in expansion of `format_args!`
Jorge Aparicio
-18
/
+19
2014-11-02
Convert some notes to help messages
P1start
-2
/
+2
2014-10-31
DSTify Hash
Jorge Aparicio
-3
/
+3
2014-10-30
rustc: Implement -l and include! tweaks
Alex Crichton
-21
/
+37
2014-10-30
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-10-30
rollup merge of #18445 : alexcrichton/index-mut
Alex Crichton
-9
/
+7
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-9
/
+7
2014-10-30
Use common variants for open and close delimiters
Brendan Zabarauskas
-31
/
+34
2014-10-29
Rename fail! to panic!
Steve Klabnik
-14
/
+14
2014-10-28
Move token-to-string functions into print::pprust
Brendan Zabarauskas
-2
/
+3
2014-10-28
Use an enum rather than a bool in token::Ident
Brendan Zabarauskas
-2
/
+7
2014-10-28
Convert some token functions into methods
Brendan Zabarauskas
-5
/
+4
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-133
/
+133
2014-10-27
rollup merge of #18362 : kevinmehall/pprint-struct-pat-shorthand
Alex Crichton
-1
/
+1
2014-10-27
Preserve struct field pattern shorthand in the prettyprinter.
Kevin Mehall
-1
/
+1
2014-10-26
Add a KleeneOp enum for clarity
Brendan Zabarauskas
-7
/
+8
2014-10-26
Reduce the size of the TokenTree
Brendan Zabarauskas
-6
/
+15
2014-10-26
Use standard capitalisation for TokenTree variants
Brendan Zabarauskas
-27
/
+27
2014-10-26
Prevent some vector reallocations
Brendan Zabarauskas
-11
/
+10
2014-10-26
Rename TokenTree variants for clarity
Brendan Zabarauskas
-22
/
+22
2014-10-26
Add Span and separate open/close delims to TTDelim
Brendan Zabarauskas
-49
/
+50
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-4
/
+7
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-57
/
+61
2014-10-18
auto merge of #18099 : jakub-/rust/fixed-issues, r=alexcrichton
bors
-1
/
+1
2014-10-17
auto merge of #16855 : P1start/rust/help-messages, r=brson
bors
-0
/
+4
2014-10-17
Add tests for a few fixed issues
Jakub Wieczorek
-1
/
+1
2014-10-16
libsyntax: Don't accept :? as a format specifier.
Luqman Aden
-1
/
+0
2014-10-16
libsyntax: Remove all uses of {:?}.
Luqman Aden
-7
/
+7
2014-10-13
auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichton
bors
-0
/
+44
2014-10-12
Continue cfg syntax transition
Steven Fackler
-20
/
+8
2014-10-10
Desugar `while let` into `loop { match { ... } }`
John Gallagher
-0
/
+8
2014-10-10
Teach libsyntax about `while let`
John Gallagher
-0
/
+36
2014-10-09
syntax: Tweak the return value of bytes!()
Alex Crichton
-14
/
+9
[prev]
[next]