summary refs log tree commit diff
path: root/src/librustc_driver/lib.rs
AgeCommit message (Expand)AuthorLines
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
2017-12-21Combine GlobalArenas and DroplessArena into AllArenasJohn Kåre Alsaker-1/+0
2017-12-19Move source-output conflict checking into `compile_input`varkor-14/+1
2017-12-18Prevent rustc overwriting input filesvarkor-1/+15
2017-12-15Rollup merge of #46705 - pornel:cargo-output, r=alexcrichtonSteve Klabnik-3/+2
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-3/+5
2017-12-13Remove message that prevents Cargo from working with --print=native-static-libsKornel-3/+2
2017-12-06Rollup merge of #46136 - tbu-:pr_werror, r=nikomatsakisCorey Farwell-1/+1
2017-12-01Changed the wording for the `warnings` lintTobias Bucher-1/+1
2017-11-25rustbuild: Enable WebAssembly backend by defaultAlex Crichton-2/+4
2017-11-20Clarify what `-D warnings` or `-F warnings` doesTobias Bucher-1/+1
2017-11-03Add support for specifying the TLS modelAmanieu d'Antras-0/+8
2017-10-20Add short message-formatGuillaume Gomez-2/+6
2017-10-10Fixed client code for diagnostics migration, adding new methods to `trait Bor...Felix S. Klock II-1/+0
2017-10-10Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundibors-1/+1
2017-09-28Migrate to eprint/eprintln macros where appropriate.Corey Farwell-1/+1
2017-09-23Remove build_diagnostic_array hackbjorn3-2/+1
2017-09-23Merge rustc_trans_trait into rustc_trans_utilsbjorn3-5/+4
2017-09-23Move NoLlvmMetadataLoader to rustc_trans_traitsbjorn3-163/+3
2017-09-23Add TransCrate traitbjorn3-25/+115
2017-09-23[WIP] Less hacky way of supporting dylibsbjorn3-1/+4
2017-09-23Allow writing metadata without llvmbjorn3-2/+3
2017-09-17rustc: Move codegen to a queryAlex Crichton-0/+1
2017-09-14rustc: Remove `Session::dep_graph`Alex Crichton-6/+8
2017-09-12Remove the `cstore` reference from Session in order to prepare encapsulating ...Michael Woerister-8/+19
2017-09-09rustc: Remove `DepGraph` handling from rustc_metadataAlex Crichton-2/+2