summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
2022-10-23Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`sJakub Beránek-0/+2
2022-10-23Migrate all diagnosticsNilstrieb-28/+28
2022-10-22Auto merge of #103196 - Nilstrieb:no-meta-query, r=cjgillotbors-0/+11
2022-10-21Auto merge of #101077 - sunshowers:signal-mask-inherit, r=sunshowersbors-5/+8
2022-10-21Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errorsDylan DPC-32/+42
2022-10-20Change process spawning to inherit the parent's signal mask by defaultRain-5/+8
2022-10-19Get rid of native_library projection queriesnils-0/+11
2022-10-18Remove `RunCompiler::emitter`.Nicholas Nethercote-55/+14
2022-10-17session: use derive moreDavid Wood-32/+42
2022-10-14Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8KiDylan DPC-1/+1
2022-10-14more dupe word typosRageking8-1/+1
2022-10-12ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errorsJhonny Bill Mena-56/+1
2022-10-12Use `tidy-alphabetical` in the compilerNilstrieb-55/+51
2022-10-07errors: add `emit_note`/`create_note`David Wood-2/+22
2022-10-06Remove `-Ztime` option.Nicholas Nethercote-17/+5
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