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
/
rustc
/
syntax
/
parse
Age
Commit message (
Expand
)
Author
Lines
2012-03-29
rustc: Move attr, parse, print to rustsyntax
Brian Anderson
-2986
/
+0
2012-03-29
rustc: Move lexer and token to rustsyntax
Brian Anderson
-948
/
+0
2012-03-28
Allow explicit self-calls within classes
Tim Chevalier
-36
/
+21
2012-03-28
Allow references to "self" within classes
Tim Chevalier
-1
/
+3
2012-03-27
Enforce mutability declarations in classes; correct shapes for classes
Tim Chevalier
-2
/
+2
2012-03-27
Support an alternate for syntax that calls a higher-order function
Marijn Haverbeke
-7
/
+31
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-24
/
+24
2012-03-26
rustc: "unkown" -> "unknown"
Patrick Walton
-1
/
+1
2012-03-23
rustc: Fix parsing of `ret &EXPR`
Patrick Walton
-0
/
+1
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-125
/
+130
2012-03-20
Implement an initial version of placement new.
Niko Matsakis
-1
/
+8
2012-03-20
Class methods WIP
Tim Chevalier
-17
/
+15
2012-03-20
rustc: Be more careful about spans in 'unexpected token' errors
Marijn Haverbeke
-9
/
+12
2012-03-20
Revert order of arguments to option::maybe and from_maybe
Marijn Haverbeke
-1
/
+1
2012-03-16
core: Store reexporting result and either. Closes #1997
Brian Anderson
-1
/
+2
2012-03-14
std: Rename the hashmap constructors to conform to new standards
Brian Anderson
-2
/
+2
2012-03-13
Name types after their modules instead of 't'
Brian Anderson
-2
/
+2
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-12
/
+7
2012-03-12
rustc: Add node IDs to AST types so we can associate them with region environ...
Patrick Walton
-19
/
+43
2012-03-12
Revert "rustc: Add node IDs to AST types so we can associate them with region...
Patrick Walton
-43
/
+19
2012-03-12
rustc: Add node IDs to AST types so we can associate them with region environ...
Patrick Walton
-19
/
+43
2012-03-10
Use loop instead of while(true) in libraries and compiler itself
Tim Chevalier
-17
/
+13
2012-03-09
Add an infinite loop construct
Tim Chevalier
-6
/
+15
2012-03-09
rustc: Wrap regions in a node ID
Patrick Walton
-2
/
+3
2012-03-09
Revert "rustc: Create def IDs for region parameters"
Patrick Walton
-1
/
+1
2012-03-09
rustc: Create def IDs for region parameters
Patrick Walton
-1
/
+1
2012-03-08
rustc: Change the address-of operator to an explicit production so that we ca...
Patrick Walton
-1
/
+2
2012-03-08
Change util::unreachable to core::unreachable
Tim Chevalier
-1
/
+1
2012-03-08
Explicitly store self_ids use for self locals in methods
Marijn Haverbeke
-1
/
+2
2012-03-08
rustc: Parse the safe address-of operator
Patrick Walton
-0
/
+6
2012-03-08
rustc: Parse region types
Patrick Walton
-0
/
+20
2012-03-05
rustc: Lower case error messages
Brian Anderson
-3
/
+5
2012-03-04
Translate simple classes
Tim Chevalier
-19
/
+28
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+3844