about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-08-22std: unix process_unsupported: Provide a wait status emulationIan Jackson-50/+120
2023-08-22Improve UdpSocket documentationPatiga-1/+20
2023-08-22Add support for ptr::write for the invalid_reference_casting lintUrgau-0/+3
2023-08-22std: enable feature(slice_ptr_len) on xousSean Cross-0/+1
2023-08-22std: xous: add support for locksSean Cross-1/+310
2023-08-22std: xous: add thread_local_keySean Cross-1/+190
2023-08-22std: xous: add thread supportSean Cross-1/+144
2023-08-22std: xous: add support for timeSean Cross-1/+57
2023-08-22std: xous: add output support for stdioSean Cross-1/+131
2023-08-22std: xous: add services supportSean Cross-0/+264
2023-08-22panic_abort: call __rust_abort on xousSean Cross-1/+2
2023-08-22std: xous: add alloc supportSean Cross-3/+64
2023-08-22std: process: skip tests on xousSean Cross-1/+1
2023-08-22std: fs: skip fs tests on xousSean Cross-1/+1
2023-08-22std: net: skip tests on xousSean Cross-2/+2
2023-08-22std: xous: the basics of `os`Sean Cross-1/+147
2023-08-22std: xous: add os-specific ffi callsSean Cross-0/+1122
2023-08-22Replace version placeholders with 1.73.0Mark Rousskov-29/+29
2023-08-22clarify what you cannot doRalf Jung-3/+3
2023-08-22typos and wordingRalf Jung-3/+3
2023-08-22libstd: add xous to libstdSean Cross-0/+49
2023-08-22Auto merge of #113365 - dima74:diralik/add-deprecated-suggestions, r=workingj...bors-4/+5
2023-08-21docs: add alias log1p to ln_1pMichael Howell-0/+2
2023-08-21docs: Add example, reference link for `type` keyword.Bruce Mitchener-1/+9
2023-08-21try to clarify wordingRalf Jung-9/+9
2023-08-21Add `suggestion` for some `#[deprecated]` itemsDmitry Murzin-4/+5
2023-08-20Add data race test to `std::env::{get, set}`ShE3py-0/+20
2023-08-20Rollup merge of #115000 - RalfJung:custom-mir-call, r=compiler-errors,JakobDegenMatthias Krüger-4/+5
2023-08-20Rollup merge of #114968 - ShE3py:unix-getsetenv-ub, r=thomccMatthias Krüger-27/+47
2023-08-20Auto merge of #113167 - ChAoSUnItY:redundant_explicit_link, r=GuillaumeGomezbors-4/+6
2023-08-20Rollup merge of #114983 - crlf0710:formatmsg, r=ChrisDentonMatthias Krüger-6/+2
2023-08-20Rollup merge of #114973 - shepmaster:std-provide-value, r=AmanieuMatthias Krüger-1/+1
2023-08-20Rollup merge of #114950 - xfix:inline-cstr-from-ptr, r=cuviperMatthias Krüger-1/+3
2023-08-20Rollup merge of #114605 - Easyoakland:hash-collection-doc, r=thomccMatthias Krüger-5/+8
2023-08-19custom_mir: change Call() terminator syntax to something more readableRalf Jung-4/+5
2023-08-19Correct and expand documentation of `handle_alloc_error` and `set_alloc_error...Kevin Reid-12/+39
2023-08-19Usage zero as language id for FormatMessageW()Charles Lew-6/+2
2023-08-19Rollup merge of #114977 - kpreid:modulo, r=thomccMatthias Krüger-0/+4
2023-08-19Rollup merge of #114971 - kpreid:trig, r=joshtriplettMatthias Krüger-0/+18
2023-08-18Add `modulo` and `mod` as doc aliases for `rem_euclid`.Kevin Reid-0/+4
2023-08-18Auto merge of #114591 - joboet:thread_parking_ordering_fix, r=thomccbors-11/+6
2023-08-18Expose core::error::request_value in stdJake Goulding-1/+1
2023-08-18Add doc aliases for trigonometry and other f32,f64 methods.Kevin Reid-0/+18
2023-08-18Go into more detail about panicking in drop.Kevin Reid-2/+8
2023-08-18Fix UB in `std::sys::os::getenv()`ShE3py-27/+47
2023-08-18QNX: pass a truncated thread name to the OSJorge Aparicio-0/+4
2023-08-18Remove Drop impl of mpsc Receiver and (Sync)SenderBen Schulz-15/+0
2023-08-18resolve conflictsKyle Lin-0/+1
2023-08-18relax redundancy constraintKyle Lin-4/+2
2023-08-18resolve conflictsKyle Lin-0/+1