about summary refs log tree commit diff
path: root/src/librustc_session
AgeCommit message (Expand)AuthorLines
2020-01-28lintify conflicting_repr_hintsMazdak Farrokhzad-0/+11
2020-01-24Rollup merge of #68473 - nopsledder:rust_sanitizer_fuchsia, r=alexcrichtonTyler Mandry-2/+6
2020-01-22Rollup merge of #68409 - sinkuu:temp_path, r=Mark-SimulacrumTyler Mandry-11/+20
2020-01-23Add `-Z no-link` flagVictor Ding-2/+4
2020-01-22Fix tidy warningsAaron Green-2/+6
2020-01-22Enable ASan on FuchsiaAaron Green-1/+1
2020-01-22Do not base path to append extensionMark Rousskov-4/+4
2020-01-22Store filestem in a pre-formatted formMark Rousskov-11/+10
2020-01-22Privatize private fields of OutputFilenamesMark Rousskov-2/+12
2020-01-18remove rustc_error_codes deps except in rustc_driverMazdak Farrokhzad-2/+0
2020-01-17[self-profiler] Add example to `-Z help` to turn on query key recordingWesley Wiser-1/+5
2020-01-11feature_gate: Remove `GateStrength`Vadim Petrochenkov-37/+1
2020-01-11Rollup merge of #67806 - Centril:splitsynmore, r=petrochenkovMazdak Farrokhzad-14/+734
2020-01-11pacify tidy by nixing added docs :(Mazdak Farrokhzad-12/+0
2020-01-11move {rustc -> rustc_session}::lint::builtinMazdak Farrokhzad-0/+532
2020-01-11prepare moving HardwiredLints to rustc_sessionMazdak Farrokhzad-0/+38
2020-01-11buffered lint infra -> rustc_sessionMazdak Farrokhzad-10/+84
2020-01-11document feature_err et. alMazdak Farrokhzad-0/+23
2020-01-11gating diagnostics -> rustc_session::parseMazdak Farrokhzad-4/+69
2020-01-10Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichtonbors-0/+26
2020-01-09Link sanitizer runtimes instead of injecting crate dependenciesTomasz Miąsko-0/+26
2020-01-09Change -Z time event naming scheme and make them generic activitiesJohn Kåre Alsaker-4/+4
2020-01-08Remove `-Z continue-parse-after-error`Vadim Petrochenkov-2/+0
2020-01-06Improve hygiene of `newtype_index`Matthew Jasper-1/+0
2020-01-04rustc_session: allow overriding lint level of individual lints from a groupTobias Thiel-3/+10
2020-01-05Use self profile infrastructure for -Z time and -Z time-passesJohn Kåre Alsaker-11/+17
2020-01-04Auto merge of #67803 - Centril:librustc_hir, r=Zoxcbors-0/+2
2020-01-04move Node{Map,Set} -> rustc_session::node_idMazdak Farrokhzad-0/+2
2020-01-03rustdoc: Respect diagnostic debugging optionsVadim Petrochenkov-15/+13
2020-01-03Introduce an option for disabling deduplication of diagnosticsVadim Petrochenkov-3/+4
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-17/+17
2019-12-31Rollup merge of #67735 - petrochenkov:uibool, r=Mark-SimulacrumDylan DPC-5/+11
2019-12-30Support `-Z ui-testing=yes/no`Vadim Petrochenkov-5/+11
2019-12-30Make things build againVadim Petrochenkov-1/+1
2019-12-25Remove `-Znll-dont-emit-read-for-match`Matthew Jasper-2/+0
2019-12-22Format the worldMark Rousskov-588/+416
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-936/+957
2019-12-17Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton"Mark Rousskov-8/+8
2019-12-17Move AtomicU64 usage to AtomicUsizeMark Rousskov-3/+3
2019-12-16Change the default thread count to min(4, vCPUs)Mark Rousskov-5/+5
2019-12-12Rollup merge of #67215 - nnethercote:fix-Zprint-type-size-zero-sized-fields, ...Yuki Okushi-3/+6
2019-12-11Rollup merge of #67074 - ehuss:extern-options, r=petrochenkovMazdak Farrokhzad-37/+132
2019-12-11Fix `-Z print-type-sizes`'s handling of zero-sized fields.Nicholas Nethercote-3/+6
2019-12-09Add options to --extern flag.Eric Huss-37/+132
2019-12-06Use `as_ref().map()` rather than `is_some().to_option()`varkor-1/+1
2019-12-06Use `to_option_with` in several placesvarkor-1/+1
2019-12-06Use `to_option` in various placesvarkor-7/+4
2019-12-03Deduplicate CrateConfigMark Rousskov-5/+4
2019-12-03Move Session to librustc_sessionMark Rousskov-0/+4741