summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2018-03-06incr.comp.: Run cache directory garbage collection before loading dep-graph.Michael Woerister-0/+9
2018-02-10Rollup merge of #47854 - varkor:create-out-dir, r=pnkfelixkennytm-0/+7
2018-02-06Auto merge of #47203 - varkor:output-filename-conflicts-with-directory, r=est...bors-22/+77
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-29Create a directory for --out-dir if it does not already existvarkor-0/+7
2018-01-29Specify output filenames for compatibility with Windowsvarkor-6/+9
2018-01-29Warn when `-C extra-filename` flag is used with `-o`varkor-0/+3
2018-01-29Minor refactoringvarkor-19/+16
2018-01-29Fix tidy errorvarkor-1/+1
2018-01-29Use correct output file paths for error checkingvarkor-27/+69
2018-01-29Fix quotation markvarkor-1/+1
2018-01-29Fix tidy errorvarkor-1/+2
2018-01-29Warn when rustc output conflicts with existing directoriesvarkor-5/+14
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-15/+14
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-55/+247
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-23Auto merge of #47678 - kennytm:rollup, r=kennytmbors-45/+29
2018-01-23Rollup merge of #47661 - bjorn3:refactor_driver, r=michaelwoeristerkennytm-39/+22
2018-01-23Remove broken redundant backtrace hintRyan Cumming-8/+0
2018-01-23Rollup merge of #47440 - mark-i-m:zunpretty, r=nikomatsakiskennytm-6/+7
2018-01-22Inline some rustc_driver functionbjorn3-39/+22
2018-01-22cleanupQuietMisdreavus-4/+5
2018-01-22Split out creation of the resolver arena in phase_2_configure_and_expandManish Goregaokar-24/+55
2018-01-22Move resolve arenas/crate loader outside of the core of phase_2_configure_and...Manish Goregaokar-11/+16
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-19Fix rustc_driver test.rsbjorn3-1/+0
2018-01-19Fix rustc_driver test.rsbjorn3-3/+1
2018-01-19Allow runtime switching between trans backendsbjorn3-184/+94
2018-01-18Change the --unpretty flag to -Z unprettyMark Mansi-6/+7
2018-01-15Add `-Z dep-info-omit-d-target` to control dep-info styleAdam C. Foltzer-2/+3
2018-01-15remove dep-info files as targets in themselvesAdam C. Foltzer-0/+2
2018-01-15Rollup merge of #47417 - petrochenkov:noasm, r=estebankkennytm-5/+1
2018-01-14Auto merge of #47223 - alexcrichton:new-target-feature, r=eddybbors-4/+4
2018-01-13rustc: Refactor attribute checking to operate on HIRAlex Crichton-4/+4
2018-01-13Move "no asm" check into AST validationVadim Petrochenkov-5/+1
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-2/+1
2018-01-13Rollup merge of #47331 - michaelwoerister:measure-depgraph-loading, r=alexcri...kennytm-4/+5
2018-01-10Add -Ztime-passes line for dep-graph loading.Michael Woerister-4/+5
2018-01-09Replace uses of DepGraph.in_ignore with DepGraph.with_ignoreJohn Kåre Alsaker-15/+16
2018-01-09Rollup merge of #47233 - dotdash:cleanup_llvm, r=alexcrichtonkennytm-5/+0