about summary refs log tree commit diff
path: root/compiler/rustc_session
AgeCommit message (Expand)AuthorLines
2022-09-30Remove expr_parentheses_needed from ParseSessMichael Goulet-11/+3
2022-09-28Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwcobors-7/+20
2022-09-27Migrate rustc_session::expr_parentheses_needed to Subdiagnostic structXiretza-7/+20
2022-09-27session: remove now-unnecessary lint `#[allow]`sDavid Wood-52/+0
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-25Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikicfee1-dead-2/+0
2022-09-22Improve the help message for an invalid calling conventionkhyperia-2/+4
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-33/+34
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-2/+2
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-4/+4
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-29/+29
2022-09-21UPDATE - move SessionDiagnostic from rustc_session to rustc_errorsJhonny Bill Mena-12/+2
2022-09-18Remove -Znew-llvm-pass-managerJosh Stone-2/+0
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-14make `mk_attr_id` part of `ParseSess`SparrowLii-0/+4
2022-09-13Rollup merge of #101266 - LuisCardosoOliveira:translation-rustcsession-pt3, r...Matthias Krüger-25/+107
2022-09-13Rollup merge of #101690 - kadiwa4:avoid_iterator_last, r=oli-obkDylan DPC-4/+2
2022-09-13Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkovbors-0/+4
2022-09-12change rlib format to discern native dependenciesDaniil Belov-0/+4
2022-09-12Rollup merge of #100293 - yanchen4791:add-inline-llvm-option, r=nnethercoteDylan DPC-0/+2
2022-09-11Avoid `Iterator::last`KaDiWa-4/+2
2022-09-10translations(rustc_session): migrate output.rsLuis Cardoso-27/+108
2022-09-09Add inline-llvm option for disabling/enabling LLVM inliningYan Chen-0/+2
2022-09-09translations(rustc_session): migrates session.rs and config.rsLuis Cardoso-1/+2
2022-09-08translations(rustc_session): migrates two diagnostics in session.rsLuis Cardoso-10/+22
2022-09-08translations(rustc_session): remove lint allow rule to the methods marked wit...Luis Cardoso-55/+7
2022-09-08translations(rustc_session): migrate TargetDataLayout::parseLuis Cardoso-5/+56
2022-09-08translations(rustc_session): migrates session.rs and config.rsLuis Cardoso-38/+148
2022-09-05UPDATE - into_diagnostic to take a Handler instead of a ParseSessJhonny Bill Mena-6/+6
2022-09-03Auto merge of #100574 - Urgau:check-cfg-warn-cfg, r=petrochenkovbors-4/+4
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