about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2015-06-12Cleanup: rename middle::ty::sty and its variants.Eli Friedman-1/+1
2015-06-11Auto merge of #26199 - swgillespie:issue-26092, r=alexcrichtonbors-2/+2
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-1/+1
2015-06-10fix #26092 by returning an empty OS string when the output file path has no f...swgillespie-2/+2
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-5/+5
2015-06-10syntax: move ast_map to librustc.Eduard Burtescu-3/+4
2015-05-27Remove build date from the output of --versionJohannes Oertel-5/+0
2015-05-27Auto merge of #25741 - richo:backtrace-message, r=alexcrichtonbors-1/+4
2015-05-26Make caching in stability work. This improves stability check performanceAriel Ben-Yehuda-1/+1
2015-05-24Auto merge of #25168 - Manishearth:register_attr, r=eddybbors-3/+5
2015-05-23driver: Only emit the RUST_BACKTRACE message if not presentRicho Healey-1/+4
2015-05-20Auto merge of #25350 - alexcrichton:msvc, r=brsonbors-1/+1
2015-05-19rustc: Shorten MSVC metadata section nameAlex Crichton-1/+1
2015-05-17Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakisbors-2/+2
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-14Move configuration 1 phase before crate metadata collectionKevin Ballard-11/+11
2015-05-14syntax: refactor (Span)Handler and ParseSess constructors to be methods.Eduard Burtescu-2/+2
2015-05-10Rollup merge of #25252 - inrustwetrust:crate-type-attribute, r=alexcrichtonManish Goregaokar-5/+2
2015-05-10Upgraded warning for invalid crate_type attribute syntax to an errorinrustwetrust-5/+2
2015-05-07Add support for registering attributes with rustc in pluginsManish Goregaokar-3/+5
2015-05-05rustc: Fix more verbatim paths leaking to gccAlex Crichton-1/+2
2015-05-01std: Remove index notation on slice iteratorsAlex Crichton-5/+5
2015-04-30Auto merge of #24884 - michaelsproul:extended-errors, r=nrcbors-3/+4
2015-04-30Add metadata output to the diagnostics system.Michael Sproul-3/+4
2015-04-28Register new snapshotsTamir Duberstein-1/+0
2015-04-27Auto merge of #23606 - quantheory:associated_const, r=nikomatsakisbors-0/+24
2015-04-24Auto merge of #24553 - nikomatsakis:issue-22779-overconstrained-impl, r=pnkfelixbors-1/+3
2015-04-24fix rustc_driver testsNiko Matsakis-1/+3
2015-04-23Functional changes for associated constants. Cross-crate usage of associated ...Sean Patrick Santos-0/+24
2015-04-18Return nonzero exit code if there are errors at a stop pointFlorian Hahn-5/+10
2015-04-18Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichtonbors-4/+2
2015-04-17Auto merge of #24461 - nikomatsakis:issue-22077-unused-lifetimes, r=aturonbors-1/+6
2015-04-17Fix some missing casesNiko Matsakis-1/+6
2015-04-17Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelixManish Goregaokar-0/+1
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-4/+2
2015-04-16Auto merge of #24437 - fhahn:issue-24434, r=alexcrichtonbors-2/+3
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-4/+4
2015-04-14Strip configuration before checking feature gates of macrosFlorian Hahn-2/+3
2015-04-14Fix: sess.opt should have been sess.optsThomas Jespersen-1/+1
2015-04-14Add "trace-macros" as a compiler flagThomas Jespersen-0/+1
2015-04-08Allow plugins to register LLVM passesKeegan McAllister-1/+3
2015-04-04Fix printing of extended errors.Michael Sproul-1/+2
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-5/+5
2015-04-01rollup merge of #23951: alexcrichton/splitnAlex Crichton-1/+1
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-1/+1
2015-04-02Rollup merge of #23924 - nrc:unqual-assoc3, r=alexcrichtonManish Goregaokar-0/+4
2015-04-02Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelixManish Goregaokar-9/+9
2015-04-01Fallout out rustcNiko Matsakis-5/+5
2015-04-01Auto merge of #23109 - nikomatsakis:closure-region-hierarchy, r=pnkfelixbors-0/+1
2015-04-01Implement the new region hierarchy rules, in which regions from distinctNiko Matsakis-0/+1