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
Age
Commit message (
Expand
)
Author
Lines
2014-10-29
Diagnostic: resolve bare fn in expected closure
gamazeps
-0
/
+7
2014-10-28
Update code with new lint names
Aaron Turon
-8
/
+8
2014-10-28
Move token-to-string functions into print::pprust
Brendan Zabarauskas
-106
/
+108
2014-10-28
Use an enum rather than a bool in token::Ident
Brendan Zabarauskas
-55
/
+93
2014-10-28
Convert some token functions into methods
Brendan Zabarauskas
-299
/
+293
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-987
/
+1029
2014-10-27
rollup merge of #18362 : kevinmehall/pprint-struct-pat-shorthand
Alex Crichton
-3
/
+5
2014-10-27
rollup merge of #18332 : jbcrail/fix-comments
Alex Crichton
-1
/
+1
2014-10-27
rollup merge of #18326 : sfackler/cfg-final
Alex Crichton
-17
/
+5
2014-10-27
rollup merge of #18303 : cgaebel/make-vec-match-slice
Alex Crichton
-1
/
+1
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
-3
/
+5
2014-10-25
Fix spelling mistakes in comments.
Joseph Crail
-1
/
+1
2014-10-26
Update parse::test::string_to_tts_1 test
Brendan Zabarauskas
-113
/
+100
2014-10-25
Finish cfg syntax transition
Steven Fackler
-17
/
+5
2014-10-26
Add a KleeneOp enum for clarity
Brendan Zabarauskas
-30
/
+42
2014-10-26
Reduce the size of the TokenTree
Brendan Zabarauskas
-22
/
+34
2014-10-26
Use standard capitalisation for TokenTree variants
Brendan Zabarauskas
-91
/
+91
2014-10-26
Prevent some vector reallocations
Brendan Zabarauskas
-11
/
+10
2014-10-26
Rename TokenTree variants for clarity
Brendan Zabarauskas
-91
/
+94
2014-10-26
Add Span and separate open/close delims to TTDelim
Brendan Zabarauskas
-88
/
+135
2014-10-24
Make the Vec data structure layout match raw::Slice.
Clark Gaebel
-1
/
+1
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-29
/
+44
2014-10-23
Add syntax::print::pprint::view_item_to_string
Simon Sapin
-0
/
+4
2014-10-22
auto merge of #18141 : phildawes/rust/master, r=brson
bors
-3
/
+49
2014-10-21
Change method lookup infrastructure to use the trait methods. Instead
Niko Matsakis
-0
/
+8
2014-10-20
auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturon
bors
-411
/
+209
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-411
/
+209
2014-10-19
fix printing signed literal in print_literal
Aleksandr Koshlo
-1
/
+10
2014-10-18
Parser: Fix spans of explicit self arg idents
Phil Dawes
-3
/
+49
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
-11
/
+31
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
-22
/
+23
2014-10-16
Remove libdebug and update tests.
Luqman Aden
-1
/
+0
2014-10-13
rollup merge of #17927 : alexcrichton/more-const
Alex Crichton
-1
/
+3
2014-10-13
auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichton
bors
-2
/
+95
2014-10-13
auto merge of #17963 : sfackler/rust/cfg-error, r=alexcrichton
bors
-99
/
+22
2014-10-13
auto merge of #17757 : gamazeps/rust/issue17709, r=alexcrichton
bors
-5
/
+14
2014-10-12
rustc: Warn about dead constants
Alex Crichton
-1
/
+3
2014-10-12
Continue cfg syntax transition
Steven Fackler
-99
/
+22
2014-10-11
Remove `virtual` structs from the language
Jakub Wieczorek
-59
/
+10
2014-10-10
Move `while let` behind `while_let` feature gate
John Gallagher
-0
/
+5
2014-10-10
Desugar `while let` into `loop { match { ... } }`
John Gallagher
-1
/
+10
2014-10-10
Teach libsyntax about `while let`
John Gallagher
-1
/
+80
2014-10-10
auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwalton
bors
-62
/
+82
2014-10-09
Use the same html_root_url for all docs
Brian Anderson
-1
/
+1
2014-10-09
Revert "Update html_root_url for 0.12.0 release"
Brian Anderson
-1
/
+1
2014-10-09
syntax: Tweak the return value of bytes!()
Alex Crichton
-14
/
+9
[prev]
[next]