summary refs log tree commit diff
path: root/src/test/run-make/issue-19371
AgeCommit message (Expand)AuthorLines
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-3/+4
2017-09-14rustc: Remove `Session::dep_graph`Alex Crichton-2/+1
2017-09-12Remove the `cstore` reference from Session in order to prepare encapsulating ...Michael Woerister-1/+1
2017-09-09rustc: Remove `DepGraph` handling from rustc_metadataAlex Crichton-1/+1
2017-05-15Remove rustc_llvm dependency from librustcRobin Kruppe-0/+1
2017-05-14Remove rustc_llvm dependency from rustc_metadataRobin Kruppe-1/+2
2016-11-21Fix fallout in `rustdoc` and tests.Jeffrey Seyfried-1/+2
2016-10-29Move `CrateConfig` from `Crate` to `ParseSess`.Jeffrey Seyfried-8/+2
2016-08-11Remove the 'cfg' field from session::config::Options.Michael Woerister-2/+2
2016-08-11Add the notion of a dependency tracking status to commandline arguments.Michael Woerister-2/+3
2016-07-11Avoid passing around the thread-local interner in `librustc_metadata`.Jeffrey Seyfried-2/+1
2016-06-23Address more travis errorsJonathan Turner-1/+2
2016-05-18thread the DepGraph to session/crate-storeNiko Matsakis-2/+4
2016-03-14Allow custom filenames for anonymous inputsmitaa-2/+2
2016-02-07Add compile-fail test in rustdocGuillaume Gomez-1/+1
2016-01-26Initial work towards abort-free compilationNick Cameron-1/+1
2015-12-21Register new snapshotsAlex Crichton-2/+1
2015-11-26fix tests & rustdocAriel Ben-Yehuda-1/+2
2015-11-26make check worksAriel Ben-Yehuda-5/+10
2015-09-30rustc: Support output filenames for each emit typeAlex Crichton-3/+3
2015-04-30Add metadata output to the diagnostics system.Michael Sproul-1/+1
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-3/+3
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-4/+6
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-0/+2
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
2015-01-20Make error code registration work again. #19624Brian Anderson-1/+1
2015-01-12Make the compilation process more easily customisableNick Cameron-2/+4
2014-12-05Fix various references in late-running tests and thingsNiko Matsakis-4/+4
2014-11-29Fix rustc panic on second compile_inputMurarth-0/+71