| Age | Commit message (Expand) | Author | Lines |
| 2022-01-06 | Rollup merge of #92620 - steffahn:remove_unused_ExtendDefault_struct, r=Mark-... | Matthias Krüger | -10/+0 |
| 2022-01-06 | remove unused ExtendDefault struct | Frank Steffahn | -10/+0 |
| 2022-01-06 | Rollup merge of #92288 - yescallop:patch-1, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2022-01-05 | Auto merge of #92587 - matthiaskrgr:rollup-qnwa8qx, r=matthiaskrgr | bors | -26/+37 |
| 2022-01-05 | Rollup merge of #92574 - luojia65:riscv-kernel-dev-rust, r=Amanieu | Matthias Krüger | -5/+16 |
| 2022-01-05 | Rollup merge of #92483 - ksqsf:master, r=dtolnay | Matthias Krüger | -8/+8 |
| 2022-01-05 | Rollup merge of #92388 - SpriteOvO:master, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-01-05 | Rollup merge of #92092 - saethlin:fix-sort-guards-sb, r=danielhenrymantilla | Matthias Krüger | -12/+12 |
| 2022-01-05 | Rollup merge of #92517 - ChrisDenton:explicit-path, r=dtolnay | Matthias Krüger | -33/+37 |
| 2022-01-05 | Rollup merge of #92322 - alper:add_debug_trait_documentation, r=dtolnay | Matthias Krüger | -2/+21 |
| 2022-01-05 | Add is_riscv_feature_detected!; modify impl of hint::spin_loop | luojia65 | -5/+16 |
| 2022-01-04 | Auto merge of #92560 - matthiaskrgr:rollup-jeli7ip, r=matthiaskrgr | bors | -89/+124 |
| 2022-01-04 | Touch up Debug example from PR 92322 | David Tolnay | -3/+7 |
| 2022-01-04 | Rollup merge of #92530 - dtolnay:contains, r=yaahc | Matthias Krüger | -88/+92 |
| 2022-01-04 | Rollup merge of #91587 - nrc:dispatchfromdyn-docs, r=yaahc | Matthias Krüger | -1/+32 |
| 2022-01-04 | Rollup merge of #92525 - zohnannor:patch-1, r=camelid | Matthias Krüger | -1/+2 |
| 2022-01-04 | Rollup merge of #92456 - danielhenrymantilla:patch-1, r=petrochenkov | Matthias Krüger | -22/+25 |
| 2022-01-04 | Rollup merge of #91884 - woppopo:const_box, r=oli-obk | Matthias Krüger | -32/+225 |
| 2022-01-04 | Rollup merge of #91754 - Patrick-Poitras:rm-4byte-minimum-stdio-windows, r=Ma... | Matthias Krüger | -18/+54 |
| 2022-01-04 | Stabilize `result_cloned` and `result_copied` | ksqsf | -8/+8 |
| 2022-01-03 | Make the documentation of builtin macro attributes accessible | Daniel Henry-Mantilla | -22/+25 |
| 2022-01-03 | Move `contains` method of Option and Result lower in docs | David Tolnay | -88/+92 |
| 2022-01-03 | Make `Receiver::into_iter` into a clickable link | zohnannor | -1/+2 |
| 2022-01-04 | Fix a compile error when no_global_oom_handling | woppopo | -1/+1 |
| 2022-01-04 | Add tracking issues (`const_box`, `const_alloc_error`) | woppopo | -25/+26 |
| 2022-01-03 | Rollup merge of #92444 - dtolnay:coremethods, r=joshtriplett | Matthias Krüger | -428/+449 |
| 2022-01-03 | Rollup merge of #92409 - bjorn3:libtest_cleanups, r=m-ou-se | Matthias Krüger | -21/+5 |
| 2022-01-03 | Explicitly pass `PATH` to the Windows exe resolver | Chris Denton | -33/+37 |
| 2022-01-02 | Auto merge of #91961 - kornelski:track_split_caller, r=joshtriplett | bors | -0/+5 |
| 2022-01-02 | Auto merge of #92482 - matthiaskrgr:rollup-uso1zi0, r=matthiaskrgr | bors | -104/+107 |
| 2022-01-01 | Rollup merge of #92463 - thomcc:thats-not-how-its-pronounced, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2022-01-01 | Rollup merge of #91593 - upsuper-forks:hashmap-set-methods-bound, r=dtolnay | Matthias Krüger | -99/+99 |
| 2022-01-01 | Rollup merge of #84083 - ltratt:threadid_doc_tweak, r=dtolnay | Matthias Krüger | -4/+7 |
| 2022-01-01 | Auto merge of #92396 - xfix:remove-commandenv-apply, r=Mark-Simulacrum | bors | -16/+0 |
| 2022-01-01 | Rollup merge of #92469 - joshtriplett:test-number-fix, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2022-01-01 | Rollup merge of #92097 - saethlin:split-without-deref, r=the8472 | Matthias Krüger | -2/+7 |
| 2021-12-31 | Make tidy check for magic numbers that spell things | Josh Triplett | -4/+4 |
| 2021-12-31 | Clarify safety comment | Ben Kimock | -0/+2 |
| 2021-12-31 | Rollup merge of #92338 - Xuanwo:try_reserve, r=dtolnay | Matthias Krüger | -0/+138 |
| 2021-12-31 | Remove pronunciation guide from Vec<T> | Thom Chiovoloni | -1/+1 |
| 2021-12-30 | Remove needless allocation from example code of OsString | David Tolnay | -4/+4 |
| 2021-12-30 | Fix some copy/paste hysteresis in OsString try_reserve docs | David Tolnay | -4/+4 |
| 2021-12-30 | Consolidate impl Option<&mut T> | David Tolnay | -4/+5 |
| 2021-12-30 | Consolidate impl Option<&T> | David Tolnay | -28/+29 |
| 2021-12-30 | Move Option::as_deref_mut | David Tolnay | -28/+26 |
| 2021-12-30 | Move Option::as_deref | David Tolnay | -28/+26 |
| 2021-12-30 | Move Option::unwrap_or_default | David Tolnay | -41/+39 |
| 2021-12-30 | Consolidate impl Result<&mut T, E> | David Tolnay | -5/+9 |
| 2021-12-30 | Consolidate impl Result<&T, E> | David Tolnay | -22/+26 |
| 2021-12-30 | Move Result::into_err | David Tolnay | -36/+37 |