summary refs log tree commit diff
path: root/src/librustc_driver/lib.rs
AgeCommit message (Expand)AuthorLines
2018-04-18Use #[no_debug] to work around LLVM problem with rustc_driver::get_trans::LOAD.Michael Woerister-0/+4
2018-03-25Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoeristerkennytm-24/+30
2018-03-17Auto merge of #48904 - Zoxc:code-and-file-maps, r=michaelwoeristerbors-2/+2
2018-03-16Always print `aborting due to n previous error(s)` and only print it once for...John Kåre Alsaker-24/+30
2018-03-15Require a thread-safe file loaderJohn Kåre Alsaker-2/+2
2018-03-15Rollup merge of #48993 - alexheretic:fix-48816, r=michaelwoeristerkennytm-0/+6
2018-03-15Rollup merge of #48765 - Phlosioneer:10234-wall-help-message, r=estebankkennytm-0/+16
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-0/+11
2018-03-13fix #48816 don't print help on indirect compiler ICEAlex Butler-0/+6
2018-03-13introduce `infcx.at(..).normalize(..)` operation [VIC]Niko Matsakis-0/+1
2018-03-12Update -Wall message based on feedbackPhlosioneer-4/+3
2018-03-09Move PROFQ_CHAN to a Session fieldJohn Kåre Alsaker-1/+1
2018-03-08Allow tools (e.g. miri) to enable rust loggingOliver Schneider-1/+7
2018-03-08Move librustc_const_eval to librustc_mirOliver Schneider-2/+0
2018-03-06Fix trailing whitespacePhlosioneer-1/+1
2018-03-06Update env_logger to 0.5.4Alex Crichton-1/+1
2018-03-06Add info message for -Wall commandPhlosioneer-0/+17
2018-03-04Rollup merge of #48664 - Keruspe:codegen, r=alexcrichtonkennytm-1/+3
2018-03-02make codegen-backends directory name configurableMarc-Antoine Perennou-1/+3
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-2/+2
2018-02-28Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakisManish Goregaokar-10/+10
2018-02-28Rollup merge of #48266 - pietroalbini:report-compiler-flags-on-ice, r=michael...kennytm-5/+80
2018-02-23Report non-standard compile flags on ICEPietro Albini-5/+80
2018-02-23Allow future-incompat lints to mention an epochManish Goregaokar-10/+10
2018-02-20stage0 cfg cleanupMark Simulacrum-8/+0
2018-01-31Auto merge of #47900 - kennytm:rollup, r=kennytmbors-8/+23
2018-02-01Rollup merge of #47895 - varkor:non-utf-stdin, r=estebankkennytm-7/+22
2018-01-31rustc: Move location of `codegen-backends` dirAlex Crichton-1/+1
2018-01-31Auto merge of #45752 - estebank:highlight-primary, r=nikomatsakisbors-1/+3
2018-01-31Fix ICE when reading non-UTF-8 input from stdinvarkor-7/+22
2018-01-29Toggle span highlighting on `-Zteach`Esteban Küber-1/+3
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-15/+14
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-48/+242
2018-01-26Do not capture stderr in the compiler. Instead just panic silently for fatal ...John Kåre Alsaker-28/+7
2018-01-25Rollup merge of #47679 - etaoins:remove-redundant-backtrace-hint, r=estebankGuillaume Gomez-8/+0
2018-01-23Rollup merge of #47661 - bjorn3:refactor_driver, r=michaelwoeristerkennytm-18/+13
2018-01-23Remove broken redundant backtrace hintRyan Cumming-8/+0
2018-01-23Rollup merge of #47440 - mark-i-m:zunpretty, r=nikomatsakiskennytm-2/+3
2018-01-22Inline some rustc_driver functionbjorn3-18/+13
2018-01-19Just forget the DynamicLibrary after getting a hot plugged backendbjorn3-59/+2
2018-01-19Fix hotplug backend and add testbjorn3-0/+8
2018-01-19Fix review commentsbjorn3-3/+78
2018-01-19Cleanup hot plug codegen backend codebjorn3-1/+1
2018-01-19Hot plug rustc_transbjorn3-0/+3
2018-01-19Allow runtime switching between trans backendsbjorn3-64/+73
2018-01-18Change the --unpretty flag to -Z unprettyMark Mansi-2/+3
2018-01-07Remove redundant -Zdebug-llvm optionBjörn Steinbrink-5/+0
2018-01-04rustc: Don't use relative paths for extended errorsAlex Crichton-0/+8
2017-12-22Auto merge of #46779 - Zoxc:par-merge-without-sync, r=arielb1bors-3/+2
2017-12-21Remove useless RcJohn Kåre Alsaker-2/+2