| Age | Commit message (Expand) | Author | Lines |
| 2022-02-21 | Update compiler_builtins to fix duplicate symbols in `armv7-linux-androideabi... | Daniel Sommermann | -1/+1 |
| 2022-02-21 | Destabilise entry_insert | 5225225 | -2/+4 |
| 2022-02-12 | Fix hashing for windows paths containing a CurDir component | The 8472 | -9/+52 |
| 2022-02-11 | Take in account the unreachable! macro in the non_fmt_panic lint | Loïc BRANSTETT | -1/+2 |
| 2022-02-11 | Fix invalid special casing of the unreachable! macro | Loïc BRANSTETT | -0/+57 |
| 2022-02-09 | Rollup merge of #92611 - Amanieu:asm-reference, r=m-ou-se | Matthias Krüger | -0/+12 |
| 2022-01-20 | Fix compilation for a few tier 2 targets | Hans Kratz | -8/+5 |
| 2022-01-19 | Update std::fs::remove_dir_all documentation | Pietro Albini | -4/+8 |
| 2022-01-19 | Fix CVE-2022-21658 for WASI | Alex Crichton | -8/+63 |
| 2022-01-19 | Fix CVE-2022-21658 for UNIX-like | Hans Kratz | -13/+351 |
| 2022-01-19 | Fix CVE-2022-21658 for Windows | Chris Denton | -27/+419 |
| 2022-01-11 | add dummy feature gate to make racer compile | Pietro Albini | -0/+4 |
| 2022-01-07 | Rollup merge of #92632 - yoshuawuyts:stabilize-available-parallelism, r=josht... | Eric Huss | -3/+1 |
| 2022-01-07 | Rollup merge of #92600 - asquared31415:float-must-use, r=joshtriplett | Eric Huss | -0/+10 |
| 2022-01-07 | Rollup merge of #92568 - Mark-Simulacrum:non-exhaustive-variant-count, r=the8472 | Eric Huss | -0/+4 |
| 2022-01-07 | Implement `TryFrom<char>` for `u8` | Ian Douglas Scott | -0/+30 |
| 2022-01-07 | Stabilize `#[feature(available_parallelism)]` | Yoshua Wuyts | -3/+1 |
| 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-06 | add some missing must use to float ops | asquared31415 | -0/+10 |
| 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 | Add note about non_exhaustive to variant_count | Mark Rousskov | -0/+4 |
| 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 |