about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-04-20More `mem::take` in `library`Scott McMurray-10/+10
2023-04-20Add reason to #![unstable] tag.Mara Bos-1/+1
2023-04-20Remove doc link to private item.Mara Bos-4/+2
2023-04-20Get rid of core::fmt::FormatSpec.Mara Bos-11/+6
2023-04-20Rename fmt::rt::Argument to Placeholder.Mara Bos-7/+6
2023-04-20Turn core::fmt::rt::v1 into a private module.Mara Bos-31/+24
2023-04-20Use fmt::Alignment instead of fmt::rt::v1::Alignment.Mara Bos-13/+13
2023-04-20Don't reexport core::fmt::rt from alloc::fmt.Mara Bos-2/+0
2023-04-20Specialize some `io::Read` and `io::Write` methods for `VecDeque<u8>` and `&[...Benoît du Garreau-0/+54
2023-04-20Implement `BufRead` for `VecDeque<u8>`Benoît du Garreau-0/+18
2023-04-20Fix `std` compilation error for wasi+atomicsPierre Krieger-2/+7
2023-04-20Rollup merge of #110448 - ripytide:master, r=cuviperYuki Okushi-45/+46
2023-04-20Implement `Neg` for signed non-zero integers.John Millikin-3/+34
2023-04-19Auto merge of #106704 - ecnelises:big_archive, r=bjorn3bors-3/+3
2023-04-19Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obkbors-1108/+619
2023-04-19std: make `Debug` representations of `[Lazy, Once]*[Cell, Lock]` consistent w...joboet-38/+22
2023-04-19Bump version of object and related cratesQiu Chaofan-3/+3
2023-04-19Rollup merge of #110432 - compiler-errors:unsatisfied-index-impl, r=cjgillotMatthias Krüger-0/+1
2023-04-18Use a diagnostic item instead of filtering for Index::OutputMichael Goulet-0/+1
2023-04-18Rollup merge of #110441 - kadiwa4:typos, r=thomccGuillaume Gomez-6/+6
2023-04-17cmp doc examples consistency improvementsripytide-45/+46
2023-04-17fix codegen differenceDeadbeef-8/+22
2023-04-17typoskadiwa-6/+6
2023-04-17Rollup merge of #110433 - ChrisDenton:notfound, r=thomccMatthias Krüger-3/+6
2023-04-17Rollup merge of #110388 - JohnBobbo96:remove-intrinsic-unwrap, r=the8472Matthias Krüger-1/+3
2023-04-16Windows: map a few more error codes to ErrorKindChris Denton-3/+6
2023-04-16Rename -Zoom=panic to -Zoom=unwindAmanieu d'Antras-2/+2
2023-04-16Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras-97/+5
2023-04-16Report allocation errors as panicsAmanieu d'Antras-27/+107
2023-04-16Add a message indicating overflow inJohn Bobbo-1/+3
2023-04-16fix library and rustdoc testsDeadbeef-27/+65
2023-04-16readd `const_trait` to `Drop`, `Destruct`, and `Fn*`Deadbeef-0/+6
2023-04-16fix tidyDeadbeef-0/+3
2023-04-16fix allocDeadbeef-12/+6
2023-04-16core is now compilableDeadbeef-253/+85
2023-04-16more hacksDeadbeef-6/+14
2023-04-16hack cstr is_emptyDeadbeef-1/+2
2023-04-16hack signum as wellDeadbeef-2/+5
2023-04-16memchr hackDeadbeef-3/+8
2023-04-16rm const traits in libcoreDeadbeef-868/+475
2023-04-16Remove unused unused_macrosest31-1/+0
2023-04-15Use a `saturating_mul` instead of a `checked_mul`John Bobbo-1/+1
2023-04-16Rollup merge of #110347 - est31:size_of_links, r=jyn514Yuki Okushi-6/+13
2023-04-15Add intra-doc links to size_of_* functionsest31-6/+13
2023-04-14edit docs of `PathBuf::set_file_name`João M. Bezerra-5/+11
2023-04-14Add Lazy{Cell,Lock}::into_innerAlex Saveau-1/+65
2023-04-14Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitorMatthias Krüger-117/+58
2023-04-14Rollup merge of #110154 - DaniPopes:library-typos, r=JohnTitorMatthias Krüger-11/+11
2023-04-14Rollup merge of #110110 - lukas-code:display-panic-info, r=JohnTitorMatthias Krüger-6/+2
2023-04-14Rollup merge of #109947 - clubby789:cmp-macro-crosslink, r=JohnTitorMatthias Krüger-4/+7