about summary refs log tree commit diff
path: root/compiler/rustc_session/src/session.rs
AgeCommit message (Expand)AuthorLines
2022-08-26Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiserbors-2/+12
2022-08-21Hotfix ftl err name, added check for err.code in create_feature_errnidnogg-1/+3
2022-08-21Fixed failing tests (missing labels), added automatic error code in create_fe...nidnogg-2/+3
2022-08-22Fix incorrect return type of emit_fatalPark Jaeon [파차]-1/+1
2022-08-22Support #[fatal(..)]finalchild-0/+9
2022-08-18session: stabilize split debuginfo on linuxDavid Wood-2/+12
2022-08-12Adjust cfgsMark Rousskov-5/+5
2022-07-27lint: add bad opt access internal lintDavid Wood-272/+299
2022-07-27session: disable internal lints for rustdocDavid Wood-0/+8
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-52/+52
2022-07-13Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwcoDylan DPC-0/+4
2022-07-11Keep unstable target features for asm feature checkingAmanieu d'Antras-0/+4
2022-07-08Implement support for DWARF version 5.Patrick Walton-0/+6
2022-07-08Rollup merge of #98657 - compiler-errors:rustc-const-eval-session-diagnostic-...Dylan DPC-1/+10
2022-07-08Migrate MutDeref, TransientMutBorrow diagnosticsMichael Goulet-1/+10
2022-07-06session: `output-width` -> `diagnostic-width`David Wood-4/+4
2022-07-06session: `terminal-width` -> `output-width`David Wood-3/+3
2022-07-06sess: stabilize `--terminal-width`David Wood-3/+3
2022-07-01update cfg(bootstrap)sPietro Albini-23/+23
2022-06-27various: add `rustc_lint_diagnostics` to diag fnsDavid Wood-0/+23
2022-06-16Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi...Matthias Krüger-0/+15
2022-06-16Support lint expectations for `--force-warn` lints (RFC 2383)xFrednet-0/+15
2022-06-14Auto merge of #96285 - flip1995:pk-vfe, r=nagisabors-6/+6
2022-06-14Auto merge of #78781 - eddyb:measureme-rdpmc, r=oli-obkbors-1/+2
2022-06-14Add -Zvirtual-function-elimination flagflip1995-6/+6
2022-06-13Integrate measureme's hardware performance counter support.Eduard-Mihai Burtescu-1/+2
2022-06-10lint: add diagnostic translation migration lintsDavid Wood-0/+1
2022-05-06sess: add `create_{err,warning}`David Wood-0/+12
2022-04-25fix formattingChristian Poveda-5/+1
2022-04-25use `ParseSess` instead of `Session` in `into_diagnostic`Christian Poveda-5/+9
2022-04-15Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPCDylan DPC-1/+1
2022-04-15Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelixDylan DPC-0/+5
2022-04-13couple of clippy::complexity fixesMatthias Krüger-1/+1
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-15/+7
2022-04-12sess: try sysroot candidates for fluent bundleDavid Wood-11/+13
2022-04-05session: opt for enabling directionality markersDavid Wood-2/+6
2022-04-05macros: translatable struct attrs and warningsDavid Wood-3/+13
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-6/+19
2022-04-05errors: implement fallback diagnostic translationDavid Wood-35/+92
2022-04-05span: move `MultiSpan`David Wood-2/+2
2022-04-02Create 2024 editionJacob Pratt-0/+5
2022-03-27Make fatal DiagnosticBuilder yield neverMichael Goulet-20/+11
2022-03-26Auto merge of #95296 - workingjubilee:pretty-session, r=Dylan-DPCbors-6/+6
2022-03-24Prettify rustc_session fmt with capturing args (nfc)Jubilee Young-6/+6
2022-03-20Filter OnceNote in diagnostic infra.Camille GILLOT-73/+1
2022-03-16rustc_error: make ErrorReported impossible to constructmark-17/+28
2022-03-03Auto merge of #87835 - xFrednet:rfc-2383-expect-attribute-with-ids, r=wesleyw...bors-0/+7
2022-03-02Set `LintExpectationId` in level and collect fulfilled ones (RFC-2383)xFrednet-1/+5
2022-03-02Added `Expect` lint level and attribute (RFC-2383)xFrednet-0/+3
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-14/+14