about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2022-09-14Constify impl Fn* &(mut) Fn*onestacked-10/+15
2022-09-14expand documentation on type conversion w.r.t. `UnsafeCell`Pointerbender-1/+30
2022-09-14Simplify `const` `memchr`.Markus Reiter-25/+23
2022-09-13Rollup merge of #101754 - NaokiM03:rename-log-to-ilog, r=Dylan-DPCMatthias Krüger-1/+1
2022-09-13Fix doc of log functionNaokiM03-1/+1
2022-09-12Fix typo in concat_bytes documentationJay3332-1/+1
2022-09-12Rollup merge of #100291 - WaffleLapkin:cstr_const_methods, r=oli-obkGuillaume Gomez-12/+37
2022-09-12constify `CStr` methodsMaybe Waffle-12/+37
2022-09-12Rollup merge of #101671 - LingMan:ieee_754, r=Dylan-DPCDylan DPC-19/+19
2022-09-12Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726Dylan DPC-7/+2
2022-09-12add description of the memory layout for `UnsafeCell<T>`Pointerbender-0/+2
2022-09-12Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726bors-0/+9
2022-09-10array docs - advertise how to get array from sliceDoug Cook (WINDOWS)-1/+70
2022-09-11Fix naming format of IEEE 754 standardLingMan-19/+19
2022-09-10Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-deadbors-60/+69
2022-09-09The `<*const T>::guaranteed_*` methods now return an option for the unknown caseOli Scherer-60/+69
2022-09-09Rollup merge of #101529 - mousetail:patch-2, r=thomccGuillaume Gomez-1/+2
2022-09-09Rollup merge of #101495 - bjorn3:pause-no-sse2, r=Mark-SimulacrumGuillaume Gomez-11/+8
2022-09-09Rollup merge of #101556 - compiler-errors:tweak-generator-print, r=jackh726Matthias Krüger-1/+1
2022-09-09Auto merge of #93873 - Stovent:big-ints, r=m-ou-sebors-0/+127
2022-09-08Generator return doesn't need to be a lang itemMichael Goulet-1/+1
2022-09-07Stabilize `#![feature(mixed_integer_ops)]`Jacob Pratt-37/+24
2022-09-07TypoMaurits van Riezen-1/+1
2022-09-07Use `CURRENT_RUSTC_VERSION`Chase Wilson-1/+1
2022-09-07Add doctestMaurits van Riezen-0/+1
2022-09-07This example was brokenMaurits van Riezen-1/+1
2022-09-06Stabilize `nonzero_bits`Nikolai Vazquez-2/+1
2022-09-06Compile spin_loop_hint as pause on x86 even without sse2 enabledbjorn3-11/+8
2022-09-06Auto merge of #100733 - scottmcm:inline-from-from-identity, r=m-ou-sebors-0/+1
2022-09-06Rollup merge of #101412 - WaffleLapkin:improve_std_ptr_code_leftovers, r=scot...Dylan DPC-13/+13
2022-09-06Rollup merge of #101287 - Adam-Gleave:doc_bool_then_some, r=scottmcmDylan DPC-0/+6
2022-09-05Auto merge of #100759 - fee1-dead-contrib:const_eval_select_real_intrinsic, r...bors-97/+153
2022-09-04Rollup merge of #101401 - mx00s:expand-const, r=fee1-deadMatthias Krüger-17/+43
2022-09-04replace `as usize` casts with `usize::from` in slice sortMaybe Waffle-4/+4
2022-09-04remove some integer casts from slice iterMaybe Waffle-9/+9
2022-09-04Address feedback from PR #101401Sage Mitchell-8/+12
2022-09-04Make `char::is_lowercase` and `char::is_uppercase` constSage Mitchell-17/+39
2022-09-04Replace `offset` with `add` in `fmt/num.rs` & remove some castsMaybe Waffle-62/+62
2022-09-04use `pointer::add` in memchr implMaybe Waffle-2/+2
2022-09-04Auto merge of #101296 - compiler-errors:head-span-for-enclosing-scope, r=oli-obkbors-2/+82
2022-09-04Add `inline(always)` to rt functionsDeadbeef-0/+4
2022-09-04Add `inline(always)` to function generated by macroDeadbeef-0/+1
2022-09-04Make `const_eval_select` a real intrinsicDeadbeef-97/+148
2022-09-04Auto merge of #100726 - jswrenn:transmute, r=oli-obkbors-12/+78
2022-09-04Address nits, rename enclosing_scope => parent_labelMichael Goulet-2/+82
2022-09-03Tone down explanation on RefCell::get_mutLukas Lueg-9/+12
2022-09-03Rollup merge of #99736 - lopopolo:lopopolo/gh-80996-partial-stabilization-bou...Dylan DPC-1/+1
2022-09-02Rollup merge of #99583 - shepmaster:provider-plus-plus, r=yaahcGuillaume Gomez-7/+234
2022-09-01Rollup merge of #101190 - yjhn:patch-1, r=Mark-SimulacrumMatthias Krüger-12/+12
2022-09-01Remove trailing whitespaceAdam-Gleave-4/+4