about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-12-11Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwcobors-1/+17
2023-12-11Auto merge of #118823 - GuillaumeGomez:rollup-6v51gxv, r=GuillaumeGomezbors-1/+1
2023-12-11Rollup merge of #118807 - SUPERCILEX:allo, r=the8472Guillaume Gomez-1/+1
2023-12-11Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler...bors-0/+12
2023-12-11Auto merge of #118032 - RalfJung:char-u32, r=Mark-Simulacrumbors-4/+5
2023-12-11Improve `print_tts` by changing `tokenstream::Spacing`.Nicholas Nethercote-14/+12
2023-12-10Remove an allocation in min_stackAlex Saveau-1/+1
2023-12-10Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkovbors-131/+29
2023-12-10Restore `const PartialEq`Deadbeef-0/+12
2023-12-10Auto merge of #118792 - naglis:fix-mutex-doc-typo, r=workingjubileebors-1/+1
2023-12-10Auto merge of #116949 - hamza1311:stablize-arc_unwrap_or_clone, r=dtolnaybors-4/+2
2023-12-10remove redundant importssurechen-131/+29
2023-12-10Fix typo in `std::sync::Mutex` examplenaglis-1/+1
2023-12-09Auto merge of #117873 - quininer:android-emutls, r=Amanieubors-1/+7
2023-12-09Auto merge of #114136 - TennyZhuang:linked-list-retain, r=thomccbors-0/+93
2023-12-08Implement `async gen` blocksMichael Goulet-0/+25
2023-12-08Rollup merge of #118581 - ianrrees:add-drop-note-to-once_lock, r=workingjubileeMatthias Krüger-14/+25
2023-12-08Rollup merge of #118505 - CLEckhardt:update_ip_addr_bits_docs, r=cuviperMatthias Krüger-4/+48
2023-12-08OnceLock: Rework example, statics aren't droppedIan Rees-14/+25
2023-12-07Elaborate on ip_addr bit conversion endiannessChris Eckhardt-4/+48
2023-12-07Auto merge of #116565 - Sword-Destiny:master, r=Amanieubors-6/+1180
2023-12-07add teeos std impl袁浩-6/+1180
2023-12-07Auto merge of #117960 - zhiqiangxu:dry, r=workingjubileebors-5/+3
2023-12-06Rollup merge of #118669 - klensy:comment-fix, r=workingjubileeMatthias Krüger-1/+1
2023-12-06Rollup merge of #117563 - 0xalpharush:docs/into-raw, r=workingjubileeMatthias Krüger-3/+11
2023-12-07Add emulated TLS supportquininer-1/+7
2023-12-06library: fix comment about const assert in win apiklensy-1/+1
2023-12-06Auto merge of #118460 - the8472:fix-vec-realloc, r=saethlinbors-7/+35
2023-12-06Adjust tests for newly added ambiguous_wide_pointer_comparisons lintUrgau-1/+1
2023-12-06Allow ambiguous_wide_pointer_comparisons lint for std methodsUrgau-0/+14
2023-12-06Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errorsbors-14/+20
2023-12-06Auto merge of #117072 - betrusted-io:unwinding-crate-support, r=cuviperbors-7/+150
2023-12-06std: xous: take eh_frame address from main argsSean Cross-1/+28
2023-12-06Don't repeat yourselfzhiqiangxu-5/+3
2023-12-06Auto merge of #118547 - alexcrichton:invert-common-net-inclusion, r=workingju...bors-8/+8
2023-12-05Auto merge of #118273 - AngelicosPhosphoros:dedup_2_loops_version_77772_2, r=...bors-30/+151
2023-12-05Split `Vec::dedup_by` into 2 cyclesAngelicosPhosphoros-14/+48
2023-12-05Rollup merge of #118450 - marcin-serwin:master, r=workingjubileeMichael Goulet-4/+4
2023-12-05Rollup merge of #118350 - DaniPopes:tuple-default, r=workingjubileeMichael Goulet-9/+6
2023-12-05Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errorsMichael Goulet-0/+9
2023-12-05Rollup merge of #117793 - wdunicornpro:patch-1, r=workingjubileeMichael Goulet-1/+1
2023-12-05Stabilize `type_name_of_val`Trevor Gross-21/+18
2023-12-05Fix in-place collect not reallocating when necessaryThe 8472-7/+35
2023-12-05Auto merge of #118362 - RalfJung:panic_nounwind, r=thomccbors-3/+6
2023-12-04Rollup merge of #118591 - RalfJung:portable-simd-build-fix, r=workingjubilee,...Guillaume Gomez-1/+1
2023-12-04portable-simd: add missing feature gateRalf Jung-1/+1
2023-12-04Improve example in `slice::windows()` docGurinder Singh-5/+5
2023-12-04Auto merge of #116915 - bend-n:unwet, r=saethlinbors-1/+4
2023-12-04use `assume(idx < self.len())` in `[T]::get_unchecked`bendn-1/+4
2023-12-03move calling miri_promise_symbolic_alignment to a shared helperRalf Jung-65/+38