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
/
src
Age
Commit message (
Expand
)
Author
Lines
2025-06-28
Fix for libgccjit 12
Antoni Boucher
-2
/
+4
2025-06-28
Fix to use Function instead of RValue
Antoni Boucher
-14
/
+8
2025-06-28
Merge branch 'master' into sync_from_rust_2025_06_02
Antoni Boucher
-10044
/
+10297
2025-06-28
Fix type_name intrinsic
Antoni Boucher
-1
/
+7
2025-06-26
Merge pull request #722 from FractalFir/func_refactor
antoyo
-4
/
+4
2025-06-26
Remove unnecesary uses of the 'current_func' field, replacing it with a call ...
michal kostrubiec
-4
/
+4
2025-06-25
Merge pull request #720 from FractalFir/func_refactor
antoyo
-19
/
+14
2025-06-25
Refactored the codebase to use Function instead of RValue where possible.
michal kostrubiec
-19
/
+14
2025-06-24
Skip needless calls to get_align in some cases.
michal kostrubiec
-13
/
+34
2025-06-16
Fix clippy lints
Guillaume Gomez
-8
/
+8
2025-06-16
Fix warnings when not using the `master` feature
Guillaume Gomez
-3
/
+4
2025-06-13
Fix to make the test zst_no_llvm_alloc pass
Antoni Boucher
-1
/
+14
2025-06-13
Fix spelling mistakes or ignore spell checking some parts of code
Antoni Boucher
-18
/
+38
2025-06-11
Use `tempfile::TempDir::keep()` instead of deprecated `into_path()`
Emmanuel Ferdman
-1
/
+1
2025-06-05
Make comment more specific
Antoni Boucher
-1
/
+2
2025-06-03
Merge pull request #687 from FractalFir/better_intrinsics
antoyo
-9976
/
+10178
2025-06-03
Apply suggestions from code review
Fractal Fir(Michał Kostrubiec)
-0
/
+1
2025-06-03
Regenerated intrinsics
michal kostrubiec
-9975
/
+10175
2025-06-03
Changed intrinsic generation
michal kostrubiec
-1
/
+2
2025-06-02
Merge pull request #692 from FractalFir/arm_asm
antoyo
-1
/
+2
2025-06-02
Merge branch 'master' into sync_from_rust_2025_06_02
Antoni Boucher
-88
/
+309
2025-06-02
Merge pull request #682 from rust-lang/sync_from_rust_2025_05_21
antoyo
-28
/
+180
2025-06-02
Fix cast from u128 to f128
Antoni Boucher
-1
/
+1
2025-06-02
Added some bare-bones support for explict registers in ARM inline assembly
michal kostrubiec
-1
/
+2
2025-05-30
Directly use from_immediate for handling bool
bjorn3
-6
/
+3
2025-05-30
Avoid computing function type for intrinsic instances
bjorn3
-8
/
+3
2025-05-30
Use layout field of OperandRef in generic_simd_intrinsic
bjorn3
-47
/
+41
2025-05-30
Use layout field of OperandRef and PlaceRef in codegen_intrinsic_call
bjorn3
-10
/
+11
2025-05-30
Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3
Matthias Krüger
-5
/
+5
2025-05-28
get rid of rustc_codegen_ssa::common::AtomicOrdering
Ralf Jung
-5
/
+5
2025-05-28
Remove unused arg_memory_ty method
bjorn3
-15
/
+3
2025-05-28
Mark all optimize methods and the codegen method as safe
bjorn3
-3
/
+3
2025-05-28
Remove methods from StaticCodegenMethods that are not called in cg_ssa itself
bjorn3
-8
/
+3
2025-05-28
Make predefine methods take &mut self
bjorn3
-3
/
+3
2025-05-28
Remove a couple of uses of interior mutability around statics
bjorn3
-3
/
+3
2025-05-28
Remove codegen_unit from MiscCodegenMethods
bjorn3
-7
/
+8
2025-05-27
Merge pull request #684 from FractalFir/master
antoyo
-2
/
+15
2025-05-27
Fix to 128 bit int unaligned loads
michal kostrubiec
-2
/
+15
2025-05-26
Remove usage of FnAbi in codegen_intrinsic_call
bjorn3
-21
/
+11
2025-05-26
Pass PlaceRef rather than Bx::Value to codegen_intrinsic_call
bjorn3
-12
/
+9
2025-05-24
Cleanup CodegenFnAttrFlags
Noratrieb
-1
/
+1
2025-05-24
Fix f128 intrinsics
Antoni Boucher
-17
/
+115
2025-05-21
Only specify that we have reliable f16 and f128 on targets where those types ...
Antoni Boucher
-4
/
+7
2025-05-21
Implement missing f16/f128 builtins
Antoni Boucher
-13
/
+64
2025-05-21
Merge branch 'master' into sync_from_rust_2025_05_21
Antoni Boucher
-62
/
+118
2025-05-21
Fix typos
Antoni Boucher
-3
/
+3
2025-05-21
Merge pull request #680 from FractalFir/master
antoyo
-23
/
+90
2025-05-21
Changes to constant handling - faster deduplication, more compact representation
michal kostrubiec
-23
/
+90
2025-05-19
Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin
Stuart Cook
-4
/
+4
2025-05-18
Remove rustc_attr_data_structures re-export from rustc_attr_parsing
mejrs
-4
/
+4
[next]