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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2014-11-26
Implement the new parsing rules for types in the parser, modifying the AST ap...
Niko Matsakis
-1
/
+1
2014-11-19
rollup merge of #19103: huonw/literal-suffixes
Jakub Bukaj
-69
/
+76
2014-11-20
Switch numeric suffix parsing to use the new system.
Huon Wilson
-69
/
+76
2014-11-17
libsyntax: Add tests for `parse_view_item`
Murarth
-1
/
+26
2014-11-16
Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq
Jakub Bukaj
-4
/
+3
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+1
2014-11-13
Move checked arithmetic operators into Int trait
Brendan Zabarauskas
-1
/
+1
2014-11-06
Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...
Niko Matsakis
-16
/
+8
2014-10-30
Use common variants for open and close delimiters
Brendan Zabarauskas
-43
/
+27
2014-10-29
Rename fail! to panic!
Steve Klabnik
-16
/
+16
2014-10-28
Use an enum rather than a bool in token::Ident
Brendan Zabarauskas
-9
/
+9
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-26
/
+26
2014-10-26
Update parse::test::string_to_tts_1 test
Brendan Zabarauskas
-113
/
+100
2014-10-26
Use standard capitalisation for TokenTree variants
Brendan Zabarauskas
-25
/
+25
2014-10-26
Rename TokenTree variants for clarity
Brendan Zabarauskas
-25
/
+25
2014-10-26
Add Span and separate open/close delims to TTDelim
Brendan Zabarauskas
-19
/
+18
2014-10-22
auto merge of #18141 : phildawes/rust/master, r=brson
bors
-1
/
+41
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-5
/
+5
2014-10-18
Parser: Fix spans of explicit self arg idents
Phil Dawes
-1
/
+41
2014-10-16
libsyntax: Remove all uses of {:?}.
Luqman Aden
-3
/
+3
2014-09-18
Fix fallout in tests from removing the use of Gc in ExpnInfo.
Eduard Burtescu
-2
/
+2
2014-09-17
rebasing fixes
Nick Cameron
-1
/
+1
2014-09-17
move most of front to libsyntax
Nick Cameron
-0
/
+19
2014-09-14
syntax: tests: fix fallout from using ptr::P.
Eduard Burtescu
-8
/
+8
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-29
/
+29
2014-08-26
DST coercions and DST structs
Nick Cameron
-1
/
+2
2014-08-21
syntax: Fix complexity of string parsing. Closes #16624.
Brian Anderson
-5
/
+16
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-1
/
+1
2014-08-14
librustc: Implement simple `where` clauses.
Patrick Walton
-0
/
+4
2014-08-13
quote_expr macro: embed Ident using special encoding that preserves hygiene.
Felix S. Klock II
-0
/
+69
2014-08-05
syntax: Handle \r\n in byte string literals
Alex Crichton
-18
/
+38
2014-08-05
Fixes missing overflow lint for i64 #14269
Falco Hirschenberger
-37
/
+20
2014-07-11
Add scaffolding for assigning alpha-numeric codes to rustc diagnostics
Jakub Wieczorek
-1
/
+1
2014-07-09
syntax: don't parse numeric literals in the lexer
Corey Richardson
-0
/
+109
2014-07-09
syntax: don't process string/char/byte/binary lits
Corey Richardson
-0
/
+232
2014-07-09
syntax: doc comments all the things
Corey Richardson
-7
/
+6
2014-07-04
Removed unnecessary method in test
Adolfo OchagavĂa
-16
/
+2
2014-07-03
Simplify PatIdent to contain an Ident rather than a Path
John Clements
-35
/
+18
2014-06-18
Handle CRLF properly in the lexer
Kevin Ballard
-0
/
+22
2014-06-18
Remove TraitStore from ty_trait
Nick Cameron
-2
/
+6
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-0
/
+1
2014-06-13
syntax: parse outer attributes in `quote_item!` calls.
Huon Wilson
-2
/
+1
2014-06-11
syntax: Move the AST from @T to Gc<T>
Alex Crichton
-17
/
+18
2014-06-04
syntax: methodify the lexer
Corey Richardson
-2
/
+1
2014-05-30
libsyntax: Fix snake_case errors.
Kevin Butler
-3
/
+3
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-16
/
+16
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-20
/
+20
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-2
/
+6
2014-05-17
syntax: Tighten search paths for inner modules
Alex Crichton
-1
/
+6
2014-05-15
Add compiler flag to configure output coloring
Hanno Braun
-2
/
+2
[prev]
[next]