summary refs log tree commit diff
path: root/src/librustc_session/options.rs
AgeCommit message (Expand)AuthorLines
2020-05-27Add -Z profile-emit=<path> for Gcov gcda output.Ivan Lozano-0/+3
2020-05-25Add a small MIR validation passJonas Schievink-0/+2
2020-05-20Eliminate some `Option<NativeLibKind>`sVadim Petrochenkov-1/+1
2020-05-20Rename some types describing native librariesVadim Petrochenkov-2/+2
2020-05-17Auto merge of #72248 - petrochenkov:codemodel, r=Amanieubors-4/+13
2020-05-16Rollup merge of #72094 - petrochenkov:overfeature, r=nikicRalf Jung-1/+15
2020-05-16rustc_target: Stop using "string typing" for code modelsVadim Petrochenkov-4/+13
2020-05-11cmdline: Make target features individually overridableVadim Petrochenkov-1/+15
2020-05-10Auto merge of #71825 - contrun:cg-option-strip, r=petrochenkovbors-3/+13
2020-05-10add linking option stripYI-3/+13
2020-05-09Rollup merge of #71234 - maurer:init-array, r=cuviperRalf Jung-0/+2
2020-05-07Reintegrate chalk using chalk-solveJack Huey-0/+2
2020-05-06Rollup merge of #71269 - Mark-Simulacrum:sat-float-casts, r=nikicDylan DPC-2/+2
2020-05-06Define UB in float-to-int casts to saturateMark Rousskov-2/+2
2020-05-04Add Option to Force Unwind TablesSam Elliott-0/+2
2020-05-01Rename `bitcode-in-rlib` option to `embed-bitcode`Alex Crichton-4/+2
2020-04-29Use .init_array rather than .ctorsMatthew Maurer-0/+2
2020-04-29Remove -Z no-landing-pads flagAmanieu d'Antras-2/+0
2020-04-26rustc_target: Stop using "string typing" for TLS modelsVadim Petrochenkov-2/+13
2020-04-26rustc-book: Document `-C relocation-model`Vadim Petrochenkov-1/+2
2020-04-26rustc_target: Stop using "string typing" for relocation modelsVadim Petrochenkov-6/+14
2020-04-22Alphabetize the `-C` and `-Z` options.Nicholas Nethercote-270/+294
2020-04-22Add a new option `-Cbitcode-in-rlib`.Nicholas Nethercote-0/+2
2020-04-19Disallow values for `-C no-*` and `-Z no-*` options again.Nicholas Nethercote-24/+34
2020-04-19Show defaults in options descriptions.Nicholas Nethercote-99/+109
2020-04-19Replace uses of `parse_opt_*` with `parse_*` where possible.Nicholas Nethercote-13/+16
2020-04-19Make option type descriptions non-optional.Nicholas Nethercote-59/+38
2020-04-19Tweak `parse_opt_uint`.Nicholas Nethercote-1/+1
2020-04-19Fix the `-Zsanitizer_memory_track_origins` error message.Nicholas Nethercote-13/+7
2020-04-19Clean up the list of parser descriptions.Nicholas Nethercote-7/+6
2020-04-19Allow all boolean options to take values.Nicholas Nethercote-28/+22
2020-04-19Make some option descriptions fit the usual pattern.Nicholas Nethercote-6/+6
2020-04-18Add an option to inhibit automatic injection of profiler_builtinsAmanieu d'Antras-0/+2
2020-04-04Do not lose or reorder user-provided linker argumentsVadim Petrochenkov-5/+13
2020-04-02Add hash of source files in debug infoArlo Siemsen-1/+14
2020-04-01Rollup merge of #70511 - ecstatic-morse:mir-dataflow-graphviz, r=davidtwcoMazdak Farrokhzad-0/+2
2020-03-28Add `-Z dump-mir-dataflow`Dylan MacKenzie-0/+2
2020-03-28Auto merge of #70095 - jsgf:link-native, r=nagisabors-0/+2
2020-03-27Implement -Zlink-native-librariesJeremy Fitzhardinge-0/+2
2020-03-27Remove `no_integrated_as` mode.Nicholas Nethercote-2/+0
2020-03-24Remove `-Z incremental`.Nicholas Nethercote-2/+0
2020-03-24Remove several dead `-Z` options.Nicholas Nethercote-8/+0
2020-03-24Invert `-Z generate-arange-section`.Nicholas Nethercote-2/+2
2020-03-24Remove `-Z incremental-queries`.Nicholas Nethercote-2/+0
2020-03-24Add a comment to `parse_bool`.Nicholas Nethercote-0/+3
2020-03-02Remove chalk integrationCAD97-2/+0
2020-02-13add selfprofiling for new llvm passmanagerAndreas Jonson-1/+1
2020-02-12Add support for new pass managerNikita Popov-0/+2
2020-02-12Rollup merge of #68487 - 0dvictor:nolink, r=tmandryYuki Okushi-0/+2
2020-02-11Support linking from a .rlink fileVictor Ding-0/+2