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
/
librustc_driver
/
driver.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-08
librustc_driver: Add support for loading plugins via command line (fixes #15446)
Manish Goregaokar
-2
/
+2
2015-01-08
librustc::session : Make DebuggingOpts use the options! macro
Manish Goregaokar
-5
/
+5
2015-01-07
use slicing sugar
Jorge Aparicio
-17
/
+17
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-15
/
+15
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-7
/
+8
2015-01-05
rollup merge of #20568: huonw/ungate-AT-globs
Alex Crichton
-1
/
+0
2015-01-05
rollup merge of #20258: sanxiyn/show-span-2
Alex Crichton
-3
/
+3
2015-01-05
Pass the #[plugin(...)] meta item to the registrar
Keegan McAllister
-3
/
+4
2015-01-05
Move #[macro_reexport] to extern crate
Keegan McAllister
-2
/
+0
2015-01-05
driver: remove unboxed closures
Jorge Aparicio
-1
/
+1
2015-01-05
creader: Use a single struct
Keegan McAllister
-2
/
+2
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-1
/
+1
2015-01-05
Implement macro re-export
Keegan McAllister
-0
/
+2
2015-01-05
Replace LetSyntaxTT with MacroRulesTT
Keegan McAllister
-1
/
+1
2015-01-05
Ungate default type parameters.
Huon Wilson
-1
/
+0
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-9
/
+3
2015-01-01
Feature gate macro arguments
Corey Richardson
-15
/
+25
2014-12-30
auto merge of #19941 : alexcrichton/rust/issue-19767, r=brson
bors
-2
/
+3
2014-12-29
Rebase fixes.
Huon Wilson
-2
/
+2
2014-12-29
Fix rebase artifacts.
Huon Wilson
-1
/
+0
2014-12-29
Collect tcx arenas into a single struct.
Huon Wilson
-14
/
+6
2014-12-29
Intern BareFnTys to make sty slightly smaller.
Huon Wilson
-1
/
+6
2014-12-29
Store Substs in an arena in the tcx.
Huon Wilson
-2
/
+5
2014-12-29
Implement debug printing for tcx interner sty's.
Huon Wilson
-0
/
+11
2014-12-27
Extend span debugger
Seo Sanghyeon
-2
/
+2
2014-12-27
Use -Z unstable-options for span debugger
Seo Sanghyeon
-2
/
+2
2014-12-27
Rebasing changes
Nick Cameron
-2
/
+4
2014-12-27
Fix fallout
Nick Cameron
-3
/
+4
2014-12-27
save-analysis: emit names of items that a glob import actually imports.
Nick Cameron
-4
/
+16
2014-12-23
rustc: Add knowledge of separate lookup paths
Alex Crichton
-2
/
+3
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-15
/
+15
2014-12-20
Split resolve from rustc::middle into rustc_resolve.
Eduard Burtescu
-3
/
+4
2014-12-20
middle: resolve: fix inconsistencies around ExportMap and remove the 2 suffix.
Eduard Burtescu
-3
/
+3
2014-12-15
auto merge of #19750 : murarth/rust/rusti-support, r=brson
bors
-6
/
+6
2014-12-13
Separate borrowck into its own crate and remove dead code as well.
Niko Matsakis
-1
/
+2
2014-12-11
Perform compiler state reset in phase_1
Murarth
-6
/
+6
2014-12-08
Add ability to configure recursion limit.
Niko Matsakis
-0
/
+4
2014-12-06
librustc_trans: remove unnecessary `as_mut_slice` calls
Jorge Aparicio
-1
/
+1
2014-12-04
Separate the driver into its own crate that uses trans, typeck.
Niko Matsakis
-0
/
+755