summary refs log tree commit diff
path: root/src/librustc/session/config.rs
AgeCommit message (Expand)AuthorLines
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-3/+3
2018-05-01Don't force-enable frame pointers when generating debug infoBjörn Steinbrink-0/+6
2018-04-30Auto merge of #50204 - Manishearth:approx-enum, r=estebankbors-1/+1
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-7/+6
2018-04-26rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.Irina Popa-5/+5
2018-04-25Approximate -> ApplicabilityManish Goregaokar-1/+1
2018-04-23add a `-Zchalk` command-line optionNiko Matsakis-0/+2
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-24/+47
2018-04-18Work around rust-lang/rust#49998 with experimental code that does less updati...Felix S. Klock II-0/+2
2018-04-17Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelixbors-2/+0
2018-04-16Auto merge of #49433 - varkor:metadata-skip-mir-opt, r=michaelwoeristerbors-0/+4
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
2018-04-13Remove -Z miri debugging optionFabio B-2/+0
2018-04-10Disable optimization fuel when using multiple threadsJohn Kåre Alsaker-0/+7
2018-04-10Combine Session.entry_fn and Session.entry_type and make them thread-safeJohn Kåre Alsaker-3/+1
2018-04-06Auto merge of #48779 - michaelwoerister:share-generics4, r=alexcrichtonbors-0/+2
2018-04-06Allow for re-using monomorphizations from upstream crates.Michael Woerister-0/+2
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-2/+2
2018-04-04Add len() method to OutputTypesvarkor-0/+4
2018-03-28Auto merge of #49019 - phil-opp:target-spec, r=pnkfelixbors-8/+22
2018-03-26Canonicalize pathsPhilipp Oppermann-2/+8
2018-03-26Introduce a TargetTriple enum to support absolute target pathsPhilipp Oppermann-7/+15
2018-03-26Auto merge of #48346 - emilio:pgo, r=alexcrichtonbors-0/+23
2018-03-25Auto merge of #49212 - kyrias:strip-debug-no-debuginfo, r=michaelwoeristerbors-0/+2
2018-03-25librustc_trans: Gate the preinliner with another -Z flag.Emilio Cobos Álvarez-0/+3
2018-03-25librustc: Convert -C pgo-gen and -C pgo-use into -Z flags.Emilio Cobos Álvarez-20/+20
2018-03-25session: Add two tracked, exclusive codegen options for PGO profile usage and...Emilio Cobos Álvarez-0/+20
2018-03-24Add flag for telling the linker to strip debuginfo when building without itJohannes Löthberg-0/+2
2018-03-25Rollup merge of #49122 - scottmcm:z-align-attr, r=cramertjkennytm-0/+2
2018-03-24Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakisbors-0/+2
2018-03-22Added flag to disable user type assertion.David Wood-0/+2
2018-03-20rename epoch to editionKurtis Nusbaum-12/+12
2018-03-17Add a -Z flag for LLVM align attributes on argumentsScott McMurray-0/+2
2018-03-17AST/HIR: Clarify what the optional name in extern crate items meanVadim Petrochenkov-1/+1
2018-03-16Auto merge of #48896 - alexcrichton:bitcode-in-object, r=michaelwoeristerbors-0/+2
2018-03-15Rollup merge of #48991 - jsgf:remap-path-prefix, r=estebankkennytm-1/+1
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-26/+32
2018-03-13Clarify usage message for --remap-path-prefix.Jeremy Fitzhardinge-1/+1
2018-03-13rustc: Embed LLVM bitcode by default on iOSAlex Crichton-0/+2
2018-03-08Move epochs to libsyntaxManish Goregaokar-54/+3
2018-03-08Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakisManish Goregaokar-418/+642
2018-03-08Add InterpretInterner to StableHashingContext for AllocId serializationOliver Schneider-2/+2
2018-03-06Run rustfmt over modified filesSantiago Pastorino-416/+642