summary refs log tree commit diff
path: root/src/librustc_driver/driver.rs
AgeCommit message (Expand)AuthorLines
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-4/+4
2015-02-17Rollup merge of #22383 - pnkfelix:pass-features-along-during-expansion, r=huonwManish Goregaokar-1/+2
2015-02-17Rollup merge of #22241 - kmcallister:macro-plugin-cleanup, r=sfacklerManish Goregaokar-4/+6
2015-02-16rustc: merge check_static into check_const.Eduard Burtescu-3/+0
2015-02-16rustc: remove the vestigial "const marking" pass.Eduard Burtescu-4/+0
2015-02-15libsyntax: Pass feature set in ExpansionConfig, not just enable_quotes.Felix S. Klock II-1/+2
2015-02-12Separate macro and plugin loadingKeegan McAllister-4/+6
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-2/+2
2015-02-09Review changesNick Cameron-4/+5
2015-02-07Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichtonbors-1/+1
2015-02-06librustc_driver has been updatedGuillaumeGomez-1/+1
2015-02-06Rollup merge of #21958 - brson:stable-features, r=alexcrichtonManish Goregaokar-2/+2
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-04Add a lint for writing `#[feature]` for stable features, warn by default.Brian Anderson-2/+2
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-02-04remove all kind annotations from closuresJorge Aparicio-2/+2
2015-02-04Error when #![staged_api] crates are missing stability markersManish Goregaokar-1/+1
2015-02-04Move stability pass after privacy passManish Goregaokar-4/+5
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-6/+6
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-3/+3
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-3/+3
2015-02-01std: Add a new `env` moduleAlex Crichton-11/+12
2015-01-30Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-2/+0
2015-01-30Remove the capture mode map and just store the capture mode for individual va...Niko Matsakis-2/+0
2015-01-28rustc: Print out a prettier version of crate typesAlex Crichton-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-5/+5
2015-01-27accommodate new scoping rules in rustc and rustdoc source.Felix S. Klock II-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-4/+4
2015-01-21Minor fixesBrian Anderson-1/+1
2015-01-21Implement unused features checkBrian Anderson-3/+3
2015-01-21Tie stability attributes to feature gatesBrian Anderson-8/+15
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-16rustc: Move the privacy pass to its own crateAlex Crichton-1/+2
2015-01-15Fix interaction of --no-analysis and --emit dep-infoNick Cameron-0/+22
2015-01-12Make the compilation process more easily customisableNick Cameron-68/+194
2015-01-08librustc_driver: Add support for loading plugins via command line (fixes #15446)Manish Goregaokar-2/+2
2015-01-08librustc::session : Make DebuggingOpts use the options! macroManish Goregaokar-5/+5
2015-01-07use slicing sugarJorge Aparicio-17/+17
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-15/+15
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-7/+8
2015-01-05rollup merge of #20568: huonw/ungate-AT-globsAlex Crichton-1/+0
2015-01-05rollup merge of #20258: sanxiyn/show-span-2Alex Crichton-3/+3
2015-01-05Pass the #[plugin(...)] meta item to the registrarKeegan McAllister-3/+4
2015-01-05Move #[macro_reexport] to extern crateKeegan McAllister-2/+0
2015-01-05driver: remove unboxed closuresJorge Aparicio-1/+1
2015-01-05creader: Use a single structKeegan McAllister-2/+2
2015-01-05Rename macro_escape to macro_useKeegan McAllister-1/+1