about summary refs log tree commit diff
path: root/library/core/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-07-29Auto merge of #86998 - m-ou-se:const-panic-fmt-as-str, r=oli-obkbors-0/+1
2021-07-29Rollup merge of #81363 - jonhoo:no-unpin-in-pin-future-impl, r=m-ou-seYuki Okushi-0/+1
2021-07-28Make const panic!("..") work in Rust 2021.Mara Bos-0/+1
2021-07-27Stabilize `const_fn_union`Jacob Pratt-1/+1
2021-07-27Stabilize `const_fn_transmute`Jacob Pratt-1/+1
2021-07-24Rollup merge of #87255 - RalfJung:miri-test-libcore, r=Mark-SimulacrumYuki Okushi-0/+4
2021-07-18Move asm! and global_asm! to core::archbstrie-1/+31
2021-07-18better support for running libcore and liballoc tests with MiriRalf Jung-0/+4
2021-07-16rename assert_matches moduleJane Lusby-1/+1
2021-07-08Move [debug_]assert_matches to mod {core, std}::assert.Mara Bos-0/+10
2021-07-06Add s to non_fmt_panicRyan Levick-2/+2
2021-07-06Change or_patterns_back_compat lint to rust_2021_incompatible_or_patternsRyan Levick-0/+1
2021-07-03Remove the deprecated `core::raw` and `std::raw` module.Charles Lew-1/+0
2021-06-28Update to new bootstrap compilerMark Rousskov-3/+0
2021-06-14stabilize `int_error_matching`Ethan Brierley-1/+0
2021-06-11Auto merge of #86204 - alexcrichton:wasm-simd-stable, r=Amanieubors-0/+1
2021-06-10std: Stabilize wasm simd intrinsicsAlex Crichton-0/+1
2021-06-10Auto merge of #85630 - gilescope:to_digit_speedup3, r=nagisabors-0/+1
2021-06-10Further simplification of to_digitGiles Cope-0/+1
2021-06-05Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomezbors-1/+0
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-1/+0
2021-06-04Remove `doc(include)`Joshua Nelson-1/+0
2021-05-26Merge branch 'master' into no-unpin-in-pin-future-implJon Gjengset-10/+14
2021-05-25fix matches! and assert_matches! on edition 2021Lukas Markeffsky-0/+1
2021-05-24remove cfg(bootstrap)Pietro Albini-8/+5
2021-05-18Stabilize extended_key_value_attributesJoshua Nelson-1/+1
2021-05-10Rollup merge of #85096 - clarfonthey:const_unchecked, r=oli-obkDylan DPC-0/+1
2021-05-09Make unchecked_{add,sub,mul} inherent methods unstably constltdk-0/+1
2021-05-07Rollup merge of #84871 - richkadel:no-coverage-unstable-only, r=nagisaDylan DPC-0/+1
2021-05-05Disallows `#![feature(no_coverage)]` on stable and betaRich Kadel-0/+1
2021-04-30Allow using `core::` in intra-doc links within core itselfJoshua Nelson-0/+4
2021-04-24Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obkbors-1/+2
2021-04-23Auto merge of #82585 - TrolledWoods:master, r=dtolnaybors-0/+1
2021-04-18separate feature flag for unsizing casts in const fnRalf Jung-1/+1
2021-04-18move 'trait bounds on const fn' to separate feature gateRalf Jung-0/+1
2021-04-13Auto merge of #84082 - andjo403:stabilize_nonzero_leading_trailing_zeros, r=m...bors-1/+0
2021-04-11stabilize const_cttzAndreas Jonson-1/+0
2021-04-11Stabilize feature `duration_saturating_ops`marmeladema-1/+0
2021-04-05Rename non_autolinks -> bare_urlsJoshua Nelson-1/+2
2021-04-04Bump cfgsMark Rousskov-4/+2
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-1/+2
2021-03-28Remove P: Unpin bound on impl Future for PinJon Gjengset-0/+1
2021-03-19core/std/alloc: stabilize or_patternsmark-1/+1
2021-03-15Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`Camelid-1/+2
2021-03-15Constify mem::swap and ptr::swap[_nonoverlapping]Albin Hedman-0/+1
2021-03-10Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik...Yuki Okushi-1/+1
2021-03-04Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomezYuki Okushi-1/+2
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-1/+2
2021-02-27Added CharIndices::offset functionJohn Hörnvall-0/+1
2021-02-25Convert primitives to use intra-doc linksJoshua Nelson-1/+1