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
/
librustsyntax
/
parse
Age
Commit message (
Expand
)
Author
Lines
2012-05-07
make it illegal to implicitly capture mutable variables
Niko Matsakis
-4
/
+5
2012-05-04
new cap clause syntax
Niko Matsakis
-99
/
+139
2012-05-03
Revert "allow fn exprs to omit arg types"
Niko Matsakis
-8
/
+7
2012-05-03
allow fn exprs to omit arg types
Niko Matsakis
-7
/
+8
2012-04-30
Stop inferring bot/static when types/regions are unconstrained.
Niko Matsakis
-10
/
+1
2012-04-30
Revert "Eliminate a copy in syntax::parse::new_parser_from_file"
Tim Chevalier
-4
/
+4
2012-04-30
Eliminate a copy in syntax::parse::new_parser_from_file
Tim Chevalier
-4
/
+4
2012-04-27
parser: More refactoring of restricted value name checking
Brian Anderson
-10
/
+13
2012-04-27
parser: Remove a restricted keyword check
Brian Anderson
-1
/
+0
2012-04-27
test: Add test for two restricted keyword cases
Brian Anderson
-2
/
+2
2012-04-27
parser: Make parse_value_path use parse_value_ident
Brian Anderson
-7
/
+10
2012-04-27
parser: Rewrite parse_path_without_tps so it knows beforehand which is the la...
Brian Anderson
-2
/
+11
2012-04-27
parser: Fix lookahead of > 1 token
Brian Anderson
-2
/
+2
2012-04-27
syntax: Refactor ident parsing
Brian Anderson
-3
/
+3
2012-04-26
Refactor operator precedence code
Tim Chevalier
-52
/
+54
2012-04-25
lots of work to make iface/impls parameterized by regions
Niko Matsakis
-103
/
+139
2012-04-24
syntax: Divide keywords into contextual/restricted. No bad words
Brian Anderson
-30
/
+61
2012-04-24
syntax: Make 'true' and 'false' bad words
Brian Anderson
-5
/
+3
2012-04-24
syntax: Clean up the bad_expr_word functions
Brian Anderson
-20
/
+17
2012-04-24
syntax: Rename is_word to is_keyword, etc.
Brian Anderson
-92
/
+97
2012-04-23
Allow classes to be cast to ifaces that are in the same crate
Tim Chevalier
-8
/
+10
2012-04-23
Rename option::get_or_default to get_default, for consistency
Tim Chevalier
-1
/
+1
2012-04-23
Move map iface over to more `for`-friendly iteration methods
Marijn Haverbeke
-1
/
+1
2012-04-23
Simplify representation of ast::path
Marijn Haverbeke
-77
/
+61
2012-04-22
syntax: Replace token::DOLLAR_PAREN, DOLLAR_NUM with just DOLLAR
Brian Anderson
-37
/
+23
2012-04-22
syntax: Eliminate token::POUND_LT, POUND_LBRACE
Brian Anderson
-16
/
+9
2012-04-22
syntax: Move is_lit to mod token
Brian Anderson
-11
/
+11
2012-04-22
syntax: Remove unused BRACEQUOTE, IDX, LIT_BOOL tokens
Brian Anderson
-7
/
+0
2012-04-21
syntax: Eliminate 'mutable' keyword. Closes #2254
Brian Anderson
-2
/
+2
2012-04-20
Add new syntax for patterns that match the head constructor only
Tim Chevalier
-9
/
+23
2012-04-19
syntax: Move fn spanned into ast_util
Brian Anderson
-9
/
+4
2012-04-19
syntax: Extract some functions into mod common
Brian Anderson
-206
/
+205
2012-04-19
syntax: Extract attribute parsing to its own mod
Brian Anderson
-114
/
+136
2012-04-19
update syntax to include a slash
Niko Matsakis
-1
/
+6
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-9
/
+18
2012-04-19
Annotate FIXMEs in parser
Tim Chevalier
-29
/
+26
2012-04-19
syntax: Funnel all words through a single keyword table
Brian Anderson
-10
/
+52
2012-04-19
Move some functions from pprust to classify
Tim Chevalier
-2
/
+47
2012-04-19
Comments only: annotate FIXMEs in lexer
Tim Chevalier
-2
/
+3
2012-04-18
Fix [] on str to exclude the trailing null.
Graydon Hoare
-3
/
+4
2012-04-18
syntax: Put the main parser interface in mod parse
Brian Anderson
-163
/
+11
2012-04-18
syntax: Begin moving functions from mod parser to mod classify
Brian Anderson
-35
/
+35
2012-04-18
syntax: Move some functions from parser to token
Brian Anderson
-46
/
+59
2012-04-18
syntax: Extract prec mod from parser mod
Brian Anderson
-36
/
+44
2012-04-17
syntax: Add explicit exports in parser mods
Brian Anderson
-0
/
+32
2012-04-17
syntax: Remove extra 'mut' from bad word table
Brian Anderson
-1
/
+1
2012-04-16
rewrite region resolution so it takes place in typeck
Niko Matsakis
-4
/
+2
2012-04-15
syntax: Remove unused lexer field
Brian Anderson
-2
/
+1
2012-04-15
syntax: Some minor lexer refactoring
Brian Anderson
-2
/
+1
2012-04-15
syntax: lexer doesn't need to store the src length
Brian Anderson
-6
/
+4
[next]