| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2022-05-17 | Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco | bors | -3/+1 |
| 2022-05-17 | Update function pointer call error message | mbartlett21 | -1/+4 |
| 2022-05-16 | Add a query for checking whether a function is an intrinsic. | Oli Scherer | -3/+1 |
| 2022-05-12 | Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco | bors | -17/+13 |
| 2022-05-11 | Remove `PartialOrd`/`Ord` impl for `PlaceRef` | Aaron Hill | -2/+3 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -17/+13 |
| 2022-05-09 | Auto merge of #96815 - SparrowLii:promote_const, r=oli-obk | bors | -42/+52 |
| 2022-05-09 | use `Result<(),()>` instead of Validity enum | SparrowLii | -54/+35 |
| 2022-05-07 | optimize `promote_consts` by cache the validate check | SparrowLii | -41/+70 |
| 2022-05-06 | Check that field projections have the correct type | Jakob Degen | -1/+55 |