| Age | Commit message (Expand) | Author | Lines |
| 2024-11-24 | Rollup merge of #133301 - GuillaumeGomez:add-example-wrapping-neg, r=workingj... | Matthias Krüger | -0/+1 |
| 2024-11-24 | changes old intrinsic declaration to new declaration | aaishwarymishra@gmail.com | -595/+949 |
| 2024-11-24 | Auto merge of #132611 - compiler-errors:async-prelude, r=ibraheemdev | bors | -0/+3 |
| 2024-11-24 | Auto merge of #132597 - lukas-code:btree-plug-leak, r=jhpratt | bors | -2/+64 |
| 2024-11-24 | Make profiler_builtins `#![no_core]` instead of just `#![no_std]` | Zalathar | -5/+2 |
| 2024-11-24 | Remove unnecessary `#![allow(unused_features)]` | Zalathar | -1/+0 |
| 2024-11-24 | Sort and separate lint/feature attributes in `profiler_builtins` | Zalathar | -4/+8 |
| 2024-11-24 | Constify Deref and DerefMut | Michael Goulet | -0/+47 |
| 2024-11-23 | Match simd_relaxed_fma documentation to fmuladd intrinsic | Caleb Zulawski | -4/+8 |
| 2024-11-23 | Auto merge of #133379 - jieyouxu:rollup-00jxo71, r=jieyouxu | bors | -0/+14 |
| 2024-11-23 | Add simd_relaxed_fma intrinsic | Caleb Zulawski | -0/+10 |
| 2024-11-23 | Stabilize `const_float_methods` | Eduardo Sánchez Muñoz | -50/+70 |
| 2024-11-23 | Auto merge of #133377 - jieyouxu:rollup-n536hzq, r=jieyouxu | bors | -8/+113 |
| 2024-11-23 | Improve code by using `unsigned_abs` | Guillaume Gomez | -18/+2 |
| 2024-11-23 | Rollup merge of #133237 - fee1-dead-contrib:constadd, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -0/+14 |
| 2024-11-23 | Rollup merge of #133332 - bjoernager:const-array-as-mut-slice, r=jhpratt | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2024-11-23 | Rollup merge of #131505 - madsmtm:darwin_user_temp_dir, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -7/+111 |
| 2024-11-23 | Auto merge of #132994 - clubby789:cc-bisect, r=Kobzol | bors | -4/+3 |
| 2024-11-23 | Auto merge of #133360 - compiler-errors:rollup-a2o38tq, r=compiler-errors | bors | -4/+8 |
| 2024-11-22 | Rollup merge of #133264 - lolbinarycat:os-string-truncate, r=joboet | Michael Goulet | -4/+8 |
| 2024-11-23 | Auto merge of #132329 - compiler-errors:fn-and-destruct, r=lcnr | bors | -1/+1 |
| 2024-11-22 | Shorten the `MaybeUninit` `Debug` implementation | Trevor Gross | -1/+12 |
| 2024-11-22 | aix: create shim for lgammaf_r | Henry Jiang | -1/+9 |
| 2024-11-22 | Add code example for `wrapping_neg` method for signed integers | Guillaume Gomez | -0/+1 |
| 2024-11-22 | Deduplicate checking drop terminator | Michael Goulet | -1/+1 |
| 2024-11-22 | Gate const drop behind const_destruct feature, and fix const_precise_live_dro... | Michael Goulet | -1/+1 |
| 2024-11-22 | Auto merge of #133339 - jieyouxu:rollup-gav0nvr, r=jieyouxu | bors | -17/+44 |
| 2024-11-22 | Rollup merge of #133337 - ColinFinck:thread-scoped-fix-typo, r=joboet | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-11-22 | Rollup merge of #133330 - RalfJung:close, r=the8472 | 许杰友 Jieyou Xu (Joe) | -10/+11 |
| 2024-11-22 | Rollup merge of #133313 - thesummer:fix-arc4random, r=cuviper | 许杰友 Jieyou Xu (Joe) | -2/+0 |
| 2024-11-22 | Rollup merge of #133288 - bjoernager:const-array-each-ref, r=jhpratt | 许杰友 Jieyou Xu (Joe) | -4/+30 |
| 2024-11-22 | Rollup merge of #133238 - heiher:loong-stdarch-rexport, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2024-11-22 | Auto merge of #130867 - michirakara:steps_between, r=dtolnay | bors | -74/+89 |
| 2024-11-22 | Fix typo in `std::thread::Scope::spawn` documentation. | Colin Finck | -1/+1 |
| 2024-11-22 | Mark '<[T; N]>::as_mut_slice' as 'const'; | Gabriel Bjørnager Jensen | -1/+2 |
| 2024-11-22 | library: update comment around close() | Ralf Jung | -10/+11 |
| 2024-11-22 | Don't try to use confstr in Miri | Mads Marquart | -4/+6 |
| 2024-11-22 | Auto merge of #129238 - umgefahren:stabilize-ipv6-unique-local, r=dtolnay | bors | -6/+4 |
| 2024-11-21 | distinguish overflow and unimplemented in Step::steps_between | michirakara | -74/+89 |
| 2024-11-21 | Use arc4random of libc for RTEMS target | Jan Sommer | -2/+0 |
| 2024-11-21 | Mention that std::fs::remove_dir_all fails on files | Panagiotis "Ivory" Vasilopoulos | -1/+2 |
| 2024-11-21 | Mark and implement 'each_ref' and 'each_mut' in '[T; N]' as const; | Gabriel Bjørnager Jensen | -4/+30 |
| 2024-11-21 | constify `Add` | Deadbeef | -0/+14 |
| 2024-11-21 | Rollup merge of #131736 - hoodmane:emscripten-wasm-bigint, r=workingjubilee | Matthias Krüger | -3/+3 |
| 2024-11-20 | implement OsString::truncate | binarycat | -4/+8 |
| 2024-11-20 | Rollup merge of #133226 - compiler-errors:opt-in-pointer-like, r=lcnr | Matthias Krüger | -0/+19 |
| 2024-11-20 | Rollup merge of #130800 - bjoernager:const-mut-cursor, r=joshtriplett | Matthias Krüger | -2/+4 |
| 2024-11-20 | Rollup merge of #129838 - Ayush1325:uefi-process-args, r=joboet | Matthias Krüger | -12/+56 |
| 2024-11-20 | Make PointerLike opt-in as a trait | Michael Goulet | -0/+19 |
| 2024-11-20 | Reduce integer `Display` implementation size | Guillaume Gomez | -41/+41 |