about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
AgeCommit message (Expand)AuthorLines
2022-10-25rustc_codegen_ssa: use more consistent naming.Nicholas Nethercote-30/+31
2022-10-24Support raw-dylib functions being used inside inlined functionsDaniel Paoliello-5/+37
2022-10-23Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`sJakub Beránek-4/+12
2022-10-23Allow LTO for dylibsbjorn3-11/+29
2022-10-23Add missing export for the oom strategy symbolbjorn3-1/+10
2022-10-23Migrate all diagnosticsNilstrieb-62/+62
2022-10-22Auto merge of #103240 - BelovDV:issue-102290, r=petrochenkovbors-0/+4
2022-10-22Auto merge of #103231 - ecnelises:le_fix, r=lcnrbors-4/+2
2022-10-22Auto merge of #103196 - Nilstrieb:no-meta-query, r=cjgillotbors-1/+1
2022-10-20Auto merge of #103092 - petrochenkov:weaklto, r=wesleywiserbors-4/+9
2022-10-19Get rid of native_library projection queriesnils-1/+1
2022-10-19Add architectures to fn create_object_fileDaniil Belov-0/+4
2022-10-19Remove byte swap of valtree hash on big endianQiu Chaofan-4/+2
2022-10-18Auto merge of #102418 - citrus-it:illumos-strip-debug, r=nagisabors-9/+40
2022-10-15linker: Fix weak lang item linking with combination windows-gnu + LLD + LTOVadim Petrochenkov-4/+9
2022-10-15The illumos linker does not support --strip-debugAndy Fiddaman-9/+40
2022-10-15Auto merge of #101832 - compiler-errors:dyn-star-plus, r=eholkbors-34/+57
2022-10-14Sort target features alphabeticallynils-96/+112
2022-10-14Address nits, add test for implicit dyn-star coercion without feature gateMichael Goulet-2/+5
2022-10-14Allow dyn* upcastingMichael Goulet-34/+54
2022-10-13Rollup merge of #102641 - eholk:dyn-star-box, r=compiler-errorsYuki Okushi-0/+9
2022-10-12Add a fixmeEric Holk-0/+3
2022-10-12Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errorsDylan DPC-2/+5
2022-10-11Rollup merge of #102612 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru...Matthias Krüger-91/+414
2022-10-10errors: use `HashMap` to store diagnostic argsDavid Wood-2/+5
2022-10-08Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obkMatthias Krüger-2/+8
2022-10-07Cast vtable type tooEric Holk-0/+1
2022-10-07ADD - implement IntoDiagnostic for thorin::Error wrapperJhonny Bill Mena-12/+193
2022-10-07Address PR commentsJhonny Bill Mena-45/+13
2022-10-07ADD - initial port of link.rsJhonny Bill Mena-58/+141
2022-10-07DELETE - unused error after PR# 100101 was mergedJhonny Bill Mena-6/+0
2022-10-07UPDATE - resolve fixme and emit errors via HandlerJhonny Bill Mena-13/+6
2022-10-07UPDATE - codege-ssa errors to new Diagnostic macro nameJhonny Bill Mena-16/+16
2022-10-07UPDATE - migrate write.rs to new diagnostics infraJhonny Bill Mena-22/+67
2022-10-07UPDATE - migrate linker.rs to new diagnostics infraJhonny Bill Mena-18/+59
2022-10-07UPDATE - LibDefWriteFailure to accept type instead of formatted stringJhonny Bill Mena-7/+8
2022-10-07ADD - migrate lib.def write fatal errorJhonny Bill Mena-3/+10
2022-10-07ADD - codegen_ssa initial diags translations machineryJhonny Bill Mena-0/+10
2022-10-07Auto merge of #102767 - matthiaskrgr:rollup-vcbt81v, r=matthiaskrgrbors-2/+3
2022-10-07Rollup merge of #102577 - kornelski:non-code-visual-studio, r=wesleywiserMatthias Krüger-2/+3
2022-10-07Auto merge of #101988 - petrochenkov:flavor2, r=lqdbors-75/+82
2022-10-06Warn about Visual Studio Code branding confusionKornel-2/+3
2022-10-06Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwcoMatthias Krüger-1/+1
2022-10-06Remove `mir::CastKind::Misc`ouz-a-2/+8
2022-10-06rustc_target: Refactor internal linker flavorsVadim Petrochenkov-75/+82
2022-10-06Remove `-Ztime` option.Nicholas Nethercote-1/+1
2022-10-05Rollup merge of #102440 - sunfishcode:sunfishcode/wasm-no-export-tls-api, r=o...Dylan DPC-6/+9
2022-10-04Support casting boxes to dyn*Eric Holk-0/+5
2022-10-02Remove type argument of array_alloca and rename to byte_array_allocabjorn3-2/+2
2022-10-02Remove dynamic_alloca from BuilderMethodsbjorn3-1/+0