about summary refs log tree commit diff
path: root/src/librustc_driver/lib.rs
AgeCommit message (Expand)AuthorLines
2015-03-06Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturonManish Goregaokar-0/+1
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-1/+0
2015-03-05std: Stabilize the `ffi` moduleAlex Crichton-1/+0
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-04std: Stabilize portions of the `io` moduleAlex Crichton-0/+1
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-24/+30
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-02-28Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturonManish Goregaokar-1/+1
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-2/+4
2015-02-27std: Stabilize the `env` moduleAlex Crichton-1/+1
2015-02-22Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturonManish Goregaokar-5/+5
2015-02-21In the rustc driver, we pass the expanded, not the pre-expansion, AST to the ...Nick Cameron-5/+7
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-5/+5
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-5/+5
2015-02-17Test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-17Test fixes and rebase conflictsAlex Crichton-3/+2
2015-02-17rollup merge of #22459: alexcrichton/feature-namesAlex Crichton-2/+2
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-2/+2
2015-02-17Fix removal of complement-bugreport.mdManish Goregaokar-1/+1
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+1
2015-02-15Rollup merge of #22201 - brson:version, r=nick29581Manish Goregaokar-0/+5
2015-02-13Add the build date to the reported version. #21957Brian Anderson-0/+5
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-3/+2
2015-02-10Auto merge of #22026 - kmcallister:plugin, r=sfacklerbors-1/+0
2015-02-09Use a crate attribute to load pluginsKeegan McAllister-1/+0
2015-02-09Review changesNick Cameron-27/+46
2015-02-09Refactor compilation to make it easier to use for toolsNick Cameron-171/+305
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-10/+10
2015-02-04remove all kind annotations from closuresJorge Aparicio-5/+5
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-2/+2
2015-02-02More deprecating of i/u suffixesAlfie John-2/+2
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-7/+7
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-2/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-5/+5
2015-02-01std: Add a new `env` moduleAlex Crichton-6/+7
2015-01-30Test fixes and rebase conflictsAlex Crichton-6/+5
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-8/+8
2015-01-26Fallout of io => old_ioAlex Crichton-8/+8
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-6/+21
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+10
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-21rollup merge of #21441: alexcrichton/rustc-optsAlex Crichton-4/+8
2015-01-20Make error code registration work again. #19624Brian Anderson-2/+13
2015-01-20rustc: Remove deprecated flagsAlex Crichton-4/+8
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-16rustc: Move the privacy pass to its own crateAlex Crichton-0/+1
2015-01-15Fix interaction of --no-analysis and --emit dep-infoNick Cameron-1/+1