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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustc
/
driver
/
rustc.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-11
Fix some version numbers.
Graydon Hoare
-4
/
+4
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-1
/
+1
2012-07-02
Mark -g as experimental (#2767)
Brian Anderson
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-7
/
+7
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-2
/
+2
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-5
/
+3
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-2
/
+2
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-3
/
+3
2012-06-22
Change resources to classes in libstd and rustc
Tim Chevalier
-2
/
+4
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-1
/
+1
2012-06-06
Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"
Tim Chevalier
-1
/
+2
2012-06-04
Make vecs implicitly copyable for all of our projects.
Michael Sullivan
-0
/
+1
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-1
/
+1
2012-05-25
Get rid of many implicit copies as a preliminary to Issue #2448.
Michael Sullivan
-1
/
+1
2012-05-18
use -Z to distinguish internal debugging options
Niko Matsakis
-10
/
+15
2012-05-13
rustc: Eliminate some indirection to the syntax crate
Brian Anderson
-1
/
+2
2012-05-09
rustc: Refactor driver to better understand string sources
Brian Anderson
-6
/
+22
2012-04-28
rustc: Use a slightly more consistent style for unexpected errors
Brian Anderson
-6
/
+12
2012-04-26
Describe warnings on command line if user says -W help.
Graydon Hoare
-5
/
+41
2012-04-17
new debug flag, new test
Niko Matsakis
-0
/
+2
2012-04-13
use find not echo; this also brings fuzzer under the iron fist of tidy.py!
Niko Matsakis
-1
/
+1
2012-04-12
Support general warnings and errors in lint pass via flags and attrs. Close #...
Graydon Hoare
-4
/
+5
2012-04-05
Explicitly use version 0.2 of crates
Brian Anderson
-2
/
+7
2012-03-22
Add an LLVM-instruction-counting mode to trans.
Graydon Hoare
-0
/
+1
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-2
/
+3
2012-03-21
Avoid mangling names differently in debug builds to work around a build error...
Josh Matthews
-1
/
+1
2012-03-18
rustc: Fix typo in error message
Damien Grassart
-1
/
+1
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-1
/
+1
2012-03-05
rustc: Lower case error messages
Brian Anderson
-2
/
+2
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+197