| .. |
|
interpret
|
also print 'immutable' flag
|
2023-12-07 17:46:36 +01:00 |
|
basic_blocks.rs
|
Remove deleted docs + better link together MIR traversing docs
|
2023-09-29 19:16:02 +00:00 |
|
consts.rs
|
ctfe interpreter: extend provenance so that it can track whether a pointer is immutable
|
2023-12-07 17:46:36 +01:00 |
|
coverage.rs
|
Replace no_ord_impl with orderable.
|
2023-11-22 18:38:17 +11:00 |
|
generic_graph.rs
|
inline format!() args up to and including rustc_middle
|
2023-07-30 13:18:33 +02:00 |
|
generic_graphviz.rs
|
inline format!() args up to and including rustc_middle
|
2023-07-30 13:18:33 +02:00 |
|
graphviz.rs
|
inline format!() args up to and including rustc_middle
|
2023-07-30 13:18:33 +02:00 |
|
mod.rs
|
Replace no_ord_impl with orderable.
|
2023-11-22 18:38:17 +11:00 |
|
mono.rs
|
Minimize pub usage in source_map.rs.
|
2023-11-02 19:35:00 +11:00 |
|
patch.rs
|
Format all the let chains in compiler
|
2023-10-13 08:59:36 +00:00 |
|
pretty.rs
|
ctfe interpreter: extend provenance so that it can track whether a pointer is immutable
|
2023-12-07 17:46:36 +01:00 |
|
query.rs
|
Print list of missing target features when calling a function with target features outside an unsafe block
|
2023-11-27 19:13:11 +01:00 |
|
spanview.rs
|
Fix clippy::needless_borrow in the compiler
|
2023-11-21 20:13:40 +01:00 |
|
statement.rs
|
ctfe interpreter: extend provenance so that it can track whether a pointer is immutable
|
2023-12-07 17:46:36 +01:00 |
|
syntax.rs
|
interpret: simplify handling of shifts by no longer trying to handle signed and unsigned shift amounts in the same branch
|
2023-11-12 12:49:46 +01:00 |
|
tcx.rs
|
Rollup merge of #118147 - Nilstrieb:no-redundant-casts, r=WaffleLapkin
|
2023-11-22 09:28:51 -08:00 |
|
terminator.rs
|
Re-format code with new rustfmt
|
2023-11-15 21:45:48 -05:00 |
|
traversal.rs
|
Remove deleted docs + better link together MIR traversing docs
|
2023-09-29 19:16:02 +00:00 |
|
type_foldable.rs
|
s/Generator/Coroutine/
|
2023-10-20 21:10:38 +00:00 |
|
visit.rs
|
rename BorrowKind::Shallow to Fake
|
2023-11-08 22:55:28 +01:00 |