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-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
2012-08-03
rustc: Parse and typecheck repeating vector expressions; e.g. [ 0, ..512 ]
Patrick Walton
-32
/
+90
2012-08-03
libsyntax: Fix trailing whitespace
Patrick Walton
-1
/
+1
2012-08-03
rustc: Parse, serialize, and deserialize trait inheritance
Patrick Walton
-6
/
+31
2012-08-03
rustc: Add the notion of inherited visibility
Patrick Walton
-51
/
+65
2012-08-03
rustc: Remove all fixed-length strings from our codebase
Patrick Walton
-10
/
+10
2012-08-02
Purge placement new; Make borrowck know about unary move.
Niko Matsakis
-30
/
+3
2012-08-02
Revert "Remove "iface" from keyword table."
Lindsey Kuper
-1
/
+1
2012-08-02
Remove "iface" from keyword table.
Lindsey Kuper
-1
/
+1
2012-08-02
Shift writer_util to a derived impl attached to the writer trait
Graydon Hoare
-2
/
+2
2012-08-02
Make typeck::collect aware of provided methods in traits.
Lindsey Kuper
-0
/
+12
2012-08-02
Extend ast_map to know about method declarations in traits.
Michael Sullivan
-10
/
+35
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-30
/
+41
[prev]
[next]