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
Age
Commit message (
Expand
)
Author
Lines
2012-08-14
Convert more core types to camel case
Brian Anderson
-12
/
+12
2012-08-14
Make most forms of explicit self work. By-value not implemented. Work on #2585.
Michael Sullivan
-24
/
+2
2012-08-14
libsyntax: Parse "extern mod foo;"
Patrick Walton
-37
/
+100
2012-08-14
Merge pull request #3194 from dbp/pretty
Brian Anderson
-2
/
+15
2012-08-14
Silence unused-variable warning.
Graydon Hoare
-1
/
+1
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-14
syntax: fixing pretty printing of brackets in match arms
Daniel Patterson
-2
/
+15
2012-08-14
More attempts at fixing .. breakage.
Graydon Hoare
-1
/
+0
2012-08-13
libsyntax: Implement [int*3] syntax for fixed length vector types
Patrick Walton
-1
/
+29
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-3
/
+3
2012-08-13
Stop parsing old operator overloading syntax
Brian Anderson
-38
/
+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
-3
/
+4
2012-08-13
libsyntax: Refactor item parsing so that items and view items are parsed in t...
Patrick Walton
-30
/
+113
2012-08-13
Got the select macro working.
Eric Holk
-2
/
+10
2012-08-13
rustc: Make functional record and struct update use ".." instead of "with".
Patrick Walton
-4
/
+19
2012-08-13
Fix method mode parsing bug. Closes #3191.
Michael Sullivan
-1
/
+0
2012-08-11
syntax: better formatting of closures in pretty printer and more verbose debu...
Daniel Patterson
-21
/
+72
2012-08-10
report local ambiguity errors earlier
Eric Holk
-6
/
+9
2012-08-08
libsyntax: Parse common enum fields
Patrick Walton
-86
/
+115
2012-08-08
syntax: Pretty print impls with new syntax
Brian Anderson
-7
/
+8
2012-08-08
syntax: Stop supporting old impl syntax
Brian Anderson
-59
/
+12
2012-08-08
Convert impls to new syntax
Brian Anderson
-79
/
+60
2012-08-08
rustc: Do some plumbing work in preparation for common fields in enums
Patrick Walton
-79
/
+91
2012-08-08
rustc: Do some plumbing work on nested enums
Patrick Walton
-70
/
+98
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
-27
/
+98
2012-08-07
rustc: Box struct_defs
Patrick Walton
-15
/
+15
2012-08-07
Implement static typeclass methods. Closes #3132.
Michael Sullivan
-33
/
+75
2012-08-07
libsyntax: Break struct definitions out of classes internally in a few more p...
Patrick Walton
-83
/
+94
2012-08-07
libsyntax: Allow users of the visitor to visit struct defs
Patrick Walton
-13
/
+35
2012-08-07
rustc: Split out struct bodies into a separate "struct_def" type in the AST
Patrick Walton
-35
/
+50
2012-08-07
Add missing comma
Brian Anderson
-1
/
+1
2012-08-07
rustc: Add stub support for struct variants to the AST
Patrick Walton
-84
/
+136
2012-08-07
syntax: Rename expr_alt to expr_match
Brian Anderson
-10
/
+10
2012-08-07
syntax: Fix parsing of inherent traits
Brian Anderson
-1
/
+2
2012-08-07
syntax: Make match arm parsing more restrictive again
Brian Anderson
-40
/
+47
2012-08-07
Generate try_send versions for all the messages. Fixes #3128
Eric Holk
-57
/
+98
2012-08-06
rustc: Parse and stub (broken) typechecking for bounded function types
Patrick Walton
-32
/
+53
2012-08-06
Fix log_syntax of unexpanded code.
Paul Stansifer
-18
/
+44
2012-08-06
Disallow multiple constructors or destructors in the same class
Tim Chevalier
-5
/
+25
2012-08-06
rustc: Implement pattern matching for structs
Patrick Walton
-63
/
+165
2012-08-06
make `ref x` bindings produce region ptrs and fix various minor bugs
Niko Matsakis
-75
/
+98
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-483
/
+484
2012-08-06
Handle interpolated paths in pattern parsing. Fixes #3007.
Eric Holk
-3
/
+12
2012-08-06
rustc: Implement functional record update for structs
Patrick Walton
-11
/
+30
2012-08-05
syntax: Stop parsing alts without arrows
Brian Anderson
-6
/
+2
2012-08-05
Switch alts to use arrows
Brian Anderson
-1784
/
+1687
2012-08-03
rustc: Merge fn& and fn in favor of fn&.
Patrick Walton
-18
/
+13
[prev]
[next]