| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2024-07-26 | Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnay | Trevor Gross | -4/+2 |
| 2024-07-26 | Auto merge of #128034 - Nadrieril:explain-unreachable, r=compiler-errors | bors | -2/+6 |
| 2024-07-24 | Rollup merge of #122192 - oli-obk:type_of_opaque_for_const_checks, r=lcnr | Matthias Krüger | -128/+16 |
| 2024-07-24 | Do not try to reveal hidden types when trying to prove Freeze in the defining... | Oli Scherer | -128/+16 |
| 2024-07-24 | Rollup merge of #127374 - estebank:wrong-generic-args, r=oli-obk | Matthias Krüger | -4/+4 |
| 2024-07-24 | Explain why a given pattern is considered unreachable | Nadrieril | -2/+6 |
| 2024-07-23 | Rollup merge of #125834 - workingjubilee:weaken-thir-unsafeck-for-addr-of-sta... | Matthias Krüger | -7/+4 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -28/+12 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -4/+4 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -12/+28 |
| 2024-07-22 | compiler: treat `&raw (const|mut) UNSAFE_STATIC` implied deref as safe | Jubilee Young | -7/+4 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -17/+14 |
| 2024-07-19 | Rollup merge of #127856 - RalfJung:interpret-cast-sanity, r=oli-obk | Matthias Krüger | -182/+113 |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -3/+3 |
| 2024-07-18 | Use more accurate span for `addr_of!` suggestion | Esteban Küber | -1/+1 |
| 2024-07-18 | avoid creating an Instance only to immediately disassemble it again | Ralf Jung | -3/+5 |
| 2024-07-18 | const_to_pat: cleanup leftovers from when we had to deal with non-structural ... | Ralf Jung | -6/+21 |