about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-04-09Auto merge of #109500 - petrochenkov:modchainld, r=oli-obkbors-0/+2
2023-04-09Use `Display` in top-level example for `PanicInfo`Lukas Markeffsky-6/+2
2023-04-09Fix typo in todo! macro docstringPatrik Kormosi-1/+1
2023-04-09Auto merge of #110101 - JohnTitor:rollup-ol20aw7, r=JohnTitorbors-0/+2
2023-04-09Rollup merge of #110060 - WaffleLapkin:sync_refs, r=jyn514Yuki Okushi-0/+2
2023-04-08Enforce that PointerLike requires a pointer-like ABIMichael Goulet-1/+1
2023-04-08Add 64-bit `time_t` support on 32-bit glibc Linux to `set_times`beetrees-2/+39
2023-04-08sync::mpsc: synchronize receiver disconnect with initializationPetros Angelatos-0/+12
2023-04-08std: Mark two reexports that should be inlined as `doc(inline)`Vadim Petrochenkov-0/+2
2023-04-08Auto merge of #110076 - Nilstrieb:rollup-22yp01c, r=Nilstriebbors-1/+1
2023-04-08Revert "Make the `Step` implementations const."Deadbeef-17/+7
2023-04-08Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c...Deadbeef-69/+9
2023-04-08Auto merge of #109995 - enkron:u/enkron/substitute-hardcoded-port-num-in-list...bors-1/+1
2023-04-07The `wrapping_neg` example for unsigned types shouldn't use `i8`Scott McMurray-5/+4
2023-04-08fix(tcp): remove redundant `format!` macro callSergei Belokon-1/+1
2023-04-07Fix wrong type in docs: i16 -> u16Jörn Bethune-1/+1
2023-04-07Document that `&T` and `&mut T` are `Sync` if `T` isMaybe Waffle-0/+2
2023-04-08Define UNWIND_DATA_REG for loongarch64zhaixiaojuan-0/+3
2023-04-07Don't claim LocalKey::with prevents a reference to be sent across threadsGiacomo Stevanato-2/+2
2023-04-07Avoid some manual slice length calculationScott McMurray-12/+4
2023-04-07Auto merge of #110019 - jplatte:jplatte/stabilize-is-some-and, r=Amanieubors-9/+3
2023-04-07Auto merge of #109990 - gwy15:remove-bufwriter-useless-mut-pointer, r=jyn514bors-1/+1
2023-04-07Inline try_from and try_intoTomasz Miąsko-0/+2
2023-04-07Rollup merge of #109960 - thomcc:symlink-junction-buffer-overrun, r=ChrisDentonMatthias Krüger-9/+25
2023-04-07Rollup merge of #109806 - Zoxc:gnu-tls, r=pnkfelixMatthias Krüger-1/+3
2023-04-06Stabilize is_some_andJonas Platte-9/+3
2023-04-06chore(tcp): change the hardcoded port number to `port` varSergei Belokon-1/+1
2023-04-06Remove an unnecessary `mut` in `BufWriter::into_parts`.管唯宇-1/+1
2023-04-05Derive String's PartialEq implementationKonrad Borowski-9/+1
2023-04-05Refactor core::char::EscapeDefault and co. structuresMichal Nazarewicz-206/+271
2023-04-05Fix buffer overrun in (test-only) symlink_junctionThom Chiovoloni-9/+25
2023-04-05Auto merge of #94786 - joshlf:patch-5, r=dtolnaybors-0/+7
2023-04-04Add links from `core::cmp` derives to their traitsclubby789-4/+7
2023-04-04library/unwind: Add definitions for loongarch64zhaixiaojuan-0/+3
2023-04-04library/std: Add support for loongarch64zhaixiaojuan-0/+3
2023-04-04Rollup merge of #109883 - skaunov:patch-1, r=thomccYuki Okushi-1/+1
2023-04-03avoid zero-copy ops for File->Pipe and File->Socket in io::copyThe 8472-16/+46
2023-04-03test that modifications to the source don't become visible after io::copyThe 8472-0/+42
2023-04-03Preserve potential mood for equal or NUL signfleetingbytes-5/+3
2023-04-03Remove redundant empty linefleetingbytes-1/+0
2023-04-03remove self-reference in var_os docfleetingbytes-1/+0
2023-04-03add situation where var_os returns Nonefleetingbytes-1/+7
2023-04-03Update env.rsfleetingbytes-10/+0
2023-04-03Auto merge of #109756 - cr1901:msp-shift, r=Mark-Simulacrumbors-1/+1
2023-04-03Auto merge of #108448 - ishitatsuyuki:binary-heap, r=Mark-Simulacrumbors-51/+19
2023-04-03Rollup merge of #109722 - hermitcore:read, r=Mark-SimulacrumMatthias Krüger-7/+24
2023-04-03Add links to <cell.rs>Sergey Kaunov-1/+1
2023-04-02Auto merge of #109852 - Nilstrieb:rollup-g3mgxxw, r=Nilstriebbors-3/+3
2023-04-02Rollup merge of #109840 - taiki-e:typo, r=ChrisDentonNilstrieb-1/+1
2023-04-02Rollup merge of #109839 - sartak:iter-grammar, r=scottmcmNilstrieb-2/+2