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
Age
Commit message (
Expand
)
Author
Lines
2011-08-20
Reformat
Brian Anderson
-102
/
+97
2011-08-18
Print tag names in type error messages. Closes #834.
Michael Sullivan
-6
/
+6
2011-08-17
Convert rustc main to ivecs
Brian Anderson
-4
/
+3
2011-08-16
Port the compiler to the expr foo::<T> syntax.
Erick Tryzelaar
-17
/
+19
2011-08-16
Port the compiler to foo<T> decl syntax.
Erick Tryzelaar
-1
/
+1
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-3
/
+3
2011-08-16
Remove partial DPS back-end
Marijn Haverbeke
-5
/
+1
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-9
/
+7
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-5
/
+5
2011-08-15
Fix compilation of paths containing ".". Closes #821.
Michael Sullivan
-17
/
+12
2011-08-12
Remove std::vec
Brian Anderson
-1
/
+0
2011-08-12
Remove vecs from std::getopts
Brian Anderson
-6
/
+5
2011-08-12
Convert std::run to ivecs
Brian Anderson
-3
/
+3
2011-08-12
Rename std::ioivec to std::io
Brian Anderson
-7
/
+7
2011-08-12
Rename str::connect_ivec to str::connect
Brian Anderson
-3
/
+3
2011-08-12
Rename str::split_ivec to str::split
Brian Anderson
-2
/
+2
2011-08-12
Convert uses of str::split to split_ivec
Brian Anderson
-3
/
+3
2011-08-12
Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytes
Brian Anderson
-1
/
+1
2011-08-12
Remove vecs from the rustc driver
Brian Anderson
-40
/
+42
2011-08-10
rustc: Add a --gc switch for debugging and experimentation
Patrick Walton
-3
/
+7
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-2
/
+2
2011-08-03
parse_crate_from_source_str takes a parse_sess, not codemap
Brian Anderson
-1
/
+1
2011-08-03
Fix pretty-printer to read from files again
Brian Anderson
-1
/
+5
2011-08-02
Add a --no-trans command line option
Brian Anderson
-5
/
+16
2011-08-02
Compiler accepts input from stdin when source file is called "-"
Brian Anderson
-10
/
+32
2011-07-29
Remove unreachable statements
Marijn Haverbeke
-1
/
+1
2011-07-28
Show millisecond precision for time_passes times
Marijn Haverbeke
-5
/
+4
2011-07-27
Remove vestiges of "layers", insert skeletal do-nothing "kind" pass plus cach...
Graydon Hoare
-0
/
+3
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-3
/
+2
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-402
/
+380
2011-07-25
Adjust pp interface to that printing a crate (an reproducing literals/comment...
Graydon Hoare
-2
/
+3
2011-07-25
Add a pass that checks for unreachable alt arms
Marijn Haverbeke
-0
/
+2
2011-07-23
Add `--expand` option to rustc to pretty-print expanded code.
Paul Stansifer
-7
/
+20
2011-07-21
Make ty::ctxt be boxed.
Michael Sullivan
-1
/
+1
2011-07-19
Beginnings of support for constrained types
Tim Chevalier
-4
/
+4
2011-07-19
Add a pass that finds all of the free variables.
Michael Sullivan
-2
/
+7
2011-07-16
Make clear the differentiation between char pos and byte pos in filemaps. Fix...
Josh Matthews
-1
/
+1
2011-07-15
Merge the stage1,2,3.mk files into a common definition in stageN.mk, more rea...
Graydon Hoare
-1
/
+1
2011-07-15
rustc: Introduce a stub destination-passing-style translation engine, accessi...
Patrick Walton
-4
/
+10
2011-07-15
rustc: Remove a bunch of exterior vectors
Patrick Walton
-7
/
+13
2011-07-14
rustc: Move much of metadata reading over to interior vectors
Patrick Walton
-7
/
+6
2011-07-14
Flag --test implies '--cfg test'. Issue #428
Brian Anderson
-6
/
+53
2011-07-13
Make resolve and the typechecker check for a main fn of the
Tim Chevalier
-1
/
+8
2011-07-11
Move macro expansion to a separate phase, change macro syntax, and add parse_...
Paul Stansifer
-14
/
+23
2011-07-11
Only print up to six lines on error. Print ^~~~~ to highlight error span.
Josh Matthews
-0
/
+1
2011-07-08
Add just enough logic to the driver so that we can link std statically.
Rafael Ávila de Espíndola
-2
/
+10
2011-07-08
Move external crate/lib resolution to its own pass
Brian Anderson
-0
/
+2
2011-07-08
Move used_link_args from session to cstore
Brian Anderson
-9
/
+2
2011-07-08
Move used_libraries from session to cstore
Brian Anderson
-21
/
+4
2011-07-08
Move used_crate_files from session to cstore
Brian Anderson
-17
/
+4
[prev]
[next]