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
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2024-04-23
Merge commit 'de5d6523738fd44a0521b6abf3e73ae1df210741' into sync_cg_clif-202...
bjorn3
-1
/
+9
2024-04-21
Also handle AggregateKind::RawPtr in cg_cranelift
Scott McMurray
-0
/
+13
2024-04-11
Merge commit '89f54caacf90e99fc8ba0d60a28bdadea3cfdf1e' into sync_cg_clif-202...
bjorn3
-1
/
+10
2024-04-07
Only traverse mono-reachable blocks in cg_clif
Ben Kimock
-1
/
+1
2024-04-06
Put checks that detect UB under their own flag below debug_assertions
Ben Kimock
-1
/
+1
2024-04-03
rename `expose_addr` to `expose_provenance`
joboet
-1
/
+1
2024-04-02
Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu
Jacob Pratt
-1
/
+1
2024-03-29
Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstrieb
bors
-16
/
+8
2024-03-28
Merge commit '09fae60a86b848a2fc0ad219ecc4e438dc1eef86' into sync_cg_clif-202...
bjorn3
-4
/
+6
2024-03-23
move assert_unsafe_preconditions to its own file
Ralf Jung
-1
/
+1
2024-03-23
rename MIR int2ptr casts to match library name
Ralf Jung
-1
/
+1
2024-03-22
Codegen const panic messages as function calls
Mark Rousskov
-16
/
+8
2024-03-16
Handle calls to upstream monomorphizations in compiler_builtins
Ben Kimock
-0
/
+7
2024-03-08
Distinguish between library and lang UB in assert_unsafe_precondition
Ben Kimock
-1
/
+1
2024-02-24
Change InlineAsm to allow multiple targets instead
Gary Guo
-2
/
+14
2024-02-08
Add a new debug_assertions instrinsic (compiler)
Ben Kimock
-0
/
+9
2024-01-22
Do not normalize closure signature when building FnOnce shim
Michael Goulet
-1
/
+0
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-4
/
+4
2023-12-23
Rename `EarlyDiagCtxt` methods to match `DiagCtxt`.
Nicholas Nethercote
-1
/
+1
2023-12-19
Merge commit '3a9bf729322fb5035518f99b9d76a742bf7c124e' into sync_cg_clif-202...
bjorn3
-8
/
+8
2023-12-18
Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.
Nicholas Nethercote
-1
/
+1
2023-11-16
Merge commit 'def04540a4e2541b995195c752c751295606a388' into sync_cg_clif-202...
bjorn3
-1
/
+1
2023-10-31
Support enum variants in offset_of!
George Bateman
-1
/
+1
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-10-09
Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-202...
bjorn3
-4
/
+3
2023-10-06
Rollup merge of #116277 - RalfJung:post-mono, r=oli-obk
Jubilee
-11
/
+0
2023-10-02
change is_subtype to relate_types
ouz-a
-1
/
+1
2023-10-02
Add docs, remove code, change subtyper code
ouz-a
-3
/
+1
2023-10-02
subtyping_projections
ouz-a
-0
/
+3
2023-09-30
dont call mir.post_mono_checks in codegen
Ralf Jung
-11
/
+0
2023-09-28
Strip `OpaqueCast` during `RevealAll`.
Oli Scherer
-1
/
+1
2023-09-14
don't point at const usage site for resolution-time errors
Ralf Jung
-16
/
+9
2023-09-14
move required_consts check to general post-mono-check function
Ralf Jung
-6
/
+16
2023-09-13
make the eval() functions on our const types return the resulting value
Ralf Jung
-5
/
+2
2023-08-24
when terminating during unwinding, show the reason why
Ralf Jung
-4
/
+5
2023-08-20
give some unwind-related terminators a more clear name
Ralf Jung
-2
/
+2
2023-07-22
Merge commit '1eded3619d0e55d57521a259bf27a03906fdfad0' into sync_cg_clif-202...
bjorn3
-2
/
+18
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-5
/
+5
2023-07-07
Rename `adjustment::PointerCast` and variants using it to `PointerCoercion`
Nilstrieb
-7
/
+11
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-2
/
+2
2023-07-05
Deal with fallout
Boxy
-1
/
+0
2023-06-18
Better error for non const `PartialEq` call generated by `match`
Deadbeef
-1
/
+1
2023-06-15
Merge commit '8830dccd1d4c74f1f69b0d3bd982a3f1fcde5807' into sync_cg_clif-202...
bjorn3
-0
/
+1
2023-05-25
Remove DesugaringKind::Replace.
Camille GILLOT
-1
/
+1
2023-05-24
Use `is_some_and`/`is_ok_and` in less obvious spots
Maybe Waffle
-4
/
+4
2023-05-16
Remove `LangItems::require`
Nilstrieb
-5
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-2
/
+2
2023-05-01
Box AssertKind
Ben Kimock
-1
/
+1
2023-04-29
Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into sync_cg_clif-202...
bjorn3
-42
/
+12
[next]