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-31
Rename librustsyntax to libsyntax
Kevin Cantu
-4185
/
+0
2012-05-30
integrate purity into type
Niko Matsakis
-11
/
+21
2012-05-24
Fixing method call issue in parser.
Eric Holk
-5
/
+3
2012-05-24
Teach parser and related things to understand const kind bounds.
Eric Holk
-2
/
+5
2012-05-24
Access parse/attrs.rs with an impl.
Paul Stansifer
-116
/
+127
2012-05-24
Use an impl to access parse/common.rs
Paul Stansifer
-436
/
+445
2012-05-24
remove dead assignments
Niko Matsakis
-4
/
+4
2012-05-24
new liveness pass to supercede last_use / initedness
Niko Matsakis
-2
/
+2
2012-05-23
The parser is represented by a class now.
Paul Stansifer
-2203
/
+2219
2012-05-22
Merge branch 'master' of git://github.com/mozilla/rust
Margaret Meyerhofer
-25
/
+13
2012-05-22
cleaned up debugging code
Margaret Meyerhofer
-2
/
+1
2012-05-22
Changed the pretty printer also read #! comments
Margaret Meyerhofer
-3
/
+17
2012-05-22
Changed the lexer to accept #! comments on the first line.
Margaret Meyerhofer
-0
/
+11
2012-05-22
Get rid of the >>> operator and make >> logical or arithmetic depending on th...
Michael Sullivan
-24
/
+12
2012-05-22
`do` is no longer a keyword
Paul Stansifer
-1
/
+1
2012-05-18
port some code to use dvec
Niko Matsakis
-5
/
+6
2012-05-15
core: Generalize uint-string conversions to all uint types
Brian Anderson
-2
/
+2
2012-05-15
Remove `be` keyword.
Lindsey Kuper
-10
/
+5
2012-05-14
First cut at dtors for classes
Tim Chevalier
-18
/
+45
2012-05-10
Remove `do { ... } while ...` from the language.
Paul Stansifer
-13
/
+2
2012-05-08
Support visibility modifiers and attributes on view items
Marijn Haverbeke
-65
/
+48
2012-05-08
Import ast::* in parser.rs
Marijn Haverbeke
-386
/
+386
2012-05-08
Start parsing pub/priv on regular items
Marijn Haverbeke
-23
/
+37
2012-05-08
parser: Consolidate some duplicated code
Marijn Haverbeke
-96
/
+79
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
[next]