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
/
spanview.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-04
Remove `-Zdump-mir-spanview`
Zalathar
-642
/
+0
2023-12-10
remove redundant imports
surechen
-3
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-5
/
+1
2023-08-20
sync printing of MIR terminators with their new names (and dedup some to-str ...
Ralf Jung
-42
/
+3
2023-08-20
give some unwind-related terminators a more clear name
Ralf Jung
-2
/
+2
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-9
/
+8
2023-06-17
Add `<meta charset="utf-8">` to `-Zdump-mir-spanview` output
Zalathar
-2
/
+3
2023-06-16
Add `SyntaxContext::is_root`
Maybe Waffle
-2
/
+2
2023-04-06
Rename `Abort` terminator to `Terminate`
Gary Guo
-1
/
+1
2023-03-09
Introduce a no-op PlaceMention statement for `let _ =`.
Camille GILLOT
-0
/
+1
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-1
/
+0
2023-03-03
Match unmatched backticks in comments in compiler/
est31
-1
/
+1
2023-01-29
Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk
bors
-0
/
+1
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-1
/
+1
2023-01-23
Create stable metric to measure long computation in Const Eval
Bryan Garza
-0
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-12
/
+7
2022-09-06
Generalize the Assume intrinsic statement to a general Intrinsic statement
Oli Scherer
-2
/
+1
2022-09-06
Lower the assume intrinsic to a MIR statement
Oli Scherer
-0
/
+1
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-1
/
+1
2022-06-19
Use `Span::eq_ctxt` method instead of `.ctxt() == .ctxt()`
Michael Goulet
-1
/
+1
2022-04-11
Add new `Deinit` statement kind
Jakob Degen
-0
/
+1
2022-01-27
try apply `rustc_pass_by_value` to `Span`
lcnr
-3
/
+3
2022-01-17
Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
bors
-1
/
+0
2022-01-15
Reduce use of local_def_id_to_hir_id.
Camille GILLOT
-3
/
+1
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-1
/
+0
2021-12-14
fix clippy::single_char_pattern perf findings
Matthias Krüger
-6
/
+6
2021-11-04
clippy::perf fixes
Matthias Krüger
-2
/
+2
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-0
/
+693