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