about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2018-03-08Make it possible to ungate features by epochManish Goregaokar-1/+3
2018-03-08Regenerate testsOliver Schneider-1/+1
2018-03-08rustc_passes::consts -> rvalue_promotionOliver Schneider-2/+2
2018-03-08Merge const linting pass into const propOliver Schneider-7/+0
2018-03-08Move the pattern checking code to hairOliver Schneider-1/+1
2018-03-08The `const_eval` module is no moreOliver Schneider-3/+2
2018-03-08Allow tools (e.g. miri) to enable rust loggingOliver Schneider-1/+7
2018-03-08Nuke the entire ctfe from orbit, it's the only way to be sureOliver Schneider-0/+7
2018-03-08Move librustc_const_eval to librustc_mirOliver Schneider-5/+1
2018-03-06Update env_logger to 0.5.4Alex Crichton-2/+2
2018-03-05Turn features() into a query.Michael Woerister-6/+6
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-9/+9
2018-03-01fix tests in `librustc_driver`Niko Matsakis-1/+2
2018-02-28Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakisManish Goregaokar-11/+11
2018-02-28Rollup merge of #48266 - pietroalbini:report-compiler-flags-on-ice, r=michael...kennytm-5/+80
2018-02-24Rollup merge of #48452 - varkor:unpacked-kind, r=eddybManish Goregaokar-4/+4
2018-02-24Rollup merge of #48353 - michaelwoerister:monoitem-static-defid, r=eddybManish Goregaokar-0/+1
2018-02-24Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddybManish Goregaokar-1/+2
2018-02-24Rollup merge of #47987 - Zoxc:rm-recursion-checking, r=eddybManish Goregaokar-5/+1
2018-02-23Rollup merge of #47933 - Zoxc:plugin-panics, r=nikomatsakisManish Goregaokar-1/+3
2018-02-23Report non-standard compile flags on ICEPietro Albini-5/+80
2018-02-23Allow future-incompat lints to mention an epochManish Goregaokar-11/+11
2018-02-23Introduce UnpackedKindvarkor-4/+4
2018-02-22support unit tests with return values that implement `Terminaton`Niko Matsakis-1/+2
2018-02-20Do not run the default panic hook inside procedural macros. Fixes #47812John Kåre Alsaker-1/+3
2018-02-20stage0 cfg cleanupMark Simulacrum-8/+0
2018-02-19Implement describe_def query for LOCAL_CRATEMichael Woerister-0/+1
2018-02-13incr.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-10Remove "static item recursion checking" in favor of relying on cycle checks i...John Kåre Alsaker-5/+1
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