about summary refs log tree commit diff
path: root/src/librustc/session
AgeCommit message (Expand)AuthorLines
2018-07-05#[cfg(target_has_atomic_cas)] -> #[cfg(target_has_atomic = "cas")]Jorge Aparicio-1/+1
2018-07-05enable Atomic*.{load,store} for ARMv6-M / MSP430Jorge Aparicio-0/+4
2018-07-05Add command line lint manipulation in rustdocGuillaume Gomez-17/+24
2018-07-05Fix rustdoc run failures by shutting down definitely some lintsGuillaume Gomez-1/+5
2018-07-03Allow the linker to choose the LTO-plugin (which is useful when using LLD)Michael Woerister-1/+3
2018-06-20Raise an error if gcov profiling and incremental compilation are both enabledMarco Castelluccio-0/+7
2018-06-12Rename -Z no-verify to -Z verify-llvm-irNikita Popov-5/+5
2018-06-11Fix extern prelude failure in rustdocGuillaume Gomez-0/+7
2018-06-04Remove the unused `-Z trans-time-graph` flag.kennytm-2/+0
2018-06-01Fix optimization_fuelJohn Kåre Alsaker-1/+2
2018-05-31Stabilize short error formatGuillaume Gomez-13/+1
2018-05-29rust-lang/rust#27282: emit `ReadForMatch` on each match arm.Felix S. Klock II-0/+4
2018-05-29Debug flag to bypass restriction of mutation in match guards.Felix S. Klock II-0/+2
2018-05-29expose -Zpolonius flagDouglas Campos-0/+2
2018-05-22Add -Z no-parallel-llvm flagNikita Popov-0/+2
2018-05-21Stabilize suggestion applicability field in json outputManish Goregaokar-4/+0
2018-05-21Auto merge of #50265 - japaric:sz, r=alexcrichtonbors-21/+9
2018-05-17Emit noalias on &mut parameters by defaultNikita Popov-2/+2
2018-05-17Rename trans to codegen everywhere.Irina Popa-22/+22
2018-05-15Make mutable_noalias and arg_align_attributes be trackedAnthony Ramine-2/+2
2018-05-13Add a Rayon thread poolJohn Kåre Alsaker-1/+7
2018-05-09Allow for specifying a linker plugin for cross-language LTOMichael Woerister-4/+58
2018-05-07Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichtonbors-0/+2
2018-05-05add `-Znll-facts` switch that dumps facts for new analysisNiko Matsakis-0/+2
2018-05-03Add -Z cross-lang-lto flag in order to support linker-based LTO.Michael Woerister-0/+2
2018-05-02make it compile againflip1995-1/+1
2018-05-01Rework force-frame-pointerSimonas Kazlauskas-5/+8
2018-05-01Don't force-enable frame pointers when generating debug infoBjörn Steinbrink-1/+7
2018-04-30Auto merge of #50204 - Manishearth:approx-enum, r=estebankbors-3/+3
2018-04-27stabilize opt-level={s,z}Jorge Aparicio-21/+9
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-9/+8
2018-04-26rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.Irina Popa-6/+6
2018-04-25Approximate -> ApplicabilityManish Goregaokar-3/+3
2018-04-25Auto merge of #50134 - andjo403:jobserver, r=michaelwoeristerbors-4/+13
2018-04-23add a `-Zchalk` command-line optionNiko Matsakis-0/+2
2018-04-23make rustdoc test follow the jobserver limit of threadsfix that to many threa...Andreas Jonson-4/+13
2018-04-20fix some small compile errorsKurtis Nusbaum-1/+2
2018-04-19add EDITIONS_NAME_LIST, make edition tracked, enforce that only stable editio...Kurtis Nusbaum-9/+18
2018-04-19add --edition optionKurtis Nusbaum-26/+49
2018-04-18Work around rust-lang/rust#49998 with experimental code that does less updati...Felix S. Klock II-0/+2
2018-04-18Auto merge of #49349 - Zoxc:sync-errors, r=michaelwoeristerbors-7/+7
2018-04-17Make one_time_diagnostics thread-safeJohn Kåre Alsaker-2/+2
2018-04-17Make Handler more thread-safeJohn Kåre Alsaker-5/+5
2018-04-17Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelixbors-2/+0
2018-04-17Auto merge of #49882 - Zoxc:sync-misc2, r=michaelwoeristerbors-5/+5
2018-04-16Auto merge of #49433 - varkor:metadata-skip-mir-opt, r=michaelwoeristerbors-0/+4
2018-04-16Use locks for Session.lint_store and Session.buffered_lintsJohn Kåre Alsaker-5/+5
2018-04-15Auto merge of #49947 - oli-obk:turing_complete_const_eval, r=nagisabors-3/+0
2018-04-15remove -Znll -- borrowck=mir implies nll nowNiko Matsakis-2/+0
2018-04-14Rollup merge of #49922 - f-bro:zmiri, r=oli-obkkennytm-2/+0