| Age | Commit message (Expand) | Author | Lines |
| 2020-11-12 | Remove check for impossible condition | Tomasz Miąsko | -6/+0 |
| 2020-11-12 | Never inline cold functions | Tomasz Miąsko | -2/+2 |
| 2020-11-12 | Never inline when `no_sanitize` attributes differ | Tomasz Miąsko | -5/+1 |
| 2020-11-12 | review comments | Vishnunarayan K I | -7/+8 |
| 2020-11-12 | fix tests and formatting | Vishnunarayan K I | -2/+10 |
| 2020-11-12 | add error_occured field to ConstQualifs, fix #76064 | Vishnunarayan K I | -4/+6 |
| 2020-11-11 | Overcome Sync issues with non-parallel compiler | Rich Kadel | -9/+10 |
| 2020-11-11 | Added some unit tests as requested | Rich Kadel | -22/+676 |
| 2020-11-11 | Rollup merge of #78899 - tmiasko:inline-diverging, r=oli-obk | Jonas Schievink | -76/+76 |
| 2020-11-11 | Rollup merge of #78873 - tmiasko:inline-opts, r=oli-obk | Jonas Schievink | -4/+5 |
| 2020-11-10 | Rollup merge of #78847 - tmiasko:inline-return-place, r=matthewjasper | Jonas Schievink | -0/+6 |
| 2020-11-10 | Add flags customizing behaviour of MIR inlining | Tomasz Miąsko | -4/+5 |
| 2020-11-09 | Support inlining diverging function calls | Tomasz Miąsko | -76/+76 |
| 2020-11-09 | inliner: Break inlining cycles | Tomasz Miąsko | -106/+108 |
| 2020-11-09 | inliner: Make `inline_call` infallible | Tomasz Miąsko | -17/+6 |
| 2020-11-09 | Rollup merge of #78674 - tmiasko:inline-substs-for-mir-body, r=oli-obk | Dylan DPC | -14/+10 |
| 2020-11-08 | Auto merge of #78874 - m-ou-se:rollup-3jp1ijj, r=m-ou-se | bors | -30/+39 |
| 2020-11-08 | Rollup merge of #78865 - Aaron1011:fix/const-item-mut-reborrow, r=varkor | Mara Bos | -21/+30 |
| 2020-11-08 | Rollup merge of #78843 - tmiasko:inline-trace, r=wesleywiser | Mara Bos | -5/+5 |
| 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 |