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-30
Test fixes and rebase conflicts
Alex Crichton
-8
/
+8
2014-10-30
rollup merge of #18445 : alexcrichton/index-mut
Alex Crichton
-25
/
+22
2014-10-30
rollup merge of #18430 : bjz/token
Alex Crichton
-364
/
+360
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-8
/
+8
2014-10-30
rollup merge of #18417 : P1start/lint-fixes
Alex Crichton
-0
/
+24
2014-10-30
rollup merge of #18409 : gamazeps/issue15273
Alex Crichton
-0
/
+7
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-25
/
+22
2014-10-30
Add a message for when a `.` follows a macro invocation
P1start
-0
/
+10
2014-10-30
Improve the error message for parenthesised box expressions
P1start
-0
/
+14
2014-10-30
Formatting fixes
Brendan Zabarauskas
-13
/
+21
2014-10-30
Remove Token::get_close_delimiter
Brendan Zabarauskas
-58
/
+33
2014-10-30
Use common variants for open and close delimiters
Brendan Zabarauskas
-302
/
+315
2014-10-29
Rename fail! to panic!
Steve Klabnik
-89
/
+89
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
[next]