about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
AgeCommit message (Expand)AuthorLines
2024-05-10Rollup merge of #124797 - beetrees:primitive-float, r=davidtwcoMatthias Krüger-6/+14
2024-05-09Make builtin_deref just return a TyMichael Goulet-8/+5
2024-05-08Make SSA aggregates without needing an allocaScott McMurray-12/+99
2024-05-08Aggregating arrays can always take the place pathScott McMurray-2/+5
2024-05-08Auto merge of #124858 - alexcrichton:some-wasi-changes, r=michaelwoeristerbors-1/+7
2024-05-06Refactor float `Primitive`s to a separate `Float` typebeetrees-6/+14
2024-05-05Auto merge of #124606 - scottmcm:less-expect, r=cjgillotbors-2/+2
2024-05-04some comments or dynamic drop handlingRalf Jung-2/+2
2024-05-03rustc: Don't pass `-fuse-ld=lld` on wasm targetsAlex Crichton-1/+7
2024-05-03Rollup merge of #124555 - Zalathar:init-coverage, r=nnethercoteMatthias Krüger-0/+9
2024-05-02Rollup merge of #124414 - lqd:subdiagnostics, r=davidtwcoMatthias Krüger-1/+0
2024-05-01Stop `llvm.expect`ing assert terminatorsScott McMurray-2/+2
2024-05-01Step bootstrap cfgsMark Rousskov-1/+0
2024-05-01coverage: Eagerly do start-of-function codegen for coverageZalathar-0/+9
2024-04-29Remove `extern crate rustc_middle` from numerous crates.Nicholas Nethercote-6/+25
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-2/+1
2024-04-26remove extraneous note on `UnableToRunDsymutil` diagnosticRémy Rakic-1/+0
2024-04-25debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[...Vadim Petrochenkov-19/+3
2024-04-25Rollup merge of #124324 - nnethercote:minor-ast-cleanups, r=estebankMatthias Krüger-1/+1
2024-04-24Rename `NestedMetaItem::name_value_literal`.Nicholas Nethercote-1/+1
2024-04-24Auto merge of #122053 - erikdesjardins:alloca, r=nikicbors-7/+7
2024-04-23Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obkbors-1/+45
2024-04-22Auto merge of #115120 - icedrocket:ignore-strip-on-msvc, r=michaelwoeristerbors-42/+35
2024-04-21Use it in the library, and `InstSimplify` it away in the easy placesScott McMurray-1/+21
2024-04-19Show files produced by --emit foo in json artifact notificationsMichael Baikov-0/+41
2024-04-18Fix disabling the export of noop async_drop_in_place_rawDaria Sukhonina-1/+4
2024-04-17Use non-exhaustive matches for TyKindDaria Sukhonina-1/+1
2024-04-17Rollup merge of #122723 - bjorn3:archive_writer_fixes, r=nnethercoteMatthias Krüger-8/+19
2024-04-17Use the default file permissions when writingbjorn3-8/+19
2024-04-17Make the comments for `ReturnDest` variants doc commentsbeetrees-4/+4
2024-04-16Rollup merge of #124023 - pacak:less-splody, r=jieyouxuGuillaume Gomez-8/+5
2024-04-16Add simple async drop glue generationzetanumbers-0/+41
2024-04-16Allow workproducts without object files.Michael Baikov-8/+5
2024-04-16Rollup merge of #123721 - madsmtm:fix-visionos, r=davidtwcoGuillaume Gomez-3/+4
2024-04-16Rollup merge of #123687 - bjorn3:ar_archive_writer_0_2_0, r=oli-obkGuillaume Gomez-8/+1
2024-04-16Rollup merge of #121694 - davidtwco:stabilize-relro-level, r=Mark-SimulacrumGuillaume Gomez-1/+1
2024-04-13Auto merge of #123854 - petrochenkov:searchdirs2, r=lqdbors-104/+16
2024-04-13Auto merge of #123656 - lqd:linker-features, r=petrochenkovbors-25/+46
2024-04-12Auto merge of #121430 - madsmtm:mac-catalyst-iOSSupport, r=wesleywiserbors-0/+10
2024-04-12Auto merge of #121426 - madsmtm:remove-cc-syslibroot, r=pnkfelixbors-1/+7
2024-04-12Rollup merge of #123249 - goolmoos:naked_variadics, r=pnkfelixMatthias Krüger-0/+7
2024-04-12linker: Remove laziness and caching from native search directory walksVadim Petrochenkov-104/+16
2024-04-12do not add prolog for variadic naked functionsGuy Shefy-0/+7
2024-04-12make CLI linker features influence the linker flavorRémy Rakic-2/+27
2024-04-12remove some unnecessary lifetimesRémy Rakic-23/+19
2024-04-12Rollup merge of #123827 - petrochenkov:searchdirs, r=NadrierilMatthias Krüger-15/+12
2024-04-11use [N x i8] for alloca typesErik Desjardins-7/+7
2024-04-12linker: Avoid some allocations in search directory iterationVadim Petrochenkov-15/+12
2024-04-11Add load/store helpers that take `PlaceValue`Scott McMurray-10/+17
2024-04-11Put `PlaceValue` into `OperandValue::Ref`, rather than 3 tuple fieldsScott McMurray-51/+52