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