.. |
interpret
|
improve OFFSET_IS_ADDR docs
|
2022-08-28 13:05:34 -04:00 |
basic_blocks.rs
|
Fix a bunch of typo
|
2022-08-31 18:24:55 +08:00 |
coverage.rs
|
Add #[derive(TypeVisitable)]
|
2022-07-05 22:25:15 +01:00 |
generic_graph.rs
|
Replace Body::basic_blocks() with field access
|
2022-08-26 14:27:08 +02:00 |
generic_graphviz.rs
|
Rename debugging_opts to unstable_opts
|
2022-07-13 17:47:06 -05:00 |
graph_cyclic_cache.rs
|
impl TypeVisitable in type traversal macros
|
2022-07-05 22:25:33 +01:00 |
graphviz.rs
|
Rename debugging_opts to unstable_opts
|
2022-07-13 17:47:06 -05:00 |
mod.rs
|
tracing::instrument cleanup
|
2022-09-01 14:54:27 +00:00 |
mono.rs
|
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
|
2022-07-20 17:12:07 -04:00 |
patch.rs
|
Replace Body::basic_blocks() with field access
|
2022-08-26 14:27:08 +02:00 |
predecessors.rs
|
impl TypeVisitable in type traversal macros
|
2022-07-05 22:25:33 +01:00 |
pretty.rs
|
Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk
|
2022-08-30 11:26:51 +05:30 |
query.rs
|
remove some unused code and types
|
2022-08-02 17:14:17 -04:00 |
spanview.rs
|
Replace Body::basic_blocks() with field access
|
2022-08-26 14:27:08 +02:00 |
switch_sources.rs
|
Remove unused StableMap and StableSet types from rustc_data_structures
|
2022-07-20 13:11:39 +02:00 |
syntax.rs
|
Fix a bunch of typo
|
2022-08-31 18:24:55 +08:00 |
tcx.rs
|
Use LocalDefId for closures more
|
2022-07-30 15:59:17 -05:00 |
terminator.rs
|
move MIR syntax into a dedicated file and ping some people whenever it changes
|
2022-06-29 16:03:24 -04:00 |
traversal.rs
|
Replace Body::basic_blocks() with field access
|
2022-08-26 14:27:08 +02:00 |
type_foldable.rs
|
Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"
|
2022-07-20 07:55:58 +00:00 |
type_visitable.rs
|
add new rval, pull deref early
|
2022-07-12 14:26:41 +03:00 |
visit.rs
|
Replace Body::basic_blocks() with field access
|
2022-08-26 14:27:08 +02:00 |