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
/
driver
/
driver.rs
Age
Commit message (
Expand
)
Author
Lines
2012-05-29
rustc: Move filesearch into metadata mod
Brian Anderson
-2
/
+2
2012-05-25
replace last_use with liveness info
Niko Matsakis
-8
/
+5
2012-05-24
remove dead assignments
Niko Matsakis
-2
/
+2
2012-05-24
new liveness pass to supercede last_use / initedness
Niko Matsakis
-0
/
+3
2012-05-24
fix classes and parameterized ifaces; remove needless self check
Niko Matsakis
-2
/
+0
2012-05-22
rustc: Eliminate metadata's dependency on session
Brian Anderson
-1
/
+5
2012-05-22
rustc: Eliminate some session deps from metadata::loader
Brian Anderson
-1
/
+2
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-1
/
+1
2012-05-21
rustc: Remove ast_map's session dependency
Brian Anderson
-1
/
+1
2012-05-18
print ids of patterns when doing --pretty identified
Niko Matsakis
-1
/
+4
2012-05-18
use -Z to distinguish internal debugging options
Niko Matsakis
-23
/
+22
2012-05-17
Comments only: annotate FIXMEs in back-end and driver
Tim Chevalier
-2
/
+4
2012-05-15
rustc: Extract loader mod from creader mod
Brian Anderson
-1
/
+1
2012-05-15
move regionck into typeck, in the process fixing a bug or two
Niko Matsakis
-2
/
+0
2012-05-15
get preservation of boxes working, at least in simple cases
Niko Matsakis
-5
/
+5
2012-05-14
Enforce that self doesn't escape from a class
Tim Chevalier
-0
/
+2
2012-05-10
replace mutbl pass with borrowck
Niko Matsakis
-4
/
+1
2012-05-10
Preliminary groundwork for intrinsic module, reflection interface.
Graydon Hoare
-0
/
+4
2012-05-09
rustc: Refactor driver to better understand string sources
Brian Anderson
-22
/
+51
2012-05-09
implement new borrow ck (disabled by default)
Niko Matsakis
-5
/
+16
2012-04-30
Revert "Eliminate a copy in syntax::parse::new_parser_from_file"
Tim Chevalier
-1
/
+1
2012-04-30
Eliminate a copy in syntax::parse::new_parser_from_file
Tim Chevalier
-1
/
+1
2012-04-25
Rewrite exhaustiveness checker
Marijn Haverbeke
-1
/
+1
2012-04-18
syntax: Put the main parser interface in mod parse
Brian Anderson
-3
/
+3
2012-04-17
new debug flag, new test
Niko Matsakis
-2
/
+4
2012-04-12
Support general warnings and errors in lint pass via flags and attrs. Close #...
Graydon Hoare
-9
/
+14
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-1
/
+1
2012-04-04
rustc: Don't allow recursive constants
Brian Anderson
-1
/
+1
2012-04-04
rustc: Allow consts to refer to other consts
Brian Anderson
-2
/
+2
2012-03-29
rustc: Remove the rustsyntax::attr wrapper in front
Brian Anderson
-1
/
+1
2012-03-27
rust: Remove extensions' dependency on the session
Brian Anderson
-1
/
+2
2012-03-27
Support an alternate for syntax that calls a higher-order function
Marijn Haverbeke
-1
/
+1
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-5
/
+5
2012-03-26
Disallow ret inside of block functions
Marijn Haverbeke
-0
/
+2
2012-03-23
Keep an explicit map of things that have to be spilled
Marijn Haverbeke
-2
/
+3
2012-03-22
Add an LLVM-instruction-counting mode to trans.
Graydon Hoare
-0
/
+3
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-3
/
+1
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-8
/
+8
2012-03-21
Avoid mangling names differently in debug builds to work around a build error...
Josh Matthews
-7
/
+6
2012-03-15
Rename dict to vtable throughout the compiler
Marijn Haverbeke
-2
/
+2
2012-03-15
Turn on monomorphization by default
Marijn Haverbeke
-3
/
+0
2012-03-14
Add crude support for casts in constant expressions
Marijn Haverbeke
-1
/
+2
2012-03-13
first (functional) version of the auto_serialize syntax ext
Niko Matsakis
-4
/
+9
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-14
/
+13
2012-03-11
rustc: Map local variables to their containing blocks so we know their regions
Patrick Walton
-1
/
+1
2012-03-09
rustc: Add a region checking pass
Patrick Walton
-0
/
+2
2012-03-09
rustc: Perform region inference
Patrick Walton
-1
/
+4
2012-03-08
Drop collect_items pass, create decls on demand
Marijn Haverbeke
-1
/
+1
2012-03-06
make inline enabled by default
Niko Matsakis
-3
/
+0
2012-03-06
Make trans pass responsible for pulling in inlined functions
Marijn Haverbeke
-7
/
+2
[prev]
[next]