about summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
2022-07-31Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwcoMatthias Krüger-4/+7
2022-07-31Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkovMatthias Krüger-14/+0
2022-07-30Auto merge of #99123 - mystor:crossbeam_bridge, r=eddybbors-0/+27
2022-07-29proc_macro: use crossbeam channels for the proc_macro cross-thread bridgeNika Layzell-0/+27
2022-07-29Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkovbors-3/+19
2022-07-28location-detail: disable all location details when passed `none`Hudson Ayers-4/+7
2022-07-28Use line numbers relative to function in mir opt testsNilstrieb-0/+2
2022-07-27lint: add bad opt access internal lintDavid Wood-296/+354
2022-07-27session: disable internal lints for rustdocDavid Wood-0/+8
2022-07-26Lib kind -l link-arg:Daniil Belov-3/+19
2022-07-25feat: impl export-executable-symbolscsmoe-0/+2
2022-07-23Auto merge of #98208 - ivanloz:master, r=nagisabors-1/+2
2022-07-21Rollup merge of #99528 - matthiaskrgr:2022_07_perf, r=estebankMatthias Krüger-1/+1
2022-07-21Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwcobors-0/+2
2022-07-20Remove implicit names and values from --cfg in --check-cfgUrgau-14/+0
2022-07-20Add ShadowCallStack SupportIvan Lozano-1/+2
2022-07-20clippy::perf fixesMatthias Krüger-1/+1
2022-07-19Add flag to configure `noalias` on `Box<T>`nils-0/+2
2022-07-18Rollup merge of #99360 - compiler-errors:issue-99331, r=fee1-deadYuki Okushi-0/+8
2022-07-16Do not ICE when we have -Zunpretty=expand with invalid ABIMichael Goulet-0/+8
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-16Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil...Matthias Krüger-3/+4
2022-07-17avoid some `Symbol` to `String` conversionsTakayuki Maeda-3/+4
2022-07-14rustc: add ability to output regular LTO bitcode modulesZiv Dunkelman-0/+2
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-101/+104
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/+8
2022-07-08Rollup merge of #98657 - compiler-errors:rustc-const-eval-session-diagnostic-...Dylan DPC-1/+10
2022-07-08Rollup merge of #98533 - jyn514:drop-tracking-debugging, r=eholkDylan DPC-0/+2
2022-07-08Migrate MutDeref, TransientMutBorrow diagnosticsMichael Goulet-1/+10
2022-07-06session: `output-width` -> `diagnostic-width`David Wood-12/+12
2022-07-06session: `terminal-width` -> `output-width`David Wood-12/+12
2022-07-06sess: stabilize `--terminal-width`David Wood-3/+16
2022-07-04incr.comp.: Make split-dwarf commandline options [TRACKED].Michael Woerister-4/+5
2022-07-01update cfg(bootstrap)sPietro Albini-69/+26
2022-06-27various: add `rustc_lint_diagnostics` to diag fnsDavid Wood-0/+23
2022-06-26Add a `-Zdump-drop-tracking-cfg` debugging flagJoshua Nelson-0/+2
2022-06-21Auto merge of #97657 - Urgau:check-cfg-many-mut, r=oli-obkbors-34/+90
2022-06-16Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi...Matthias Krüger-1/+16
2022-06-16Support lint expectations for `--force-warn` lints (RFC 2383)xFrednet-1/+16
2022-06-15Use get_many_mut to reduce the cost of setup ping check cfg valuesUrgau-34/+90
2022-06-14Auto merge of #96285 - flip1995:pk-vfe, r=nagisabors-6/+9
2022-06-14Auto merge of #78781 - eddyb:measureme-rdpmc, r=oli-obkbors-1/+8
2022-06-14Add -Zvirtual-function-elimination flagflip1995-6/+9
2022-06-14Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obkDylan DPC-0/+4
2022-06-13Integrate measureme's hardware performance counter support.Eduard-Mihai Burtescu-1/+8
2022-06-11Rollup merge of #97789 - ferrocene:pa-fix-issue-71363-test, r=cjgillotDylan DPC-0/+2
2022-06-10lint: add diagnostic translation migration lintsDavid Wood-0/+4
2022-06-10Auto merge of #95818 - petrochenkov:stabundle, r=wesleywiserbors-19/+1