about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2022-04-18ssa: don't pack debuginfo on windows not only msvcDavid Wood-1/+1
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-15/+2
2022-04-17Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiaskobors-2/+6
2022-04-15Add codegen for global_asm! sym operandsAmanieu d'Antras-6/+30
2022-04-14Add additional `extract_field` / `project_field` to take into account extra l...Eduardo Sánchez Muñoz-2/+6
2022-04-13Auto merge of #95968 - davidtwco:translation-lazy-fallback, r=oli-obkbors-1/+1
2022-04-13Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011bors-6/+1
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-1/+1
2022-04-12Remove NodeIdHashingMode.Camille GILLOT-6/+1
2022-04-11Add new `MutatatingUseContext`s for deinit and `SetDiscriminant`Jakob Degen-0/+2
2022-04-11Add new `Deinit` statement kindJakob Degen-0/+6
2022-04-08check_doc_keyword: don't alloc string for emptiness checkklensy-4/+4
2022-04-05Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardinbors-18/+23
2022-04-05Mark scalar layout unions so that backends that do not support partially init...Oli Scherer-18/+23
2022-04-05errors: implement fallback diagnostic translationDavid Wood-5/+15
2022-04-05errors: introduce `DiagnosticMessage`David Wood-2/+2
2022-04-04Auto merge of #95606 - petrochenkov:linkregr, r=wesleywiserbors-1/+6
2022-04-03Cleanup after some refactoring in rustc_targetLoïc BRANSTETT-3/+3
2022-04-03Replace LinkArgs with Cow<'static, str>Loïc BRANSTETT-5/+6
2022-04-03Replace every Vec in Target(Options) with it's Cow equivalentLoïc BRANSTETT-2/+2
2022-04-03Replace every `String` in Target(Options) with `Cow<'static, str>`Loïc BRANSTETT-12/+12
2022-04-03Auto merge of #90791 - drmorr0:drmorr-memcmp-cint-cfg, r=petrochenkovbors-0/+1
2022-04-02make memcmp return a value of c_int_width instead of i32David Morrison-0/+1
2022-04-03linker: Implicitly link native libs as whole-archive in some more casesVadim Petrochenkov-1/+6
2022-04-02Address review comments and add a testJakub Beránek-4/+24
2022-04-02Include a header in .rlink files to provide nicer error messages when a wrong...Jakub Beránek-0/+31
2022-03-31Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errorsDylan DPC-1/+1
2022-03-30Stabilize native library modifier syntax and the `whole-archive` modifier spe...Vadim Petrochenkov-41/+73
2022-03-30Spellchecking compiler commentsYuri Astrakhan-1/+1
2022-03-30Auto merge of #95241 - Gankra:cleaned-provenance, r=workingjubileebors-1/+2
2022-03-30Rollup merge of #95461 - nyurik:spelling, r=lcnrDylan DPC-4/+4
2022-03-30Spellchecking some commentsYuri Astrakhan-4/+4
2022-03-29Make some rustc code conform to strict provenance.Aria Beingessner-1/+2
2022-03-28Rollup merge of #95328 - DrMeepster:box_gep_err, r=oli-obkDylan DPC-7/+13
2022-03-28use cfg attribute instead of macroklensy-25/+27
2022-03-27fix other source of box derefDrMeepster-3/+11
2022-03-26check the the right fieldDrMeepster-1/+1
2022-03-25widen special case on deref to all non-zst allocatorsDrMeepster-4/+2
2022-03-26Auto merge of #95149 - cjgillot:once-diag, r=estebankbors-1/+1
2022-03-23Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,AmanieuDylan DPC-4/+1
2022-03-22Fold aarch64 feature +fp into +neonJubilee Young-4/+1
2022-03-20Take &mut Diagnostic in emit_diagnostic.Camille GILLOT-1/+1
2022-03-18Auto merge of #95056 - Dylan-DPC:rollup-swtuw2n, r=Dylan-DPCbors-5/+25
2022-03-17Rollup merge of #94997 - michaelwoerister:fix-enum-type-name-layout-error, r=...Dylan DPC-2/+23
2022-03-17Rollup merge of #93745 - tarcieri:stabilize-adx, r=cjgillotDylan DPC-1/+1
2022-03-16erase late-bound regions in dyn projection types for debuginfoMichael Goulet-1/+2
2022-03-16rustc_error: make ErrorReported impossible to constructmark-2/+1
2022-03-16debuginfo: Fix ICE when generating name for type that produces a layout error.Michael Woerister-2/+23
2022-03-16feat: more RISC-V featuresluojia65-0/+20
2022-03-15Rollup merge of #94810 - michaelwoerister:fix-trait-pointer-debuginfo-names, ...Matthias Krüger-3/+10