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
/
session.rs
Age
Commit message (
Expand
)
Author
Lines
2011-10-12
reimplement some of the unsafe stuff which got lost
Niko Matsakis
-2
/
+1
2011-10-12
enable unsafe checking but only with a flag --check-unsafe
Niko Matsakis
-1
/
+2
2011-10-04
Encapsulate current sysroot and lib path handling into util::filesearch
Brian Anderson
-3
/
+6
2011-09-30
rustc: Stub a --stack-growth option; it's behind a flag for now because it re...
Patrick Walton
-1
/
+2
2011-09-21
Add target_triple to session::options. Use host triple by default, accept --t...
Graydon Hoare
-0
/
+1
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-8
/
+3
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-12
/
+12
2011-09-02
Reformat. Issue #855
Brian Anderson
-28
/
+20
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-2
/
+2
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-5
/
+5
2011-08-27
Convert rustc::driver::session to istrs. Issue #855
Brian Anderson
-29
/
+33
2011-08-27
Convert rustc::syntax::codemap to istrs. Issue #855
Brian Anderson
-9
/
+14
2011-08-20
Reformat
Brian Anderson
-4
/
+3
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-2
/
+2
2011-08-16
Remove partial DPS back-end
Marijn Haverbeke
-1
/
+0
2011-08-10
rustc: Add a --gc switch for debugging and experimentation
Patrick Walton
-1
/
+2
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-2
/
+2
2011-08-02
Add a --no-trans command line option
Brian Anderson
-1
/
+4
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-54
/
+47
2011-07-16
Make clear the differentiation between char pos and byte pos in filemaps. Fix...
Josh Matthews
-1
/
+1
2011-07-15
rustc: Introduce a stub destination-passing-style translation engine, accessi...
Patrick Walton
-1
/
+2
2011-07-15
rustc: Remove a bunch of exterior vectors
Patrick Walton
-3
/
+2
2011-07-14
rustc: Move much of metadata reading over to interior vectors
Patrick Walton
-1
/
+0
2011-07-13
Make resolve and the typechecker check for a main fn of the
Tim Chevalier
-0
/
+7
2011-07-11
Move macro expansion to a separate phase, change macro syntax, and add parse_...
Paul Stansifer
-11
/
+16
2011-07-11
Only print up to six lines on error. Print ^~~~~ to highlight error span.
Josh Matthews
-0
/
+1
2011-07-08
Move used_link_args from session to cstore
Brian Anderson
-7
/
+0
2011-07-08
Move used_libraries from session to cstore
Brian Anderson
-18
/
+0
2011-07-08
Move used_crate_files from session to cstore
Brian Anderson
-14
/
+0
2011-07-08
Replace the crate cache in session with the one in cstore
Brian Anderson
-6
/
+0
2011-07-08
Introduce metadata::cstore
Brian Anderson
-0
/
+2
2011-07-07
Implement --lib --static.
Rafael Ávila de Espíndola
-0
/
+1
2011-07-07
Command line changes for adding support for static libraries.
Rafael Ávila de Espíndola
-1
/
+1
2011-07-06
Begin adding unit testing infrastructure to the compiler
Brian Anderson
-1
/
+2
2011-07-05
Don't thread the local crate number through the session
Marijn Haverbeke
-3
/
+1
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-41
/
+15
2011-07-04
Use metadata to avoid always passing -Lrustllvm to the linker.
Rafael Ávila de Espíndola
-3
/
+12
2011-07-01
Introduce --cfg argument for providing additional configuration. Issue #489
Brian Anderson
-1
/
+4
2011-06-29
Add session.note method
Brian Anderson
-0
/
+3
2011-06-29
session.err shouldn't take a span
Brian Anderson
-2
/
+2
2011-06-29
Eliminate the --check-claims compiler flag
Tim Chevalier
-1
/
+0
2011-06-28
Implement "claim"
Tim Chevalier
-0
/
+1
2011-06-28
Use "" in the native_name as an indication that no extra options have to
Rafael Ávila de Espíndola
-0
/
+3
2011-06-27
Record and link with used native libraries.
Rafael Ávila de Espíndola
-0
/
+14
2011-06-20
Fix line length.
Rafael Ávila de Espíndola
-2
/
+2
2011-06-20
Remember the library files we used in rustc and pass them to the "linker".
Rafael Ávila de Espíndola
-0
/
+14
2011-06-19
rustc: Re-introduce session.span_err, session.err
Brian Anderson
-1
/
+15
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-4
/
+4
[next]