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_middle
/
src
/
mir
/
pretty.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-11
Address the new odd backticks tidy lint in compiler/
est31
-0
/
+1
2023-02-20
Allow non-`Box` allocations in preparation for aligned const allocations for ...
Rune Tynan
-11
/
+11
2023-01-31
Review changes
Maybe Waffle
-1
/
+1
2023-01-30
Use `Mutability::{is_mut, is_not}`
Maybe Waffle
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2022-12-18
use &str / String literals instead of format!()
Matthias Krüger
-4
/
+4
2022-12-01
Create `format_args` as late as possible
Oli Scherer
-17
/
+15
2022-11-25
Add empty ConstKind::Abstract
kadmin
-0
/
+1
2022-11-14
assert that we are (de)seiralizing ProvenanceMap correctly
Ralf Jung
-2
/
+2
2022-11-06
move InitMask to its own module
Ralf Jung
-5
/
+11
2022-11-06
interpret: support for per-byte provenance
Ralf Jung
-6
/
+16
2022-09-22
introduce mir::Unevaluated
b-naber
-2
/
+1
2022-09-13
remove visit_const from mir visitors
b-naber
-3
/
+2
2022-09-13
use ty::Unevaluated<'tcx, ()> in type system
b-naber
-6
/
+17
2022-08-30
Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk
Dylan DPC
-15
/
+15
2022-08-27
interpret: rename relocation → provenance
Ralf Jung
-15
/
+15
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-2
/
+2
2022-07-28
Use line numbers relative to function in mir opt tests
Nilstrieb
-6
/
+12
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-2
/
+4
2022-07-20
incorporate some review feedback
Ralf Jung
-1
/
+1
2022-07-20
rename get_global_alloc to try_get_global_alloc
Ralf Jung
-2
/
+4
2022-07-20
add a Vtable kind of symbolic allocations
Ralf Jung
-0
/
+2
2022-07-19
interpret: rename Tag/PointerTag to Prov/Provenance
Ralf Jung
-11
/
+11
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-5
/
+5
2022-07-09
tweak names and output and bless
Ralf Jung
-2
/
+3
2022-07-09
review feedback
Ralf Jung
-2
/
+2
2022-07-09
don't allow ZST in ScalarInt
Ralf Jung
-0
/
+2
2022-07-02
add AllocRange Debug impl; remove redundant AllocId Display impl
Ralf Jung
-2
/
+2
2022-06-14
rebase
b-naber
-1
/
+1
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-10
/
+10
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-4
/
+7
2022-05-21
update mir user type printing and apparently fix an ICE
lcnr
-2
/
+3
2022-05-06
don't debug-print ConstValue in MIR pretty-printer
Ralf Jung
-2
/
+8
2022-04-17
check Allocation invariant during printing
Ralf Jung
-0
/
+1
2022-04-08
check_doc_keyword: don't alloc string for emptiness check
klensy
-2
/
+1
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-3
/
+2
2022-03-08
Auto merge of #94702 - b-naber:static-refs-mir, r=lcnr
bors
-6
/
+16
2022-03-08
treat literals in ExprKind::StaticRef as mir::ConstantKind::Val
b-naber
-6
/
+16
2022-03-07
Rollup merge of #94676 - TaKO8Ki:remove-unnecessary-pattens-for-ignoring-rema...
Matthias Krüger
-1
/
+1
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-5
/
+8
2022-03-07
remove unnecessary `..` patterns
Takayuki Maeda
-1
/
+1
2022-02-22
change `mir::Constant` in mir dumps
lcnr
-32
/
+23
2022-02-21
Auto merge of #93505 - lcnr:substsref-vs-ty-list, r=michaelwoerister
bors
-1
/
+1
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-1
/
+1
2022-02-20
Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk"
Mark Rousskov
-18
/
+6
2022-02-20
Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk
bors
-11
/
+8
2022-02-19
Adopt let else in more places
est31
-6
/
+4
2022-02-16
Move ty::print methods to Drop-based scope guards
Mark Rousskov
-11
/
+8
2022-02-15
try to bless 32bit mir tests manually
b-naber
-3
/
+3
2022-02-15
use mir::Visitor when collecting alloc_ids in pretty printing
b-naber
-7
/
+19
[next]