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
/
comp
/
driver
/
rustc.rs
Age
Commit message (
Expand
)
Author
Lines
2011-05-16
Fix get_os and get_arch
Tim Chevalier
-12
/
+17
2011-05-16
Started adding support for return checking and non-returning function annotat...
Tim Chevalier
-2
/
+3
2011-05-16
Replace --bitcode with the canonical --emit-llvm
Kelly Wilson
-3
/
+3
2011-05-16
Add automatic exe generation capabilities. Add --bitcode flag to generate onl...
Kelly Wilson
-2
/
+68
2011-05-13
rustc: lowercase the link and link::write modules
Brian Anderson
-12
/
+12
2011-05-13
Fix naming of libc that was mangled by recent module changes
Brian Anderson
-3
/
+3
2011-05-13
Move capture checking into resolve.rs
Marijn Haverbeke
-3
/
+0
2011-05-13
Change resolve to use walk instead of fold
Marijn Haverbeke
-4
/
+2
2011-05-12
rustc: Pass a node type table around, unused as of yet
Patrick Walton
-2
/
+4
2011-05-12
Add stats option and lazily emit glue.
Graydon Hoare
-0
/
+4
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-130
/
+130
2011-05-12
Keep resolve data in external hash table, rather than embedded defs
Marijn Haverbeke
-12
/
+14
2011-05-11
Give the lexer a session so that it can fail more informatively
Brian Anderson
-1
/
+1
2011-05-11
Use a const for crate-num-zero (ast.local_crate)
Marijn Haverbeke
-2
/
+2
2011-05-10
rustc: Make -g not take an argument
Patrick Walton
-1
/
+1
2011-05-10
Add --time-llvm-passes.
Graydon Hoare
-2
/
+5
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-37
/
+37
2011-05-06
Ge the host triple using LLVM. Fix a few 'mutable' warnings also.
Kelly Wilson
-8
/
+26
2011-05-06
Use #env to bake a git revision string into rustc's --version output.
Graydon Hoare
-4
/
+5
2011-05-05
Add --help, --version and -v flags (not yet supporting GIT_REV env var, waiti...
Graydon Hoare
-4
/
+23
2011-05-05
rustc: Add a Link module; move crate writing to it to slim down trans slightly
Patrick Walton
-14
/
+15
2011-05-04
rustc: Detect the system root and allow the user to override if necessary
Patrick Walton
-3
/
+20
2011-05-04
Add a structure for passing option flags around the compiler, put it in sessi...
Graydon Hoare
-51
/
+60
2011-05-04
Support new -g flag, only mangle glue names by type when it's passed.
Graydon Hoare
-10
/
+14
2011-05-03
Start sketching --depend support in rustc.
Graydon Hoare
-0
/
+1
2011-05-02
rustc: Time the Rust translation and LLVM passes separately
Patrick Walton
-3
/
+8
2011-05-01
rustc: Preserve dots in input path when using an implicit output path
Brian Anderson
-2
/
+2
2011-04-29
rustc: Temporarily add a switch and a corresponding makefile variable to disa...
Patrick Walton
-5
/
+12
2011-04-29
rustc: Add a --time-passes option
Patrick Walton
-13
/
+41
2011-04-29
rustc: Remove the wrong-compiler warning; we're self-hosting now.
Patrick Walton
-12
/
+1
2011-04-28
Enable typestate_check
Tim Chevalier
-2
/
+1
2011-04-28
Add a session field to ty_ctxt and change an err to span_err
Tim Chevalier
-2
/
+2
2011-04-26
Change rustc to use GetOpts rather than ad-hoc command-line parsing
Marijn Haverbeke
-124
/
+78
2011-04-25
rustc: Add a -save-temps option to save bitcode and write output simultaneous...
Patrick Walton
-5
/
+15
2011-04-25
rustc: Pass a "type context" around instead of directly passing the type stor...
Patrick Walton
-3
/
+3
2011-04-21
rustc: Pass a type store around, which does nothing yet
Patrick Walton
-3
/
+6
2011-04-19
rustc: Add a -noverify option
Patrick Walton
-5
/
+11
2011-04-19
Remove effect system from src.
Graydon Hoare
-4
/
+4
2011-04-19
replace error logging with log_err in stdlib and rustc
Marijn Haverbeke
-17
/
+16
2011-04-18
Add a -c option.
Rafael Ávila de Espíndola
-0
/
+2
2011-04-18
collect crate meta info and ext crate names
Marijn Haverbeke
-1
/
+2
2011-04-15
Add a -S option for producing assembly. I will move more of it to
Rafael Ávila de Espíndola
-9
/
+12
2011-04-11
Implement the "attempted dynamic environment-capture" error in rustc.
Rafael Ávila de Espíndola
-0
/
+2
2011-04-09
Move to single-uint file-position representation.
Marijn Haverbeke
-3
/
+4
2011-04-08
add a -parse-only option to rustc
Marijn Haverbeke
-2
/
+9
2011-04-07
Add a very basic crate-dump utility
Marijn Haverbeke
-2
/
+7
2011-04-07
Add a -O option and change the Makefile to use it.
Rafael Ávila de Espíndola
-5
/
+11
2011-04-01
Re-enable typestate_check in build, was lost during merge. Sorry.
Graydon Hoare
-1
/
+1
2011-04-01
Comment out import for not-yet-compiling typestate_check.
Graydon Hoare
-1
/
+1
2011-04-01
Started adding support for typestate checking.
Tim Chevalier
-2
/
+3
[prev]
[next]