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
/
parse
Age
Commit message (
Expand
)
Author
Lines
2014-11-14
auto merge of #18840 : huonw/rust/tweaks, r=alexcrichton
bors
-24
/
+47
2014-11-14
auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton
bors
-1
/
+3
2014-11-13
Use the correct span for out-of-range int literals.
Huon Wilson
-1
/
+2
2014-11-13
Add more "help: ..."'s to the parser.
Huon Wilson
-23
/
+38
2014-11-13
Add error message specific to \<carriage return>.
Huon Wilson
-0
/
+7
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+2
2014-11-13
Move checked arithmetic operators into Int trait
Brendan Zabarauskas
-1
/
+1
2014-11-11
libsyntax: Forbid type parameters in field expressions.
Patrick Walton
-1
/
+8
2014-11-11
syntax: improve message for misused inner attributes
Liigo Zhuang
-0
/
+2
2014-11-07
Purge the old `once_fns`, which are not coming back
Niko Matsakis
-30
/
+29
2014-11-07
Update parser with `for` syntax
Niko Matsakis
-136
/
+174
2014-11-07
auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelix
bors
-70
/
+36
2014-11-07
Add `ast::SequenceRepetition`
Piotr Czarnecki
-2
/
+9
2014-11-06
Remove the unboxed closure `|:|` notation from types and trait references com...
Niko Matsakis
-50
/
+16
2014-11-06
Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...
Niko Matsakis
-60
/
+62
2014-11-06
Restructure parsing of paths, which is quite tortured
Niko Matsakis
-42
/
+108
2014-11-05
Remove `Matcher`s
Piotr Czarnecki
-64
/
+2
2014-11-05
Use `TokenTree`s in lhs of macros
Piotr Czarnecki
-5
/
+26
2014-11-05
Register snapshots.
Eduard Burtescu
-94
/
+0
2014-11-04
libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in
Patrick Walton
-4
/
+19
2014-11-03
rollup merge of #18562 : nick29581/dxr-1
Alex Crichton
-17
/
+16
2014-11-03
rollup merge of #18506 : nikomatsakis/assoc-type-bounds
Alex Crichton
-7
/
+4
2014-11-03
rollup merge of #18318 : arielb1/transmute-cleanup
Alex Crichton
-2
/
+2
2014-11-03
Restructure AST so that the associated type definition carries
Niko Matsakis
-7
/
+4
2014-11-03
Clean-up transmutes in libsyntax
Ariel Ben-Yehuda
-2
/
+2
2014-11-03
Ignore whitespace tokens when re-computing spans in save_analysis
Nick Cameron
-17
/
+16
2014-11-02
Convert some notes to help messages
P1start
-5
/
+14
2014-10-30
Test fixes and rebase conflicts
Alex Crichton
-7
/
+7
2014-10-30
rollup merge of #18430 : bjz/token
Alex Crichton
-296
/
+273
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-2
/
+2
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
-234
/
+228
2014-10-29
Rename fail! to panic!
Steve Klabnik
-25
/
+25
2014-10-28
Update code with new lint names
Aaron Turon
-2
/
+2
2014-10-28
Move token-to-string functions into print::pprust
Brendan Zabarauskas
-98
/
+4
2014-10-28
Use an enum rather than a bool in token::Ident
Brendan Zabarauskas
-53
/
+86
2014-10-28
Convert some token functions into methods
Brendan Zabarauskas
-293
/
+288
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-843
/
+885
2014-10-26
Update parse::test::string_to_tts_1 test
Brendan Zabarauskas
-113
/
+100
2014-10-26
Add a KleeneOp enum for clarity
Brendan Zabarauskas
-13
/
+16
2014-10-26
Reduce the size of the TokenTree
Brendan Zabarauskas
-1
/
+1
2014-10-26
Use standard capitalisation for TokenTree variants
Brendan Zabarauskas
-33
/
+33
2014-10-26
Rename TokenTree variants for clarity
Brendan Zabarauskas
-30
/
+30
2014-10-26
Add Span and separate open/close delims to TTDelim
Brendan Zabarauskas
-34
/
+39
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-15
/
+24
2014-10-22
auto merge of #18141 : phildawes/rust/master, r=brson
bors
-3
/
+49
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-43
/
+49
[prev]
[next]