| Age | Commit message (Expand) | Author | Lines |
| 2020-08-20 | Update how doc examples are counted | Guillaume Gomez | -8/+31 |
| 2020-08-20 | Remove "total" columns in --show-coverage output | Guillaume Gomez | -58/+49 |
| 2020-08-20 | Update rustdoc coverage UI test | Guillaume Gomez | -2/+40 |
| 2020-08-20 | Auto merge of #75595 - davidtwco:polymorphization-predicate-simplification-co... | bors | -0/+17 |
| 2020-08-19 | Auto merge of #75563 - richkadel:llvm-coverage-map-gen-5.4, r=wesleywiser | bors | -46/+5 |
| 2020-08-19 | Rollup merge of #75649 - jyn514:inherent-lang-impls, r=guillaumegomez | Tyler Mandry | -0/+32 |
| 2020-08-19 | Rollup merge of #75587 - RalfJung:mir-comment-fixes, r=ecstatic-morse | Tyler Mandry | -5/+5 |
| 2020-08-19 | Rollup merge of #75069 - lcnr:type-of-lazy-norm, r=varkor | Tyler Mandry | -384/+155 |
| 2020-08-19 | Add test for f32 and f64 methods | Joshua Nelson | -2/+20 |
| 2020-08-19 | Auto merge of #74098 - GuillaumeGomez:doc-alias-checks, r=ollie27 | bors | -7/+146 |
| 2020-08-19 | Add a test | Joshua Nelson | -0/+14 |
| 2020-08-19 | Rollup merge of #75665 - GuillaumeGomez:doc-examples-coverage, r=jyn514 | Yuki Okushi | -51/+85 |
| 2020-08-19 | Rollup merge of #75658 - tgnottingham:issue-75599, r=estebank | Yuki Okushi | -169/+41 |
| 2020-08-19 | Rollup merge of #75652 - jyn514:true-false-2, r=GuillaumeGomez | Yuki Okushi | -0/+10 |
| 2020-08-19 | Rollup merge of #75554 - jumbatm:fix-clashing-extern-decl-overflow, r=lcnr | Yuki Okushi | -0/+119 |
| 2020-08-18 | Moved coverage counter injection from BasicBlock to Statement. | Rich Kadel | -46/+5 |
| 2020-08-19 | Auto merge of #75677 - cuviper:shrink-towel, r=Mark-Simulacrum | bors | -0/+36 |
| 2020-08-18 | Auto merge of #75516 - matklad:remove-deprecation, r=petrochenkov | bors | -45/+24 |
| 2020-08-18 | change const param ty warning message | Bastian Kauschke | -77/+57 |
| 2020-08-18 | run wfcheck in parralel again, add test for 74950 | Bastian Kauschke | -11/+73 |
| 2020-08-18 | move const param structural match checks to wfcheck | Bastian Kauschke | -311/+40 |
| 2020-08-18 | Don't emit "is not a logical operator" error outside of associative expressions | Tyson Nottingham | -169/+41 |
| 2020-08-18 | Don't panic in Vec::shrink_to_fit | Josh Stone | -0/+36 |
| 2020-08-18 | Update rustdoc-ui tests | Guillaume Gomez | -51/+85 |
| 2020-08-18 | mir building: fix some comments | Ralf Jung | -5/+5 |
| 2020-08-18 | Auto merge of #75566 - alasher:master, r=oli-obk | bors | -3679/+30 |
| 2020-08-18 | Promote missing_fragment_specifier to hard error | Aleksey Kladov | -37/+16 |
| 2020-08-18 | Move macro test to ui/macros | Aleksey Kladov | -0/+0 |
| 2020-08-18 | Auto merge of #75653 - JohnTitor:rollup-0ejtdfo, r=JohnTitor | bors | -12/+39 |
| 2020-08-18 | Rollup merge of #75613 - estebank:explain-mut-method, r=petrochenkov | Yuki Okushi | -0/+24 |
| 2020-08-18 | Rollup merge of #75578 - 5M1Sec:master, r=oli-obk | Yuki Okushi | -12/+15 |
| 2020-08-17 | Resolve true and false as booleans | Joshua Nelson | -0/+10 |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -4/+4 |
| 2020-08-17 | Update MIR tests with comment verbosity fix | Austin Lasher | -3679/+30 |
| 2020-08-17 | Auto merge of #75145 - davidtwco:issue-60607-preallocate-defid-for-lang-items... | bors | -1/+23 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -4/+4 |
| 2020-08-17 | Auto merge of #74748 - simonvandel:simplify-discriminant-arm, r=wesleywiser | bors | -231/+158 |
| 2020-08-18 | Actually introduce a cycle in Reffy test. | jumbatm | -4/+6 |
| 2020-08-18 | Add test demonstrating the issue. | jumbatm | -0/+117 |
| 2020-08-17 | Auto merge of #74940 - oli-obk:const_is_null, r=RalfJung | bors | -0/+141 |
| 2020-08-17 | Make a test platform independent | Oliver Scherer | -7/+11 |
| 2020-08-17 | polymorphize: ∃ used param ∈ predicate → all used | David Wood | -0/+17 |
| 2020-08-16 | Allowing raw ptr dereference in const fn | 5M1Sec | -12/+15 |
| 2020-08-17 | Auto merge of #75014 - Amanieu:fix_asm_reg, r=nagisa | bors | -62/+833 |
| 2020-08-16 | Add explanation for `&mut self` method call when expecting `-> Self` | Esteban Küber | -0/+24 |
| 2020-08-16 | Rollup merge of #75177 - JohnTitor:broken-mir-test, r=eddyb | Tyler Mandry | -0/+205 |
| 2020-08-16 | Rollup merge of #74204 - ayazhafiz:i/74120, r=eddyb | Tyler Mandry | -0/+30 |
| 2020-08-16 | Implement 'considered equal' for statements, so that for example `_0 = _1` an... | Simon Vandel Sillesen | -231/+158 |
| 2020-08-16 | hir: simplify `is_range_literal` | David Wood | -1/+5 |
| 2020-08-16 | hir: introduce `QPath::LangItem` | David Wood | -73/+1 |