| Age | Commit message (Expand) | Author | Lines |
| 2022-04-26 | Rollup merge of #96149 - est31:remove_unused_macro_matchers, r=petrochenkov | Dylan DPC | -37/+0 |
| 2022-04-26 | Rollup merge of #90312 - r00ster91:search, r=Dylan-DPC | Dylan DPC | -11/+35 |
| 2022-04-25 | Auto merge of #95246 - ChrisDenton:command-args, r=joshtriplett | bors | -91/+212 |
| 2022-04-25 | Rollup merge of #96107 - Gumichocopengin8:test/vec-deque, r=Mark-Simulacrum | Matthias Krüger | -0/+294 |
| 2022-04-24 | Auto merge of #94609 - esp-rs:esp-idf-stat-type-fixes, r=Mark-Simulacrum | bors | -15/+30 |
| 2022-04-24 | test: add test cases for VecDeque | Keita Nonaka | -0/+294 |
| 2022-04-23 | Auto merge of #90602 - mbartlett21:const-intoiterator, r=oli-obk | bors | -1/+2 |
| 2022-04-23 | Auto merge of #95971 - workingjubilee:no-weird-fp-in-const, r=oli-obk | bors | -18/+298 |
| 2022-04-23 | Auto merge of #96314 - AronParker:issue-96297-fix, r=thomcc | bors | -1/+7 |
| 2022-04-22 | Remove unnecessary const-time x87-related checks | Jubilee Young | -32/+16 |
| 2022-04-22 | Fix comments for float classify | Jubilee Young | -5/+11 |
| 2022-04-23 | Auto merge of #94887 - dylni:move-normpath-crate-impl-to-libstd, r=ChrisDenton | bors | -57/+142 |
| 2022-04-22 | Remove redundant type annotation | Aron Parker | -1/+1 |
| 2022-04-22 | Reduce allocations for path conversions on Windows | Aron Parker | -1/+7 |
| 2022-04-21 | Rollup merge of #96228 - mbartlett21:patch-4, r=thomcc | Dylan DPC | -4/+4 |
| 2022-04-21 | Rollup merge of #96193 - djkoloski:fuchsia_current_exe, r=tmandry | Dylan DPC | -1/+21 |
| 2022-04-20 | Rollup merge of #96234 - goffrie:eloop, r=thomcc | Dylan DPC | -1/+2 |
| 2022-04-20 | Rollup merge of #96206 - m-ou-se:wasm-futex-locks, r=alexcrichton | Dylan DPC | -358/+24 |
| 2022-04-20 | Rollup merge of #96168 - chris-morgan:AddrParseError-description-improvements... | Dylan DPC | -11/+28 |
| 2022-04-20 | Rollup merge of #96167 - CAD97:weak-dlsym-less-ptr-crime, r=thomcc | Dylan DPC | -17/+15 |
| 2022-04-20 | Auto merge of #96135 - petrochenkov:doclink6, r=GuillaumeGomez | bors | -0/+4 |
| 2022-04-20 | Change file locations to be links to GitHub | mbartlett21 | -4/+4 |
| 2022-04-20 | remove_dir_all_recursive: treat ELOOP the same as ENOTDIR | Geoffry Song | -1/+2 |
| 2022-04-20 | Fix locations for intrinsics impls | mbartlett21 | -2/+2 |
| 2022-04-19 | Rollup merge of #96205 - m-ou-se:emscripten-futex-locks, r=thomcc | Dylan DPC | -22/+26 |
| 2022-04-19 | [fuchsia] Add implementation for `current_exe` | David Koloski | -1/+21 |
| 2022-04-19 | proc_macro: Add a workaround for rustdoc | Vadim Petrochenkov | -0/+4 |
| 2022-04-19 | espidf: fix stat | Scott Mabin | -15/+30 |
| 2022-04-19 | Rollup merge of #96089 - ojeda:no-vec-no_global_oom_handling, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2022-04-19 | Use futex locks on emscripten. | Mara Bos | -0/+1 |
| 2022-04-19 | Use futex locks on wasm+atomics. | Mara Bos | -354/+6 |
| 2022-04-19 | Make std::sys::wasm::futex consistent with unix::futex. | Mara Bos | -4/+18 |
| 2022-04-19 | Make std::sys::unix::futex consistent on emscripten. | Mara Bos | -22/+25 |
| 2022-04-19 | Improve AddrParseError description | Chris Morgan | -11/+28 |
| 2022-04-18 | Auto merge of #92287 - JulianKnodt:slice_remainder, r=yaahc | bors | -0/+27 |
| 2022-04-18 | Remove unused macro rules | est31 | -37/+0 |
| 2022-04-18 | Rollup merge of #96156 - est31:use_from_le_bytes, r=Dylan-DPC | Dylan DPC | -24/+2 |
| 2022-04-18 | Rollup merge of #96136 - thomcc:lifetime-wording, r=RalfJung | Dylan DPC | -15/+15 |
| 2022-04-18 | Auto merge of #96042 - m-ou-se:one-reentrant-mutex, r=Amanieu | bors | -541/+92 |
| 2022-04-18 | Remove forgotten reexport of ReentrantMutex in sys::unsupported. | Mara Bos | -1/+1 |
| 2022-04-17 | Replace sys/unix/weak AtomicUsize with AtomicPtr | CAD97 | -17/+15 |
| 2022-04-17 | Auto merge of #93530 - anonion0:pthread_sigmask_fix, r=JohnTitor | bors | -4/+5 |
| 2022-04-17 | Replace u8to64_le macro with u64::from_le_bytes | est31 | -24/+2 |
| 2022-04-17 | Auto merge of #96139 - erikdesjardins:revertinl2, r=Mark-Simulacrum | bors | -2/+2 |
| 2022-04-17 | Add slice::remainder | kadmin | -0/+27 |
| 2022-04-17 | move import to fix warning with emscripten target | Ralf Sager | -1/+2 |
| 2022-04-17 | Revert "Auto merge of #94373 - erikdesjardins:getitinl, r=Mark-Simulacrum" | Erik Desjardins | -2/+2 |
| 2022-04-17 | Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiasko | bors | -19/+24 |
| 2022-04-17 | Remove unnecessary function | dylni | -20/+18 |
| 2022-04-17 | Improve Windows path prefix parsing | dylni | -37/+124 |