| Age | Commit message (Expand) | Author | Lines |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -66/+66 |
| 2023-01-14 | Re-add #[allow(unused)] attr | Ingvar Stepanyan | -0/+1 |
| 2023-01-14 | Use associated items of `char` instead of freestanding items in `core::char` | Lukas Markeffsky | -42/+20 |
| 2023-01-14 | fix issues in unused lint | yukang | -4/+4 |
| 2023-01-14 | remove optimistic spinning from `mpsc::SyncSender` | Ibraheem Ahmed | -23/+7 |
| 2023-01-14 | Rollup merge of #106799 - scottmcm:remove-unused-generics, r=cuviper | Yuki Okushi | -29/+29 |
| 2023-01-14 | Rollup merge of #106762 - WaffleLapkin:atomicptr+as_mut_ptr, r=m-ou-se | Yuki Okushi | -2/+38 |
| 2023-01-14 | Rollup merge of #106692 - eggyal:mv-binary_heap.rs-binary_heap/mod.rs, r=Mark... | Yuki Okushi | -0/+0 |
| 2023-01-14 | Rollup merge of #105172 - alexs-sh:issue-98861-fix-next, r=scottmcm | Yuki Okushi | -0/+5 |
| 2023-01-14 | Rollup merge of #104965 - zacklukem:p-option-as_ref-docs, r=scottmcm | Yuki Okushi | -6/+7 |
| 2023-01-13 | Allow fmt::Arguments::as_str() to return more Some(_). | Mara Bos | -3/+20 |
| 2023-01-13 | Rollup merge of #106701 - ibraheemdev:sync-sender-spin, r=Amanieu | Matthias Krüger | -33/+49 |
| 2023-01-12 | Stop having unused lifetimes on some `impl`s | Scott McMurray | -29/+29 |
| 2023-01-12 | Implement `signum` with `Ord` | Scott McMurray | -5/+6 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -10/+17 |
| 2023-01-13 | Rollup merge of #106740 - petar-dambovaliev:float-iterator-hint, r=Nilstrieb | Yuki Okushi | -0/+5 |
| 2023-01-13 | Rollup merge of #106446 - bzEq:fix-unwind-lsda, r=Amanieu | Yuki Okushi | -9/+22 |
| 2023-01-12 | Avoid __cxa_thread_atexit_impl on Emscripten | Ingvar Stepanyan | -8/+2 |
| 2023-01-12 | add note for float iterator | Petar Dambovaliev | -0/+5 |
| 2023-01-12 | Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errors | bors | -45/+79 |
| 2023-01-12 | Allow setting CFG_DISABLE_UNSTABLE_FEATURES to 0 | Collin Baker | -1/+2 |
| 2023-01-12 | Make `// SAFETY` comment part of the doctest, and not surrounding code | Maybe Waffle | -1/+1 |
| 2023-01-12 | Remove unused `mut` from a doctest | Maybe Waffle | -1/+1 |
| 2023-01-12 | Add `AtomicPtr::as_mut_ptr` | Maybe Waffle | -0/+36 |
| 2023-01-11 | Rollup merge of #106323 - starkat99:stabilize-f16c_target_feature, r=petroche... | Michael Goulet | -1/+1 |
| 2023-01-11 | Rollup merge of #103800 - danielhenrymantilla:stabilize-pin-macro, r=dtolnay | Michael Goulet | -8/+3 |
| 2023-01-11 | Rollup merge of #103236 - tspiteri:redoc-int-adc-sbb, r=m-ou-se | Michael Goulet | -36/+75 |
| 2023-01-12 | Rollup merge of #106638 - RalfJung:realstd, r=thomcc | Matthias Krüger | -7/+15 |
| 2023-01-11 | rework and document backoff behavior of `sync::mpsc` | Ibraheem Ahmed | -31/+30 |
| 2023-01-12 | test use in libcore | Deadbeef | -10/+17 |
| 2023-01-12 | Make core::fmt::rt::v1::Argument::new const+inline. | Mara Bos | -1/+2 |
| 2023-01-12 | Improve proc macro attribute diagnostics | mejrs | -0/+1 |
| 2023-01-11 | Stabilize `::{core,std}::pin::pin!` | Daniel Henry-Mantilla | -8/+3 |
| 2023-01-11 | Add new fn to core::fmt::rt::v1::Argument. | Mara Bos | -0/+13 |
| 2023-01-11 | Turn format arguments types into lang items. | Mara Bos | -1/+7 |
| 2023-01-11 | Stop probing for statx unless necessary | Mateusz Guzik | -27/+41 |
| 2023-01-11 | Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper | nils | -4/+6 |
| 2023-01-11 | Rollup merge of #106570 - Xaeroxe:div-duration-tests, r=JohnTitor | nils | -0/+26 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2023-01-11 | Rollup merge of #106662 - Ezrashaw:specialize-bool-tostring, r=cuviper | Yuki Okushi | -0/+9 |
| 2023-01-11 | Rollup merge of #106635 - RalfJung:std-test-nits, r=thomcc | Yuki Okushi | -12/+12 |
| 2023-01-10 | add `SyncSender::send_timeout` test | Ibraheem Ahmed | -1/+18 |
| 2023-01-10 | fix `SyncSender` spinning behavior | Ibraheem Ahmed | -1/+1 |
| 2023-01-10 | mv binary_heap.rs binary_heap/mod.rs | Alan Egerton | -0/+0 |
| 2023-01-11 | use with_capacity in read read_to_string | yukang | -4/+2 |
| 2023-01-10 | impl: specialize impl of `ToString` on `bool` | Ezra Shaw | -0/+9 |
| 2023-01-10 | Rollup merge of #105034 - HintringerFabian:improve_iterator_flatten_doc, r=cu... | Yuki Okushi | -0/+12 |
| 2023-01-09 | std tests: use __OsLocalKeyInner from realstd | Ralf Jung | -7/+15 |
| 2023-01-09 | Add comment | Kai Luo | -1/+3 |
| 2023-01-09 | Move to intepret_cs_action | Kai Luo | -24/+17 |