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
/
parser.rs
Age
Commit message (
Expand
)
Author
Lines
2012-08-29
Allow extern mods to be anonymous
Tim Chevalier
-4
/
+9
2012-08-27
Camel case various core constructors
Brian Anderson
-2
/
+2
2012-08-27
Convert core::result to camel case
Brian Anderson
-1
/
+1
2012-08-26
Camel case the option type
Brian Anderson
-141
/
+141
2012-08-25
libsyntax: Accept ',' to separate struct fields. Closes #3263.
Patrick Walton
-1
/
+13
2012-08-25
rustc: Implement foreign constants.
Patrick Walton
-29
/
+47
2012-08-24
Remove match check
Tim Chevalier
-3
/
+1
2012-08-23
Remove purity from fn_decl and move it out to containing AST elements.
Michael Sullivan
-35
/
+29
2012-08-23
`m1!{...}` is now forbidden. Use `m1!(...)` instead.
Paul Stansifer
-18
/
+7
2012-08-23
Eliminate some extraneous curly brackets inside invocations of `macro_rules!`.
Paul Stansifer
-6
/
+6
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-23
/
+23
2012-08-22
Parse and typecheck moving out of enums (#2329)
Ben Blum
-1
/
+6
2012-08-22
Change the log level to be an enum rather than an int
Tim Chevalier
-1
/
+1
2012-08-22
intern identifiers
Paul Stansifer
-29
/
+30
2012-08-17
Parse explicit self in more places. Work on #2585.
Michael Sullivan
-54
/
+68
2012-08-17
Stop parsing `iface`.
Lindsey Kuper
-6
/
+0
2012-08-17
Remove the class keyword
Brian Anderson
-3
/
+2
2012-08-16
libsyntax: Fix parsing of "loop unsafe".
Patrick Walton
-1
/
+1
2012-08-15
Long lines
Brian Anderson
-2
/
+2
2012-08-15
libsyntax: Parse tuple and unit structs
Patrick Walton
-44
/
+72
2012-08-15
rustc: Fix long lines and trailing whitespace
Patrick Walton
-7
/
+6
2012-08-15
rustc: Perform some AST surgery to separate out class fields from methods
Patrick Walton
-15
/
+46
2012-08-15
libsyntax: Parse nested enums
Patrick Walton
-23
/
+34
2012-08-15
rustc: Parse labeled loop, break, and again
Patrick Walton
-3
/
+19
2012-08-15
rustc: "as Trait" can now be written "as @Trait".
Patrick Walton
-1
/
+1
2012-08-15
Convert more core types to camel case
Brian Anderson
-8
/
+8
2012-08-14
Make most forms of explicit self work. By-value not implemented. Work on #2585.
Michael Sullivan
-23
/
+1
2012-08-14
libsyntax: Parse "extern mod foo;"
Patrick Walton
-37
/
+100
2012-08-14
libsyntax: Give a nice error message when view items are used anywhere other ...
Patrick Walton
-0
/
+24
2012-08-14
libsyntax: First steps toward parsing "extern mod std;"
Patrick Walton
-22
/
+37
2012-08-13
libsyntax: Implement [int*3] syntax for fixed length vector types
Patrick Walton
-1
/
+29
2012-08-13
Stop parsing old operator overloading syntax
Brian Anderson
-16
/
+1
2012-08-13
libsyntax: Allow "use" to be used in place of "import"
Patrick Walton
-3
/
+9
2012-08-13
libsyntax: Accept "1..3" as the preferred form of "1 to 3" in patterns
Patrick Walton
-1
/
+1
2012-08-13
libsyntax: Refactor item parsing so that items and view items are parsed in t...
Patrick Walton
-30
/
+113
2012-08-13
rustc: Make functional record and struct update use ".." instead of "with".
Patrick Walton
-2
/
+13
2012-08-13
Fix method mode parsing bug. Closes #3191.
Michael Sullivan
-1
/
+0
2012-08-08
libsyntax: Parse common enum fields
Patrick Walton
-52
/
+70
2012-08-08
syntax: Stop supporting old impl syntax
Brian Anderson
-59
/
+12
2012-08-08
Convert impls to new syntax
Brian Anderson
-5
/
+3
2012-08-08
rustc: Do some plumbing work in preparation for common fields in enums
Patrick Walton
-14
/
+15
2012-08-08
rustc: Do some plumbing work on nested enums
Patrick Walton
-45
/
+50
2012-08-07
improve borrowck error messages to explain regions better
Niko Matsakis
-1
/
+1
2012-08-07
rustc: Parse variant structs; add a trivial test case
Patrick Walton
-18
/
+69
2012-08-07
rustc: Box struct_defs
Patrick Walton
-2
/
+2
2012-08-07
Implement static typeclass methods. Closes #3132.
Michael Sullivan
-17
/
+37
2012-08-07
rustc: Split out struct bodies into a separate "struct_def" type in the AST
Patrick Walton
-3
/
+13
2012-08-07
rustc: Add stub support for struct variants to the AST
Patrick Walton
-10
/
+11
2012-08-07
syntax: Rename expr_alt to expr_match
Brian Anderson
-2
/
+2
2012-08-07
syntax: Fix parsing of inherent traits
Brian Anderson
-1
/
+2
[next]