about summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
2022-09-02Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplettbors-1/+33
2022-09-02Rollup merge of #100814 - gabrielBusta:port_trait_selection_diagnostics, r=da...Matthias Krüger-0/+6
2022-09-02Make CrateConfig make order depended for linting purposeUrgau-4/+4
2022-09-02Rollup merge of #100552 - petrochenkov:flavorcompat, r=lqdGuillaume Gomez-17/+7
2022-09-01Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1Gabriel Bustamante-0/+6
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-3/+4
2022-09-01rustc_target: Refactor internal linker flavors slightlyVadim Petrochenkov-12/+2
2022-09-01rustc_target: Add a compatibility layer to separate internal and user-facing ...Vadim Petrochenkov-7/+7
2022-08-31unix_sigpipe: Inline compiler sigpipe constants in stdMartin Nordholts-0/+2
2022-08-31Rollup merge of #100753 - LuisCardosoOliveira:translation-migrate-session, r=...Ralf Jung-18/+92
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-28Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`Martin Nordholts-1/+31
2022-08-27Auto merge of #100732 - dpaoliello:import_name_type, r=wesleywiserbors-1/+32
2022-08-26Rollup merge of #100738 - nidnogg:diagnostics_migr_const_eval, r=davidtwcoMichael Goulet-2/+5
2022-08-26Implementation of import_name_typeDaniel Paoliello-1/+32
2022-08-26Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiserbors-9/+12
2022-08-26translations(rustc_session): migrate check_expected_reuseLuis Cardoso-20/+12
2022-08-26translations(rustc_session): migrate 80% of the file parse.rsLuis Cardoso-11/+44
2022-08-26translations(rustc_session): migrate the file cgu_reuse_trackerLuis Cardoso-5/+54
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/+25
2022-08-21Add Handler::struct_diagnostic()Xiretza-1/+9
2022-08-18session: stabilize split debuginfo on linuxDavid Wood-9/+12
2022-08-17Reenable early feature-gates as future-compat warningsChristopher Durham-3/+52
2022-08-15Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and...The 8472-1/+1
2022-08-12Adjust cfgsMark Rousskov-43/+42
2022-08-07add -Zextra-const-ub-checks to enable more UB checking in const-evalRalf Jung-0/+2
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