about summary refs log tree commit diff
path: root/src/librustc/driver
AgeCommit message (Expand)AuthorLines
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
2014-09-24handling fallout from entry apiAlexis Beingessner-2/+6
2014-09-22Revert "Prefer bundled gcc. External gcc can still be used if one provides a...Alex Crichton-2/+2
2014-09-21auto merge of #17419 : anchovieshat/rust/remove_no_opt, r=cmrbors-5/+1
2014-09-21auto merge of #17412 : vadimcn/rust/gccpref, r=alexcrichtonbors-2/+2
2014-09-21Move -Z lto to -C lto.Colin Davidson-3/+3
2014-09-21Remove -Z no-opt flag.Colin Davidson-5/+1
2014-09-20Prefer bundled gcc. External gcc can still be used if one provides a full pa...Vadim Chugunov-2/+2
2014-09-19rollup merge of #17338 : nick29581/variants-namespaceAlex Crichton-5/+5
2014-09-19Add enum variants to the type namespaceNick Cameron-5/+5
2014-09-18rustc: move freevar finding to resolve.Eduard Burtescu-11/+9
2014-09-17auto merge of #17264 : bkoropoff/rust/issue-17252, r=nick29581bors-0/+3
2014-09-17move feature_gate to libsyntaxNick Cameron-8/+19
2014-09-17move std_inject to libsyntaxNick Cameron-2/+8
2014-09-17move most of front to libsyntaxNick Cameron-15/+9
2014-09-16Fallout from renamingAaron Turon-15/+15
2014-09-15auto merge of #17208 : kmcallister/rust/llvm-diagnostics, r=thestingerbors-3/+42
2014-09-14Separate static item recursion check into its own passBrian Koropoff-0/+3
2014-09-14rustc: fix fallout from using ptr::P.Eduard Burtescu-116/+113
2014-09-12Add -C remark for LLVM optimization remarksKeegan McAllister-1/+40
2014-09-12Fix bad error message copypastaKeegan McAllister-2/+2
2014-09-11Append target-specific tools directory ($(RUST)/bin/rustlib/<triple>/bin/) to...Vadim Chugunov-3/+19
2014-09-08rustc: fix fallout from the addition of a 'tcx lifetime on tcx.Eduard Burtescu-6/+6
2014-09-08rustc: use a TypedArena to allocate types in the type context.Eduard Burtescu-10/+17
2014-09-08auto merge of #16933 : nick29581/rust/dst-rvalue, r=nikomatsakisbors-0/+3
2014-09-08Forbid unsized rvaluesNick Cameron-0/+3
2014-09-07Changed addl_lib_search_paths from HashSet to Vecinrustwetrust-3/+3
2014-09-05run optimization and codegen on worker threadsStuart Pernsteiner-4/+17
2014-09-05move back::link::write into a separate fileStuart Pernsteiner-25/+26
2014-09-05split CrateContext into shared and local piecesStuart Pernsteiner-0/+1
2014-08-30auto merge of #16419 : huonw/rust/pretty-expanded-hygiene, r=pnkfelixbors-555/+619
2014-08-30rustc: implement a pretty mode to print ident/name's ctxt & gensyms.Huon Wilson-0/+50
2014-08-30Add lint groups; define built-in lint groups `bad_style` and `unused`P1start-13/+61
2014-08-29rustc: remove a trait that is unnecessary after pretty move.Huon Wilson-31/+21