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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustc
/
syntax
/
ast.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-28
Allow references to "self" within classes
Tim Chevalier
-0
/
+1
2012-03-27
Support returning from loop blocks
Marijn Haverbeke
-0
/
+3
2012-03-27
Support an alternate for syntax that calls a higher-order function
Marijn Haverbeke
-0
/
+1
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-1
/
+1
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-1
/
+0
2012-03-23
Revert removal of intrinsics
Marijn Haverbeke
-0
/
+1
2012-03-23
Rename builtin back to intrinsic
Marijn Haverbeke
-1
/
+1
2012-03-23
Remove support for the old-style intrinsics
Marijn Haverbeke
-1
/
+0
2012-03-23
Implement built-in native modules as an alternative to intrinsics
Marijn Haverbeke
-1
/
+3
2012-03-20
Implement an initial version of placement new.
Niko Matsakis
-0
/
+4
2012-03-20
Class methods WIP
Tim Chevalier
-2
/
+2
2012-03-15
switch over to using new serialize/deserialize code
Niko Matsakis
-106
/
+106
2012-03-14
fix auto_serialize for enums with type parameters
Niko Matsakis
-2
/
+146
2012-03-13
Name types after their modules instead of 't'
Brian Anderson
-2
/
+2
2012-03-12
rustc: Add node IDs to AST types so we can associate them with region environ...
Patrick Walton
-1
/
+1
2012-03-12
Revert "rustc: Add node IDs to AST types so we can associate them with region...
Patrick Walton
-1
/
+1
2012-03-12
rustc: Add node IDs to AST types so we can associate them with region environ...
Patrick Walton
-1
/
+1
2012-03-09
Add an infinite loop construct
Tim Chevalier
-0
/
+4
2012-03-09
rustc: Wrap regions in a node ID
Patrick Walton
-1
/
+3
2012-03-09
rustc: Add region def ids to the AST
Patrick Walton
-1
/
+2
2012-03-09
Revert "rustc: Create def IDs for region parameters"
Patrick Walton
-5
/
+2
2012-03-09
rustc: Create def IDs for region parameters
Patrick Walton
-2
/
+5
2012-03-08
rustc: Change the address-of operator to an explicit production so that we ca...
Patrick Walton
-1
/
+2
2012-03-08
Explicitly store self_ids use for self locals in methods
Marijn Haverbeke
-1
/
+1
2012-03-08
rustc: Add the safe address-of operator to the AST
Patrick Walton
-1
/
+1
2012-03-08
rustc: Add region-annoted type parameters to the AST; stub associated patterns
Patrick Walton
-0
/
+7
2012-03-04
Translate simple classes
Tim Chevalier
-6
/
+6
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+553