| Age | Commit message (Expand) | Author | Lines |
| 2024-09-14 | interpret: fix dealing with overflow during slice indexing | Ralf Jung | -0/+22 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -6/+8 |
| 2024-09-13 | Auto merge of #129137 - camelid:lazy-def-macro-const, r=BoxyUwU | bors | -3/+3 |
| 2024-09-12 | Re-enable `ConstArgKind::Path` lowering by default | Noah Lev | -3/+3 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -3/+1 |
| 2024-09-11 | Rollup merge of #129835 - RalfJung:float-tests, r=workingjubilee | Jubilee | -248/+0 |
| 2024-09-10 | move float tests into their own dir | Jubilee Young | -248/+0 |
| 2024-09-10 | turn errors that should be impossible due to our static checks into ICEs | Ralf Jung | -1/+4 |
| 2024-09-10 | const-eval interning: accpt interior mutable pointers in final value (but kee... | Ralf Jung | -472/+79 |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -16/+7 |
| 2024-09-08 | remove const_slice_index annotations, it never had a feature gate anyway | Ralf Jung | -3/+1 |
| 2024-09-08 | const: make ptr.is_null() stop execution on ambiguity | Ralf Jung | -0/+39 |
| 2024-09-07 | Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnay | Matthias Krüger | -5/+3 |
| 2024-09-04 | propagate `tainted_by_errors` in `MirBorrowckCtxt::emit_errors` | Folkert de Vries | -2/+8 |
| 2024-09-01 | stabilize const_float_bits_conv | Ralf Jung | -5/+3 |
| 2024-09-01 | Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot | Matthias Krüger | -3/+23 |
| 2024-08-31 | Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgr | bors | -2/+2 |
| 2024-08-31 | make the const-unstable-in-stable error more clear | Ralf Jung | -2/+2 |
| 2024-08-31 | Rollup merge of #129659 - RalfJung:const-fn-lang-feat, r=fee1-dead | Matthias Krüger | -0/+20 |
| 2024-08-31 | elided_named_lifetimes: bless & add tests | Pavel Grigorenko | -3/+23 |
| 2024-08-31 | const fn stability checking: also check declared language features | Ralf Jung | -0/+20 |
| 2024-08-28 | Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlin | Matthias Krüger | -11/+6 |
| 2024-08-27 | Rollup merge of #129507 - RalfJung:per-fn-const_precise_live_drops, r=wesleyw... | Matthias Krüger | -0/+29 |
| 2024-08-26 | Rollup merge of #129190 - rezwanahmedsami:master, r=tgross35 | Matthias Krüger | -1/+69 |
| 2024-08-26 | interpret: do not make const-eval query result depend on tcx.sess | Ralf Jung | -11/+6 |
| 2024-08-25 | tweak rustc_allow_const_fn_unstable hint, and add back test for stable-const-... | Ralf Jung | -8/+16 |
| 2024-08-25 | make it possible to enable const_precise_live_drops per-function | Ralf Jung | -0/+29 |
| 2024-08-24 | Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillot | Matthias Krüger | -3/+3 |
| 2024-08-24 | Rollup merge of #129199 - RalfJung:writes_through_immutable_pointer, r=compil... | Matthias Krüger | -52/+11 |
| 2024-08-24 | Rollup merge of #128596 - RalfJung:const_fn_floating_point_arithmetic, r=nnet... | Matthias Krüger | -139/+48 |
| 2024-08-22 | stabilize const_fn_floating_point_arithmetic | Ralf Jung | -139/+48 |
| 2024-08-22 | Do not rely on names to find lifetimes. | Camille GILLOT | -6/+6 |
| 2024-08-21 | Rollup merge of #129281 - Nadrieril:tweak-unreachable-lint-wording, r=estebank | Matthias Krüger | -4/+4 |
| 2024-08-19 | Reword the "unreachable pattern" explanations | Nadrieril | -4/+4 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -3/+3 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -49/+35 |
| 2024-08-18 | Added #[cfg(target_arch = x86_64)] to f16 and f128 | Rezwan ahmed sami | -2/+7 |
| 2024-08-18 | Add f16 and f128 to tests/ui/consts/const-float-bits-conv.rs | Rezwan ahmed sami | -1/+64 |
| 2024-08-17 | make writes_through_immutable_pointer a hard error | Ralf Jung | -52/+11 |
| 2024-08-17 | more clear NAN names and fix broken_floats logic | Ralf Jung | -12/+14 |
| 2024-08-17 | disable problematic float-conv tests in i586 targets | Ralf Jung | -6/+13 |
| 2024-08-16 | float to/from bits and classify: update comments regarding non-conformant har... | Ralf Jung | -183/+22 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -77/+152 |
| 2024-08-10 | Update tests | Nadrieril | -2/+2 |
| 2024-08-09 | interpret: make identity upcasts a NOP again to avoid them generating a new r... | Ralf Jung | -77/+152 |
| 2024-08-01 | fix the way we detect overflow for inbounds arithmetic (and tweak the error m... | Ralf Jung | -2/+2 |
| 2024-08-01 | interpret: simplify pointer arithmetic logic | Ralf Jung | -7/+7 |
| 2024-08-01 | on a signed deref check, mention the right pointer in the error | Ralf Jung | -16/+16 |
| 2024-07-27 | improve dangling/oob errors and make them more uniform | Ralf Jung | -57/+59 |
| 2024-07-27 | miri: fix offset_from behavior on wildcard pointers | Ralf Jung | -5/+5 |