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
Age
Commit message (
Expand
)
Author
Lines
2012-03-13
fixup serialize_variant
Niko Matsakis
-0
/
+564
2012-03-13
get new decorator extensions working
Niko Matsakis
-0
/
+52
2012-03-13
Name types after their modules instead of 't'
Brian Anderson
-4
/
+4
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-5
/
+5
2012-03-13
Fix Issue #1926 by sorting the gather list.
Kevin Atkinson
-1
/
+6
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-22
/
+12
2012-03-12
rustc: Add node IDs to AST types so we can associate them with region environ...
Patrick Walton
-24
/
+54
2012-03-12
Revert "rustc: Add node IDs to AST types so we can associate them with region...
Patrick Walton
-45
/
+21
2012-03-12
rustc: Add node IDs to AST types so we can associate them with region environ...
Patrick Walton
-21
/
+45
2012-03-10
Use loop instead of while(true) in libraries and compiler itself
Tim Chevalier
-19
/
+15
2012-03-09
Add an infinite loop construct
Tim Chevalier
-7
/
+29
2012-03-09
rustc: Wrap regions in a node ID
Patrick Walton
-4
/
+7
2012-03-09
rustc: Add region def ids to the AST
Patrick Walton
-2
/
+3
2012-03-09
Revert "rustc: Create def IDs for region parameters"
Patrick Walton
-9
/
+5
2012-03-09
rustc: Create def IDs for region parameters
Patrick Walton
-5
/
+9
2012-03-08
rustc: Add pretty printing support for the address-of operator. Un-XFAIL-pret...
Patrick Walton
-1
/
+14
2012-03-08
rustc: Change the address-of operator to an explicit production so that we ca...
Patrick Walton
-2
/
+10
2012-03-08
Change util::unreachable to core::unreachable
Tim Chevalier
-2
/
+2
2012-03-08
rustc: Add ty_rptr support to the visitor
Patrick Walton
-0
/
+1
2012-03-08
Explicitly store self_ids use for self locals in methods
Marijn Haverbeke
-8
/
+10
2012-03-08
rustc: Parse the safe address-of operator
Patrick Walton
-0
/
+6
2012-03-08
rustc: Add the safe address-of operator to the AST
Patrick Walton
-1
/
+2
2012-03-08
rustc: Parse region types
Patrick Walton
-0
/
+20
2012-03-08
rustc: Add region-annoted type parameters to the AST; stub associated patterns
Patrick Walton
-0
/
+9
2012-03-07
Fix #1941: inlining of items that themselves contain nested items
Niko Matsakis
-0
/
+1
2012-03-05
rustc: Use std::util::unreachable
Brian Anderson
-1
/
+1
2012-03-05
rustc: Lower case error messages
Brian Anderson
-3
/
+5
2012-03-04
Translate simple classes
Tim Chevalier
-36
/
+50
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+10570
[prev]