| Age | Commit message (Expand) | Author | Lines |
| 2021-06-05 | Drop an `if let` that will always succeed | LingMan | -7/+5 |
| 2021-06-04 | replaced feature-gate use with cfg_attr | marcusdunn | -1/+1 |
| 2021-06-04 | Auto merge of #85385 - richkadel:simpler-simplify-with-coverage, r=wesleywiser | bors | -16/+91 |
| 2021-06-04 | Rollup merge of #85963 - m-ou-se:constructor-type-name, r=yaahc | Yuki Okushi | -6/+1 |
| 2021-06-04 | Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514 | Yuki Okushi | -4/+0 |
| 2021-06-03 | Replace a `match` with an `if let` | LingMan | -25/+22 |
| 2021-06-03 | Show `::{{constructor}}` in std::any::type_name(). | Mara Bos | -6/+1 |
| 2021-06-03 | Auto merge of #85952 - JohnTitor:rollup-r00gu9q, r=JohnTitor | bors | -60/+48 |
| 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 | -54/+25 |
| 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 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 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 | -54/+25 |
| 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 | Auto merge of #85829 - bjorn3:simplify_crate_num, r=jackh726 | bors | -2/+0 |
| 2021-06-01 | Allow whitespace in dump_mir filter | Paul Trojahn | -1/+4 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -1/+1 |
| 2021-06-01 | skip check_static on rvalue::threadlocalref | csmoe | -1/+5 |
| 2021-06-01 | Auto merge of #85153 - cjgillot:qresolve, r=Aaron1011 | bors | -1/+1 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -4/+0 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-05-30 | Emit a hard error when a panic occurs during const-eval | Aaron Hill | -52/+56 |
| 2021-05-30 | Remove CrateNum::ReservedForIncrCompCache | bjorn3 | -2/+0 |
| 2021-05-30 | Do not suggest ampmut if rhs is already mutable | Deadbeef | -2/+6 |
| 2021-05-30 | Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrum | bors | -0/+1 |
| 2021-05-29 | Auto merge of #85767 - lqd:stackless_span_stacks, r=oli-obk | bors | -7/+18 |
| 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 | -60/+127 |
| 2021-05-28 | Rewrite to a `match` | hyd-dev | -5/+4 |
| 2021-05-28 | "a frame" -> "a stack frame" | hyd-dev | -1/+1 |
| 2021-05-28 | const eval errors: display the current item instance if there are generics in... | Rémy Rakic | -3/+15 |
| 2021-05-27 | don't trim paths in collector PME message | Rémy Rakic | -4/+3 |
| 2021-05-27 | replace parent substs of associated types with inference vars in borrow check | b-naber | -2/+6 |
| 2021-05-27 | Rollup merge of #85725 - Smittyvb:rm-24159-workaround, r=RalfJung | Dylan DPC | -5/+3 |
| 2021-05-26 | Specialize implementations | Jacob Pratt | -0/+1 |
| 2021-05-26 | Remove unneeded workaround | Smitty | -5/+3 |
| 2021-05-26 | Rollup merge of #85633 - lqd:stackless_span_stacks, r=oli-obk | Dylan DPC | -2/+44 |
| 2021-05-26 | Use `match` instead of `.map_or(StackPopUnwind::Skip, StackPopUnwind::Cleanup)` | hyd-dev | -5/+8 |
| 2021-05-25 | emit diagnostic after post-monomorphization errors | Rémy Rakic | -2/+44 |
| 2021-05-25 | Move the check to `unwind_to_block` | hyd-dev | -30/+34 |
| 2021-05-25 | Rollup merge of #85605 - ptrojahn:closure_struct, r=matthewjasper | Guillaume Gomez | -11/+11 |
| 2021-05-25 | Add a comment | hyd-dev | -0/+1 |
| 2021-05-25 | `can_unwind` -> `caller_can_unwind` | hyd-dev | -2/+2 |
| 2021-05-25 | Check whether unwinding is allowed before popping the stack frame | hyd-dev | -16/+15 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-23 | Replace Local::new(1) with CAPTURE_STRUCT_LOCAL | Paul Trojahn | -11/+11 |
| 2021-05-23 | unhinabited_enum_branching: Fix the pass when the enum is taken indirectly | Olivier Goffart | -7/+5 |