summary refs log tree commit diff
path: root/src/librustc_driver/lib.rs
AgeCommit message (Expand)AuthorLines
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
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-10std: Stabilize more of the `char` moduleAlex Crichton-3/+1
2015-03-06rollup merge of #22975: alexcrichton/stabilize-ffiAlex Crichton-1/+0
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-06Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturonManish Goregaokar-1/+0
2015-03-06Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturonManish Goregaokar-0/+1
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-1/+0
2015-03-05std: Stabilize the `ffi` moduleAlex Crichton-1/+0
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-04std: Stabilize portions of the `io` moduleAlex Crichton-0/+1
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-24/+30
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-02-28Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturonManish Goregaokar-1/+1
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-2/+4
2015-02-27std: Stabilize the `env` moduleAlex Crichton-1/+1
2015-02-22Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturonManish Goregaokar-5/+5
2015-02-21In the rustc driver, we pass the expanded, not the pre-expansion, AST to the ...Nick Cameron-5/+7
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-5/+5