| Age | Commit message (Expand) | Author | Lines |
| 2024-04-26 | thread_local: refine LazyKeyInner::take safety doc | Jubilee | -1/+1 |
| 2024-04-26 | Rollup merge of #124410 - RalfJung:path-buf-transmute, r=Nilstrieb | Jacob Pratt | -7/+25 |
| 2024-04-27 | Apply suggestions from code review | Waffle Maybe | -4/+9 |
| 2024-04-26 | Add missing .into_iter() | Matthias Geier | -1/+1 |
| 2024-04-26 | Extend the example code and assert the result | Matthias Geier | -3/+10 |
| 2024-04-26 | Document never type fallback in `!`'s docs | Waffle Lapkin | -0/+41 |
| 2024-04-26 | Add "safety" comment | Matthias Geier | -0/+5 |
| 2024-04-26 | Auto merge of #123909 - dtolnay:utf8chunks, r=joboet | bors | -40/+57 |
| 2024-04-26 | PathBuf: replace transmuting by accessor functions | Ralf Jung | -7/+25 |
| 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 | Rollup merge of #124076 - NobodyXu:patch-1, r=dtolnay | Michael Goulet | -3/+1 |
| 2024-04-25 | thread_local: split refs to fields of Key | Jubilee Young | -3/+4 |
| 2024-04-25 | thread_local: use less &mut T in LazyKeyInner::take | Jubilee Young | -6/+8 |
| 2024-04-25 | remove trivial bounds | lcnr | -13/+7 |
| 2024-04-24 | Stabilize Utf8Chunks | David Tolnay | -40/+57 |
| 2024-04-25 | Rollup merge of #124351 - Treeniks:master, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-04-25 | Rollup merge of #124335 - ChrisDenton:stabilize-absolute, r=dtolnay | Matthias Krüger | -3/+1 |
| 2024-04-25 | Rollup merge of #124322 - whosehang:master, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-04-24 | fix typo in binary_heap docs | Thomas Lindae | -1/+1 |
| 2024-04-24 | Auto merge of #124330 - fmease:rollup-a98y7jf, r=fmease | bors | -9/+37 |
| 2024-04-24 | Fix cannot usage in time.rs | Jacob Trueb | -2/+2 |
| 2024-04-24 | Stabilize `std::path::absolute` | Chris Denton | -3/+1 |
| 2024-04-24 | Add `cfg_attr(bootstrap)` to doc tests | Gary Guo | -0/+3 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -7/+6 |
| 2024-04-24 | Rollup merge of #124308 - CBSpeir:diagnostic-item-enumerate, r=compiler-errors | León Orell Valerian Liehr | -0/+1 |
| 2024-04-24 | Rollup merge of #124282 - RalfJung:fill_utf16_buf, r=ChrisDenton | León Orell Valerian Liehr | -5/+14 |
| 2024-04-24 | Rollup merge of #124281 - RalfJung:win-tls, r=joboet | León Orell Valerian Liehr | -4/+22 |
| 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 | increase the readability by using the unique name for the hermit-abi | Stefan Lankes | -80/+81 |
| 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 | revise the interpretation of ReadDir | Stefan Lankes | -12/+8 |
| 2024-04-23 | Rollup merge of #123048 - RalfJung:layout, r=dtolnay | León Orell Valerian Liehr | -1/+3 |
| 2024-04-23 | Implement ARM `__ssat` and `__usat` functions | Eduardo Sánchez Muñoz | -7/+61 |
| 2024-04-23 | unroll first iter of checked_ilog loop to save one multiplication | Trevor Spiteri | -2/+5 |
| 2024-04-23 | Rollup merge of #123050 - RalfJung:panic_str, r=m-ou-se | Matthias Krüger | -14/+21 |
| 2024-04-23 | fix weak memory bug in TLS on Windows | Ralf Jung | -4/+22 |
| 2024-04-23 | windows fill_utf16_buf: explain the expected return value | Ralf Jung | -5/+14 |
| 2024-04-23 | Rollup merge of #124266 - RalfJung:no-answer, r=joboet | Matthias Krüger | -8/+1 |
| 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 | -21/+23 |
| 2024-04-22 | Rollup merge of #115913 - FedericoStra:checked_ilog, r=the8472 | Guillaume Gomez | -27/+89 |
| 2024-04-22 | remove an unused type from the reentrant lock tests | Ralf Jung | -8/+1 |
| 2024-04-22 | export assert_unsafe_precondition macro for std-internal use | The 8472 | -4/+11 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -21/+23 |
| 2024-04-22 | Rollup merge of #124246 - gurry:add-comma-in-abs-doc, r=jhpratt | Matthias Krüger | -1/+1 |
| 2024-04-22 | Add comma at one place in `abs()` documentation | Gurinder Singh | -1/+1 |