| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-08-08 | Avoid using the `copy_nonoverlapping` wrapper through `mem::replace`. | Eduard-Mihai Burtescu | -30/+15 | |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -8/+8 | |
| 2021-07-15 | tweak pointer out-of-bounds error message | Ralf Jung | -3/+3 | |
| 2021-07-14 | adjust tests | Ralf Jung | -3/+3 | |
| 2021-07-10 | remove const_raw_ptr_to_usize_cast feature | Ralf Jung | -27/+0 | |
| 2021-06-27 | Update and bless tests for const read out of bounds | Albin Hedman | -28/+36 | |
| 2021-06-27 | Bless out_of_bounds_read test | Albin Hedman | -26/+29 | |
| 2021-06-27 | Revert "Remove tests that were also added in PR 79684." | Albin Hedman | -0/+75 | |
| This reverts commit e118a2cbf1e590cb5a7586ad01c6c3431c2b4f48. | ||||
| 2021-06-04 | Remove tests that were also added in PR 79684. | Felix S. Klock II | -75/+0 | |
| 2021-02-13 | Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-se | bors | -29/+26 | |
| directly expose copy and copy_nonoverlapping intrinsics This effectively un-does https://github.com/rust-lang/rust/pull/57997. That should help with `ptr::read` codegen in debug builds (and any other of these low-level functions that bottoms out at `copy`/`copy_nonoverlapping`), where the wrapper function will not get inlined. See the discussion in https://github.com/rust-lang/rust/pull/80290 and https://github.com/rust-lang/rust/issues/81163. Cc `@bjorn3` `@therealprof` | ||||
| 2021-02-05 | improve error message for disallowed ptr-to-int casts in const eval | Jeffrey Griffin | -0/+27 | |
| 2021-02-03 | make const_err a future incompat lint | Ralf Jung | -0/+8 | |
| 2021-01-21 | directly expose copy and copy_nonoverlapping intrinsics | Ralf Jung | -26/+23 | |
| 2020-12-26 | Add tests | Albin Hedman | -0/+70 | |
