| Age | Commit message (Expand) | Author | Lines |
| 2020-11-08 | Auto merge of #78410 - lcnr:revert75443, r=nikomatsakis | bors | -75/+24 |
| 2020-11-07 | Use a semicolon instead of a dash in lint note | Aaron Hill | -1/+1 |
| 2020-11-07 | Don't fire `CONST_ITEM_MUTATION` lint when borrowing a deref | Aaron Hill | -21/+30 |
| 2020-11-07 | Less verbose debug logging from inlining integrator | Tomasz Miąsko | -5/+5 |
| 2020-11-07 | Allow making `RUSTC_BOOTSTRAP` conditional on the crate name | Joshua Nelson | -2/+1 |
| 2020-11-07 | use single char patterns for split() (clippy::single_char_pattern) | Matthias Krüger | -4/+4 |
| 2020-11-07 | Assert that a return place is not used for indexing during integration | Tomasz Miąsko | -0/+6 |
| 2020-11-06 | improve fixme | Bastian Kauschke | -3/+6 |
| 2020-11-07 | Rollup merge of #78798 - ankushduacodes:fixing-typo, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-11-07 | Rollup merge of #78771 - tmiasko:inline-consts, r=oli-obk | Yuki Okushi | -8/+10 |
| 2020-11-06 | Auto merge of #78267 - richkadel:llvm-coverage-counters-2.0.3r1, r=tmandry | bors | -1274/+3630 |
| 2020-11-06 | Auto merge of #77856 - GuillaumeGomez:automatic-links-lint, r=jyn514,ollie27 | bors | -1/+1 |
| 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/+434 |
| 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 | -320/+525 |
| 2020-11-06 | inliner: Use substs_for_mir_body | Tomasz Miąsko | -14/+10 |
| 2020-11-05 | Fix even more URLs | Guillaume Gomez | -1/+1 |
| 2020-11-05 | Rollup merge of #78733 - matthiaskrgr:cl11ppy, r=jyn514 | Mara Bos | -1/+1 |
| 2020-11-05 | inliner: Copy unevaluated constants only after successful inlining | Tomasz Miąsko | -8/+10 |
| 2020-11-04 | `u128` truncation and sign extension are not just interpreter related | oli | -5/+4 |
| 2020-11-04 | fix a couple of clippy warnings: | Matthias Krüger | -1/+1 |
| 2020-11-04 | s/Scalar::Raw/Scalar::Int | oli | -1/+1 |
| 2020-11-04 | Split the "raw integer bytes" part out of `Scalar` | Oliver Scherer | -7/+12 |
| 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-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-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-28 | Rollup merge of #78351 - RalfJung:validity-unsafe-cell, r=oli-obk | Dylan DPC | -7/+7 |
| 2020-10-27 | Auto merge of #76269 - ayrtonm:function-reference-lint, r=oli-obk | bors | -0/+207 |
| 2020-10-27 | Added suggestion to `function_item_references` lint and fixed warning message | Ayrton | -10/+17 |
| 2020-10-27 | Added documentation for `function_item_references` lint | Ayrton | -44/+52 |
| 2020-10-27 | Fixed compiler error in lint checker triggered by associated types | Ayrton | -53/+65 |
| 2020-10-27 | Removed test for unhandled case in function_item_references lint | Ayrton | -1/+1 |
| 2020-10-27 | Changed lint to check for `std::fmt::Pointer` and `transmute` | Ayrton | -93/+113 |
| 2020-10-27 | modified lint to work with MIR | Ayrton | -0/+160 |
| 2020-10-27 | Show the inline stack of MIR lints that only occur after inlining | Oliver Scherer | -0/+13 |
| 2020-10-27 | Disable "optimization to avoid load of address" in InstCombine | Jonas Schievink | -0/+5 |
| 2020-10-26 | Auto merge of #77876 - tmiasko:simplify-locals, r=wesleywiser | bors | -143/+110 |