summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2025-06-23Update version placeholdersJosh Stone-16/+16
2025-06-22Rollup merge of #142594 - mejrs:new_desugaring, r=chenyukangGuillaume Gomez-7/+12
2025-06-22Implement DesugaringKind::FormatLiteralmejrs-7/+12
2025-06-22Rollup merge of #142800 - tshepang:extraneous, r=Mark-SimulacrumJacob Pratt-455/+0
2025-06-21Rollup merge of #142788 - lolbinarycat:core-AsciiChar-alias, r=tgross35Matthias Krüger-0/+1
2025-06-21Rollup merge of #142787 - samueltardieu:diag-items-for-clippy, r=Manishearth,...Matthias Krüger-0/+5
2025-06-20Rollup merge of #142756 - Daniel-Aaron-Bloom:const-clone, r=oli-obkTrevor Gross-2/+8
2025-06-20Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkovTrevor Gross-1/+0
2025-06-20Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35bors-0/+160
2025-06-20integer docs: remove extraneous textTshepang Mbambo-455/+0
2025-06-20Rollup merge of #142331 - deven:trim_prefix_suffix, r=AmanieuTrevor Gross-0/+160
2025-06-20add doc(alias("AsciiChar")) to core::ascii::Charbinarycat-0/+1
2025-06-20Add diagnostic items for ClippySamuel Tardieu-0/+5
2025-06-20Convert `ilog(10)` to `ilog10()`Chai T. Rex-4/+4
2025-06-20Auto merge of #142294 - GuillaumeGomez:specialize-tostring-on-128-integers, r...bors-94/+105
2025-06-19Make `Clone` a `const_trait`Daniel Bloom-2/+8
2025-06-19Auto merge of #140748 - m-ou-se:super-format-args3, r=jdonszelmannbors-36/+2
2025-06-18Auto merge of #142689 - Urgau:rollup-4ho6835, r=Urgaubors-92/+210
2025-06-18Rollup merge of #138237 - reitermarkus:remove-escape-debug-inner, r=tgross35Urgau-92/+210
2025-06-18Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc...Jakub Beránek-1/+0
2025-06-18Allow storing `format_args!()` in `let`.Mara Bos-36/+2
2025-06-18Auto merge of #130887 - Soveu:repeatn, r=scottmcmbors-118/+43
2025-06-17Rollup merge of #142620 - a1phyr:borrowed_buf_remove_branch, r=jhprattJacob Pratt-3/+3
2025-06-17Rollup merge of #141574 - fee1-dead-contrib:push-owzulzmzszzx, r=jhprattJacob Pratt-0/+7
2025-06-17Auto merge of #142613 - workingjubilee:rollup-yuod2hg, r=workingjubileebors-47/+46
2025-06-17Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obkbors-194/+244
2025-06-17Remove a panicking branch in `BorrowedCursor::advance`Benoît du Garreau-3/+3
2025-06-17Rollup merge of #142216 - nealsid:refcell-logging, r=tgross35Jubilee-36/+30
2025-06-17Rollup merge of #141946 - xizheyin:141933, r=jhprattJubilee-11/+16
2025-06-16lint: don't consider sizedness in upcastable lintDavid Wood-1/+0
2025-06-16library/compiler: add `PointeeSized` boundsDavid Wood-193/+207
2025-06-16Rename BorrowFlag type to BorrowCounterNeal-12/+12
2025-06-16Two changes: Have BorrowError & BorrowMutError derive Debug and addNeal-24/+18
2025-06-16trait_sel: `{Meta,Pointee}Sized` on `Sized` typesDavid Wood-1/+38
2025-06-16Rollup merge of #142373 - m-ou-se:debug-for-location, r=tgross35Jakub Beránek-1/+12
2025-06-16Specialize `ToString` implementation on `u128` and `i128`Guillaume Gomez-15/+13
2025-06-16Implement `_fmt` on `u128`Guillaume Gomez-94/+107
2025-06-15Get rid of `EscapeDebugInner`.Markus Reiter-92/+210
2025-06-14Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errorsMatthias Krüger-2/+26
2025-06-14Marks ADT live if it appears in patternMu001999-1/+0
2025-06-13Rollup merge of #142439 - scrabsha:rust/sasha/uwkqrkztvqry, r=RalfJungJubilee-0/+4
2025-06-13100% safe implementation of RepeatNSoveu-118/+43
2025-06-13doc: mention that intrinsics should not be called in user codeSasha Pourcelot-0/+4
2025-06-13Auto merge of #142442 - matthiaskrgr:rollup-6yodjfx, r=matthiaskrgrbors-37/+31
2025-06-13Auto merge of #142432 - matthiaskrgr:rollup-ziuls9y, r=matthiaskrgrbors-33/+156
2025-06-13Rollup merge of #142410 - RalfJung:align_of, r=WaffleLapkin,workingjubileeMatthias Krüger-18/+10
2025-06-13Rollup merge of #142158 - xizheyin:141617, r=jdonszelmannMatthias Krüger-18/+18
2025-06-13Rollup merge of #141491 - tamird:cstr-debug-bstr, r=joshtriplettMatthias Krüger-1/+3
2025-06-13Unimplement unsized_localsmejrs-2/+26
2025-06-12Rollup merge of #142402 - sorairolake:remove-blank-line, r=workingjubileeMatthias Krüger-3/+0