about summary refs log tree commit diff
path: root/src/librustc_driver/driver.rs
AgeCommit message (Expand)AuthorLines
2018-01-29Fix tidy errorvarkor-1/+2
2018-01-29Warn when rustc output conflicts with existing directoriesvarkor-5/+14
2018-01-23Auto merge of #47678 - kennytm:rollup, r=kennytmbors-21/+9
2018-01-22Inline some rustc_driver functionbjorn3-21/+9
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-19Allow runtime switching between trans backendsbjorn3-86/+16
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-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-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-13/+13
2018-01-07Try to fix a perf regression by updating logMalo Jaffré-2/+2
2017-12-22Auto merge of #46779 - Zoxc:par-merge-without-sync, r=arielb1bors-15/+5
2017-12-21Combine GlobalArenas and DroplessArena into AllArenasJohn Kåre Alsaker-15/+5
2017-12-19Move source-output conflict checking into `compile_input`varkor-0/+15
2017-12-16Auto merge of #46560 - Yoric:incr, r=michaelwoeristerbors-7/+15
2017-12-15Resolves #46555 - Moving loading and decoding of dependency graph to backgrou...David Teller-7/+15
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-13/+8
2017-12-11move `resolve_lifetimes` into a proper queryNiko Matsakis-6/+2
2017-12-07mir-borrowck returns closure requirements, mir-typeck enforcesNiko Matsakis-1/+1
2017-11-25rustbuild: Enable WebAssembly backend by defaultAlex Crichton-0/+8
2017-11-15Auto merge of #45944 - eddyb:provide, r=nikomatsakisbors-24/+41
2017-11-14rustc: move the MIR pass infrastructure and list to rustc_mir.Eduard-Mihai Burtescu-52/+0
2017-11-12rustc_driver: expose a way to override query providers in CompileController.Eduard-Mihai Burtescu-18/+39
2017-11-12rustc_driver: base extern query providers on local ones.Eduard-Mihai Burtescu-8/+4
2017-11-01Auto merge of #45538 - nikomatsakis:nll-liveness, r=pnkfelixbors-1/+0
2017-11-01Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakisbors-0/+5
2017-10-31remove the NLL pass (it is now invoked by mir borrowck)Niko Matsakis-1/+0
2017-10-25incr.comp.: Implement query diagnostic persistence.Michael Woerister-0/+5
2017-10-24Introduce CrateDisambiguator newtype and fix testsIgor Matuszewski-4/+4
2017-10-23Use 128 bit instead of Symbol for crate disambiguatorIgor Matuszewski-10/+8
2017-10-16convert constant promotion into a queryNiko Matsakis-1/+2
2017-10-02incr.comp.: Remove saving and loading of legacy dep-graph.Michael Woerister-5/+5
2017-09-25Auto merge of #44085 - bjorn3:no_llvm_write_metadata, r=arielb1bors-73/+54
2017-09-24address review commentsAriel Ben-Yehuda-4/+0
2017-09-24move unsafety checking to MIRAriel Ben-Yehuda-4/+5
2017-09-24add lint levels to VisibilityScopeAriel Ben-Yehuda-3/+4
2017-09-23incr.comp.: Serialize and deserialize new DepGraphMichael Woerister-2/+10
2017-09-23Fix tidy errorsbjorn3-1/+2
2017-09-23Fix some nitsbjorn3-19/+13
2017-09-23Merge rustc_trans_trait into rustc_trans_utilsbjorn3-1/+1
2017-09-23Move NoLlvmMetadataLoader to rustc_trans_traitsbjorn3-41/+22
2017-09-23Add TransCrate traitbjorn3-24/+19
2017-09-23[WIP] Less hacky way of supporting dylibsbjorn3-18/+8
2017-09-23Allow building stage 2 compiler librariesbjorn3-9/+28