about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2022-04-26Better error messages when collecting into `[T; n]`Michael Goulet-19/+13
2022-04-26Rollup merge of #95949 - SoniEx2:patch-5, r=m-ou-seGuillaume Gomez-0/+7
2022-04-26Rollup merge of #96149 - est31:remove_unused_macro_matchers, r=petrochenkovDylan DPC-36/+0
2022-04-26Rollup merge of #90312 - r00ster91:search, r=Dylan-DPCDylan DPC-3/+15
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-22Remove unnecessary const-time x87-related checksJubilee Young-32/+16
2022-04-22Fix comments for float classifyJubilee Young-5/+11
2022-04-20Change file locations to be links to GitHubmbartlett21-4/+4
2022-04-20Fix locations for intrinsics implsmbartlett21-2/+2
2022-04-18Auto merge of #92287 - JulianKnodt:slice_remainder, r=yaahcbors-0/+27
2022-04-18Remove unused macro rulesest31-36/+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-17Replace u8to64_le macro with u64::from_le_bytesest31-24/+2
2022-04-17Add slice::remainderkadmin-0/+27
2022-04-17Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiaskobors-19/+24
2022-04-16Reword clarification on lifetime for ptr->ref safety docsThom Chiovoloni-15/+15
2022-04-16No need to check the assert all the time.Giles Cope-1/+1
2022-04-16Rollup merge of #96081 - eduardosm:masks_usize_size_agnostic, r=yaahcDylan DPC-13/+29
2022-04-16Rollup merge of #96038 - beyarkay:patch-1, r=m-ou-seDylan DPC-0/+4
2022-04-15MaybeUninit array cleanupltdk-8/+14
2022-04-15Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelixDylan DPC-0/+10
2022-04-15Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwcoDylan DPC-1/+18
2022-04-15Make some `usize`-typed masks definition agnostic to the size of `usize`Eduardo Sánchez Muñoz-13/+29
2022-04-14library: Use type aliases to make `CStr(ing)` in libcore/liballoc unstableVadim Petrochenkov-3/+3
2022-04-14library: Move `CStr` to libcore, and `CString` to liballocVadim Petrochenkov-1/+576
2022-04-14Implement `core::ptr::Unique` on top of `NonNull`Eduardo Sánchez Muñoz-19/+24
2022-04-14Remove trailing whitespaceBoyd Kane-1/+1
2022-04-14docs: add link from zip to unzipBoyd Kane-0/+4
2022-04-13Rollup merge of #96006 - hkBst:patch-2, r=Dylan-DPCDylan DPC-1/+1
2022-04-13Add a missing articleMarijn Schouten-1/+1
2022-04-13Add missing article to fix "few" to "a few".Marijn Schouten-1/+1
2022-04-13Rollup merge of #95984 - wcampbell0x2a:fix-spelling, r=thomccDylan DPC-1/+1
2022-04-12Rollup merge of #95914 - c410-f3r:meta-vars, r=petrochenkovDylan DPC-67/+74
2022-04-12Implement tuples using recursionCaio-67/+74
2022-04-12Fix spelling in docs for can_not_overflowwcampbell-1/+1
2022-04-12Ban subnormals and NaNs in const {from,to}_bitsJubilee Young-8/+211
2022-04-12Rectify float classification impls for weird FPUsJubilee Young-16/+103
2022-04-12Auto merge of #95399 - gilescope:plan_b, r=scottmcmbors-38/+136
2022-04-12Auto merge of #93408 - liangyongrui:master, r=scottmcmbors-6/+6
2022-04-11Implement Default for AssertUnwindSafeSoni L-0/+7
2022-04-11Rollup merge of #95895 - CAD97:patch-2, r=Dylan-DPCDylan DPC-5/+1
2022-04-11Rollup merge of #95894 - nyanpasu64:fix-pin-docs, r=Dylan-DPCDylan DPC-1/+1
2022-04-11Rollup merge of #95743 - yaahc:binary-search-clarification, r=Mark-SimulacrumMatthias Krüger-2/+14
2022-04-11better def of is signed in tests.Giles Cope-8/+2
2022-04-11fix Layout struct member naming styleliangyongrui-6/+6
2022-04-10Clarify str::from_utf8_unchecked's invariantsChristopher Durham-5/+1
2022-04-10Fix formatting error in pin.rs docsnyanpasu64-1/+1
2022-04-10Rollup merge of #95566 - eduardosm:std_char_consts_and_methods, r=Mark-Simula...Dylan DPC-203/+54