summary refs log tree commit diff
path: root/compiler/rustc_session/src/session.rs
AgeCommit message (Expand)AuthorLines
2023-01-19Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkovbors-10/+17
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-1/+1
2023-01-16Avoid an unnecessary allocationOli Scherer-1/+1
2023-01-16Move compiler input and ouput paths into sessionOli Scherer-10/+17
2022-12-30Add some docs to `bug`, `span_bug` and `delay_span_bug`Nilstrieb-1/+13
2022-12-20Remove wrapper functions for some unstable optionsNilstrieb-24/+0
2022-12-18don't restuct references just to reborrowMatthias Krüger-1/+1
2022-12-17Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisabors-4/+8
2022-12-10Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3Matthias Krüger-0/+12
2022-12-08Add LLVM KCFI support to the Rust compilerRamon de C Valle-0/+12
2022-12-06Check AArch64 branch-protection earlier in the pipeline.Jacob Bramley-4/+8
2022-11-28Detect long types in E0308 and write them to diskEsteban Küber-0/+11
2022-11-24Rollup merge of #104780 - BoxyUwU:error_reported_not_be_bad, r=oli-obkMatthias Krüger-1/+4
2022-11-24make `error_reported` check for delayed bugsBoxy-1/+4
2022-11-24Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiserbors-2/+2
2022-11-18`track_errors` use a delay_span_bugBoxy-1/+4
2022-11-16Use `as_deref` in compiler (but only where it makes sense)Maybe Waffle-2/+2
2022-11-05Rollup merge of #103660 - ozkanonur:master, r=jyn514Dylan DPC-1/+1
2022-11-04improve `filesearch::get_or_default_sysroot` r=ozkanonurOnur Özkan-1/+1
2022-11-02Rollup merge of #103610 - wesleywiser:thinlto_cgu1, r=michaelwoeristerMatthias Krüger-6/+3
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-3/+42
2022-10-31Add more track_callermejrs-0/+15
2022-10-26Allow use of `-Clto=thin` with `-Ccodegen-units=1` in generalWesley Wiser-6/+3
2022-10-21Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errorsDylan DPC-17/+16
2022-10-19Implement -Ztrack-diagnosticsmejrs-3/+27
2022-10-18Remove `RunCompiler::emitter`.Nicholas Nethercote-55/+14
2022-10-17session: use derive moreDavid Wood-17/+16
2022-10-07errors: add `emit_note`/`create_note`David Wood-1/+10
2022-10-06Remove `-Ztime` option.Nicholas Nethercote-6/+5
2022-09-27session: remove now-unnecessary lint `#[allow]`sDavid Wood-44/+0
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-2/+2
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-9/+9
2022-09-21UPDATE - move SessionDiagnostic from rustc_session to rustc_errorsJhonny Bill Mena-10/+1
2022-09-13Rollup merge of #101266 - LuisCardosoOliveira:translation-rustcsession-pt3, r...Matthias Krüger-0/+44
2022-09-11Avoid `Iterator::last`KaDiWa-4/+2
2022-09-10translations(rustc_session): migrate output.rsLuis Cardoso-0/+44
2022-09-08translations(rustc_session): migrates two diagnostics in session.rsLuis Cardoso-10/+8
2022-09-08translations(rustc_session): remove lint allow rule to the methods marked wit...Luis Cardoso-43/+1
2022-09-08translations(rustc_session): migrates session.rs and config.rsLuis Cardoso-36/+78
2022-09-05UPDATE - into_diagnostic to take a Handler instead of a ParseSessJhonny Bill Mena-3/+3
2022-09-01Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1Gabriel Bustamante-0/+6
2022-08-26Rollup merge of #100738 - nidnogg:diagnostics_migr_const_eval, r=davidtwcoMichael Goulet-2/+5
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