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
/
comp
/
syntax
/
parse
/
token.rs
Age
Commit message (
Expand
)
Author
Lines
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-56
/
+56
2012-01-13
Convert the objects used in the lexer and parser to records + impls
Marijn Haverbeke
-4
/
+5
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+1
2011-12-07
Change literal representation to not truncate
Marijn Haverbeke
-47
/
+20
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-10
Cleanup unused imports
Haitao Li
-3
/
+1
2011-10-07
Make 1-1 parse again
Marijn Haverbeke
-1
/
+3
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-3
/
+1
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-0
/
+3
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-0
/
+3
2011-09-02
Reformat. Issue #855
Brian Anderson
-62
/
+60
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-3
/
+3
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
2011-08-27
Convert rustc::syntax::ast_util to istrs. Issue #855
Brian Anderson
-2
/
+2
2011-08-27
Convert rustc::syntax::token to istrs. Issue #855
Brian Anderson
-64
/
+64
2011-08-27
Convert lexer to istrs. Issue #855
Brian Anderson
-5
/
+10
2011-08-27
Convert std::int to istrs. Issue #855
Brian Anderson
-3
/
+3
2011-08-27
Convert std::uint to istrs. Issue #855
Brian Anderson
-1
/
+2
2011-08-25
Change "pred" to "pure fn" within the compiler.
Tim Chevalier
-1
/
+1
2011-08-22
Move functions from syntax::ast to syntax::ast_util
Brian Anderson
-1
/
+1
2011-08-20
Reformat
Brian Anderson
-0
/
+3
2011-08-16
Remove dead send/recv operator tokens.
Graydon Hoare
-4
/
+0
2011-08-16
Port the compiler to the expr foo::<T> syntax.
Erick Tryzelaar
-4
/
+4
2011-07-28
:: is allowed to start an expression. Close #762.
Josh Matthews
-0
/
+1
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-100
/
+113
2011-07-13
Add some missing cases to token::can_begin_expr
Tim Chevalier
-0
/
+4
2011-07-11
So... I can't spell 'ellipsis'.
Paul Stansifer
-2
/
+2
2011-07-11
Change "etc" syntax for record patterns from `{a:b ...}` to `{a:b, _}`.
Paul Stansifer
-0
/
+1
2011-07-11
Add elipses, reorganize the macro components into their own AST node.
Paul Stansifer
-0
/
+1
2011-07-11
Add nodes for embedding types and blocks in expressions for macros.
Paul Stansifer
-16
/
+8
2011-07-06
Remove temporary stdlib placeholders, use actual stdlib functions
Marijn Haverbeke
-1
/
+1
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-0
/
+202