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
/
librustc_driver
Age
Commit message (
Expand
)
Author
Lines
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-43
/
+45
2014-12-21
rollup merge of #19898: Aatch/issue-19684
Alex Crichton
-1
/
+1
2014-12-20
auto merge of #19900 : alexcrichton/rust/compiler-flags, r=cmr
bors
-56
/
+63
2014-12-20
auto merge of #19511 : eddyb/rust/no-shadow, r=alexcrichton
bors
-1
/
+1
2014-12-20
Split resolve from rustc::middle into rustc_resolve.
Eduard Burtescu
-4
/
+6
2014-12-20
middle: resolve: fix inconsistencies around ExportMap and remove the 2 suffix.
Eduard Burtescu
-3
/
+3
2014-12-20
Remove feature(import_shadowing) from all crates.
Eduard Burtescu
-1
/
+1
2014-12-19
rustc: Start "stabilizing" some flags
Alex Crichton
-56
/
+63
2014-12-19
librustc_driver: use `#[deriving(Copy)]`
Jorge Aparicio
-6
/
+2
2014-12-19
auto merge of #19884 : nikomatsakis/rust/issue-19730-perfect-forwarding, r=pn...
bors
-2
/
+125
2014-12-19
Centralize on using `Binder` to introduce new binding levels, rather than hav...
Niko Matsakis
-2
/
+2
2014-12-19
Fix bug in higher-ranked code that would sometimes leak skolemized regions an...
Niko Matsakis
-0
/
+42
2014-12-19
Add tests for sub relationship on free/bound regions, revealing a bug.
Niko Matsakis
-0
/
+81
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-7
/
+3
2014-12-18
Fallout from new thread API
Aaron Turon
-6
/
+9
2014-12-18
Only count nested returns when the outer return is reachable
James Miller
-1
/
+1
2014-12-17
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-17
rollup merge of #19849: alexcrichton/second-pass-option
Alex Crichton
-1
/
+1
2014-12-15
auto merge of #19750 : murarth/rust/rusti-support, r=brson
bors
-6
/
+6
2014-12-14
std: Fully stabilize Option<T>
Alex Crichton
-1
/
+1
2014-12-14
Rename FnStyle trait to Unsafety.
Niko Matsakis
-1
/
+1
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-2
/
+2
2014-12-13
librustc_driver: use unboxed closures
Jorge Aparicio
-10
/
+15
2014-12-13
librustc_trans: fix fallout
Jorge Aparicio
-5
/
+3
2014-12-13
Separate borrowck into its own crate and remove dead code as well.
Niko Matsakis
-5
/
+7
2014-12-11
Perform compiler state reset in phase_1
Murarth
-6
/
+6
2014-12-11
Register new snapshots
Alex Crichton
-1
/
+1
2014-12-09
auto merge of #19466 : nikomatsakis/rust/recursion-limit, r=eddyb
bors
-0
/
+4
2014-12-08
Add ability to configure recursion limit.
Niko Matsakis
-0
/
+4
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+4
2014-12-06
librustc_trans: remove unnecessary `as_mut_slice` calls
Jorge Aparicio
-1
/
+1
2014-12-06
librustc_trans: remove unnecessary `as_slice` calls
Jorge Aparicio
-2
/
+2
2014-12-05
Fix various references in late-running tests and things
Niko Matsakis
-18
/
+18
2014-12-04
FIXME(#19497) -- Stop messing around and just give rustc 32MB of stack uncond...
Niko Matsakis
-7
/
+1
2014-12-04
Separate the driver into its own crate that uses trans, typeck.
Niko Matsakis
-0
/
+2592
[prev]