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_mir
/
src
/
util
/
pretty.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-1046
/
+0
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-1
/
+1
2021-09-07
Move rustc_mir::borrow_check to new crate rustc_borrowck.
Camille GILLOT
-1
/
+1
2021-08-26
make unevaluated const substs optional
lcnr
-3
/
+5
2021-08-26
require a `tcx` for `TypeVisitor`
lcnr
-0
/
+4
2021-07-25
clippy::useless_format
Matthias Krüger
-1
/
+1
2021-07-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-1
/
+1
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-9
/
+9
2021-07-01
Auto merge of #86304 - klensy:hex-length, r=jackh726
bors
-1
/
+21
2021-07-01
rustc_mir: calc hex number length without string allocation
klensy
-1
/
+21
2021-06-23
Use `use_verbose` for mir::Constant
Deadbeef
-27
/
+19
2021-06-01
Allow whitespace in dump_mir filter
Paul Trojahn
-1
/
+4
2021-05-17
remove size field from Allocation
Ralf Jung
-6
/
+6
2021-05-17
Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
bors
-2
/
+2
2021-05-12
Use () for mir_keys.
Camille GILLOT
-2
/
+2
2021-05-11
Split span_to_string into span_to_diagnostic/embeddable_string
Andy Wang
-4
/
+7
2021-03-31
Add a new normalization query just for mir constants
Oli Scherer
-1
/
+5
2021-03-31
Make unevaluated DefId rendering deterministic
Oli Scherer
-1
/
+15
2021-03-15
s/ConstantSource/ConstantKind/
Oli Scherer
-2
/
+2
2021-03-12
Prepare mir::Constant for ty::Const only supporting valtrees
Oli Scherer
-2
/
+7
2021-03-01
Box generator-related Body fields
Dániel Buga
-2
/
+2
2021-02-13
Fix MIR pretty printer for non-local DefIds
Ömer Sinan Ağacan
-13
/
+13
2021-01-11
--emit=mir now emits both `mir_for_ctfe` and `optimized_mir` for `const fn`
oli
-11
/
+21
2021-01-05
Remove a FIXME and explain the decision
oli
-1
/
+2
2021-01-04
Keep an unoptimized duplicate of `const fn` around
oli
-1
/
+5
2020-12-25
Rollup merge of #79999 - hencrice:yenlinc/79799, r=oli-obk
Dylan DPC
-11
/
+17
2020-12-23
Fixed formatting
Yenlin Chen
-3
/
+1
2020-12-23
Addressed feedbacks
Yenlin Chen
-17
/
+3
2020-12-13
Refactored verbose print into a function
Yenlin Chen
-11
/
+33
2020-12-06
[mir-opt] Allow debuginfo to be generated for a constant or a Place
Wesley Wiser
-1
/
+1
2020-11-14
Introduce `TypeVisitor::BreakTy`
LeSeulArtichaut
-1
/
+1
2020-11-04
s/Scalar::Raw/Scalar::Int
oli
-1
/
+1
2020-10-30
Remove implicit `Continue` type
LeSeulArtichaut
-1
/
+1
2020-10-30
TypeVisitor: use `ControlFlow` in rustc_{mir,privacy,traits,typeck}
LeSeulArtichaut
-1
/
+2
2020-10-21
rustc_mir: support MIR-inlining #[track_caller] functions.
Eduard-Mihai Burtescu
-5
/
+18
2020-10-21
rustc_mir: track inlined callees in SourceScopeData.
Eduard-Mihai Burtescu
-2
/
+17
2020-10-06
Rollup merge of #77559 - camelid:fix-rustdoc-warnings-invalid-rust-syntax, r=...
Yuki Okushi
-1
/
+2
2020-10-05
Renamed tests to avoid exceeding Windows max path limit
Rich Kadel
-7
/
+1
2020-10-05
Updates to experimental coverage counter injection
Rich Kadel
-28
/
+53
2020-10-04
Fix rustdoc warnings about invalid Rust syntax
Camelid
-1
/
+2
2020-10-04
Replace `(Body, DefId)` with `Body` where possible
Dylan MacKenzie
-1
/
+1
2020-10-04
Remember the `MirSource` for each `Body`
Dylan MacKenzie
-37
/
+26
2020-09-19
Stop using the `const_eval` query for initializers of statics
Oliver Scherer
-5
/
+2
2020-09-10
use push(char) instead of push_str(&str) to add single chars to strings
Matthias Krüger
-1
/
+1
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-2
/
+2
2020-08-31
Add new `-Z dump-mir-spanview` option
Rich Kadel
-0
/
+11
2020-08-30
mv compiler to compiler/
mark
-0
/
+932