| Age | Commit message (Expand) | Author | Lines |
| 2024-04-26 | Auto merge of #123909 - dtolnay:utf8chunks, r=joboet | bors | -25/+51 |
| 2024-04-26 | Auto merge of #124393 - scottmcm:do-the-macros-still-matter, r=joboet | bors | -21/+20 |
| 2024-04-25 | Convert some iter macros to normal functions | Scott McMurray | -21/+20 |
| 2024-04-25 | remove trivial bounds | lcnr | -13/+7 |
| 2024-04-24 | Stabilize Utf8Chunks | David Tolnay | -25/+51 |
| 2024-04-25 | Rollup merge of #124322 - whosehang:master, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-04-24 | Auto merge of #124330 - fmease:rollup-a98y7jf, r=fmease | bors | -0/+1 |
| 2024-04-24 | Add `cfg_attr(bootstrap)` to doc tests | Gary Guo | -0/+3 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -4/+4 |
| 2024-04-24 | Rollup merge of #124308 - CBSpeir:diagnostic-item-enumerate, r=compiler-errors | León Orell Valerian Liehr | -0/+1 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -3/+4 |
| 2024-04-24 | chore: fix some typos in comments | whosehang | -1/+1 |
| 2024-04-23 | Add diagnostic item for std::iter::Enumerate | Christopher B. Speir | -0/+1 |
| 2024-04-23 | Auto merge of #124302 - matthiaskrgr:rollup-2aya8n8, r=matthiaskrgr | bors | -7/+79 |
| 2024-04-23 | Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo | Matthias Krüger | -7/+79 |
| 2024-04-23 | Rollup merge of #123048 - RalfJung:layout, r=dtolnay | León Orell Valerian Liehr | -1/+3 |
| 2024-04-23 | Rollup merge of #123050 - RalfJung:panic_str, r=m-ou-se | Matthias Krüger | -14/+21 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -0/+288 |
| 2024-04-22 | Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnay | Guillaume Gomez | -13/+19 |
| 2024-04-22 | Rollup merge of #115913 - FedericoStra:checked_ilog, r=the8472 | Guillaume Gomez | -21/+16 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -13/+19 |
| 2024-04-22 | Add comma at one place in `abs()` documentation | Gurinder Singh | -1/+1 |
| 2024-04-21 | Address more PR feedback | Scott McMurray | -1/+2 |
| 2024-04-21 | Use it in the library, and `InstSimplify` it away in the easy places | Scott McMurray | -8/+25 |
| 2024-04-21 | Add an intrinsic that lowers to AggregateKind::RawPtr | Scott McMurray | -0/+26 |
| 2024-04-21 | Rollup merge of #124184 - gurry:124152-suggest-unsigned-abs-in-abs-doc, r=jhp... | Guillaume Gomez | -1/+2 |
| 2024-04-20 | Auto merge of #124208 - jieyouxu:rollup-gbgpu4u, r=jieyouxu | bors | -2/+6 |
| 2024-04-20 | Rollup merge of #123976 - ChrisDenton:no-libc-in-std-doc-tests, r=Mark-Simula... | 许杰友 Jieyou Xu (Joe) | -2/+6 |
| 2024-04-20 | Auto merge of #122013 - Swatinem:unicode-gen-fastpath, r=scottmcm | bors | -1/+5 |
| 2024-04-20 | Add a lower bound check to `unicode-table-generator` output | Arpad Borsos | -1/+5 |
| 2024-04-20 | Suggest using `unsigned_abs` in `abs` documentation | Gurinder Singh | -1/+2 |
| 2024-04-20 | Auto merge of #124114 - scottmcm:better-checked, r=workingjubilee | bors | -10/+47 |
| 2024-04-18 | Rollup merge of #123406 - krtab:fix_remainder_iterchunk, r=scottmcm | Jubilee | -1/+14 |
| 2024-04-18 | Make `checked` ops emit *unchecked* LLVM operations where feasible | Scott McMurray | -10/+47 |
| 2024-04-18 | Auto merge of #123144 - dpaoliello:arm64eclib, r=GuillaumeGomez,ChrisDenton,w... | bors | -1/+1 |
| 2024-04-18 | fix: make `str::from_raw_parts_mut` mut | ardi | -1/+1 |
| 2024-04-17 | Rollup merge of #122201 - coolreader18:doc-clone_from, r=dtolnay | Matthias Krüger | -5/+41 |
| 2024-04-17 | Address comments | Noa | -1/+1 |
| 2024-04-16 | Rollup merge of #123859 - krtab:uneeded_clone, r=cuviper | Guillaume Gomez | -8/+8 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -0/+288 |
| 2024-04-16 | Remove uneeded clones now that TrustedStep implies Copy | Arthur Carcano | -8/+8 |
| 2024-04-16 | Change intrinsic types to use `u32` instead of `T` to match stable reexports | Maybe Waffle | -7/+79 |
| 2024-04-15 | Add support for Arm64EC to the Standard Library | Daniel Paoliello | -1/+1 |
| 2024-04-15 | Use fake libc in core test | Chris Denton | -2/+6 |
| 2024-04-14 | Rollup merge of #123915 - shenawy29:patch-1, r=Nilstrieb | Guillaume Gomez | -6/+6 |
| 2024-04-14 | Auto merge of #122268 - ChrisDenton:no-libc, r=Mark-Simulacrum | bors | -0/+11 |
| 2024-04-14 | improve documentation slightly regarding some pointer methods | Mohamed El-Shenawy | -6/+6 |
| 2024-04-14 | Move msvc libs to core | Chris Denton | -0/+11 |
| 2024-04-14 | Rollup merge of #123875 - Ghamza-Jd:master, r=joboet | Matthias Krüger | -6/+6 |
| 2024-04-14 | Auto merge of #107462 - WaffleLapkin:from_iterator_for_tuple, r=dtolnay | bors | -0/+33 |