| Age | Commit message (Expand) | Author | Lines |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -2/+2 |
| 2022-02-25 | Rollup merge of #94343 - RalfJung:fn-ptr, r=oli-obk | Matthias Krüger | -2/+3 |
| 2022-02-24 | Miri fn ptr check: don't use conservative null check | Ralf Jung | -2/+3 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -20/+23 |
| 2022-02-21 | Rollup merge of #94143 - est31:let_else_const_eval, r=lcnr | Matthias Krüger | -12/+8 |
| 2022-02-20 | Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk | bors | -3/+3 |
| 2022-02-19 | Fix pretty printing of enums without variants | Tomasz Miąsko | -0/+4 |
| 2022-02-19 | rustc_const_eval: adopt let else in more places | est31 | -12/+8 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -3/+3 |
| 2022-02-16 | Support pretty printing of invalid constants | Tomasz Miąsko | -20/+18 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -5/+5 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -1/+1 |
| 2022-02-11 | use body.tainted_by_error to skip loading MIR | Michael Goulet | -23/+8 |
| 2022-02-11 | rework borrowck errors so that it's harder to not set tainted | Michael Goulet | -2/+2 |
| 2022-02-11 | skip const eval if we have an error in borrowck | Michael Goulet | -0/+3 |
| 2022-02-03 | Rollup merge of #92802 - compiler-errors:deduplicate-stack-trace, r=oli-obk | Yuki Okushi | -1/+29 |
| 2022-01-30 | Rollup merge of #93358 - compiler-errors:is-not-const, r=fee1-dead | Matthias Krüger | -3/+2 |
| 2022-01-26 | drive-by: use is_const and is_const_if_const | Michael Goulet | -3/+2 |
| 2022-01-26 | `const_deallocate`: Don't deallocate memory allocated in an another const. Do... | woppopo | -5/+15 |
| 2022-01-23 | Add `intrinsics::const_deallocate` | woppopo | -0/+17 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -6/+7 |
| 2022-01-11 | Deduplicate lines in long const-eval stack trace | Michael Goulet | -1/+29 |
| 2022-01-04 | rename StackPopClean::None to Root | Ralf Jung | -1/+1 |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -7/+0 |
| 2021-12-20 | const_eval machine: use original instance for replaced MIR bodies | Ralf Jung | -1/+11 |
| 2021-12-20 | CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibility | Ralf Jung | -2/+2 |
| 2021-12-13 | Remove `in_band_lifetimes` from `rustc_const_eval` | LegionMammal978 | -4/+4 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -0/+3 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -3/+0 |
| 2021-11-29 | Always use const param envs for const eval. | Oli Scherer | -0/+3 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -0/+1 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -7/+2 |
| 2021-10-27 | Remove `is_const_fn` in `find_mir_or_eval_fn` | Gary Guo | -9/+3 |
| 2021-10-25 | Clean up special function const checks | Gary Guo | -32/+20 |
| 2021-10-21 | Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obk | Yuki Okushi | -3/+2 |
| 2021-10-20 | Remove `box_alloc` from `Machine` trait. | Gary Guo | -7/+0 |
| 2021-10-19 | Replace FnLikeNode by FnKind. | Camille GILLOT | -3/+2 |
| 2021-10-20 | Rollup merge of #88860 - nbdd0121:panic, r=m-ou-se | Yuki Okushi | -3/+1 |
| 2021-10-19 | Deduplicate panic_fmt | Gary Guo | -3/+1 |
| 2021-10-12 | Add const_eval_select intrinsic | Deadbeef | -19/+40 |
| 2021-10-01 | Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk | Manish Goregaokar | -18/+1 |
| 2021-09-17 | Rollup merge of #88954 - nbdd0121:panic3, r=oli-obk | Guillaume Gomez | -2/+7 |
| 2021-09-17 | Auto merge of #88934 - tmiasko:trace-log, r=davidtwco | bors | -4/+5 |
| 2021-09-15 | Allow `panic!("{}", computed_str)` in const fn. | Gary Guo | -2/+7 |
| 2021-09-15 | Move is_const_fn to under TyCtxt | Deadbeef | -18/+1 |
| 2021-09-14 | Avoid unnecessary formatting when trace log level is disabled | Tomasz Miąsko | -4/+5 |
| 2021-09-09 | Remove unused query | Deadbeef | -22/+10 |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -0/+1402 |