about summary refs log tree commit diff
path: root/compiler/rustc_session
AgeCommit message (Expand)AuthorLines
2022-12-06Rollup merge of #105286 - willcrichton:maximal-hir-to-mir-coverage, r=cjgillotMatthias Krüger-0/+3
2022-12-06Check AArch64 branch-protection earlier in the pipeline.Jacob Bramley-4/+12
2022-12-06Auto merge of #105175 - michaelwoerister:add-stable-ord-trait, r=nagisabors-1/+4
2022-12-04Add -Z maximal-hir-to-mir-coverage flagWill Crichton-0/+3
2022-12-04Always evaluate vecs of subdiagnostics eagerlymejrs-1/+1
2022-12-03Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514Matthias Krüger-8/+8
2022-12-02Add StableOrd trait as proposed in MCP 533.Michael Woerister-1/+4
2022-12-02Remove `-Zno-interleave-lints`.Nicholas Nethercote-2/+0
2022-12-01Remove useless borrows and derefsMaybe Waffle-8/+8
2022-12-01Rollup merge of #105078 - TaKO8Ki:fix-105011, r=nnethercoteMatthias Krüger-7/+3
2022-11-30avoid an unnecessary `&str` to `String` conversionTakayuki Maeda-7/+3
2022-11-28Detect long types in E0308 and write them to diskEsteban Küber-0/+12
2022-11-27Stabilize native library modifier `verbatim`Vadim Petrochenkov-4/+1
2022-11-24Auto merge of #104845 - matthiaskrgr:rollup-tckj956, r=matthiaskrgrbors-1/+4
2022-11-24Rollup merge of #104780 - BoxyUwU:error_reported_not_be_bad, r=oli-obkMatthias Krüger-1/+4
2022-11-24move things from rustc_target::abi to rustc_abihkalbasi-2/+2
2022-11-24make `error_reported` check for delayed bugsBoxy-1/+4
2022-11-24Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiserbors-4/+4
2022-11-21Match crate and slug namesmejrs-13/+13
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-4/+4
2022-11-16Use `token::Lit` in `ast::ExprKind::Lit`.Nicholas Nethercote-0/+162
2022-11-07Add --print=split-debuginfoKamil Koczurek-0/+2
2022-11-05Rollup merge of #103660 - ozkanonur:master, r=jyn514Dylan DPC-18/+129
2022-11-04improve `filesearch::get_or_default_sysroot` r=ozkanonurOnur Özkan-18/+129
2022-11-02Rollup merge of #103610 - wesleywiser:thinlto_cgu1, r=michaelwoeristerMatthias Krüger-14/+11
2022-11-01Rollup merge of #103839 - Nilstrieb:print-list, r=compiler-errorsManish Goregaokar-23/+38
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-3/+51
2022-11-01Print valid `--print` requests if request is invalidnils-23/+38
2022-10-31Add more track_callermejrs-0/+21
2022-10-26Allow use of `-Clto=thin` with `-Ccodegen-units=1` in generalWesley Wiser-14/+11
2022-10-24Address some commentsmejrs-2/+2
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-19Implement -Ztrack-diagnosticsmejrs-3/+30
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