| Age | Commit message (Expand) | Author | Lines |
| 2023-12-11 | Update backtrace submodule | roblabla | -0/+0 |
| 2023-11-27 | only free lifetimes may get erased | lcnr | -4/+6 |
| 2023-11-27 | feat: implement `DoubleEndedSearcher` for `CharArray[Ref]Searcher` | Jan | -0/+4 |
| 2023-11-12 | Substitute version placeholders | Mark Rousskov | -75/+75 |
| 2023-11-10 | Auto merge of #117572 - RalfJung:addr_of, r=cuviper | bors | -6/+24 |
| 2023-11-10 | mention null explicitly | Ralf Jung | -2/+2 |
| 2023-11-10 | Rollup merge of #117730 - jmillikin:fmt-debug-helper-fns, r=cuviper | Matthias Krüger | -13/+136 |
| 2023-11-10 | Rollup merge of #117039 - scottmcm:clarify-get-unchecked, r=cuviper | Matthias Krüger | -0/+10 |
| 2023-11-10 | Closure-consuming helper functions for `fmt::Debug` helpers | John Millikin | -13/+136 |
| 2023-11-09 | Rollup merge of #117694 - jmillikin:core-io-borrowed-buf, r=m-ou-se | Takayuki Maeda | -22/+30 |
| 2023-11-09 | Rollup merge of #116762 - WaffleLapkin:fixup_fromptr_docs, r=RalfJung | Takayuki Maeda | -43/+81 |
| 2023-11-09 | Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io` | John Millikin | -22/+30 |
| 2023-11-08 | Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwco | bors | -0/+1 |
| 2023-11-08 | Auto merge of #115460 - zachs18:borrowedcursor_write_no_panic, r=dtolnay | bors | -2/+3 |
| 2023-11-07 | Fix addition formatting | scottmcm | -2/+2 |
| 2023-11-07 | Document how rust atomics work wrt mixed-sized and non-atomic accesses | Maybe Waffle | -43/+81 |
| 2023-11-07 | Auto merge of #117617 - Urgau:bump-libc-0.2.150, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-11-06 | Rollup merge of #117631 - smarnach:error-request-doc-fix, r=ChrisDenton | Matthias Krüger | -4/+4 |
| 2023-11-06 | Auto merge of #116988 - RalfJung:null, r=WaffleLapkin | bors | -0/+10 |
| 2023-11-06 | Documentation cleanup for core::error::Request. | Sven Marnach | -4/+4 |
| 2023-11-06 | Auto merge of #117576 - the8472:fix-io-copy-vec, r=Mark-Simulacrum | bors | -22/+54 |
| 2023-11-05 | Auto merge of #96979 - SabrinaJewson:waker-update, r=workingjubilee | bors | -1/+14 |
| 2023-11-05 | Auto merge of #117179 - Voultapher:fix-useless-comp-in-partition-equal, r=Mar... | bors | -3/+10 |
| 2023-11-05 | libc: bump dependency to 0.2.150 | Urgau | -1/+1 |
| 2023-11-05 | Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillot | bors | -0/+1 |
| 2023-11-05 | Auto merge of #117608 - matthiaskrgr:rollup-g9fagmv, r=matthiaskrgr | bors | -0/+3 |
| 2023-11-05 | Rollup merge of #117596 - thomcc:core_macro_diag_items, r=Nilstrieb | Matthias Krüger | -0/+3 |
| 2023-11-05 | update and clarify addr_of docs | Ralf Jung | -6/+24 |
| 2023-11-05 | Auto merge of #117504 - pcc:android-link-libunwind, r=Mark-Simulacrum | bors | -33/+1 |
| 2023-11-05 | Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnay | bors | -10/+36 |
| 2023-11-05 | Auto merge of #117581 - nicholasbishop:bishop-update-cb, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-11-05 | Auto merge of #117503 - kornelski:hint-try-reserved, r=workingjubilee | bors | -4/+14 |
| 2023-11-04 | Add diagnostic items for a few of core's builtin macros | Thom Chiovoloni | -0/+3 |
| 2023-11-04 | Rollup merge of #117534 - RalfJung:str, r=Mark-Simulacrum | Matthias Krüger | -11/+17 |
| 2023-11-04 | Rollup merge of #116894 - joshlf:patch-12, r=RalfJung | Matthias Krüger | -1/+8 |
| 2023-11-04 | Rollup merge of #110340 - jmaargh:jmaargh/deref-docs, r=Mark-Simulacrum | Matthias Krüger | -41/+125 |
| 2023-11-04 | Stabilize `const_mem_zeroed` | Trevor Gross | -3/+4 |
| 2023-11-04 | Stabilize `const_maybe_uninit_zeroed` | Trevor Gross | -7/+32 |
| 2023-11-04 | Draft fleshed-out deref docs | jmaargh | -41/+125 |
| 2023-11-04 | Bump compiler_builtins to 0.1.103 | Nicholas Bishop | -1/+1 |
| 2023-11-04 | detect EOF earlier | The 8472 | -5/+7 |
| 2023-11-04 | avoid excessive initialization when copying to a Vec | The 8472 | -17/+47 |
| 2023-11-04 | avoid acronyms when we don't really need them | Ralf Jung | -12/+11 |
| 2023-11-03 | Auto merge of #116412 - nnethercote:rm-plugin-support, r=bjorn3 | bors | -2/+2 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -2/+2 |
| 2023-11-03 | Auto merge of #115333 - joshlf:patch-5, r=RalfJung | bors | -9/+15 |
| 2023-11-03 | cfg_attr offset_of_enum feature in doctest | George Bateman | -1/+2 |
| 2023-11-03 | Feature gate enums in offset_of | George Bateman | -1/+1 |
| 2023-11-03 | Rollup merge of #117434 - BugenZhao:box-error-provide, r=cuviper | Matthias Krüger | -0/+4 |
| 2023-11-03 | Auto merge of #117510 - elichai:patch-3, r=cuviper | bors | -0/+1 |