| Age | Commit message (Expand) | Author | Lines |
| 2024-10-04 | Rollup merge of #131267 - okaneco:bufread_skip_until, r=tgross35 | Jubilee | -3/+1 |
| 2024-10-04 | Rollup merge of #131105 - slanterns:literal_c_str, r=petrochenkov | Jubilee | -1/+1 |
| 2024-10-04 | Rollup merge of #130403 - eduardosm:stabilize-const_slice_from_raw_parts_mut,... | Jubilee | -5/+7 |
| 2024-10-04 | Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees, r=tgro... | Jubilee | -14/+21 |
| 2024-10-04 | Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnay | Jubilee | -15/+7 |
| 2024-10-04 | Stabilize `BufRead::skip_until` | okaneco | -3/+1 |
| 2024-10-04 | Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJung | bors | -31/+28 |
| 2024-10-03 | Rollup merge of #131197 - EFanZh:avoid-emptyness-check-in-peekmut-pop, r=Amanieu | Matthias Krüger | -1/+4 |
| 2024-10-03 | Avoid emptiness check in `PeekMut::pop` | EFanZh | -1/+4 |
| 2024-10-03 | Rollup merge of #131163 - JakenHerman:master, r=Nadrieril | Matthias Krüger | -0/+1 |
| 2024-10-03 | Auto merge of #128711 - clarfonthey:default-iters-hash, r=dtolnay | bors | -0/+80 |
| 2024-10-02 | Add `get_line` confusable to `Stdin::read_line()` | Jaken Herman | -0/+1 |
| 2024-10-02 | impl Default for Hash{Map,Set} iterators that don't already have it | ltdk | -0/+80 |
| 2024-10-03 | Auto merge of #127912 - joboet:tls_dtor_thread_current, r=cuviper | bors | -132/+529 |
| 2024-10-03 | Auto merge of #131148 - Urgau:hashbrown-0.15, r=Amanieu | bors | -117/+58 |
| 2024-10-02 | library: Stabilize `const_slice_first_last` | Jubilee Young | -4/+8 |
| 2024-10-02 | library: Stabilize `const_unsafecell_get_mut` | Jubilee Young | -2/+2 |
| 2024-10-02 | library: Stabilize `const_ptr_as_ref` | Jubilee Young | -3/+2 |
| 2024-10-02 | library: Stabilize `const_str_as_mut` | Jubilee Young | -3/+5 |
| 2024-10-02 | library: Stabilize `const_str_from_utf8_unchecked_mut` | Jubilee Young | -2/+4 |
| 2024-10-02 | std: make `thread::current` available in all `thread_local!` destructors | joboet | -132/+529 |
| 2024-10-02 | Rollup merge of #131141 - RalfJung:mpmc-test, r=Amanieu | Matthias Krüger | -22/+24 |
| 2024-10-02 | Update hashbrown to 0.15 and adjust some methods | Urgau | -117/+58 |
| 2024-10-02 | mpmc doctest: make sure main thread waits for child threads | Ralf Jung | -22/+24 |
| 2024-10-02 | Auto merge of #130829 - Urgau:option_array_transpose, r=ibraheemdev | bors | -0/+24 |
| 2024-10-01 | Auto merge of #128204 - GuillaumeGomez:integers-opti, r=workingjubilee | bors | -81/+131 |
| 2024-10-01 | Stabilize `const_slice_from_raw_parts_mut` | Eduardo Sánchez Muñoz | -5/+7 |
| 2024-10-01 | Auto merge of #131111 - matthiaskrgr:rollup-n6do187, r=matthiaskrgr | bors | -46/+55 |
| 2024-10-01 | Rollup merge of #130773 - bjoernager:master, r=thomcc | Matthias Krüger | -2/+1 |
| 2024-10-01 | Rollup merge of #130229 - RalfJung:ptr-offset-unsigned, r=scottmcm | Matthias Krüger | -44/+54 |
| 2024-10-02 | update `Literal`'s intro | Slanterns | -1/+1 |
| 2024-10-01 | Auto merge of #131098 - GuillaumeGomez:rollup-kk74was, r=GuillaumeGomez | bors | -1/+1 |
| 2024-10-01 | Rollup merge of #131085 - RalfJung:miri-slow-test, r=tgross35 | Guillaume Gomez | -1/+1 |
| 2024-10-01 | Auto merge of #126839 - obeis:mpmc, r=Amanieu | bors | -49/+1732 |
| 2024-10-01 | Remove the need to provide the maximum number of digits to `impl_Display` macro | Guillaume Gomez | -23/+24 |
| 2024-10-01 | Simplify `impl_Display` macro | Guillaume Gomez | -87/+90 |
| 2024-10-01 | Small optimization for integers Display implementation | Guillaume Gomez | -46/+92 |
| 2024-10-01 | make test_lots_of_insertions test take less long in Miri | Ralf Jung | -1/+1 |
| 2024-09-30 | Enable `f16` tests on non-GNU Windows | Trevor Gross | -3/+3 |
| 2024-09-30 | Rollup merge of #130966 - RalfJung:ptr-metadata-const-stable, r=scottmcm | Trevor Gross | -29/+7 |
| 2024-09-30 | Rollup merge of #130961 - tgross35:f16-x86-apple, r=thomcc | Trevor Gross | -3/+0 |
| 2024-09-30 | Rollup merge of #130914 - compiler-errors:insignificant-dtor, r=Amanieu | Trevor Gross | -0/+4 |
| 2024-09-30 | Rollup merge of #129638 - nickrum:wasip2-net, r=alexcrichton | Trevor Gross | -47/+506 |
| 2024-09-30 | Add multi-producer, multi-consumer channel (mpmc) | Obei Sideg | -49/+1732 |
| 2024-09-29 | Rollup merge of #130972 - RalfJung:const_cell_into_inner, r=dtolnay | Matthias Krüger | -51/+11 |
| 2024-09-29 | Rollup merge of #129003 - Voultapher:improve-ord-docs, r=workingjubilee | Matthias Krüger | -99/+257 |
| 2024-09-29 | Rollup merge of #123932 - adamse:global-alloc-safety-preconds-positive, r=tgr... | Matthias Krüger | -15/+17 |
| 2024-09-29 | Rollup merge of #130931 - GuillaumeGomez:standalone-crate, r=notriddle | Matthias Krüger | -1/+1 |
| 2024-09-29 | Rename doctest attribute `standalone-crate` into `standalone_crate` for coher... | Guillaume Gomez | -1/+1 |
| 2024-09-29 | Rollup merge of #130743 - YohDeadfall:net-nonblocking-doc, r=Mark-Simulacrum | Guillaume Gomez | -2/+2 |