about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-04-26Rollup merge of #96149 - est31:remove_unused_macro_matchers, r=petrochenkovDylan DPC-37/+0
2022-04-26Rollup merge of #90312 - r00ster91:search, r=Dylan-DPCDylan DPC-11/+35
2022-04-25Auto merge of #95246 - ChrisDenton:command-args, r=joshtriplettbors-91/+212
2022-04-25Rollup merge of #96107 - Gumichocopengin8:test/vec-deque, r=Mark-SimulacrumMatthias Krüger-0/+294
2022-04-24Auto merge of #94609 - esp-rs:esp-idf-stat-type-fixes, r=Mark-Simulacrumbors-15/+30
2022-04-24test: add test cases for VecDequeKeita Nonaka-0/+294
2022-04-23Auto merge of #90602 - mbartlett21:const-intoiterator, r=oli-obkbors-1/+2
2022-04-23Auto merge of #95971 - workingjubilee:no-weird-fp-in-const, r=oli-obkbors-18/+298
2022-04-23Auto merge of #96314 - AronParker:issue-96297-fix, r=thomccbors-1/+7
2022-04-22Remove unnecessary const-time x87-related checksJubilee Young-32/+16
2022-04-22Fix comments for float classifyJubilee Young-5/+11
2022-04-23Auto merge of #94887 - dylni:move-normpath-crate-impl-to-libstd, r=ChrisDentonbors-57/+142
2022-04-22Remove redundant type annotationAron Parker-1/+1
2022-04-22Reduce allocations for path conversions on WindowsAron Parker-1/+7
2022-04-21Rollup merge of #96228 - mbartlett21:patch-4, r=thomccDylan DPC-4/+4
2022-04-21Rollup merge of #96193 - djkoloski:fuchsia_current_exe, r=tmandryDylan DPC-1/+21
2022-04-20Rollup merge of #96234 - goffrie:eloop, r=thomccDylan DPC-1/+2
2022-04-20Rollup merge of #96206 - m-ou-se:wasm-futex-locks, r=alexcrichtonDylan DPC-358/+24
2022-04-20Rollup merge of #96168 - chris-morgan:AddrParseError-description-improvements...Dylan DPC-11/+28
2022-04-20Rollup merge of #96167 - CAD97:weak-dlsym-less-ptr-crime, r=thomccDylan DPC-17/+15
2022-04-20Auto merge of #96135 - petrochenkov:doclink6, r=GuillaumeGomezbors-0/+4
2022-04-20Change file locations to be links to GitHubmbartlett21-4/+4
2022-04-20remove_dir_all_recursive: treat ELOOP the same as ENOTDIRGeoffry Song-1/+2
2022-04-20Fix locations for intrinsics implsmbartlett21-2/+2
2022-04-19Rollup merge of #96205 - m-ou-se:emscripten-futex-locks, r=thomccDylan DPC-22/+26
2022-04-19[fuchsia] Add implementation for `current_exe`David Koloski-1/+21
2022-04-19proc_macro: Add a workaround for rustdocVadim Petrochenkov-0/+4
2022-04-19espidf: fix statScott Mabin-15/+30
2022-04-19Rollup merge of #96089 - ojeda:no-vec-no_global_oom_handling, r=Mark-SimulacrumDylan DPC-2/+2
2022-04-19Use futex locks on emscripten.Mara Bos-0/+1
2022-04-19Use futex locks on wasm+atomics.Mara Bos-354/+6
2022-04-19Make std::sys::wasm::futex consistent with unix::futex.Mara Bos-4/+18
2022-04-19Make std::sys::unix::futex consistent on emscripten.Mara Bos-22/+25
2022-04-19Improve AddrParseError descriptionChris Morgan-11/+28
2022-04-18Auto merge of #92287 - JulianKnodt:slice_remainder, r=yaahcbors-0/+27
2022-04-18Remove unused macro rulesest31-37/+0
2022-04-18Rollup merge of #96156 - est31:use_from_le_bytes, r=Dylan-DPCDylan DPC-24/+2
2022-04-18Rollup merge of #96136 - thomcc:lifetime-wording, r=RalfJungDylan DPC-15/+15
2022-04-18Auto merge of #96042 - m-ou-se:one-reentrant-mutex, r=Amanieubors-541/+92
2022-04-18Remove forgotten reexport of ReentrantMutex in sys::unsupported.Mara Bos-1/+1
2022-04-17Replace sys/unix/weak AtomicUsize with AtomicPtrCAD97-17/+15
2022-04-17Auto merge of #93530 - anonion0:pthread_sigmask_fix, r=JohnTitorbors-4/+5
2022-04-17Replace u8to64_le macro with u64::from_le_bytesest31-24/+2
2022-04-17Auto merge of #96139 - erikdesjardins:revertinl2, r=Mark-Simulacrumbors-2/+2
2022-04-17Add slice::remainderkadmin-0/+27
2022-04-17move import to fix warning with emscripten targetRalf Sager-1/+2
2022-04-17Revert "Auto merge of #94373 - erikdesjardins:getitinl, r=Mark-Simulacrum"Erik Desjardins-2/+2
2022-04-17Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiaskobors-19/+24
2022-04-17Remove unnecessary functiondylni-20/+18
2022-04-17Improve Windows path prefix parsingdylni-37/+124