about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
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-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
2015-04-01Pretty print ids for assoc itemsNick Cameron-0/+4
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-3/+2
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-3/+2
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-6/+5
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-1/+0
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-6/+5
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-31Port over type inference to using the new type relation stuffNiko Matsakis-9/+9
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-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-71/+68
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-67/+66
2015-03-26Register new snapshotsAlex Crichton-1/+1
2015-03-25rustc: Remove support for int/uintAlex Crichton-4/+2
2015-03-23Add generic conversion traitsAaron Turon-9/+10
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-0/+1
2015-03-15Use new io in print and println macrosesSimonas Kazlauskas-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-28/+26
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-1/+0
2015-03-12Stabilize std::pathAaron Turon-1/+0
2015-03-12Rollup merge of #23274 - rprichard:fix-21715, r=pnkfelixManish Goregaokar-25/+43
2015-03-11Improve -Z unstable-options diagnostics and avoid an ICERyan Prichard-25/+43
2015-03-10Auto merge of #23126 - alexcrichton:char-third-pass, r=aturonbors-3/+1
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-3/+1
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 #22975: alexcrichton/stabilize-ffiAlex Crichton-1/+0