| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -2/+2 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-15 | Rollup merge of #94958 - est31:pluralize, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-03-15 | Support other types of pluralization in pluralize macro | est31 | -1/+1 |
| 2022-03-15 | fix typos | Dylan DPC | -2/+2 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -5/+5 |
| 2022-03-11 | Rollup merge of #94827 - RalfJung:offset-from-ub, r=oli-obk | Dylan DPC | -0/+6 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -5/+5 |
| 2022-03-10 | adjust offset_from logic: check that both pointers are in-bounds | Ralf Jung | -0/+6 |
| 2022-03-10 | The `Clone::clone` call is now a `ConstantKind::Val`, not a `ConstantKind::Ty` | Scott McMurray | -1/+1 |
| 2022-03-10 | mir-opt: Replace clone on primitives with copy | Scott McMurray | -0/+30 |
| 2022-03-10 | Auto merge of #94059 - b-naber:constantkind-val-transformation, r=lcnr | bors | -1/+29 |
| 2022-03-10 | Auto merge of #94737 - lcnr:pass-stuff-by-value, r=davidtwco | bors | -7/+13 |
| 2022-03-09 | treat all mir::Constant values as ConstantKind::Val | b-naber | -1/+29 |
| 2022-03-08 | Auto merge of #94702 - b-naber:static-refs-mir, r=lcnr | bors | -7/+17 |
| 2022-03-08 | add `#[rustc_pass_by_value]` to more types | lcnr | -7/+13 |
| 2022-03-08 | treat literals in ExprKind::StaticRef as mir::ConstantKind::Val | b-naber | -7/+17 |
| 2022-03-07 | Rollup merge of #94676 - TaKO8Ki:remove-unnecessary-pattens-for-ignoring-rema... | Matthias Krüger | -1/+1 |
| 2022-03-07 | Introduce `ConstAllocation`. | Nicholas Nethercote | -24/+59 |
| 2022-03-07 | remove unnecessary `..` patterns | Takayuki Maeda | -1/+1 |