| Age | Commit message (Expand) | Author | Lines |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -34/+70 |
| 2023-09-20 | Auto merge of #115486 - compiler-errors:dont-capture-late-pls, r=cjgillot | bors | -0/+33 |
| 2023-09-20 | bless the known-bug tests | Deadbeef | -28/+7 |
| 2023-09-20 | Enable effects for libcore | Deadbeef | -40/+97 |
| 2023-09-14 | don't point at const usage site for resolution-time errors | Ralf Jung | -55/+49 |
| 2023-09-14 | move required_consts check to general post-mono-check function | Ralf Jung | -2/+18 |
| 2023-09-14 | add regression test for something we fixed | Ralf Jung | -0/+31 |
| 2023-09-07 | Auto merge of #115527 - oli-obk:drop_maybe_uninit_in_const, r=lcnr | bors | -0/+17 |
| 2023-09-07 | Don't require `Drop` for `[PhantomData<T>; N]` where `N` and `T` are generic,... | Oli Scherer | -0/+17 |
| 2023-09-05 | Correctly deny late-bound lifetimes from parent in anon consts and TAITs | Michael Goulet | -0/+33 |
| 2023-09-05 | Auto merge of #115531 - RalfJung:read_via_copy, r=scottmcm | bors | -4/+26 |
| 2023-09-04 | read_via_copy: don't prematurely optimize away the read | Ralf Jung | -4/+26 |
| 2023-09-04 | Auto merge of #115513 - Urgau:normalize-msg-after-translate, r=petrochenkov | bors | -0/+16 |
| 2023-09-03 | Don't forget to normalize the translated message | Urgau | -0/+16 |
| 2023-08-25 | Handle Self in paths too | Michael Goulet | -2/+2 |
| 2023-08-25 | Rollup merge of #115169 - RalfJung:do-not-ignore-debug, r=cjgillot | Matthias Krüger | -5/+4 |
| 2023-08-24 | remove some unnecessary ignore-debug clauses | Ralf Jung | -5/+4 |
| 2023-08-24 | Fix ub-int-array test for big-endian platforms | Ulrich Weigand | -42/+10 |
| 2023-08-22 | Rollup merge of #115011 - compiler-errors:warn-on-elided-assoc-ct-lt, r=cjgillot | Michael Goulet | -0/+52 |
| 2023-08-20 | interpret: have assert_* intrinsics call the panic machinery instead of a dir... | Ralf Jung | -3/+3 |
| 2023-08-20 | Warn on elided lifetimes in associated constants | Michael Goulet | -0/+52 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -14/+33 |
| 2023-08-07 | Fix ICE | Deadbeef | -9/+2 |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -0/+122 |
| 2023-08-06 | bless tests | Deadbeef | -14/+40 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -2/+2 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -2/+2 |
| 2023-08-03 | Rollup merge of #114372 - RalfJung:const-pointer-as-int, r=oli-obk | Matthias Krüger | -168/+228 |
| 2023-08-03 | Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillot | Matthias Krüger | -0/+1 |
| 2023-08-03 | Also lint on cast/cast_mut and ptr::from_mut/ptr::from_ref | Urgau | -0/+1 |
| 2023-08-02 | const validation: point at where we found a pointer but expected an integer | Ralf Jung | -168/+228 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -7/+43 |
| 2023-08-02 | Rollup merge of #114335 - RalfJung:ptr_comparisons, r=oli-obk | Nilstrieb | -68/+8 |
| 2023-08-02 | Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obk | bors | -4/+4 |
| 2023-08-01 | fix and extend ptr_comparison test | Ralf Jung | -68/+8 |
| 2023-08-01 | properly track why we checked whether a pointer is in-bounds | Ralf Jung | -4/+4 |
| 2023-08-01 | Auto merge of #112849 - m-ou-se:panic-message-format, r=thomcc | bors | -2/+2 |
| 2023-07-30 | Auto merge of #112843 - chenyukang:yukang-more-on-backtrace, r=workingjubilee | bors | -1/+1 |
| 2023-07-30 | Rollup merge of #102198 - lukas-code:nonnull_as_ref, r=Amanieu | Matthias Krüger | -0/+30 |
| 2023-07-29 | print omitted frames count for short backtrace mode | yukang | -1/+1 |
| 2023-07-29 | Fix tests. | Mara Bos | -1/+1 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -1/+1 |
| 2023-07-27 | update tests, adding known-bug | Deadbeef | -181/+70 |
| 2023-07-25 | bless more | Ralf Jung | -7/+20 |
| 2023-07-25 | interpret: refactor projection code to work on a common trait, and use that f... | Ralf Jung | -22/+69 |
| 2023-07-24 | Improve diagnostic for const ctors in array repeat expressions | clubby789 | -9/+55 |
| 2023-07-24 | interpret: support projecting into Place::Local without force_allocation | Ralf Jung | -1/+1 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -4/+2 |
| 2023-07-21 | add `naive_layout_of` query | Moulins | -2/+4 |
| 2023-07-18 | moved note as unspanned note, moved note to the bottom of the msg | nxya | -40/+8 |