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
/
rustc.rc
Age
Commit message (
Expand
)
Author
Lines
2012-05-16
break out type checking of alts/patterns
Niko Matsakis
-1
/
+3
2012-05-16
further modularization of typeck, add comments
Niko Matsakis
-0
/
+1
2012-05-15
rustc: Extract loader mod from creader mod
Brian Anderson
-0
/
+2
2012-05-15
move regionck into typeck, in the process fixing a bug or two
Niko Matsakis
-1
/
+2
2012-05-15
move infer into typeck module
Niko Matsakis
-1
/
+1
2012-05-15
break apart typeck a little (more to come)
Niko Matsakis
-1
/
+6
2012-05-14
rustc: Move astencode from metadata to middle
Brian Anderson
-1
/
+5
2012-05-14
Instantiate per-type iface-based visit_glue when intrinsic ifaces present.
Graydon Hoare
-0
/
+1
2012-05-14
Enforce that self doesn't escape from a class
Tim Chevalier
-0
/
+1
2012-05-13
rustc: Eliminate some indirection to the syntax crate
Brian Anderson
-3
/
+1
2012-05-13
rustc: Eliminate metadata's dependency on trans
Brian Anderson
-0
/
+1
2012-05-13
rustc: Be explicit about which peer modules the metadata mod can access
Brian Anderson
-0
/
+12
2012-05-10
replace mutbl pass with borrowck
Niko Matsakis
-1
/
+0
2012-05-10
Preliminary groundwork for intrinsic module, reflection interface.
Graydon Hoare
-0
/
+1
2012-05-09
implement new borrow ck (disabled by default)
Niko Matsakis
-1
/
+1
2012-04-05
Explicitly use version 0.2 of crates
Brian Anderson
-4
/
+6
2012-03-29
rustc: Move ext to librustsyntax
Brian Anderson
-17
/
+1
2012-03-29
rustc: Move attr, parse, print to rustsyntax
Brian Anderson
-9
/
+0
2012-03-29
rustc: Move lexer and token to rustsyntax
Brian Anderson
-2
/
+0
2012-03-29
rustc: Move diagnostic to rustsyntax
Brian Anderson
-1
/
+0
2012-03-29
rustc: Move fold to rustsyntax
Brian Anderson
-1
/
+0
2012-03-29
rustc: Move interner to rustsyntax
Brian Anderson
-3
/
+0
2012-03-29
rustc: Move ast, ast_util, visit to rustsyntax
Brian Anderson
-4
/
+0
2012-03-29
rustc: Move codemap to rustsyntax
Brian Anderson
-1
/
+0
2012-03-29
build: Introduce rustsyntax crate
Brian Anderson
-0
/
+2
2012-03-28
Update crate URLs to point to interesting things.
Graydon Hoare
-2
/
+2
2012-03-26
rustc: Move eval_const_expr to its own mod
Brian Anderson
-0
/
+1
2012-03-26
Disallow ret inside of block functions
Marijn Haverbeke
-0
/
+1
2012-03-23
Implement new inference algorithm.
Niko Matsakis
-0
/
+1
2012-03-22
Bump version numbers to 0.2
Brian Anderson
-2
/
+2
2012-03-20
Move external-reachability checker to trans
Marijn Haverbeke
-1
/
+1
2012-03-15
kill old serialization code
Niko Matsakis
-1
/
+0
2012-03-15
Reuse monomorphized functions more aggressively
Marijn Haverbeke
-0
/
+1
2012-03-13
get new decorator extensions working
Niko Matsakis
-0
/
+1
2012-03-09
rustc: Add a region checking pass
Patrick Walton
-0
/
+1
2012-03-09
rustc: Perform region inference
Patrick Walton
-0
/
+1
2012-03-06
Add a reachability checker, only export metadata for reachable items
Marijn Haverbeke
-0
/
+1
2012-03-06
Make trans pass responsible for pulling in inlined functions
Marijn Haverbeke
-1
/
+0
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+155
[prev]