summary refs log tree commit diff
path: root/src/librustc_driver/driver.rs
AgeCommit message (Expand)AuthorLines
2015-04-16Auto merge of #24437 - fhahn:issue-24434, r=alexcrichtonbors-2/+3
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-14Strip configuration before checking feature gates of macrosFlorian Hahn-2/+3
2015-04-08Allow plugins to register LLVM passesKeegan McAllister-1/+3
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-25rustc: Remove support for int/uintAlex Crichton-4/+2
2015-03-23Add generic conversion traitsAaron Turon-3/+3
2015-03-08normalize the current directory as Path{""}Richo Healey-1/+1
2015-03-08rustc: Fix an ICE when -o bare-pathRicho Healey-1/+4
2015-03-06Rollup merge of #23090 - alexcrichton:dep-info, r=pnkfelixManish Goregaokar-1/+3
2015-03-05rustc: Don't emit dep-info for imported filesAlex Crichton-1/+3
2015-03-06Run feature-gating on the final AST passed to the compiler.Huon Wilson-4/+21
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-25/+26
2015-02-25Rollup merge of #22727 - alexcrichton:prep-env, r=aturonManish Goregaokar-2/+3
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-2/+3
2015-02-24rustc: combine partial_def_map and last_private_map into def_map.Eduard Burtescu-4/+0
2015-02-24rustc_resolve: don't handle impl items as if they were modules.Eduard Burtescu-3/+3
2015-02-24rustc: use partially resolved definitions to replace the `T::A` hack.Eduard Burtescu-0/+2
2015-02-22Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturonManish Goregaokar-9/+9
2015-02-21In the rustc driver, we pass the expanded, not the pre-expansion, AST to the ...Nick Cameron-2/+5
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-9/+9
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