about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/src/driver
AgeCommit message (Expand)AuthorLines
2025-09-06Ensure fat LTO doesn't merge everything into the allocator modulebjorn3-1/+10
2025-09-04Special case allocator module submission to avoid special casing it elsewherebjorn3-10/+1
2025-08-13Port the `#[linkage]` attribute to the new attribute systemSasha Pourcelot-3/+2
2025-07-16use `codegen_instance_attrs` where an instance is (easily) availableFolkert de Vries-2/+2
2025-07-16add `codegen_instance_attrs` queryFolkert de Vries-6/+2
2025-07-16fix `-Zsanitizer=kcfi` on `#[naked]` functionsFolkert de Vries-2/+6
2025-06-03Move metadata object generation for dylibs to the linker codebjorn3-45/+1
2025-06-03Only borrow EncodedMetadata in codegen_cratebjorn3-11/+2
2025-05-25Merge commit '979dcf8e2f213e4f4b645cb62e7fe9f4f2c0c785' into sync_cg_clif-202...bjorn3-3/+4
2025-04-14Share part of the global_asm!() implementation between cg_ssa and cg_clifbjorn3-1/+4
2025-04-14Use cg_ssa's version of codegen_naked_asm in cg_clifbjorn3-13/+36
2025-04-11Auto merge of #139453 - compiler-errors:incr, r=jieyouxubors-18/+31
2025-04-10Remove the use of Rayon iteratorsJohn Kåre Alsaker-14/+15
2025-04-07Prepend temp files with a string per invocation of rustcMichael Goulet-8/+27
2025-04-07Simplify temp path creation a bitMichael Goulet-15/+9
2025-03-30Merge commit 'ba315abda789c9f59f2100102232bddb30b0d3d3' into sync_cg_clif-202...bjorn3-206/+21
2025-02-26Fill out links_from_incr_cache in cg_clifBen Kimock-8/+10
2025-02-24Avoid no-op unlink+link dances in incr compBen Kimock-1/+7
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-1/+1
2025-02-08Rustfmtbjorn3-5/+9
2025-02-07Merge commit '8332329f83d4ef34479fec67cc21b21246dca6b5' into sync_cg_clif-202...bjorn3-6/+6
2025-02-01Rename `tcx.ensure()` to `tcx.ensure_ok()`Zalathar-1/+1
2025-01-27Change `collect_and_partition_mono_items` tuple return type to a structOli Scherer-1/+1
2025-01-20Merge commit '728bc27f32c05ac8a9b5eb33fd101e479072984f' into sync_cg_clif-202...bjorn3-1/+9
2025-01-10Merge commit 'e39eacd2d415803ef82de3b6a314e4f2d0fbc4dc' into sync_cg_clif-202...bjorn3-3/+5
2025-01-05Merge commit '918acafef682d0d0ca30b47de4768210417ff362' into sync_cg_clif-202...bjorn3-5/+4
2024-12-19Make DependencyList an IndexVecbjorn3-1/+1
2024-12-13Make dependency_formats an FxIndexMap rather than a list of tuplesbjorn3-6/+1
2024-12-13Remove jobserver from Sessionbjorn3-2/+2
2024-12-06Merge commit '57845a397ec15e4e6a561ed2c4bfa3dcf49144fb' into sync_cg_clif-202...bjorn3-148/+157
2024-11-28Replace `Symbol::intern` calls with preinterned symbolsclubby789-7/+2
2024-11-09Merge commit '1fa693ca4462fc1f790693464cf765ad693616af' into sync_cg_clif-202...bjorn3-1/+7
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-15/+11
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+7
2024-06-30Merge commit '49cd5dd454d0115cfbe9e39102a8b3ba4616aa40' into sync_cg_clif-202...bjorn3-55/+28
2024-06-04Auto merge of #122597 - pacak:master, r=bjorn3bors-0/+23
2024-05-22rustc_codegen_llvm: add support for writing summary bitcodeAugie Fackler-1/+1
2024-05-13Merge commit '3270432f4b0583104c8b9b6f695bf97d6bbf3ac2' into sync_cg_clif-202...bjorn3-47/+64
2024-04-23Merge commit 'de5d6523738fd44a0521b6abf3e73ae1df210741' into sync_cg_clif-202...bjorn3-0/+1
2024-04-19Show files produced by --emit foo in json artifact notificationsMichael Baikov-0/+23
2024-04-06Save/restore more items in cache with incremental compilationMichael Baikov-1/+17
2024-03-28Merge commit '09fae60a86b848a2fc0ad219ecc4e438dc1eef86' into sync_cg_clif-202...bjorn3-15/+199
2024-01-26Merge commit '3e50cf65025f96854d6597e80449b0d64ad89589' into sync_cg_clif-202...bjorn3-8/+19
2024-01-08Use chaining for `DiagnosticBuilder` construction and `emit`.Nicholas Nethercote-3/+4
2023-12-31Merge commit '6d355f6844323db03bfd608899613e363e701951' into sync_cg_clif-202...bjorn3-1/+1
2023-12-24Remove more `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-3/+3
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-8/+8
2023-12-18Rename `Session::span_diagnostic` as `Session::dcx`.Nicholas Nethercote-1/+1
2023-10-24Merge commit '93a5433f17ab5ed48cc88f1e69b0713b16183373' into sync_cg_clif-202...bjorn3-8/+15
2023-10-21Merge commit 'c07d1e2f88cb3b1a0604ae8f18b478c1aeb7a7fa' into sync_cg_clif-202...bjorn3-22/+25