| Age | Commit message (Expand) | Author | Lines |
| 2020-11-06 | Fixing Spelling Typos | ankushduacodes | -1/+1 |
| 2020-11-05 | Responded to all feedback as of 2020-10-30 | Rich Kadel | -206/+356 |
| 2020-11-05 | Addressed all feedback to date | Rich Kadel | -14/+23 |
| 2020-11-05 | Injecting expressions in place of counters where helpful | Rich Kadel | -47/+1431 |
| 2020-11-05 | Adds coverage graphviz | Rich Kadel | -10/+620 |
| 2020-11-05 | Implemented CoverageGraph of BasicCoverageBlocks | Rich Kadel | -199/+347 |
| 2020-11-05 | Splitting transform/instrument_coverage.rs into transform/coverage/... | Rich Kadel | -730/+766 |
| 2020-11-05 | Rust coverage before splitting instrument_coverage.rs | Rich Kadel | -321/+528 |
| 2020-11-06 | inliner: Use substs_for_mir_body | Tomasz Miąsko | -24/+16 |
| 2020-11-05 | Fix even more URLs | Guillaume Gomez | -2/+2 |
| 2020-11-05 | Rollup merge of #78742 - vn-ki:fix-issue-78655, r=oli-obk | Mara Bos | -8/+15 |
| 2020-11-05 | Rollup merge of #78733 - matthiaskrgr:cl11ppy, r=jyn514 | Mara Bos | -2/+2 |
| 2020-11-05 | inliner: Copy unevaluated constants only after successful inlining | Tomasz Miąsko | -8/+10 |
| 2020-11-04 | make intern_const_alloc_recursive return error fix #78655 | Vishnunarayan K I | -8/+15 |
| 2020-11-04 | `u128` truncation and sign extension are not just interpreter related | oli | -17/+13 |
| 2020-11-04 | fix a couple of clippy warnings: | Matthias Krüger | -2/+2 |
| 2020-11-04 | Add helper for getting an `int` out of a `Scalar` | oli | -4/+1 |
| 2020-11-04 | Add `is_null` helper | oli | -2/+2 |
| 2020-11-04 | Replace `Scalar::zst` with a `Scalar::ZST` constant | oli | -4/+4 |
| 2020-11-04 | s/Scalar::Raw/Scalar::Int | oli | -11/+11 |
| 2020-11-04 | 32 bit platforms don't have 64 bit pointers | Oliver Scherer | -2/+3 |
| 2020-11-04 | Split the "raw integer bytes" part out of `Scalar` | Oliver Scherer | -29/+27 |
| 2020-11-03 | Auto merge of #78711 - m-ou-se:rollup-pxqnny7, r=m-ou-se | bors | -18/+36 |
| 2020-11-03 | Rollup merge of #78659 - ayrtonm:fn-ref-lint-fix, r=oli-obk | Mara Bos | -18/+36 |
| 2020-11-03 | Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiser | bors | -0/+13 |
| 2020-11-03 | Auto merge of #78597 - RalfJung:raw-retag, r=oli-obk | bors | -6/+20 |
| 2020-11-02 | revert #75443 update mir validator | Bastian Kauschke | -75/+21 |
| 2020-11-01 | Corrected suggestion for generic parameters in `function_item_references` lint | Ayrton | -18/+36 |
| 2020-11-02 | inliner: Remove redundant loop | Tomasz Miąsko | -77/+60 |
| 2020-11-02 | Auto merge of #78592 - fpoli:nll-facts-dir, r=matthewjasper | bors | -2/+2 |
| 2020-10-31 | Assert that locals have storage when used | Tomasz Miąsko | -12/+21 |
| 2020-10-31 | Retagging: do not retag 'raw reborrows' | Ralf Jung | -6/+20 |
| 2020-10-31 | Rollup merge of #78577 - tmiasko:validate-aliasing, r=jonas-schievink | Mara Bos | -5/+40 |
| 2020-10-30 | Auto merge of #78182 - LeSeulArtichaut:ty-visitor-contolflow, r=lcnr,oli-obk | bors | -31/+41 |
| 2020-10-30 | Add option to customize the nll-facts' folder location | Federico Poli | -2/+2 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -7/+7 |
| 2020-10-30 | Use `ControlFlow::is{break,continue}` | LeSeulArtichaut | -2/+2 |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in rustc_{mir,privacy,traits,typeck} | LeSeulArtichaut | -31/+41 |
| 2020-10-29 | Link to pass docs from NRVO module docs | Camelid | -0/+2 |
| 2020-10-30 | validator: Extend aliasing check to a call terminator | Tomasz Miąsko | -5/+40 |
| 2020-10-29 | Rollup merge of #78494 - bugadani:typo2, r=jonas-schievink | Yuki Okushi | -3/+3 |
| 2020-10-29 | Rollup merge of #78475 - RalfJung:validity-comment, r=oli-obk | Yuki Okushi | -2/+1 |
| 2020-10-28 | Fix typos | Dániel Buga | -3/+3 |
| 2020-10-28 | fix a comment in validity check | Ralf Jung | -2/+1 |
| 2020-10-28 | Rollup merge of #78351 - RalfJung:validity-unsafe-cell, r=oli-obk | Dylan DPC | -123/+119 |
| 2020-10-28 | Rollup merge of #78152 - spastorino:separate-unsized-locals, r=oli-obk | Dylan DPC | -6/+11 |
| 2020-10-27 | Use unsized_feature_enabled helper function | Santiago Pastorino | -6/+9 |
| 2020-10-27 | is -> are both | Santiago Pastorino | -1/+1 |
| 2020-10-27 | or -> and | Santiago Pastorino | -1/+1 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -6/+8 |