| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #85829 - bjorn3:simplify_crate_num, r=jackh726 | bors | -2/+0 |
| 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-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 | 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 | 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 | :facepalm: | hyd-dev | -1/+1 |
| 2021-05-23 | Pass `StackPopUnwind` to `eval_fn_call()` and some other functions that are c... | hyd-dev | -26/+31 |
| 2021-05-23 | "unwind" -> "unwinding" | hyd-dev | -1/+1 |
| 2021-05-23 | `Cleanup(Option<_>)` -> `Cleanup(BasicBlock), Skip` | hyd-dev | -6/+9 |
| 2021-05-23 | support creating mutable allocations from byte slices | Ralf Jung | -8/+19 |
| 2021-05-23 | avoid redundant immutability check | Ralf Jung | -3/+0 |
| 2021-05-23 | reject deallocation of read-only allocations | Ralf Jung | -0/+3 |
| 2021-05-23 | Don't evaluate `self.fn_can_unwind(...)` if `can_unwind` is already true | hyd-dev | -3/+4 |
| 2021-05-23 | Refactor `match` + `if` | hyd-dev | -12/+9 |
| 2021-05-23 | Move the callee "can unwind" check to the right place | hyd-dev | -38/+37 |
| 2021-05-23 | const-eval: disallow unwinding across functions that `!fn_can_unwind()` | hyd-dev | -11/+67 |
| 2021-05-22 | Auto merge of #85578 - RalfJung:alloc-mem-extra, r=oli-obk | bors | -2/+3 |
| 2021-05-22 | Auto merge of #85078 - RalfJung:const_fn_unsize, r=oli-obk | bors | -38/+4 |