| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-04-18 | move 'trait bounds on const fn' to separate feature gate | Ralf Jung | -3/+8 |
| 2021-04-09 | Auto merge of #83870 - jackh726:binder-refactor-fix, r=nikomatsakis | bors | -3/+4 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -68/+18 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -68/+18 |
| 2021-04-05 | Don't concatenate binders across types | Jack Huey | -3/+4 |
| 2021-04-02 | Reduce size of statements | Roxane | -2/+2 |
| 2021-03-31 | Track bound vars | Jack Huey | -3/+6 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -11/+7 |
| 2021-03-27 | make unaligned_refereces future-incompat lint warn-by-default, and remove the... | Ralf Jung | -143/+77 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -11/+7 |
| 2021-03-25 | Auto merge of #83445 - erikdesjardins:rmunion, r=RalfJung | bors | -1/+33 |
| 2021-03-25 | Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandry | bors | -27/+25 |
| 2021-03-24 | RemoveZsts: don't touch unions | Erik Desjardins | -1/+33 |
| 2021-03-23 | Auto merge of #83177 - erikdesjardins:zstassign, r=oli-obk | bors | -52/+86 |
| 2021-03-22 | only run RemoveZsts at mir-opt-level 3 and above | Erik Desjardins | -0/+3 |
| 2021-03-22 | Rollup merge of #83351 - RalfJung:precise-const-drop, r=oli-obk | Dylan DPC | -1/+7 |
| 2021-03-21 | post-drop-elab check-const: explain why we still check qualifs | Ralf Jung | -1/+7 |
| 2021-03-21 | Rollup merge of #83327 - tmiasko:visit-lhs, r=davidtwco | Dylan DPC | -1/+3 |
| 2021-03-20 | extract `ConstKind::Unevaluated` into a struct | lcnr | -8/+12 |
| 2021-03-19 | avoid calling for types which can't be ZSTs | Erik Desjardins | -12/+30 |
| 2021-03-19 | coverage bug fixes and optimization support | Rich Kadel | -27/+25 |
| 2021-03-20 | Extend comment in `UsedLocals::visit_lhs` | Tomasz Miąsko | -1/+3 |
| 2021-03-19 | Rollup merge of #83277 - spastorino:early_otherwise-opt-unsound, r=oli-obk | Dylan DPC | -0/+5 |
| 2021-03-18 | Mark early otherwise optimization unsound | Santiago Pastorino | -0/+5 |
| 2021-03-18 | Remove unwrap_none/expect_none from compiler/. | Mara Bos | -8/+6 |
| 2021-03-17 | remove inhabitedness check | Erik Desjardins | -1/+1 |