about summary refs log tree commit diff
path: root/src/librustc/session
AgeCommit message (Expand)AuthorLines
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-14Fix division-by-zero ICE in -Z perf-statsvarkor-3/+7
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-13/+32
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-09one-time diagnostics: span_suggestion, generalize methods for non-lintsZack M. Davis-8/+32
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-24/+97
2017-12-02Remove an unstable and dead compiler flagest31-4/+0
2017-11-30rustc: Prepare to enable ThinLTO by defaultAlex Crichton-24/+97
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-3/+43
2017-11-24Auto merge of #46093 - scottmcm:lower-128-mir, r=nagisabors-0/+3
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-8/+5
2017-11-24This method of once-diagnostics doesn't allow nestingOliver Schneider-15/+5
2017-11-21Auto merge of #45545 - durka:macro-backtrace, r=nrcbors-7/+16
2017-11-20address review commentsAlex Burka-13/+17
2017-11-20Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturonbors-1/+1
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-1/+1
2017-11-19use -Z flag instead of env varAlex Burka-2/+7
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-12deduplicate projection error (E0271) messagesZack M. Davis-2/+4
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-62/+68
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-9/+17
2017-11-03Add support for specifying the TLS modelAmanieu d'Antras-1/+13
2017-11-02Make the difference between lint codes and error codes explicitOliver Schneider-8/+17
2017-10-30Auto merge of #45497 - mikhail-m1:dump-mir-graphviz, r=nikomatsakisbors-0/+4
2017-10-30tweak the descriptionNiko Matsakis-1/+1