summary refs log tree commit diff
path: root/src/librustc/session/config.rs
AgeCommit message (Expand)AuthorLines
2018-01-18Use name-discarding LLVM contextSimonas Kazlauskas-0/+6
2018-01-10Shorten names of some compiler generated artifacts.Michael Woerister-0/+2
2017-12-22Auto merge of #46779 - Zoxc:par-merge-without-sync, r=arielb1bors-0/+6
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/+6
2017-12-20dump out causal information for "free region" errorsNiko Matsakis-0/+2
2017-12-18Prevent rustc overwriting input filesvarkor-0/+25
2017-12-18incr.comp.: Add -Cincremental in addition to -ZincrementalMichael Woerister-3/+23
2017-12-15Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1bors-0/+2
2017-12-14Auto merge of #45002 - oli-obk:miri, r=eddybbors-0/+2
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-9/+28
2017-12-13Incorporate active-borrows dataflow into MIR borrow check, yieldingFelix S. Klock II-0/+2
2017-12-12Put miri const eval checking behind -ZmiriOliver Schneider-0/+2
2017-12-08incr.comp.: Hash spans unconditionally for full accuracy.Michael Woerister-0/+2
2017-12-03Add an i128_lowering flag in TargetOptionsScott McMurray-2/+3
2017-12-03Rollup merge of #46442 - est31:master, r=alexcrichtonCorey Farwell-4/+0
2017-12-02Auto merge of #46382 - alexcrichton:thinlto-default, r=michaelwoeristerbors-3/+15
2017-12-02Remove an unstable and dead compiler flagest31-4/+0
2017-11-30rustc: Prepare to enable ThinLTO by defaultAlex Crichton-3/+15
2017-11-29incr.comp.: Remove on-export crate metadata hashing.Michael Woerister-2/+0
2017-11-26Use the official abbrev.est31-1/+1
2017-11-26Replace -Zborrowck-mir with -Zborrowck=modeest31-2/+42
2017-11-24Auto merge of #46093 - scottmcm:lower-128-mir, r=nagisabors-0/+3
2017-11-20address review commentsAlex Burka-5/+5
2017-11-19use -Z flag instead of env varAlex Burka-0/+2
2017-11-18Add a MIR pass to lower 128-bit operators to lang item callsScott McMurray-0/+3
2017-11-17Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakisbors-0/+2
2017-11-16incr.comp.: Remove default serialization implementations for things in rustc:...Michael Woerister-1/+1
2017-11-16Rollup merge of #46005 - GuillaumeGomez:short-unstable, r=nrcGuillaume Gomez-2/+9
2017-11-15Set short-message feature unstableGuillaume Gomez-2/+9
2017-11-14incr.comp.: Cache TypeckTables and add -Zincremental-queries flag.Michael Woerister-0/+2
2017-11-10Make saturating u128 -> f32 casts the default behaviorRobin Kruppe-2/+2
2017-11-08Auto merge of #45867 - michaelwoerister:check-ich-stability, r=nikomatsakisbors-0/+2
2017-11-08Auto merge of #45205 - rkruppe:saturating-casts, r=eddybbors-0/+3
2017-11-07Saturating casts between integers and floats (both directions).Robin Kruppe-0/+3
2017-11-07Auto merge of #45822 - kennytm:rollup, r=kennytmbors-13/+35
2017-11-07Rollup merge of #45782 - frewsxcv:frewsxcv-shorthands-helpers, r=manishearthkennytm-13/+35
2017-11-07Auto merge of #45666 - Amanieu:tls-model, r=alexcrichtonbors-2/+14
2017-11-07incr.comp.: Add -Zincremental-verify-ich, which allows to perform a consisten...Michael Woerister-0/+2
2017-11-06Display all emission types in error msg if user inputs invalid option.Corey Farwell-13/+35
2017-11-06Move tls-model to a -Z option since it is unstableAmanieu d'Antras-6/+6
2017-11-06Auto merge of #45737 - oli-obk:json, r=petrochenkovbors-55/+61
2017-11-03Shorten paths to auxiliary files created by testsVadim Petrochenkov-1/+1
2017-11-03Update config.rsOliver Schneider-2/+2
2017-11-03Don't add a new -Z flag, reuse -Zunstable-optionsOliver Schneider-56/+54
2017-11-03Pretty print json in ui testsOliver Schneider-2/+10
2017-11-03Add support for specifying the TLS modelAmanieu d'Antras-1/+13
2017-10-30Auto merge of #45497 - mikhail-m1:dump-mir-graphviz, r=nikomatsakisbors-0/+4
2017-10-30tweak the descriptionNiko Matsakis-1/+1
2017-10-26add graphvis DOT files to dump mir directoryMikhail Modin-0/+4