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
/
rustc
/
driver
/
session.rs
Age
Commit message (
Expand
)
Author
Lines
2012-06-13
Box AST idents
Brian Anderson
-3
/
+3
2012-06-08
remove alias analysis and replace with borrowck
Niko Matsakis
-5
/
+1
2012-06-07
Revert "remove alias analysis and replace with borrowck"
Brian Anderson
-1
/
+5
2012-06-07
remove alias analysis and replace with borrowck
Niko Matsakis
-5
/
+1
2012-06-04
Heavily rework lint infrastructure. Split it into two passes: one that builds...
Michael Sullivan
-1
/
+18
2012-05-29
rustc: Move filesearch into metadata mod
Brian Anderson
-1
/
+1
2012-05-22
rustc: Eliminate some session deps from metadata::loader
Brian Anderson
-0
/
+11
2012-05-22
syntax: Add diagnostic::expect
Brian Anderson
-4
/
+1
2012-05-18
add a new debugging aid--tracing
Niko Matsakis
-1
/
+4
2012-05-18
use -Z to distinguish internal debugging options
Niko Matsakis
-14
/
+33
2012-05-15
make poison-on-free work, disable copying if borrowck is enabled
Niko Matsakis
-1
/
+4
2012-05-09
implement new borrow ck (disabled by default)
Niko Matsakis
-1
/
+3
2012-05-08
rustc: Extract session::basic_options from rustdoc
Brian Anderson
-0
/
+29
2012-04-18
syntax: Put the main parser interface in mod parse
Brian Anderson
-2
/
+2
2012-04-17
new debug flag, new test
Niko Matsakis
-1
/
+2
2012-04-15
syntax: Cleanup attr module. Closes #1545
Brian Anderson
-1
/
+1
2012-04-12
Support general warnings and errors in lint pass via flags and attrs. Close #...
Graydon Hoare
-3
/
+2
2012-03-29
rustc: Remove the rustsyntax::attr wrapper in front
Brian Anderson
-1
/
+1
2012-03-29
rustc: Add an accessor to get the diagnostic handler from the session
Brian Anderson
-0
/
+3
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-2
/
+2
2012-03-22
Add an LLVM-instruction-counting mode to trans.
Graydon Hoare
-0
/
+1
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-3
/
+2
2012-03-20
Class methods WIP
Tim Chevalier
-0
/
+8
2012-03-15
Turn on monomorphization by default
Marijn Haverbeke
-1
/
+0
2012-03-06
make inline enabled by default
Niko Matsakis
-1
/
+0
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+210
[prev]