summary refs log tree commit diff
path: root/src/librustc/session/config.rs
AgeCommit message (Expand)AuthorLines
2017-10-09Auto merge of #45075 - alexcrichton:inline-less, r=michaelwoeristerbors-0/+2
2017-10-09Auto merge of #45064 - alexcrichton:reduce-codegen-units, r=michaelwoeristerbors-2/+16
2017-10-08Auto merge of #45012 - Gankro:noalias, r=arielb1bors-0/+2
2017-10-08Rollup merge of #45090 - rust-lang:petrochenkov-patch-1, r=alexcrichtonkennytm-1/+2
2017-10-07rustc: Don't inline in CGUs at -O0Alex Crichton-0/+2
2017-10-07Document that `-C ar=PATH` doesn't do anythingVadim Petrochenkov-1/+2
2017-10-07rustc: Implement ThinLTOAlex Crichton-14/+6
2017-10-06rustc: Reduce default CGUs to 16Alex Crichton-2/+16
2017-10-03Add -Zmutable-noalias flagAlexis Beingessner-0/+2
2017-09-30rustc: Enable LTO and multiple codegen unitsAlex Crichton-18/+0
2017-09-29Auto merge of #44853 - alexcrichton:debug-codegen-units, r=michaelwoeristerbors-28/+69
2017-09-28Update to the `cc` crateAlex Crichton-14/+14
2017-09-26rustc: Default 32 codegen units at O0Alex Crichton-28/+69
2017-09-23incr.comp.: Remove support for loading metadata fingerprints.Michael Woerister-1/+1
2017-09-19Fix a typo in rustc help menuBob Sun-1/+1
2017-09-18Rollup merge of #44548 - oyvindln:rustc_help_fix, r=arielb1Alex Crichton-3/+3
2017-09-18incr.comp.: Fix rebase fallout.Michael Woerister-0/+33
2017-09-14rustc: Remove `Session::dep_graph`Alex Crichton-9/+5
2017-09-13Remove the other period and start with lowercase for more consistencyoyvindln-2/+2
2017-09-13Add proper help line for inline thresholdoyvindln-2/+2
2017-09-12Remove the `cstore` reference from Session in order to prepare encapsulating ...Michael Woerister-11/+6
2017-09-11rustc: replace usize with u64 and ConstUsize.Eduard-Mihai Burtescu-5/+5
2017-09-05Skip EndRegion emission by default. Use `-Z emit-end-regions` to reenable it.Felix S. Klock II-0/+2
2017-09-04Auto merge of #43067 - pornel:libdeps, r=nrcbors-1/+3
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-22--print=native-static-libsKornel-1/+3
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