about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
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
2018-01-07Try to fix a perf regression by updating logMalo Jaffré-3/+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-28Prefer to use attr::contains_name() and attr::find_by_name()Seiichi Uchida-1/+1
2017-12-22Auto merge of #46779 - Zoxc:par-merge-without-sync, r=arielb1bors-38/+12
2017-12-22Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkovbors-2/+4
2017-12-21Do not emit type errors on recovered blocksEsteban Küber-2/+4
2017-12-22Rollup merge of #46814 - varkor:contrib-7, r=alexcrichtonkennytm-1/+17
2017-12-21Remove useless RcJohn Kåre Alsaker-2/+2
2017-12-21Combine GlobalArenas and DroplessArena into AllArenasJohn Kåre Alsaker-36/+10
2017-12-19Move source-output conflict checking into `compile_input`varkor-14/+16
2017-12-18Prevent rustc overwriting input filesvarkor-1/+15
2017-12-17Add sync module to rustc_data_structuresJohn Kåre Alsaker-1/+0
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-15Rollup merge of #46705 - pornel:cargo-output, r=alexcrichtonSteve Klabnik-3/+2
2017-12-15Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1bors-4/+8
2017-12-14trait alias falloutAlex Burka-0/+1
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-24/+21
2017-12-13Expanded HIR `--unpretty hir,identified` to include HIR local id.Felix S. Klock II-4/+8
2017-12-13Remove message that prevents Cargo from working with --print=native-static-libsKornel-3/+2
2017-12-11move `resolve_lifetimes` into a proper queryNiko Matsakis-9/+2
2017-12-07mir-borrowck returns closure requirements, mir-typeck enforcesNiko Matsakis-1/+1
2017-12-06Rollup merge of #46136 - tbu-:pr_werror, r=nikomatsakisCorey Farwell-1/+1
2017-12-04make `resolve_regions_and_report_errors` take an `OutlivesEnv`Niko Matsakis-4/+5
2017-12-01Changed the wording for the `warnings` lintTobias Bucher-1/+1
2017-11-25rustbuild: Enable WebAssembly backend by defaultAlex Crichton-15/+28
2017-11-23Auto merge of #45721 - nikomatsakis:hir-tree, r=arielb1bors-0/+42
2017-11-20Clarify what `-D warnings` or `-F warnings` doesTobias Bucher-1/+1
2017-11-17strip old lub-glb tests from `librustc_driver`Niko Matsakis-212/+0
2017-11-15Auto merge of #45944 - eddyb:provide, r=nikomatsakisbors-26/+47
2017-11-14rustc: move the MIR pass infrastructure and list to rustc_mir.Eduard-Mihai Burtescu-54/+0
2017-11-12rustc_driver: expose a way to override query providers in CompileController.Eduard-Mihai Burtescu-20/+45
2017-11-12rustc_driver: base extern query providers on local ones.Eduard-Mihai Burtescu-8/+4
2017-11-07Auto merge of #45666 - Amanieu:tls-model, r=alexcrichtonbors-0/+8
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-1/+1
2017-11-03Add support for specifying the TLS modelAmanieu d'Antras-0/+8
2017-11-02add -Zunpretty=hir-treeNiko Matsakis-0/+42