| .. |
|
intrinsics
|
compiler: remove unnecessary imports and qualified paths
|
2022-12-10 18:45:34 +01:00 |
|
cast.rs
|
don't restuct references just to reborrow
|
2022-12-18 17:04:32 +01:00 |
|
eval_context.rs
|
Make alignment checks a future incompat lint
|
2022-12-15 16:07:28 +00:00 |
|
intern.rs
|
interpret: support for per-byte provenance
|
2022-11-06 14:17:10 +01:00 |
|
intrinsics.rs
|
Auto merge of #106023 - JohnTitor:rollup-k8mettz, r=JohnTitor
|
2022-12-22 02:16:59 +00:00 |
|
machine.rs
|
Move alignment failure error reporting to machine
|
2022-12-15 16:07:35 +00:00 |
|
memory.rs
|
Move alignment failure error reporting to machine
|
2022-12-15 16:07:35 +00:00 |
|
mod.rs
|
interpret: refactor projection handling code
|
2022-07-11 22:50:46 -04:00 |
|
operand.rs
|
Rollup merge of #105847 - compiler-errors:issue-104396, r=oli-obk
|
2022-12-22 19:36:13 +01:00 |
|
operator.rs
|
avoid .into() conversion to identical types
|
2022-12-18 16:20:32 +01:00 |
|
place.rs
|
avoid .into() conversion to identical types
|
2022-12-18 16:20:32 +01:00 |
|
projection.rs
|
interpret: add read_machine_[ui]size convenience methods
|
2022-12-12 11:10:19 +01:00 |
|
step.rs
|
make retagging work even with 'unstable' places
|
2022-12-06 10:33:34 +01:00 |
|
terminator.rs
|
Don't run Drop terminators on types that do not have drop glue in const eval
|
2022-12-21 16:15:56 -08:00 |
|
traits.rs
|
add is_sized method on Abi and Layout, and use it
|
2022-11-13 12:23:53 +01:00 |
|
util.rs
|
Use newtype for unused generic parameters
|
2023-01-09 19:10:00 +01:00 |
|
validity.rs
|
Combine identical alias arms
|
2022-12-13 17:48:55 +00:00 |
|
visitor.rs
|
Prefer doc comments over //-comments in compiler
|
2022-11-27 11:19:04 +00:00 |