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
/
fold.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-08
Revert "remove ctor from ast"
Tim Chevalier
-0
/
+19
2012-10-08
remove ctor from ast
Niko Matsakis
-19
/
+0
2012-09-28
demode vec
Niko Matsakis
-1
/
+1
2012-09-27
libsyntax: Parse visibility modifiers before foreign items
Patrick Walton
-1
/
+2
2012-09-26
core: Replace map/map_default with map_ref/map_default_ref
Brian Anderson
-18
/
+18
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-6
/
+4
2012-09-24
Support visibility qualifiers in crate directives properly.
Graydon Hoare
-4
/
+5
2012-09-23
core: Demode option
Brian Anderson
-17
/
+17
2012-09-23
Make it illegal to use modes in a fn signature with providing
Niko Matsakis
-23
/
+23
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-52
/
+54
2012-09-20
Revert "syntax: Make attributes sendable for rustdoc's benefit"
Brian Anderson
-3
/
+3
2012-09-20
syntax: Make attributes sendable for rustdoc's benefit
Brian Anderson
-3
/
+3
2012-09-07
Implement &-patterns
Tim Chevalier
-0
/
+1
2012-09-04
Remove 'with'
Brian Anderson
-12
/
+12
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-2
/
+2
2012-08-29
Allow extern mods to be anonymous
Tim Chevalier
-1
/
+2
2012-08-26
Camel case the option type
Brian Anderson
-17
/
+17
2012-08-25
rustc: Implement foreign constants.
Patrick Walton
-0
/
+3
2012-08-24
Remove match check
Tim Chevalier
-2
/
+2
2012-08-24
fix some unused pattern binding warnings
Niko Matsakis
-1
/
+1
2012-08-23
Remove purity from fn_decl and move it out to containing AST elements.
Michael Sullivan
-11
/
+13
2012-08-22
intern identifiers
Paul Stansifer
-3
/
+2
2012-08-15
rustc: Perform some AST surgery to separate out class fields from methods
Patrick Walton
-26
/
+26
2012-08-15
rustc: Parse labeled loop, break, and again
Patrick Walton
-3
/
+7
2012-08-08
libsyntax: Parse common enum fields
Patrick Walton
-32
/
+41
2012-08-08
Convert impls to new syntax
Brian Anderson
-2
/
+2
2012-08-08
rustc: Do some plumbing work in preparation for common fields in enums
Patrick Walton
-6
/
+9
2012-08-08
rustc: Do some plumbing work on nested enums
Patrick Walton
-0
/
+5
2012-08-07
rustc: Parse variant structs; add a trivial test case
Patrick Walton
-2
/
+15
2012-08-07
rustc: Box struct_defs
Patrick Walton
-1
/
+1
2012-08-07
rustc: Split out struct bodies into a separate "struct_def" type in the AST
Patrick Walton
-9
/
+11
2012-08-07
rustc: Add stub support for struct variants to the AST
Patrick Walton
-2
/
+11
2012-08-07
syntax: Rename expr_alt to expr_match
Brian Anderson
-2
/
+2
2012-08-06
rustc: Parse and stub (broken) typechecking for bounded function types
Patrick Walton
-1
/
+4
2012-08-06
rustc: Implement pattern matching for structs
Patrick Walton
-0
/
+10
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-17
/
+17
2012-08-06
rustc: Implement functional record update for structs
Patrick Walton
-2
/
+4
2012-08-05
Switch alts to use arrows
Brian Anderson
-100
/
+98
2012-08-03
rustc: Parse and typecheck repeating vector expressions; e.g. [ 0, ..512 ]
Patrick Walton
-0
/
+2
2012-08-03
rustc: Parse, serialize, and deserialize trait inheritance
Patrick Walton
-1
/
+2
2012-08-02
Purge placement new; Make borrowck know about unary move.
Niko Matsakis
-5
/
+0
2012-08-01
Convert ret to return
Brian Anderson
-52
/
+54
2012-07-31
rustc: Parse by-reference pattern bindings with the "ref" keyword
Patrick Walton
-2
/
+3
2012-07-31
rustc: Implement unary move. Closes #917.
Patrick Walton
-0
/
+1
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+1
2012-07-30
libsyntax: Parse self types in methods
Patrick Walton
-0
/
+1
2012-07-27
Start killing off obsolete/unused quoters, and fix long lines.
Graydon Hoare
-2
/
+0
2012-07-24
rustc: Don't require that structs have constructors
Patrick Walton
-8
/
+20
2012-07-23
rustc: Max/min classes: Add struct literal syntax
Patrick Walton
-0
/
+3
2012-07-17
Support attributes on class ctors and dtors
Tim Chevalier
-0
/
+7
[next]