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
2024-07-05
Fix for gcc-13 without int128
Antoni Boucher
-0
/
+1
2024-07-05
Second attempt at fixing LTO tests
Antoni Boucher
-7
/
+2
2024-07-05
Revert "Fix LTO tests"
Antoni Boucher
-18
/
+14
2024-07-05
Fix LTO tests
Antoni Boucher
-14
/
+18
2024-07-02
Fix type of intrinsics
Antoni Boucher
-16
/
+15
2024-07-02
Fix rebase
Antoni Boucher
-8
/
+0
2024-07-02
Merge branch 'master' into sync_from_rust_2024_07_02
Antoni Boucher
-174
/
+389
2024-07-02
Update to nightly-2024-07-02
Antoni Boucher
-3
/
+4
2024-07-02
Fix intrinsic/generic-arithmetic-pass.rs test
Antoni Boucher
-4
/
+6
2024-07-02
Replace the type of global variables instead of replacing them
Antoni Boucher
-8
/
+2
2024-07-02
Fix clippy warnings
Antoni Boucher
-14
/
+34
2024-07-02
WIP: Implement dummy ThinLTO
Antoni Boucher
-40
/
+435
2024-07-02
Fix tests
Antoni Boucher
-27
/
+37
2024-07-02
Fix provenance intrinsics
Antoni Boucher
-0
/
+135
2024-07-02
Remove the hack in zext
Antoni Boucher
-5
/
+0
2024-07-02
Add explanations for ptr func call argument cast
Guillaume Gomez
-0
/
+3
2024-07-02
Fix warnings
Guillaume Gomez
-9
/
+2
2024-07-02
Add missing cast for function_ptr arguments
Guillaume Gomez
-4
/
+21
2024-07-02
Add shl and shr missing casts
Guillaume Gomez
-3
/
+23
2024-07-02
If the type of a global is not the same, we remove the global and replace it ...
Guillaume Gomez
-37
/
+54
2024-07-02
Fix clippy lint
Guillaume Gomez
-2
/
+1
2024-07-02
Fix usage of `get_size` for gcc 12
Guillaume Gomez
-3
/
+19
2024-07-02
Fix casts
Guillaume Gomez
-2
/
+2
2024-07-02
Format code
Guillaume Gomez
-11
/
+9
2024-07-02
Fix non-master build
Guillaume Gomez
-1
/
+2
2024-06-25
Change Void to unreachable
Antoni Boucher
-1
/
+1
2024-06-25
Fix clippy warnings
Antoni Boucher
-0
/
+1
2024-06-21
Add support for Float64
Robert Zakrzewski
-0
/
+9
2024-06-21
Remove type_i1 and type_struct from cg_ssa
bjorn3
-25
/
+25
2024-06-21
Remove check_overflow method from MiscMethods
bjorn3
-8
/
+0
2024-06-21
Remove const_bitcast from ConstMethods
bjorn3
-13
/
+13
2024-06-21
Refactor type_f16|32|128 functions. Common type_kind()
Robert Zakrzewski
-20
/
+5
2024-06-21
Fix location of check for sized floating-point types
Antoni Boucher
-10
/
+45
2024-06-21
Do not use target dependent Float32
Robert Zakrzewski
-3
/
+3
2024-06-21
Add missing types in the type_kind function
Robert Zakrzewski
-3
/
+13
2024-06-21
Add support for Float16, Float32, Float64 and Float128
Robert Zakrzewski
-3
/
+85
2024-06-18
Remove redundant argument from `subdiagnostic` method
Oli Scherer
-1
/
+1
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-22
/
+20
2024-06-10
ScalarInt: size mismatches are a bug, do not delay the panic
Ralf Jung
-1
/
+1
2024-06-01
Uplift TypeRelation and Relate
Michael Goulet
-1
/
+1
2024-05-23
Rollup merge of #125345 - durin42:thin-link-bitcode, r=bjorn3
Guillaume Gomez
-1
/
+5
2024-05-23
rustc_codegen_gcc: fix changed method signature
Augie Fackler
-1
/
+1
2024-05-22
rustc_codegen_llvm: add support for writing summary bitcode
Augie Fackler
-0
/
+4
2024-05-22
Stop using `to_hir_binop` in codegen
Scott McMurray
-6
/
+7
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-8
/
+4
2024-05-10
Auto merge of #124972 - matthiaskrgr:rollup-3fablim, r=matthiaskrgr
bors
-6
/
+3
2024-05-10
Rollup merge of #124797 - beetrees:primitive-float, r=davidtwco
Matthias Krüger
-6
/
+3
2024-05-09
codegen: memmove/memset cannot be non-temporal
Ralf Jung
-9
/
+4
2024-05-08
simd: implement pointer provenance intrinsics
Andy Sadler
-0
/
+135
2024-05-08
Simplify `use crate::rustc_foo::bar` occurrences.
Nicholas Nethercote
-4
/
+3
[next]