summary refs log tree commit diff
path: root/src/librustc_driver/lib.rs
AgeCommit message (Expand)AuthorLines
2015-09-06add MIR crate and link it into the driverNiko Matsakis-0/+1
2015-09-03Add an intital HIR and lowering stepNick Cameron-0/+2
2015-08-25Respect `--color` when printing early errorsBarosl Lee-13/+16
2015-08-17Add some SIMD target_feature cfg's when appropriate.Huon Wilson-1/+3
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-4/+4
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-2/+2
2015-07-30Rename the unstable option `--xpretty` to `--unpretty`Felix S. Klock II-1/+1
2015-07-16Fixup #27046 with pattern bindingsManish Goregaokar-12/+12
2015-07-16Rollup merge of #27046 - nrc:driver-defaults, r=alexcrichtonManish Goregaokar-3/+9
2015-07-15Some more default implementations for the compiler driver callbacks.Nick Cameron-3/+9
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-1/+1
2015-07-08Auto merge of #26869 - alexcrichton:fix-msvc-sepcomp, r=nrcbors-4/+2
2015-07-08trans: Link rlibs to dylibs with --whole-archiveAlex Crichton-4/+2
2015-07-07Revert "rustc_driver: Print stage info in --version --verbose"Brian Anderson-16/+0
2015-07-07Revert "rustc_driver: Omit stage info for stage2+"Brian Anderson-3/+5
2015-07-06rustc_driver: Omit stage info for stage2+Richo Healey-5/+3
2015-07-06rustc_driver: Print stage info in --version --verboseRicho Healey-0/+16
2015-06-27rustc_driver: Fix incorrect commentRicho Healey-2/+1
2015-06-19rustc: remove ownership of tcx from trans' context.Eduard Burtescu-6/+4
2015-06-17More test fixes and fallout of stability changesAlex Crichton-2/+2
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+0
2015-06-17collections: Split the `collections` featureAlex Crichton-3/+4
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-2/+2
2015-05-27Remove build date from the output of --versionJohannes Oertel-5/+0
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-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
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-16deprecate Unicode functions that will be moved to crates.iokwantam-4/+2
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-04Fix printing of extended errors.Michael Sproul-1/+2
2015-04-01Fallout out rustcNiko Matsakis-2/+2
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-1/+0
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-1/+0
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-1/+0
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-3/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+2
2015-03-26Register new snapshotsAlex Crichton-1/+1
2015-03-23Add generic conversion traitsAaron Turon-6/+7
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-20/+19
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-1/+0
2015-03-12Stabilize std::pathAaron Turon-1/+0