| Age | Commit message (Expand) | Author | Lines |
| 2022-04-17 | fat vec | ouz-a | -7/+5 |
| 2022-04-17 | format err | ouz-a | -5/+3 |
| 2022-04-17 | little changes | ouz-a | -7/+5 |
| 2022-04-16 | Make derefer work everwhere | ouz-a | -0/+26 |
| 2022-04-16 | Rollup merge of #96004 - JakobDegen:fix-validator-ice, r=petrochenkov | Dylan DPC | -1/+2 |
| 2022-04-13 | Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011 | bors | -22/+2 |
| 2022-04-13 | Consider lifetimes when comparing types for equality in MIR validator | Jakob Degen | -1/+2 |
| 2022-04-13 | Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obk | bors | -9/+162 |
| 2022-04-12 | Remove NodeIdHashingMode. | Camille GILLOT | -22/+2 |
| 2022-04-11 | Remove rule that place loads may not happen with variant index set | Jakob Degen | -5/+4 |
| 2022-04-11 | Add more clarifications in response to Ralf's comments | Jakob Degen | -102/+84 |
| 2022-04-11 | Address various comments and change some details around place to value conver... | Jakob Degen | -35/+36 |
| 2022-04-11 | Improve MIR phases documentation with summaries of changes | Jakob Degen | -1/+23 |
| 2022-04-11 | Improve documentation for MIR terminators | Jakob Degen | -27/+121 |
| 2022-04-11 | Improve documentation for MIR statement kinds. | Jakob Degen | -16/+76 |
| 2022-04-11 | Add documentation for the semantics of MIR rvalues | Jakob Degen | -23/+100 |
| 2022-04-11 | Adjust computation of place types to detect more invalid places | Jakob Degen | -0/+3 |
| 2022-04-11 | Improve documentation of `Place` and `Operand` | Jakob Degen | -13/+121 |
| 2022-04-11 | Add new `MutatatingUseContext`s for deinit and `SetDiscriminant` | Jakob Degen | -2/+6 |
| 2022-04-11 | Document semantics of `Deinit` and `SetDiscriminant` MIR statements | Jakob Degen | -0/+7 |
| 2022-04-11 | Add new `Deinit` statement kind | Jakob Degen | -0/+11 |
| 2022-04-09 | Auto merge of #95697 - klensy:no-strings, r=petrochenkov | bors | -2/+1 |
| 2022-04-09 | Rollup merge of #95785 - RalfJung:interpret-size-mismatch, r=oli-obk | Dylan DPC | -16/+46 |
| 2022-04-08 | check_doc_keyword: don't alloc string for emptiness check | klensy | -2/+1 |
| 2022-04-07 | interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal | Ralf Jung | -16/+46 |
| 2022-04-07 | Report opaque type mismatches directly during borrowck of the function instea... | Oli Scherer | -2/+1 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -1/+1 |
| 2022-04-02 | rebase and remove dead code | b-naber | -115/+2 |
| 2022-04-02 | try to evaluate in from_opt_const_arg_anon_const | b-naber | -6/+73 |
| 2022-04-02 | rebase and use ty::Const in patterns again | b-naber | -1/+1 |
| 2022-04-02 | change thir to use mir::ConstantKind instead of ty::Const | b-naber | -10/+209 |
| 2022-03-31 | interpret: make isize::MAX the limit for dynamic value sizes | Ralf Jung | -0/+5 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -3/+3 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -3/+2 |
| 2022-03-30 | Addressed comments by @compiler-errors and @bjorn3 | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -4/+4 |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -2/+2 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -1/+1 |
| 2022-03-30 | Spellchecking compiler code | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -1/+1 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -3/+2 |
| 2022-03-28 | Have the spans of TAIT type conflict errors point to the actual site instead ... | Oli Scherer | -2/+2 |
| 2022-03-27 | Rollup merge of #95120 - smoelius:backward-switch-int, r=ecstatic-morse | Dylan DPC | -0/+95 |
| 2022-03-26 | Address review comments | Samuel E. Moelius III | -0/+95 |
| 2022-03-25 | Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnr | Dylan DPC | -0/+11 |
| 2022-03-23 | Clarify more MIR docs | Jakob Degen | -0/+15 |
| 2022-03-23 | Clarify which kinds of MIR are allowed during which phases. | Jakob Degen | -17/+39 |
| 2022-03-22 | erase region in ParamEnvAnd and make ConstUnifyCtxt private | b-naber | -1/+4 |
| 2022-03-22 | fix previous failures and address review | b-naber | -1/+1 |
| 2022-03-21 | stall on on constants that contain infer vars in const_eval_resolve | b-naber | -0/+8 |