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
/
dataflow
Age
Commit message (
Expand
)
Author
Lines
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-6221
/
+0
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-7
/
+11
2021-09-07
Move rustc_mir::borrow_check to new crate rustc_borrowck.
Camille GILLOT
-466
/
+18
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-3
/
+3
2021-08-17
Fix bug in fmt_diff_with
Will Crichton
-1
/
+1
2021-08-17
Expose graphviz modules
Will Crichton
-2
/
+2
2021-07-04
re-export SwitchIntEdgeEffects
Tomasz Miąsko
-1
/
+1
2021-06-02
Add `Ty::is_union` predicate and use it
Tomasz Miąsko
-4
/
+2
2021-05-13
removed compilation error
ayushmishra2005
-1
/
+1
2021-05-13
Miner code formatting
ayushmishra2005
-4
/
+1
2021-04-19
fix few typos
klensy
-1
/
+1
2021-04-07
Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov
Dylan DPC
-2
/
+3
2021-04-06
Use AnonConst for asm! constants
Amanieu d'Antras
-2
/
+3
2021-04-02
Reduce size of statements
Roxane
-2
/
+2
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-4
/
+0
2021-03-26
Use iter::zip in compiler/
Josh Stone
-4
/
+7
2021-03-09
Clean up todos
kadmin
-6
/
+3
2021-03-09
Update match branches
kadmin
-0
/
+6
2021-03-05
Shrink the size of Rvalue by 16 bytes
Oli Scherer
-2
/
+2
2021-02-26
Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514
bors
-2
/
+2
2021-02-23
Rollup merge of #82091 - henryboisdequin:use-place-ref-more, r=RalfJung
Dylan DPC
-1
/
+1
2021-02-16
make `visit_projection` take a `PlaceRef`
Henry Boisdequin
-1
/
+1
2021-02-12
[librustdoc] Reform lang string token splitting
Casey Rodarmor
-2
/
+2
2021-02-08
Remove RCs from Borrows
Dániel Buga
-11
/
+6
2021-02-07
Optimize Borrows
Dániel Buga
-81
/
+89
2021-01-16
Use PlaceRef more consistently in rustc_mir
Olivia Crain
-7
/
+3
2020-12-18
Switch compiler/ to intra-doc links
Joshua Nelson
-1
/
+1
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-11-09
Add comments to explain memory usage optimization
Camelid
-1
/
+8
2020-10-28
Fix typos
Dániel Buga
-3
/
+3
2020-10-14
Remove unused code from remaining compiler crates
est31
-9
/
+0
2020-10-11
Use SmallVec in SwitchTargets
Jonas Schievink
-1
/
+1
2020-10-10
Refactor how SwitchInt stores jump targets
Jonas Schievink
-10
/
+8
2020-10-05
Print to `stderr` when a graphviz file can't be written
Dylan MacKenzie
-1
/
+1
2020-10-05
Use MIR dump interface for dataflow
Dylan MacKenzie
-23
/
+23
2020-10-05
Auto merge of #77552 - ecstatic-morse:body-def-id, r=lcnr
bors
-49
/
+17
2020-10-04
Replace `(Body, DefId)` with `Body` where possible
Dylan MacKenzie
-49
/
+17
2020-10-04
Fix rebase fallout
Aaron Hill
-1
/
+1
2020-10-04
Address review comments
Matthew Jasper
-2
/
+6
2020-10-04
Reduce the number of drop-flag assignments in unwind paths
Matthew Jasper
-4
/
+1
2020-10-01
Add `-Zprecise-enum-drop-elaboration`
Dylan MacKenzie
-0
/
+8
2020-09-26
Remove intra-doc link
Dylan MacKenzie
-1
/
+1
2020-09-26
Update dataflow impls to reflect new interface
Dylan MacKenzie
-33
/
+116
2020-09-26
Update engine to use new interface
Dylan MacKenzie
-78
/
+68
2020-09-26
Replace `discriminant_switch_effect` with more general version
Dylan MacKenzie
-21
/
+44
2020-09-26
Remove unused #[allow(...)] statements from compiler/
est31
-1
/
+0
2020-09-25
Rollup merge of #76724 - ecstatic-morse:dataflow-pass-names, r=lcnr
Jonas Schievink
-2
/
+20
2020-09-20
Rollup merge of #76818 - hbina:dont_compile_regex_all_the_time, r=ecstatic-morse
Ralf Jung
-1
/
+9
2020-09-20
Auto merge of #72632 - jonas-schievink:dest-prop, r=oli-obk
bors
-1
/
+1
2020-09-19
Rollup merge of #76757 - matthiaskrgr:clippy_try_into, r=lcnr
Ralf Jung
-7
/
+1
[next]