about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-07-26Optimize `AtomicBool` for target that don't support byte-sized atomicsAmanieu d'Antras-8/+54
2023-07-25Allow using external builds of the compiler-rt profile libJosh Stone-0/+6
2023-07-25Add note that Vec::as_mut_ptr() does not materialize a reference to the inter...Manish Goregaokar-0/+35
2023-07-25`impl TryFrom<char> for u16`Lukas Markeffsky-2/+36
2023-07-25Rollup merge of #114043 - cathaysia:doc_lazy_lock, r=thomccMatthias Krüger-0/+20
2023-07-25Auto merge of #112646 - vn971:document-thread-names-for-sgx-target, r=m-ou-sebors-1/+9
2023-07-25Auto merge of #114020 - steffahn:hide-specialized-ToString-impls, r=thomccbors-2/+15
2023-07-25docs(LazyLock): add example pass local LazyLock variable to structDragonBillow-0/+20
2023-07-25Auto merge of #113411 - unikraft:unikraft, r=wesleywiserbors-1/+13
2023-07-25core library: Disable fpmath tests for i386 ...liushuyu-1/+1
2023-07-24Implement `From<[T; N]>` for `Rc<[T]>` and `Arc<[T]>`Nikolai Vazquez-0/+42
2023-07-24Auto merge of #111362 - mj10021:issue-74838-update, r=cuviperbors-22/+3
2023-07-24remove additional [allow(unused_unsafe)]James Dietz-18/+3
2023-07-24Auto merge of #113687 - saethlin:inline-assertion-helpers, r=cuviperbors-0/+3
2023-07-24delete [allow(...)] from issue #74838James Dietz-4/+0
2023-07-24`unix::init`: Don't use `signal` on Unikraft.Martin Kröning-1/+8
2023-07-24`unix::init`: Handle `ENOSYS` from `poll` on Unikraft.Martin Kröning-0/+5
2023-07-24Hide `ToString` implementations that specialize the default onesFrank Steffahn-2/+15
2023-07-23Auto merge of #113975 - matthiaskrgr:clippy_07_2023, r=fee1-deadbors-2/+1
2023-07-23fixDeadbeef-0/+1
2023-07-23fix couple of clippy findings:Matthias Krüger-2/+1
2023-07-23match on chars instead of &strs for .split() or .strip_prefix()Matthias Krüger-1/+1
2023-07-22Add #[inline] to core debug assertion helpersBen Kimock-0/+3
2023-07-22Auto merge of #113746 - clarfonthey:ip_bits, r=thomccbors-52/+119
2023-07-22Auto merge of #113954 - matthiaskrgr:rollup-e2r9suz, r=matthiaskrgrbors-25/+177
2023-07-22Rollup merge of #113934 - ajtribick:string-pop-remove-multibyte, r=thomccMatthias Krüger-8/+8
2023-07-22Rollup merge of #113898 - ajtribick:encode_utf16_size_hint, r=cuviperMatthias Krüger-5/+38
2023-07-22Rollup merge of #113876 - darklyspaced:master, r=cuviperMatthias Krüger-1/+30
2023-07-22Rollup merge of #113442 - epage:osstring, r=cuviperMatthias Krüger-0/+100
2023-07-22Rollup merge of #113252 - tgross35:const-cstr-from-ptr-tracking-issue, r=Chri...Matthias Krüger-1/+1
2023-07-22Rollup merge of #112490 - Alexendoo:c-char-cfg-all, r=cuviperMatthias Krüger-10/+0
2023-07-22Auto merge of #113224 - zachs18:vec_extend_remove_allocator_lifetime, r=cuviperbors-3/+3
2023-07-22Auto merge of #113033 - JohnTitor:stabilize-unix-chown, r=cuviperbors-6/+3
2023-07-21Auto merge of #112699 - bluebear94:mf/more-is-sorted-tests, r=cuviperbors-1/+58
2023-07-21Clarify logic on bytes:code units ratioAndrew Tribick-2/+4
2023-07-21Demonstrate multibyte character removal in String::pop and String::remove doc...Andrew Tribick-8/+8
2023-07-21Bump compiler_builtins to 0.1.98Nicholas Bishop-1/+1
2023-07-21Auto merge of #113911 - matthiaskrgr:rollup-wk6cr7v, r=matthiaskrgrbors-32/+61
2023-07-21Rollup merge of #113907 - ChrisDenton:tls, r=thomccMatthias Krüger-28/+49
2023-07-21Rollup merge of #113810 - glandium:allocator-fn, r=AmanieuMatthias Krüger-4/+12
2023-07-21Auto merge of #113106 - marcospb19:improve-path-with-extension-function, r=th...bors-8/+66
2023-07-21Auto merge of #105571 - kadiwa4:remove_atomic_init_consts, r=Amanieubors-51/+36
2023-07-20Minor improvements to Windows TLS dtorsChris Denton-28/+49
2023-07-20Fix size_hint for EncodeUtf16Andrew Tribick-5/+36
2023-07-20Get `!nonnull` metadata consistently in slice iterators, without needing `ass...Scott McMurray-79/+116
2023-07-20Auto merge of #113861 - ibraheemdev:mpsc-tls-bug, r=Mark-Simulacrumbors-20/+26
2023-07-20added a problematic exampledarklyspaced-3/+25
2023-07-20Rollup merge of #113787 - sanchopanca:process-command-windows-docs, r=ChrisDe...Matthias Krüger-0/+8
2023-07-20fix docs & example for FileExt::write_atdarklyspaced-1/+8
2023-07-19avoid tls access while iterating through mpsc thread entriesIbraheem Ahmed-20/+26