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: 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
*
Another go at changing compile-command, this time using RBUILD env var.
Graydon Hoare
2011-03-25
2
-2
/
+2
*
Sketch of wiring typeck up to creader.
Graydon Hoare
2011-03-25
2
-2
/
+9
*
Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...
Graydon Hoare
2011-03-25
2
-2
/
+2
*
Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...
Graydon Hoare
2011-03-25
2
-2
/
+2
*
rustc: Store cached crate metadata in the session
Patrick Walton
2011-03-25
1
-0
/
+4
*
rustc: Create a crate metadata cache
Patrick Walton
2011-03-25
2
-2
/
+16
*
rustc: When encountering "mutable" as a tycon, parse it, drop it on the floor...
Patrick Walton
2011-03-18
1
-0
/
+8
*
rustc: Add a span_unimpl() for debugging
Patrick Walton
2011-03-18
1
-0
/
+9
*
Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...
Graydon Hoare
2011-03-16
1
-2
/
+2
*
rustc: Add an annotation for the crate definition to view_item_use
Patrick Walton
2011-03-15
1
-1
/
+1
*
rustc: Add a stub crate reader module for "use" directives
Patrick Walton
2011-03-15
1
-3
/
+18
*
rustc: Typo: "unput" -> "input"
Patrick Walton
2011-03-15
1
-1
/
+1
*
Extend stream functionality
Marijn Haverbeke
2011-03-14
1
-1
/
+1
*
Move the glue code to a .o file. This reduces how much asm we print
Graydon Hoare
2011-03-10
1
-0
/
+16
*
Update the current id when we create sub parsers.
Rafael Ávila de Espíndola
2011-03-10
1
-2
/
+4
*
Have the pretty-printer take a writer stream as argument
Marijn Haverbeke
2011-03-09
1
-1
/
+1
*
Add a pretty-printer
Marijn Haverbeke
2011-03-07
1
-12
/
+27
*
Remove typestate workarounds
Brian Anderson
2011-03-06
1
-2
/
+0
*
Flatten conditionals in rustc.rs. Remove FIXME
Brian Anderson
2011-03-06
1
-16
/
+11
*
Populate default compilation environment as in rustboot.
Graydon Hoare
2011-03-01
1
-4
/
+34
*
Fix typo in comment.
Graydon Hoare
2011-03-01
1
-1
/
+1
*
Change rustc warning to be a little less dismissive.
Graydon Hoare
2011-01-26
1
-2
/
+2
*
Split driver between parsing source files and crate files, by extension. Add ...
Graydon Hoare
2011-01-03
1
-1
/
+13
[next]