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
/
driver.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-09
rustc: Switch over to resolve3
Patrick Walton
-20
/
+3
2012-07-09
Revert "rustc: Switch over to resolve3" due to Linux failures
Patrick Walton
-3
/
+20
2012-07-09
rustc: Switch over to resolve3
Patrick Walton
-20
/
+3
2012-07-09
rustc: Add some changes I missed
Patrick Walton
-3
/
+20
2012-07-09
rustc: Switch to the new resolution pass
Patrick Walton
-20
/
+3
2012-07-06
Revert "rustc: Switch to the new resolution pass"
Niko Matsakis
-3
/
+20
2012-07-06
rustc: Switch to the new resolution pass
Patrick Walton
-20
/
+3
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-6
/
+6
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-83
/
+75
2012-07-01
Convert to new closure syntax
Brian Anderson
-75
/
+94
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
-11
/
+11
2012-06-28
Merge branch 'master' of github.com:mozilla/rust into incoming
Eric Holk
-3
/
+3
2012-06-28
Don't use literal info from the original source when pretty printing expanded...
Michael Sullivan
-8
/
+8
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-3
/
+3
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-10
/
+10
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-12
/
+12
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-47
/
+59
2012-06-17
Issue #2633: remove last_use entries that are subject to a loan
Niko Matsakis
-1
/
+2
2012-06-15
Add the interner to parse_sess.
Paul Stansifer
-10
/
+4
2012-06-14
Remove a workaround
Tim Chevalier
-2
/
+2
2012-06-13
Box AST idents
Brian Anderson
-9
/
+9
2012-06-08
remove alias analysis and replace with borrowck
Niko Matsakis
-16
/
+3
2012-06-07
Revert "remove alias analysis and replace with borrowck"
Brian Anderson
-3
/
+16
2012-06-07
remove alias analysis and replace with borrowck
Niko Matsakis
-16
/
+3
2012-06-06
rustc: Enable #[cfg(windows)] and #[cfg(unix)]
Brian Anderson
-0
/
+1
2012-06-06
rustc: Add 'target_family' to default configuration
Brian Anderson
-0
/
+1
2012-06-06
Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"
Tim Chevalier
-2
/
+2
2012-06-04
Heavily rework lint infrastructure. Split it into two passes: one that builds...
Michael Sullivan
-5
/
+8
2012-06-04
Make how lint handles unknown warn directives configurable by lint (default t...
Michael Sullivan
-2
/
+4
2012-05-31
Have lint build up a table of the warning settings on a per item basis for la...
Michael Sullivan
-2
/
+3
2012-05-31
Time lint in the driver like every other pass, instead of in lint.
Michael Sullivan
-1
/
+2
2012-05-29
rustc: Move filesearch into metadata mod
Brian Anderson
-2
/
+2
2012-05-25
replace last_use with liveness info
Niko Matsakis
-8
/
+5
2012-05-24
remove dead assignments
Niko Matsakis
-2
/
+2
2012-05-24
new liveness pass to supercede last_use / initedness
Niko Matsakis
-0
/
+3
2012-05-24
fix classes and parameterized ifaces; remove needless self check
Niko Matsakis
-2
/
+0
2012-05-22
rustc: Eliminate metadata's dependency on session
Brian Anderson
-1
/
+5
2012-05-22
rustc: Eliminate some session deps from metadata::loader
Brian Anderson
-1
/
+2
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-1
/
+1
2012-05-21
rustc: Remove ast_map's session dependency
Brian Anderson
-1
/
+1
2012-05-18
print ids of patterns when doing --pretty identified
Niko Matsakis
-1
/
+4
2012-05-18
use -Z to distinguish internal debugging options
Niko Matsakis
-23
/
+22
2012-05-17
Comments only: annotate FIXMEs in back-end and driver
Tim Chevalier
-2
/
+4
2012-05-15
rustc: Extract loader mod from creader mod
Brian Anderson
-1
/
+1
2012-05-15
move regionck into typeck, in the process fixing a bug or two
Niko Matsakis
-2
/
+0
2012-05-15
get preservation of boxes working, at least in simple cases
Niko Matsakis
-5
/
+5
2012-05-14
Enforce that self doesn't escape from a class
Tim Chevalier
-0
/
+2
2012-05-10
replace mutbl pass with borrowck
Niko Matsakis
-4
/
+1
2012-05-10
Preliminary groundwork for intrinsic module, reflection interface.
Graydon Hoare
-0
/
+4
[next]