summary refs log tree commit diff
path: root/src/librustc_session/options.rs
AgeCommit message (Expand)AuthorLines
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
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-2/+2
2020-02-04remove redundant imports (clippy::single_component_path_imports)Matthias Krüger-2/+0
2020-02-02Auto merge of #68720 - wesleywiser:llvm_time_trace, r=davidtwcobors-0/+2
2020-02-01Add support for enabling the LLVM time-trace featureWesley Wiser-0/+2
2020-01-28Add support for Control Flow Guard on Windows.Andrew Paverd-1/+15
2020-01-23Add `-Z no-link` flagVictor Ding-0/+2
2020-01-17[self-profiler] Add example to `-Z help` to turn on query key recordingWesley Wiser-1/+5
2020-01-08Remove `-Z continue-parse-after-error`Vadim Petrochenkov-2/+0
2020-01-03Introduce an option for disabling deduplication of diagnosticsVadim Petrochenkov-0/+2
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-30Support `-Z ui-testing=yes/no`Vadim Petrochenkov-1/+1
2019-12-25Remove `-Znll-dont-emit-read-for-match`Matthew Jasper-2/+0
2019-12-22Format the worldMark Rousskov-11/+13
2019-12-20Remove rarely used -Zdisable_instrumentation_preinliner flag.Michael Woerister-2/+0
2019-12-20Move command line option definitions into a dedicated fileVictor Ding-0/+951