| Age | Commit message (Expand) | Author | Lines |
| 2021-05-28 | Auto merge of #85546 - hyd-dev:unwind, r=RalfJung | bors | -2/+3 |
| 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 |
| 2021-04-30 | Rebuilt out of date tests and fixed an old bug now exposed | Rich Kadel | -8/+25 |
| 2021-04-29 | don't let const_fn feature flag affect impl-block-level trait bounds | Ralf Jung | -11/+2 |
| 2021-04-28 | addressed review feedback | Rich Kadel | -12/+40 |
| 2021-04-28 | More improvements to macro coverage | Rich Kadel | -51/+112 |
| 2021-04-28 | Drop branching blocks with same span as expanded macro | Rich Kadel | -17/+80 |
| 2021-04-28 | Auto merge of #84562 - richkadel:issue-83601, r=tmandry | bors | -0/+6 |
| 2021-04-28 | Rollup merge of #84529 - richkadel:issue-84180, r=tmandry | Yuki Okushi | -1/+11 |
| 2021-04-27 | Derived Eq no longer shows uncovered | Rich Kadel | -0/+6 |
| 2021-04-27 | Auto merge of #84532 - richkadel:issue-83792, r=tmandry | bors | -1/+1 |
| 2021-04-25 | unsafety checking: no longer care about is_min_const_fn | Ralf Jung | -50/+17 |
| 2021-04-24 | Improve spans for chained function calls | Rich Kadel | -1/+11 |
| 2021-04-24 | Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk | bors | -32/+22 |
| 2021-04-24 | Fix coverage ICE because fn_sig can have a span that crosses file boundaries | Rich Kadel | -1/+1 |
| 2021-04-25 | Rollup merge of #83519 - oli-obk:assign_shrink_your_normal_code, r=pnkfelix | Yuki Okushi | -15/+4 |
| 2021-04-22 | Fix ICE if original_span(fn_sig) returns a span not in body sourcefile | Rich Kadel | -8/+4 |
| 2021-04-20 | Tidy | Oli Scherer | -3/+3 |
| 2021-04-20 | Implement a lint that highlights all moves larger than 1000 bytes | Oli Scherer | -13/+2 |
| 2021-04-20 | Auto merge of #84323 - richkadel:uncovered-functions, r=tmandry | bors | -3/+8 |
| 2021-04-19 | compute fn_sig span from body call_site, and use body ctxt, not root | Rich Kadel | -4/+9 |
| 2021-04-19 | remove E0723 error code | Ralf Jung | -8/+6 |
| 2021-04-19 | fix few typos | klensy | -4/+4 |
| 2021-04-19 | add gate tests and pacify tidy | Ralf Jung | -1/+1 |
| 2021-04-18 | Fixes the issue with uncovered source in async function bodies | Rich Kadel | -2/+2 |
| 2021-04-18 | separate feature flag for unsizing casts in const fn | Ralf Jung | -22/+9 |