about summary refs log tree commit diff
path: root/src/librustc/driver
AgeCommit message (Expand)AuthorLines
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-3150/+0
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+12
2014-11-17Fix fallout from coercion removalNick Cameron-6/+6
2014-11-16rollup merge of #18979: inrustwetrust/codegen-options-parsingJakub Bukaj-16/+31
2014-11-16Move FromStr to core::strBrendan Zabarauskas-3/+2
2014-11-15Slightly improved rustc error messages for invalid -C argumentsinrustwetrust-16/+31
2014-11-12Register new snapshotsAlex Crichton-28/+0
2014-11-11auto merge of #18797 : vadimcn/rust/prefer-bundled2, r=alexcrichtonbors-2/+2
2014-11-08Prefer bundled linker.Vadim Chugunov-2/+2
2014-11-07rustc: Process #[cfg]/#[cfg_attr] on cratesAlex Crichton-5/+5
2014-11-06Fallout from collection conventionsAlexis Beingessner-1/+1
2014-11-05Fix fallout of DSTifying PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+28
2014-11-04Implement flexible target specificationCorey Richardson-111/+58
2014-11-03rollup merge of #18519 : Gankro/collect-smashAlex Crichton-1/+1
2014-11-03rollup merge of #18470 : alexcrichton/dash-lAlex Crichton-1/+26
2014-11-03auto merge of #18463 : japaric/rust/bytes2, r=alexcrichtonbors-1/+1
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1/+1
2014-11-02Add type annotation to deal with falloutAaron Turon-1/+1
2014-11-01Remove unnecessary allocationsJorge Aparicio-1/+1
2014-10-30rustc: Implement -l and include! tweaksAlex Crichton-1/+26
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-2/+2
2014-10-30Fix a minor issue with how lint groups are printed by rustcP1start-1/+2
2014-10-29Rename fail! to panic!Steve Klabnik-10/+10
2014-10-28Revert "enable parallel codegen by default"Daniel Micay-14/+1
2014-10-28Update code with new lint namesAaron Turon-2/+2
2014-10-21enable parallel codegen by defaultStuart Pernsteiner-1/+14
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-23/+16
2014-10-17auto merge of #16855 : P1start/rust/help-messages, r=brsonbors-0/+6
2014-10-16librustc: Remove all uses of {:?}.Luqman Aden-2/+1
2014-10-14rustc: Rename lints per RFC 344Aaron Turon-2/+2
2014-10-10auto merge of #17037 : kmcallister/rust/no-stack-check, r=thestingerbors-0/+2
2014-10-09Add -C no-stack-checkKeegan McAllister-0/+2
2014-10-09rustc: Convert statics to constantsAlex Crichton-3/+3
2014-10-06Properly handle cfgs in rustdocSteven Fackler-1/+1
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-0/+2
2014-10-02rollup merge of #17682 : nodakai/librustc-handy-versionAlex Crichton-4/+20
2014-10-02auto merge of #17590 : bjadamson/rust/rustc-improvements, r=alexcrichtonbors-5/+2
2014-10-02auto merge of #17681 : jgallagher/rust/dep-info-escape-spaces, r=alexcrichtonbors-1/+7
2014-10-02librustc/driver: expose build information of rustc.NODA, Kai-4/+20
2014-10-01Make --dep-info escape spaces in filenamesJohn Gallagher-1/+7
2014-10-01Limit recursion depth for macro expansions, closes #17628Florian Hahn-0/+1
2014-09-30Remove unnecessary allocation, update API name for starting the rustc driver.Benjamin Adamson-5/+2
2014-09-29rollup merge of #17592 : kmcallister/inline-asm-locAlex Crichton-0/+2
2014-09-29rollup merge of #17576 : kmcallister/hide-quotesAlex Crichton-1/+2
2014-09-28auto merge of #17527 : sfackler/rust/cfg-syntax, r=alexcrichtonbors-2/+2
2014-09-27Convert cfg syntax to new systemSteven Fackler-2/+2
2014-09-27Translate inline assembly errors back to source locationsKeegan McAllister-0/+2
2014-09-26Hide the quote_*! macros when the feature gate is offKeegan McAllister-1/+2
2014-09-25Remove the last redundant check from kindck, and then remove the pass as well.Niko Matsakis-3/+7
2014-09-25auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturonbors-2/+6