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
/
ast_util.rs
Age
Commit message (
Expand
)
Author
Lines
2012-08-22
intern identifiers
Paul Stansifer
-4
/
+6
2012-08-21
more sound treatment of fn& regions; change all & to be distinct
Niko Matsakis
-4
/
+4
2012-08-15
rustc: Perform some AST surgery to separate out class fields from methods
Patrick Walton
-37
/
+10
2012-08-15
rustc: Parse labeled loop, break, and again
Patrick Walton
-1
/
+1
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-08-08
rustc: Do some plumbing work in preparation for common fields in enums
Patrick Walton
-3
/
+4
2012-08-07
rustc: Box struct_defs
Patrick Walton
-1
/
+1
2012-08-07
Implement static typeclass methods. Closes #3132.
Michael Sullivan
-1
/
+1
2012-08-07
libsyntax: Allow users of the visitor to visit struct defs
Patrick Walton
-0
/
+4
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
-5
/
+6
2012-08-07
syntax: Make match arm parsing more restrictive again
Brian Anderson
-4
/
+4
2012-08-06
rustc: Implement pattern matching for structs
Patrick Walton
-1
/
+2
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-40
/
+40
2012-08-05
Switch alts to use arrows
Brian Anderson
-151
/
+157
2012-08-02
Purge placement new; Make borrowck know about unary move.
Niko Matsakis
-1
/
+1
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
-0
/
+13
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-5
/
+5
2012-08-01
Convert ret to return
Brian Anderson
-49
/
+49
2012-08-01
syntax: Allow any block-like expr to be used as alt arm w/o comma separator
Brian Anderson
-7
/
+0
2012-07-31
rustc: Parse by-reference pattern bindings with the "ref" keyword
Patrick Walton
-2
/
+2
2012-07-31
accept naked exprs with commas in pattern arms
Niko Matsakis
-0
/
+7
2012-07-31
Fix pretty-printer breakage: `1000f` -> `1000`.
Paul Stansifer
-1
/
+1
2012-07-30
Frontend bits for #2317, general const-expr classification.
Graydon Hoare
-0
/
+3
2012-07-27
rustc: Use coherence for operator overloading.
Patrick Walton
-0
/
+16
2012-07-27
Correctly forbid upvars in nested impls, traits and classes
Tim Chevalier
-1
/
+2
2012-07-26
rustc: Fix cross-crate max/min-class-style constructors
Patrick Walton
-1
/
+1
2012-07-19
Revert "accept naked exprs with commas in pattern arms" due to pretty-printin...
Patrick Walton
-7
/
+0
2012-07-18
accept naked exprs with commas in pattern arms
Niko Matsakis
-0
/
+7
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-1
/
+7
2012-07-17
Support attributes on class ctors and dtors
Tim Chevalier
-2
/
+2
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-14
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-40
/
+40
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-1
/
+1
2012-07-13
Front-end support for default impls in traits.
Lindsey Kuper
-0
/
+3
2012-07-12
Obliterate the callee_id hack
Tim Chevalier
-12
/
+1
2012-07-11
infer when types are region parameterized rather than requiring /&
Niko Matsakis
-2
/
+5
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-1
/
+1
2012-07-03
Revert "Remove rule requiring non-nil block-style statements to be semi-termi...
Brian Anderson
-0
/
+1
2012-07-03
Remove rule requiring non-nil block-style statements to be semi-terminated
Brian Anderson
-1
/
+0
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-0
/
+7
2012-07-01
Convert to new closure syntax
Brian Anderson
-22
/
+28
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-9
/
+9
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-14
/
+14
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-5
/
+5
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-6
/
+6
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-15
/
+16
2012-06-24
Remove resources
Tim Chevalier
-3
/
+1
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-10
/
+10
[next]