about summary refs log tree commit diff
path: root/src/librustc/session
AgeCommit message (Expand)AuthorLines
2018-01-29Toggle span highlighting on `-Zteach`Esteban Küber-8/+11
2018-01-29Use correct output file paths for error checkingvarkor-39/+0
2018-01-29Warn when rustc output conflicts with existing directoriesvarkor-9/+29
2018-01-29Add -Zapproximate-suggestionsManish Goregaokar-2/+6
2018-01-26Merge branch 'explain' of https://github.com/estebank/rust into rollupAlex Crichton-2/+7
2018-01-26Merge branch 'no-stderr-sink' of https://github.com/Zoxc/rust into rollupAlex Crichton-9/+9
2018-01-26Do not capture stderr in the compiler. Instead just panic silently for fatal ...John Kåre Alsaker-9/+9
2018-01-23rustc: Add `-C lto=val` optionAlex Crichton-45/+103
2018-01-23Rename `-Z explain` to `-Z teach`Esteban Küber-3/+3
2018-01-23Create `StructuredDiagnostic`Esteban Küber-0/+4
2018-01-23Rollup merge of #47635 - Zoxc:remove-attr, r=michaelwoeristerkennytm-0/+6
2018-01-23Rollup merge of #47440 - mark-i-m:zunpretty, r=nikomatsakiskennytm-12/+24
2018-01-22Don't make it necessary to enable `unstable-options`Esteban Küber-4/+0
2018-01-22Fix test for variadic error changeEsteban Küber-1/+1
2018-01-22Mark `--explain` as unstableEsteban Küber-2/+5
2018-01-22Add `--explain` for extended error explanationsEsteban Küber-0/+2
2018-01-21Remove the IGNORED_ATTR_NAMES thread localJohn Kåre Alsaker-0/+6
2018-01-19Allow runtime switching between trans backendsbjorn3-0/+2
2018-01-19Auto merge of #47494 - michaelwoerister:proc-macro-incremental, r=nikomatsakisbors-9/+7
2018-01-18Change the --unpretty flag to -Z unprettyMark Mansi-12/+24
2018-01-18Rollup merge of #47426 - varkor:default-mir-dump-dir, r=nikomatsakiskennytm-2/+2
2018-01-16Don't include DefIndex in plugin- and proc-macro registrar fn symbol.Michael Woerister-9/+7
2018-01-15Add `-Z dep-info-omit-d-target` to control dep-info styleAdam C. Foltzer-0/+3
2018-01-15Fix testvarkor-1/+1
2018-01-14Make dump_mir_dir non-optionalvarkor-1/+1
2018-01-14Add a default directory for -Zmir-dump-dirvarkor-1/+1
2018-01-13Auto merge of #47181 - michaelwoerister:var-len-def-index, r=eddybbors-2/+2
2018-01-09Auto merge of #47269 - michaelwoerister:mangled-cgu-names, r=alexcrichtonbors-0/+2
2018-01-08Use different DefIndex representation that is better suited for variable leng...Michael Woerister-2/+2
2018-01-08Shorten names of some compiler generated artifacts.Michael Woerister-0/+2
2018-01-07Remove redundant -Zdebug-llvm optionBjörn Steinbrink-4/+0
2018-01-07Rollup merge of #47220 - nagisa:nonamellvm, r=rkruppekennytm-1/+14
2018-01-05rustc: Don't ICE if we invalidate an invalid incr dirAlex Crichton-0/+1
2018-01-05Use name-discarding LLVM contextSimonas Kazlauskas-1/+14
2017-12-26avoid ICE when fields are not laid out in orderNiko Matsakis-5/+13
2017-12-25Auto merge of #46910 - alexcrichton:thinlto-default, r=michaelwoeristerbors-4/+1
2017-12-23rustc: Set release mode cgus to 16 by defaultAlex Crichton-4/+1
2017-12-22Auto merge of #46779 - Zoxc:par-merge-without-sync, r=arielb1bors-0/+12
2017-12-22Rollup merge of #46814 - varkor:contrib-7, r=alexcrichtonkennytm-0/+25
2017-12-21Add a -Z query-threads compiler optionJohn Kåre Alsaker-0/+12
2017-12-20document and tweak the nll, use_mir, etc helpersNiko Matsakis-3/+27
2017-12-20feature nll implies borrowck=mirSantiago Pastorino-2/+20
2017-12-20feature nll implies two-phase-borrowsSantiago Pastorino-0/+3
2017-12-20Add nll feature and make nll imply nll_dump_causeSantiago Pastorino-0/+3
2017-12-20Add nll_dump_cause helper to SessionSantiago Pastorino-0/+3
2017-12-20dump out causal information for "free region" errorsNiko Matsakis-0/+2
2017-12-20Rollup merge of #46751 - michaelwoerister:c-incremental, r=alexcrichtonkennytm-3/+23
2017-12-18Prevent rustc overwriting input filesvarkor-0/+25
2017-12-18incr.comp.: Add -Cincremental in addition to -ZincrementalMichael Woerister-3/+23
2017-12-15Rollup merge of #46728 - varkor:contrib-4, r=michaelwoeristerSteve Klabnik-3/+7