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-11-03
rollup merge of #18132 : P1start/more-help
Alex Crichton
-8
/
+17
2014-11-03
Restructure AST so that the associated type definition carries
Niko Matsakis
-45
/
+46
2014-11-03
Clean-up transmutes in librustc
Ariel Ben-Yehuda
-18
/
+15
2014-11-03
Clean-up transmutes in libsyntax
Ariel Ben-Yehuda
-11
/
+8
2014-11-03
Test fixes and rebase conflicts
Alex Crichton
-0
/
+4
2014-11-03
rollup merge of #18542 : jakub-/struct-inherit-feature-gate
Alex Crichton
-1
/
+1
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-03
Doc: corrects obsolete pointer syntax
gamazeps
-1
/
+1
2014-11-03
Ignore whitespace tokens when re-computing spans in save_analysis
Nick Cameron
-17
/
+16
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-1
/
+1
2014-11-02
Mark the `struct_inherit` feature as removed
Jakub Bukaj
-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
-8
/
+17
2014-11-01
collections: Remove all collections traits
Alex Crichton
-14
/
+14
2014-10-31
DSTify Hash
Jorge Aparicio
-7
/
+7
2014-10-30
rustc: Implement -l and include! tweaks
Alex Crichton
-21
/
+37
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
[prev]
[next]