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
/
print
Age
Commit message (
Expand
)
Author
Lines
2012-08-22
intern identifiers
Paul Stansifer
-87
/
+92
2012-08-22
Centralize ident interner generation.
Paul Stansifer
-5
/
+3
2012-08-17
Make by-val explicit self actually work. Closes #2585.
Michael Sullivan
-6
/
+6
2012-08-17
Pretty print explicit self types. Work on #2585.
Michael Sullivan
-17
/
+63
2012-08-15
libsyntax: Fix wrong pretty printing of private fields
Patrick Walton
-4
/
+2
2012-08-15
rustc: Perform some AST surgery to separate out class fields from methods
Patrick Walton
-39
/
+23
2012-08-15
rustc: Parse labeled loop, break, and again
Patrick Walton
-3
/
+12
2012-08-15
rustc: "as Trait" can now be written "as @Trait".
Patrick Walton
-7
/
+7
2012-08-15
Convert more core types to camel case
Brian Anderson
-4
/
+4
2012-08-14
Convert more core types to camel case
Brian Anderson
-7
/
+7
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: Accept "1..3" as the preferred form of "1 to 3" in patterns
Patrick Walton
-1
/
+1
2012-08-13
rustc: Make functional record and struct update use ".." instead of "with".
Patrick Walton
-2
/
+6
2012-08-11
syntax: better formatting of closures in pretty printer and more verbose debu...
Daniel Patterson
-21
/
+72
2012-08-08
syntax: Pretty print impls with new syntax
Brian Anderson
-7
/
+8
2012-08-08
Convert impls to new syntax
Brian Anderson
-3
/
+3
2012-08-08
rustc: Do some plumbing work in preparation for common fields in enums
Patrick Walton
-33
/
+39
2012-08-08
rustc: Do some plumbing work on nested enums
Patrick Walton
-12
/
+19
2012-08-07
rustc: Parse variant structs; add a trivial test case
Patrick Walton
-2
/
+5
2012-08-07
rustc: Box struct_defs
Patrick Walton
-1
/
+1
2012-08-07
Implement static typeclass methods. Closes #3132.
Michael Sullivan
-15
/
+35
2012-08-07
libsyntax: Break struct definitions out of classes internally in a few more p...
Patrick Walton
-70
/
+75
2012-08-07
rustc: Split out struct bodies into a separate "struct_def" type in the AST
Patrick Walton
-6
/
+6
2012-08-07
rustc: Add stub support for struct variants to the AST
Patrick Walton
-11
/
+26
2012-08-07
syntax: Rename expr_alt to expr_match
Brian Anderson
-1
/
+1
2012-08-07
syntax: Make match arm parsing more restrictive again
Brian Anderson
-3
/
+3
2012-08-06
rustc: Parse and stub (broken) typechecking for bounded function types
Patrick Walton
-3
/
+5
2012-08-06
Fix log_syntax of unexpanded code.
Paul Stansifer
-9
/
+32
2012-08-06
rustc: Implement pattern matching for structs
Patrick Walton
-0
/
+18
2012-08-06
make `ref x` bindings produce region ptrs and fix various minor bugs
Niko Matsakis
-2
/
+6
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-82
/
+82
2012-08-06
rustc: Implement functional record update for structs
Patrick Walton
-2
/
+11
2012-08-05
Switch alts to use arrows
Brian Anderson
-273
/
+269
2012-08-03
rustc: Merge fn& and fn in favor of fn&.
Patrick Walton
-1
/
+0
2012-08-03
rustc: Parse and typecheck repeating vector expressions; e.g. [ 0, ..512 ]
Patrick Walton
-0
/
+16
2012-08-03
rustc: Parse, serialize, and deserialize trait inheritance
Patrick Walton
-1
/
+6
2012-08-03
rustc: Remove all fixed-length strings from our codebase
Patrick Walton
-2
/
+2
2012-08-02
Purge placement new; Make borrowck know about unary move.
Niko Matsakis
-7
/
+0
2012-08-02
Shift writer_util to a derived impl attached to the writer trait
Graydon Hoare
-2
/
+2
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-6
/
+7
2012-08-01
Convert ret to return
Brian Anderson
-45
/
+47
2012-08-01
syntax: Allow any block-like expr to be used as alt arm w/o comma separator
Brian Anderson
-7
/
+11
2012-07-31
rustc: Parse by-reference pattern bindings with the "ref" keyword
Patrick Walton
-3
/
+7
2012-07-31
rustc: Implement unary move. Closes #917.
Patrick Walton
-0
/
+1
2012-07-31
syntax: More tweaks to make alt arrows parse and print correctly
Brian Anderson
-1
/
+1
2012-07-31
accept naked exprs with commas in pattern arms
Niko Matsakis
-4
/
+16
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+1
2012-07-30
Fix pretty-printing of consecutive idents.
Paul Stansifer
-6
/
+12
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-32
/
+32
[next]