| Age | Commit message (Expand) | Author | Lines |
| 2021-06-19 | Rollup merge of #86407 - LingMan:map-or, r=LeSeulArtichaut | Yuki Okushi | -6/+3 |
| 2021-06-18 | Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasper | bors | -1/+0 |
| 2021-06-17 | Use `map_or` instead of open-coding it | LingMan | -6/+3 |
| 2021-06-16 | Stop returning a value from `report_assert_as_lint` | LingMan | -11/+14 |
| 2021-06-09 | Auto merge of #86107 - Smittyvb:peephole-optim-eq-bool, r=wesleywiser | bors | -7/+14 |
| 2021-06-07 | Peephole optimize `x == false` and `x != true` | Smitty | -7/+14 |
| 2021-06-07 | Rollup merge of #85973 - LingMan:indentation, r=jyn514 | Yuki Okushi | -25/+22 |
| 2021-06-06 | Remove some last remants of {push,pop}_unsafe! | Smitty | -1/+0 |
| 2021-06-05 | Drop an `if let` that will always succeed | LingMan | -7/+5 |
| 2021-06-04 | Auto merge of #85385 - richkadel:simpler-simplify-with-coverage, r=wesleywiser | bors | -16/+91 |
| 2021-06-03 | Replace a `match` with an `if let` | LingMan | -25/+22 |
| 2021-06-03 | Auto merge of #85952 - JohnTitor:rollup-r00gu9q, r=JohnTitor | bors | -38/+33 |
| 2021-06-03 | Rollup merge of #85935 - tmiasko:validate-indexing, r=jonas-schievink | Yuki Okushi | -2/+20 |
| 2021-06-03 | Rollup merge of #85934 - tmiasko:is-union, r=jackh726 | Yuki Okushi | -32/+10 |
| 2021-06-03 | Rollup merge of #85880 - csmoe:ice-85768, r=oli-obk | Yuki Okushi | -4/+3 |
| 2021-06-03 | Auto merge of #84988 - alexcrichton:safe-target-feature-wasm, r=joshtriplett | bors | -0/+6 |
| 2021-06-02 | Validate type of locals used as indices | Tomasz Miąsko | -2/+20 |
| 2021-06-02 | Add `Ty::is_union` predicate and use it | Tomasz Miąsko | -32/+10 |
| 2021-06-02 | convert Rvalue::threadlocalref assertion to delay bug | csmoe | -9/+4 |
| 2021-06-01 | Reland - Report coverage `0` of dead blocks | Rich Kadel | -16/+91 |
| 2021-06-01 | skip check_static on rvalue::threadlocalref | csmoe | -1/+5 |
| 2021-05-30 | Remove CrateNum::ReservedForIncrCompCache | bjorn3 | -1/+0 |
| 2021-05-28 | rustc: Allow safe #[target_feature] on wasm | Alex Crichton | -0/+6 |
| 2021-05-28 | Auto merge of #85546 - hyd-dev:unwind, r=RalfJung | bors | -2/+3 |
| 2021-05-23 | unhinabited_enum_branching: Fix the pass when the enum is taken indirectly | Olivier Goffart | -7/+5 |
| 2021-05-23 | Pass `StackPopUnwind` to `eval_fn_call()` and some other functions that are c... | hyd-dev | -2/+3 |
| 2021-05-22 | stabilize const_fn_unsize | Ralf Jung | -38/+4 |
| 2021-05-17 | Auto merge of #85353 - jonas-schievink:async-blocks-in-ctfe, r=oli-obk | bors | -2/+10 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -5/+4 |
| 2021-05-16 | Allow `async {}` expressions in const contexts | Jonas Schievink | -2/+10 |
| 2021-05-15 | Rollup merge of #85278 - ayushmishra2005:code-refactoring, r=jackh726 | Guillaume Gomez | -8/+2 |
| 2021-05-15 | Rollup merge of #85215 - richkadel:ice-fixes-minus-dead-blocks, r=tmandry | Guillaume Gomez | -78/+83 |
| 2021-05-14 | Improve match statements | ayushmishra2005 | -8/+2 |
| 2021-05-12 | `coverageinfo` query needs to use the same MIR as codegen | Rich Kadel | -13/+3 |
| 2021-05-12 | Simplified body_span and filtered span code | Rich Kadel | -68/+80 |
| 2021-05-12 | Spanview needs the relevant body_span used for coverage | Rich Kadel | -1/+4 |
| 2021-05-12 | add check that simd_shuffle arguments are constants | Ralf Jung | -1/+15 |
| 2021-05-12 | entirely remove rustc_args_required_const attribute | Ralf Jung | -2/+2 |
| 2021-05-12 | rustc_args_required_const is no longer a promotion site | Ralf Jung | -161/+28 |
| 2021-05-12 | Use () for mir_keys. | Camille GILLOT | -5/+4 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -5/+5 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -3/+6 |
| 2021-05-11 | Revert "Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tman... | Rich Kadel | -48/+16 |
| 2021-05-11 | Split span_to_string into span_to_diagnostic/embeddable_string | Andy Wang | -4/+4 |
| 2021-05-07 | Avoid predecessors having Drop impls | Mark Rousskov | -2/+2 |
| 2021-05-07 | Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tmandry | bors | -16/+48 |
| 2021-05-06 | Coverage instruments closure bodies in macros (not the macro body) | Rich Kadel | -3/+24 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -1/+1 |
| 2021-05-01 | Report coverage `0` of dead blocks | Rich Kadel | -16/+48 |
| 2021-05-01 | Auto merge of #84582 - richkadel:issue-84561, r=tmandry | bors | -43/+212 |