index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_codegen_cranelift
/
src
/
driver
/
aot.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-06
Ensure fat LTO doesn't merge everything into the allocator module
bjorn3
-1
/
+10
2025-09-04
Special case allocator module submission to avoid special casing it elsewhere
bjorn3
-10
/
+1
2025-08-13
Port the `#[linkage]` attribute to the new attribute system
Sasha Pourcelot
-3
/
+2
2025-07-16
add `codegen_instance_attrs` query
Folkert de Vries
-6
/
+2
2025-07-16
fix `-Zsanitizer=kcfi` on `#[naked]` functions
Folkert de Vries
-2
/
+6
2025-06-03
Move metadata object generation for dylibs to the linker code
bjorn3
-45
/
+1
2025-06-03
Only borrow EncodedMetadata in codegen_crate
bjorn3
-11
/
+2
2025-04-14
Share part of the global_asm!() implementation between cg_ssa and cg_clif
bjorn3
-1
/
+4
2025-04-14
Use cg_ssa's version of codegen_naked_asm in cg_clif
bjorn3
-9
/
+28
2025-04-11
Auto merge of #139453 - compiler-errors:incr, r=jieyouxu
bors
-18
/
+31
2025-04-10
Remove the use of Rayon iterators
John Kåre Alsaker
-14
/
+15
2025-04-07
Prepend temp files with a string per invocation of rustc
Michael Goulet
-8
/
+27
2025-04-07
Simplify temp path creation a bit
Michael Goulet
-15
/
+9
2025-03-30
Merge commit 'ba315abda789c9f59f2100102232bddb30b0d3d3' into sync_cg_clif-202...
bjorn3
-1
/
+1
2025-02-26
Fill out links_from_incr_cache in cg_clif
Ben Kimock
-8
/
+10
2025-02-24
Avoid no-op unlink+link dances in incr comp
Ben Kimock
-1
/
+7
2025-02-01
Rename `tcx.ensure()` to `tcx.ensure_ok()`
Zalathar
-1
/
+1
2025-01-27
Change `collect_and_partition_mono_items` tuple return type to a struct
Oli Scherer
-1
/
+1
2025-01-20
Merge commit '728bc27f32c05ac8a9b5eb33fd101e479072984f' into sync_cg_clif-202...
bjorn3
-1
/
+9
2025-01-05
Merge commit '918acafef682d0d0ca30b47de4768210417ff362' into sync_cg_clif-202...
bjorn3
-4
/
+3
2024-12-13
Remove jobserver from Session
bjorn3
-2
/
+2
2024-12-06
Merge commit '57845a397ec15e4e6a561ed2c4bfa3dcf49144fb' into sync_cg_clif-202...
bjorn3
-130
/
+146
2024-11-09
Merge commit '1fa693ca4462fc1f790693464cf765ad693616af' into sync_cg_clif-202...
bjorn3
-1
/
+7
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+5
2024-06-30
Merge commit '49cd5dd454d0115cfbe9e39102a8b3ba4616aa40' into sync_cg_clif-202...
bjorn3
-20
/
+11
2024-06-04
Auto merge of #122597 - pacak:master, r=bjorn3
bors
-0
/
+23
2024-05-22
rustc_codegen_llvm: add support for writing summary bitcode
Augie Fackler
-1
/
+1
2024-05-13
Merge commit '3270432f4b0583104c8b9b6f695bf97d6bbf3ac2' into sync_cg_clif-202...
bjorn3
-35
/
+37
2024-04-19
Show files produced by --emit foo in json artifact notifications
Michael Baikov
-0
/
+23
2024-04-06
Save/restore more items in cache with incremental compilation
Michael Baikov
-1
/
+17
2024-03-28
Merge commit '09fae60a86b848a2fc0ad219ecc4e438dc1eef86' into sync_cg_clif-202...
bjorn3
-14
/
+190
2024-01-26
Merge commit '3e50cf65025f96854d6597e80449b0d64ad89589' into sync_cg_clif-202...
bjorn3
-4
/
+16
2023-12-24
Remove more `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-4
/
+4
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-1
/
+1
2023-10-24
Merge commit '93a5433f17ab5ed48cc88f1e69b0713b16183373' into sync_cg_clif-202...
bjorn3
-8
/
+15
2023-10-21
Merge commit 'c07d1e2f88cb3b1a0604ae8f18b478c1aeb7a7fa' into sync_cg_clif-202...
bjorn3
-22
/
+25
2023-10-09
Fix review comments
bjorn3
-1
/
+1
2023-10-09
Remove cgu_reuse_tracker from Session
bjorn3
-32
/
+36
2023-10-09
Reuse determine_cgu_reuse from cg_ssa in cg_clif
bjorn3
-29
/
+1
2023-10-09
Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-202...
bjorn3
-2
/
+1
2023-09-10
Remove `verbose_generic_activity_with_arg`
John Kåre Alsaker
-26
/
+15
2023-06-04
Updated cranelift codegen to reflect modified trait signature
Andrew Xie
-2
/
+2
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-2
/
+2
2023-04-29
Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into sync_cg_clif-202...
bjorn3
-1
/
+5
2023-03-15
Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202...
bjorn3
-2
/
+2
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-11
/
+7
2023-02-09
Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into sync_cg_clif-202...
bjorn3
-58
/
+72
2023-01-24
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-202...
bjorn3
-3
/
+15
[next]