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
2022-11-28
Implement __isb for AArch64
bjorn3
-0
/
+4
2022-11-27
Rustfmt
bjorn3
-17
/
+40
2022-11-27
Implement more llvm simd intrinsics for AArch64
bjorn3
-0
/
+80
2022-11-27
Begin implementing llvm simd intrinsics for aarch64
bjorn3
-1
/
+137
2022-11-27
Split x86 specific intrinsics into intrinsics/llvm_x86.rs
bjorn3
-167
/
+203
2022-11-22
Sync from rust 66ccf36f161f67b121290e2af2517ead7e695d3b
bjorn3
-35
/
+23
2022-11-21
Rustfmt
bjorn3
-1
/
+2
2022-11-21
Fix discriminant handling
bjorn3
-45
/
+153
2022-11-21
Rollup merge of #104605 - RalfJung:clf_consts, r=bjorn3
Matthias Krüger
-35
/
+23
2022-11-19
Sync from rust 5e6de2369c82ed0b36e6b651b041bad5cb5e1ef8
bjorn3
-20
/
+29
2022-11-19
deduplicate constant evaluation in cranelift backend
Ralf Jung
-35
/
+23
2022-11-19
Rollup merge of #104001 - Ayush1325:custom-entry, r=bjorn3
Dylan DPC
-12
/
+21
2022-11-17
Use custom entry name in cranelift
Ayush Singh
-12
/
+21
2022-11-16
cleanup and dedupe CTFE and Miri error reporting
Ralf Jung
-1
/
+1
2022-11-15
Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk
bors
-2
/
+2
2022-11-13
add is_sized method on Abi and Layout, and use it
Ralf Jung
-4
/
+4
2022-11-09
Fix `rustdoc --version` when used with download-rustc
Joshua Nelson
-1
/
+1
2022-11-06
fix cranelift and gcc
Ralf Jung
-2
/
+2
2022-11-03
Remove some commented out code
bjorn3
-5
/
+0
2022-11-03
Sync from rust 432b1a427710223b31f65585c352796832af8aa7
bjorn3
-11
/
+8
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-4
/
+5
2022-10-29
Fix transmuting from vector type to ScalarPair type
bjorn3
-1
/
+4
2022-10-27
Stop using a deprecated function
bjorn3
-3
/
+3
2022-10-27
Update tooling
Maybe Waffle
-7
/
+2
2022-10-24
Support raw-dylib functions being used inside inlined functions
Daniel Paoliello
-0
/
+1
2022-10-23
Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into sync_cg_clif-202...
bjorn3
-175
/
+463
2022-10-23
Revert "Stop using a depracated function"
bjorn3
-3
/
+3
2022-10-23
Fix drop for dyn*
bjorn3
-2
/
+45
2022-10-23
Allow dyn* upcasting
bjorn3
-6
/
+28
2022-10-23
Sync from rust e64f1110c062f61746f222059439529a43ccf6dc
bjorn3
-1
/
+1
2022-10-21
Stop using a depracated function
bjorn3
-3
/
+3
2022-10-14
more dupe word typos
Rageking8
-1
/
+1
2022-10-11
Sync from rust bb93450ec4af83c20e9ba6c8e575aca55423001a
bjorn3
-2
/
+16
2022-10-06
Remove `mir::CastKind::Misc`
ouz-a
-2
/
+16
2022-09-26
Enable stack probing on x86_64
bjorn3
-1
/
+9
2022-09-26
Avoid masking shift amounts
Afonso Bordado
-19
/
+6
2022-09-26
Update to Cranelift 0.88.0
bjorn3
-3
/
+5
2022-09-25
Fix cpuid replacement shim
bjorn3
-10
/
+12
2022-09-25
Monomorphize ConstantKind::Unevaluated in mir_operand_get_const_val
bjorn3
-6
/
+5
2022-09-25
Fix ConstantKind::Ty codegen
bjorn3
-42
/
+34
2022-09-25
Sync from rust 8e9c93df464b7ada3fc7a1c8ccddd9dcb24ee0a0
bjorn3
-43
/
+32
2022-09-23
rename Unevaluated to UnevaluatedConst
b-naber
-1
/
+1
2022-09-22
introduce mir::Unevaluated
b-naber
-11
/
+2
2022-09-20
Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank
bors
-0
/
+9
2022-09-17
Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr
bors
-42
/
+31
2022-09-16
Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r...
Oli Scherer
-0
/
+9
2022-09-15
nits
b-naber
-11
/
+1
2022-09-15
Fix bundled static libraries
bjorn3
-0
/
+2
2022-09-15
Implement dyn* support
bjorn3
-11
/
+95
2022-09-15
Sync from rust 00fcc82df204ab81cd887da7d04c023a201afd5b
bjorn3
-4
/
+9
[next]