summary refs log tree commit diff
path: root/src/librustc/session/config.rs
AgeCommit message (Expand)AuthorLines
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
2018-03-06Remove nll-dump-cause flag and always track causesSantiago Pastorino-2/+0
2018-03-02Rollup merge of #48641 - alexcrichton:no-hash-l-paths, r=michaelwoeristerManish Goregaokar-120/+3
2018-03-02Perform manual fixupsManish Goregaokar-1/+1
2018-03-02Run Rustfix on librustcManish Goregaokar-3/+3
2018-03-01rustc: More stable hashes of command line argumentsAlex Crichton-120/+3
2018-02-28Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakisManish Goregaokar-6/+43
2018-02-28Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiynManish Goregaokar-26/+21
2018-02-26Support flag `-Z ui-testing` for tweaking diagnostic output for UI testsVadim Petrochenkov-0/+2
2018-02-23Allow future-incompat lints to mention an epochManish Goregaokar-1/+10
2018-02-22Add ToString and FromStr impls for EpochManish Goregaokar-5/+33
2018-02-22Implement --remap-path-prefixJeremy Fitzhardinge-26/+21
2018-02-14Rollup merge of #48162 - michaelwoerister:stabler-svh, r=nikomatsakiskennytm-3/+3
2018-02-13Handle path prefix mapping in a more stable way when computing the crate hash.Michael Woerister-3/+3
2018-02-12rustc: Add the ability to not run dsymutilAlex Crichton-0/+2
2018-02-09Auto merge of #47489 - pnkfelix:limit-2pb-issue-46747, r=nikomatsakisbors-0/+2
2018-02-08Restrict two-phase borrows to solely borrows introduced via autoref.Felix S. Klock II-0/+2
2018-02-07Rollup merge of #48014 - Manishearth:stealing-chickens-on-the-internet, r=nik...Manish Goregaokar-2/+43
2018-02-06Auto merge of #47203 - varkor:output-filename-conflicts-with-directory, r=est...bors-19/+0
2018-02-05Add -ZepochManish Goregaokar-2/+43
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-0/+2
2018-01-26Merge branch 'explain' of https://github.com/estebank/rust into rollupAlex Crichton-2/+3
2018-01-26Merge branch 'no-stderr-sink' of https://github.com/Zoxc/rust into rollupAlex Crichton-3/+3
2018-01-26Do not capture stderr in the compiler. Instead just panic silently for fatal ...John Kåre Alsaker-3/+3
2018-01-23rustc: Add `-C lto=val` optionAlex Crichton-11/+45