about summary refs log tree commit diff
path: root/src/librustc_driver/lib.rs
AgeCommit message (Expand)AuthorLines
2017-01-22Remove unused `extern crate`s.Jeffrey Seyfried-1/+0
2017-01-22Warn on unused `#[macro_use]` imports.Jeffrey Seyfried-1/+0
2017-01-17run rustdoc tests in the same sort of thread rustc runs inNiko Matsakis-16/+28
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2016-12-31Split CtxtArenas into GlobalArenas and CtxtInterners.Mark Simulacrum-0/+1
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-29Change --crate-type metadata to --emit=metadataNick Cameron-1/+2
2016-12-02rustc: add --print target-spec optionDoug Goldstein-0/+3
2016-11-30Update the bootstrap compilerAlex Crichton-2/+0
2016-11-20Move `MetaItemKind`'s `Name` to a field of `MetaItem`.Jeffrey Seyfried-1/+2
2016-11-20Refactor `CrateConfig`.Jeffrey Seyfried-45/+19
2016-11-10rustc_typeck: correctly track "always-diverges" and "has-type-errors".Eduard Burtescu-2/+0
2016-11-09Rollup merge of #37636 - karpinski:issue-34915, r=nikomatsakisEduard-Mihai Burtescu-1/+6
2016-11-08Adding a deprecation warning for no-stack-check codegen option.karpinski-1/+6
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-1/+1
2016-10-30Replace all uses of SHA-256 with BLAKE2b.Michael Woerister-0/+1
2016-10-29Move `CrateConfig` from `Crate` to `ParseSess`.Jeffrey Seyfried-28/+17
2016-10-22Rename `loader.rs` -> `locator.rs`.Jeffrey Seyfried-3/+2
2016-10-15include LLVM version in `--version --verbose`Zack M. Davis-0/+4
2016-10-12Rollup merge of #37066 - nrc:stderr, r=alexcrichtonAlex Crichton-1/+1
2016-10-12Stabilise `?`Nick Cameron-1/+1
2016-10-10Error monitor should emit error to stderr instead of stdoutNick Cameron-1/+1
2016-09-30Change the sigs of set_print/set_panic to allow restoring the default objectsBrian Anderson-2/+2
2016-09-28Allow supplying an error destination via the compiler driverNick Cameron-19/+20
2016-09-26appease tidyTim Neumann-1/+2
2016-09-26deduplicate inline is_nightly_build implementationsTim Neumann-4/+1
2016-09-26refactor away get_unstable_features_settingTim Neumann-2/+2
2016-09-19Auto merge of #36102 - GuillaumeGomez:rustc_metadata_diagnostics, r=jonathand...bors-0/+1
2016-09-15Default RUST_MIN_STACK to 16MiB for nowSimonas Kazlauskas-1/+2
2016-09-04Auto merge of #36203 - petrochenkov:uvsdot, r=nrcbors-2/+3
2016-09-04Auto merge of #36132 - nrc:save-std, r=@eddybbors-1/+4
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-2/+3
2016-09-04Add librustc metadata error codes to global checkggomez-0/+1
2016-09-02rustc: Implement custom derive (macros 1.1)Alex Crichton-1/+1
2016-09-01save-analsysis: add save-analysis-api CLI flagNick Cameron-1/+4
2016-08-25Refactor away `AttrMetaMethods`.Jeffrey Seyfried-1/+0
2016-08-25Implement RFC#1559: allow all literals in attributes.Sergio Benitez-5/+7
2016-08-23Use idiomatic names for string-related methods names.Corey Farwell-1/+1
2016-08-11Remove the 'cfg' field from session::config::Options.Michael Woerister-13/+25
2016-08-11Add the notion of a dependency tracking status to commandline arguments.Michael Woerister-2/+4
2016-08-10Auto merge of #34845 - bitshifter:issue-30961, r=alexcrichtonbors-0/+23
2016-08-07Turn on new errors, json mode. Remove duplicate unicode testJonathan Turner-12/+3
2016-08-06Merge branch 'master' into issue-30961Cameron Hart-22/+16
2016-08-03begin auditing the C++ types in RustWrapperAriel Ben-Yehuda-1/+1
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-1/+0
2016-07-29Auto merge of #34842 - cgswords:attr_enc, r=nrcbors-19/+14
2016-07-27librustc_back: filter targets for only valid onesJonathan Creekmore-1/+1
2016-07-25Adressed PR comments.cgswords-6/+3
2016-07-25General MetaItem encapsulation rewrites.cgswords-19/+17
2016-07-24Tidy ups for code gen options helpCameron Hart-12/+11