about summary refs log tree commit diff
path: root/src/librustc_driver/lib.rs
AgeCommit message (Expand)AuthorLines
2015-01-13Some random thingsNick Cameron-1/+1
2015-01-12Make the compilation process more easily customisableNick Cameron-1/+42
2015-01-08auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichtonbors-1/+2
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-08librustc_driver: Add support for loading plugins via command line (fixes #15446)Manish Goregaokar-1/+3
2015-01-08librustc::session : Make DebuggingOpts use the options! macroManish Goregaokar-7/+7
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+2
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-9/+9
2015-01-08allow box_syntax and unknown features in the rustc_driver crate.Felix S. Klock II-0/+2
2015-01-07Preliminary feature stagingBrian Anderson-1/+21
2015-01-07use slicing sugarJorge Aparicio-9/+9
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-19/+3
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-8/+8
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-2/+16
2015-01-05rollup merge of #20258: sanxiyn/show-span-2Alex Crichton-2/+6
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-2/+16
2015-01-03remove `Any[Mut]RefExt` traits in favor of `impl Any`Jorge Aparicio-1/+0
2015-01-03rustc_driver: fix falloutJorge Aparicio-0/+1
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+2
2014-12-31rustc_driver: unbox closures used in let bindingsJorge Aparicio-4/+4
2014-12-30Fallout from stabilizationAaron Turon-3/+5
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-1/+1
2014-12-29std: Stabilize the prelude moduleAlex Crichton-0/+2
2014-12-27Use -Z unstable-options for span debuggerSeo Sanghyeon-1/+5
2014-12-27Add unstable_options methodSeo Sanghyeon-1/+1
2014-12-26s/task/thread/gSteve Klabnik-1/+1
2014-12-22rollup merge of #19964: pnkfelix/everybody-loops-pprintAlex Crichton-8/+48
2014-12-22Add an unstable `--xpretty _` option to `rustc`. Moved `flowgraph`Felix S. Klock II-1/+12
2014-12-22Add `-Z unstable-options` debugging flag, which can then be used toFelix S. Klock II-7/+36
2014-12-21Fallout of std::str stabilizationAlex Crichton-13/+15
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-0/+1
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-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-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+2
2014-12-13librustc_driver: use unboxed closuresJorge Aparicio-0/+1
2014-12-13Separate borrowck into its own crate and remove dead code as well.Niko Matsakis-1/+2
2014-12-11Register new snapshotsAlex Crichton-1/+1
2014-12-06librustc_trans: remove unnecessary `as_slice` callsJorge Aparicio-2/+2
2014-12-04FIXME(#19497) -- Stop messing around and just give rustc 32MB of stack uncond...Niko Matsakis-7/+1