| Age | Commit message (Expand) | Author | Lines |
| 2022-07-15 | Introduce opaque type to hidden type projection | Oli Scherer | -1/+3 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -2/+2 |
| 2022-07-13 | Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPC | bors | -2/+2 |
| 2022-07-13 | Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb | Dylan DPC | -2/+2 |
| 2022-07-12 | add new rval, pull deref early | ouz-a | -1/+18 |
| 2022-07-11 | Rollup merge of #99140 - TaKO8Ki:implement-is-accessible-span, r=fee1-dead | Dylan DPC | -1/+1 |
| 2022-07-11 | rename a method | Takayuki Maeda | -1/+1 |
| 2022-07-11 | implement `is_accessible_span` | Takayuki Maeda | -1/+1 |
| 2022-07-11 | Deny floats even when adt_const_params is enabled | Michael Goulet | -1/+1 |
| 2022-07-09 | Rollup merge of #99050 - JakobDegen:storage-docs, r=tmiasko | Matthias Krüger | -1/+7 |
| 2022-07-09 | Rollup merge of #99022 - pierwill:always-storage-live-locals, r=pierwill | Matthias Krüger | -2/+2 |
| 2022-07-08 | Clarify MIR semantics of storage statements | Jakob Degen | -1/+7 |
| 2022-07-08 | Migrate MutDeref, TransientMutBorrow diagnostics | Michael Goulet | -18/+16 |
| 2022-07-08 | Migrate PanicNonStr, RawPtrComparison, RawPtrToInt diagnostics | Michael Goulet | -23/+6 |
| 2022-07-08 | Migrate StaticAccess diagnostic | Michael Goulet | -19/+8 |
| 2022-07-08 | Migrate NonConstOp diagnostic | Michael Goulet | -7/+2 |
| 2022-07-08 | Migrate unstable-in-stable diagnostic | Michael Goulet | -20/+3 |
| 2022-07-07 | MIR dataflow: Rename function to `always_storage_live_locals` | pierwill | -2/+2 |
| 2022-07-07 | Rollup merge of #98930 - tmiasko:pub-basic-blocks, r=oli-obk | Dylan DPC | -2/+3 |
| 2022-07-07 | Rollup merge of #96856 - DrMeepster:fix_projection_validation, r=Icnr | Dylan DPC | -6/+43 |
| 2022-07-07 | `UnsafeCell` now has no niches, ever. | Oli Scherer | -2/+2 |
| 2022-07-07 | Make MIR basic blocks field public | Tomasz Miąsko | -2/+3 |
| 2022-07-06 | replace `guess_head_span` with `def_span` | Takayuki Maeda | -3/+2 |
| 2022-07-06 | fix projectionelem validation | DrMeepster | -6/+43 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -3/+3 |
| 2022-07-05 | Auto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJung | bors | -4/+28 |
| 2022-07-01 | cleanup mir visitor for `rustc::pass_by_value` | lcnr | -8/+8 |
| 2022-06-30 | Change enum->int casts to not go through MIR casts. | Oli Scherer | -4/+28 |
| 2022-06-21 | Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk | bors | -50/+64 |
| 2022-06-19 | Mention formatting macros when encountering ArgumentV1::new in const | Michael Goulet | -1/+11 |
| 2022-06-15 | remove box derefs from codgen | DrMeepster | -50/+64 |
| 2022-06-15 | Rename `impl_constness` to `constness` | Deadbeef | -1/+1 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -17/+16 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -2/+3 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -1/+1 |
| 2022-06-07 | Remove `AlwaysLiveLocals` wrapper struct | Tomasz Miąsko | -2/+2 |
| 2022-06-02 | comment | Ralf Jung | -1/+1 |
| 2022-06-02 | add cast kind of from_exposed_addr (int-to-ptr casts) | Ralf Jung | -11/+10 |
| 2022-06-01 | rename PointerAddress → PointerExposeAddress | Ralf Jung | -2/+2 |
| 2022-05-31 | Add a pointer to address cast kind | Tomasz Miąsko | -21/+8 |
| 2022-05-30 | Auto merge of #97025 - ouz-a:mini-derefer-generator, r=davidtwco | bors | -1/+10 |
| 2022-05-30 | validate derefer, run derefer inside generator | ouz-a | -1/+10 |
| 2022-05-30 | Reduce the scope of a mutable variable | Oli Scherer | -7/+2 |
| 2022-05-30 | Add a helper function for checking whether a default function in a trait can ... | Oli Scherer | -9/+7 |
| 2022-05-30 | Remove `#[default..]` and add `#[const_trait]` | Deadbeef | -10/+8 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -12/+9 |
| 2022-05-19 | Proper const stability check, default to unstable | Jacob Pratt | -19/+35 |
| 2022-05-19 | Add and use stability helper methods | Jacob Pratt | -1/+1 |
| 2022-05-19 | Fall back to being const-unstable when undeclared | Jacob Pratt | -19/+6 |
| 2022-05-17 | Auto merge of #97111 - JohnTitor:rollup-x3vjf6u, r=JohnTitor | bors | -1/+4 |