summary refs log tree commit diff
path: root/src/librustc/session/config.rs
AgeCommit message (Expand)AuthorLines
2017-08-23-Z profile-query-and-key, separate from -Z profile-query; query key is string...Matthew Hammer-0/+2
2017-08-23inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n...Matthew Hammer-0/+2
2017-08-16MIR based borrow check (opt-in).Felix S. Klock II-0/+2
2017-08-04Auto merge of #43403 - RalfJung:mir-validate, r=nikomatsakisbors-0/+3
2017-07-31optionally only emit basic validation for functions containing unsafe block /...Ralf Jung-2/+3
2017-07-31async-llvm(22): mw invokes mad html skillz to produce graphical LLVM timing r...Michael Woerister-0/+2
2017-07-31async-llvm(14): Move LTO/codegen-unit conflict check to beginning of compilat...Michael Woerister-0/+17
2017-07-30add -Z flag for AddValidation passRalf Jung-0/+2
2017-07-22Use config::pub_only rather than a spearate api modeNick Cameron-5/+0
2017-07-20Auto merge of #43271 - Nashenas88:nll, r=nikomatsakisbors-0/+2
2017-07-19explanatory error on `--print target-spec-json` without unstable optionsZack M. Davis-2/+9
2017-07-19Add empty MIR pass for non-lexical lifetimesPaul Faria-0/+2
2017-07-18Implement FromStr for RelroLevel rather than duplicating the matchJohannes Löthberg-3/+6
2017-07-18Move relro_level from CodegenOptions to DebuggingOptionsJohannes Löthberg-6/+6
2017-07-14Support both partial and full RELROJohannes Löthberg-4/+24
2017-07-10incr.comp.: Improve debug output for work products.Michael Woerister-0/+6
2017-07-05use field init shorthand in src/librustcZack M. Davis-20/+20
2017-06-20Switch to the crates.io `getopts` crateAlex Crichton-52/+72
2017-06-19Auto merge of #39409 - pnkfelix:mir-borrowck2, r=nikomatsakisbors-0/+4
2017-06-17Auto merge of #42650 - nrc:save-slim, r=eddybbors-4/+0
2017-06-14Remove CSV format of save-analysis dataNick Cameron-4/+0
2017-06-12`-Z identify_regions` toggles rendering of (previously hidden) unnamed regions.Felix S. Klock II-0/+2
2017-06-12Add `-Z span_free_rvalues`.Felix S. Klock II-0/+2
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-0/+2
2017-05-30Remove --crate-type=metadata deprecation warningMichael Kohl-14/+4
2017-05-19Rollup merge of #41971 - japaric:pre-link-args, r=alexcrichtonMark Simulacrum-2/+6
2017-05-18Enable cross-crate incremental compilation by default.Michael Woerister-1/+1
2017-05-15Remove (direct) rustc_llvm dependency from rustc_driverRobin Kruppe-1/+1
2017-05-13add -Z pre-link-arg{,s} to rustcJorge Aparicio-2/+6
2017-05-10rustc: Add a new `-Z force-unstable-if-unmarked` flagAlex Crichton-0/+2
2017-05-04rustc: Forbid `-Z` flags on stable/beta channelsAlex Crichton-68/+16
2017-05-02simplify the MirPass traits and passes dramaticallyNiko Matsakis-0/+2
2017-05-02Removal pass for anonymous parametersest31-1/+1
2017-05-01Add profiling support, through the rustc -Z profile flag.whitequark-0/+2
2017-04-28Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichtonbors-1/+31
2017-04-26remap-path-prefix: Validate number of commandline arguments passed.Michael Woerister-0/+17
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-1/+14
2017-04-25Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.kennytm-1/+1
2017-04-14add 'mir' as part of the --emit flag list in rustc --help menu and man doc.nate-1/+1
2017-04-11Initial attempt at implementing optimization fuel and re-enabling struct fiel...Austin Hicks-0/+24
2017-04-07-Z linker-flavorJorge Aparicio-2/+14
2017-03-21Teach rustc --emit=mirJake Goulding-0/+6
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-1/+1
2017-02-25Rollup merge of #40037 - froydnj:overflow-checks, r=alexcrichtonEduard-Mihai Burtescu-0/+6
2017-02-25Rollup merge of #40022 - wagenet:lib-defaults, r=alexcrichtonEduard-Mihai Burtescu-29/+30
2017-02-23Better handling of lib defaultsPeter Wagenet-29/+30
2017-02-22add `-C overflow-checks` optionNathan Froyd-0/+6
2017-02-20incr-comp: track the -Z sanitizer flagJorge Aparicio-3/+5
2017-02-08sanitizer supportJorge Aparicio-1/+24
2017-02-04Auto merge of #38426 - vadimcn:nobundle, r=alexcrichtonbors-0/+5