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-03
rollup merge of #18470 : alexcrichton/dash-l
Alex Crichton
-21
/
+37
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
2014-10-09
rustc: Add `const` globals to the language
Alex Crichton
-0
/
+16
2014-10-08
auto merge of #17838 : vadimcn/rust/macros, r=alexcrichton
bors
-1
/
+10
2014-10-07
Fix the most egregious instances of "local ambiguity: multiple parsing option...
Vadim Chugunov
-1
/
+10
2014-10-06
syntax: Parse outer attributes in quote_method!
Ben Gamari
-7
/
+2
2014-10-02
syntax: ast: remove TyBox and UnBox.
Eduard Burtescu
-5
/
+0
2014-10-01
auto merge of #17678 : fhahn/rust/issue-17628-infinite-recursion, r=alexcrichton
bors
-0
/
+12
2014-10-01
Limit recursion depth for macro expansions, closes #17628
Florian Hahn
-0
/
+12
2014-10-01
auto merge of #17630 : sfackler/rust/cfg-warnings, r=brson
bors
-3
/
+0
2014-09-30
Turn on cfg format warnings
Steven Fackler
-3
/
+0
2014-09-30
Update after the fall out from the syntax::ptr changes
Jakub Wieczorek
-30
/
+36
2014-09-30
Update based on PR feedback
Kevin Ballard
-20
/
+16
2014-09-30
Produce a better error for irrefutable `if let` patterns
Kevin Ballard
-2
/
+2
2014-09-30
Desugar 'if let' into the appropriate 'match'
Kevin Ballard
-1
/
+90
2014-09-29
rollup merge of #17592 : kmcallister/inline-asm-loc
Alex Crichton
-1
/
+12
2014-09-29
rollup merge of #17576 : kmcallister/hide-quotes
Alex Crichton
-49
/
+51
2014-09-29
auto merge of #17409 : farcaller/rust/patch-1, r=huonw
bors
-2
/
+6
2014-09-29
Fixed quote_method!() implementation
Vladimir Pouzanov
-2
/
+6
2014-09-28
Keep ExpnId abstract by providing conversions
Keegan McAllister
-1
/
+1
[next]