| Age | Commit message (Expand) | Author | Lines |
| 2022-09-13 | Fix doc of log function | NaokiM03 | -1/+1 |
| 2022-09-11 | Fix naming format of IEEE 754 standard | LingMan | -15/+15 |
| 2022-09-09 | Auto merge of #93873 - Stovent:big-ints, r=m-ou-se | bors | -0/+78 |
| 2022-09-04 | Add `inline(always)` to rt functions | Deadbeef | -0/+4 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -17/+29 |
| 2022-08-30 | Make docs formulation more consistent for NonZero{int} | yjhn | -12/+12 |
| 2022-08-28 | Auto merge of #100578 - Urgau:float-next-up-down, r=scottmcm | bors | -0/+200 |
| 2022-08-22 | Move error trait into core | Jane Losare-Lusby | -0/+32 |
| 2022-08-22 | Rollup merge of #93162 - camsteffen:std-prim-docs, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2022-08-21 | Rollup merge of #100556 - Alex-Velez:patch-1, r=scottmcm | Matthias Krüger | -14/+12 |
| 2022-08-20 | Improve primitive/std docs separation and headers | Cameron Steffen | -2/+2 |
| 2022-08-20 | Rollup merge of #100585 - wooorm:patch-1, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-08-17 | Rollup merge of #100661 - PunkyMunky64:patch-1, r=thomcc | Matthias Krüger | -3/+3 |
| 2022-08-16 | Fixed a few documentation errors | PunkyMunky64 | -3/+3 |
| 2022-08-16 | Fixed a few documentation errors | PunkyMunky64 | -3/+3 |
| 2022-08-16 | Update src/test/assembly/x86_64-floating-point-clamp.rs | Alex | -14/+12 |
| 2022-08-15 | Fix trailing space showing up in example | Titus | -1/+1 |
| 2022-08-15 | Say that the identity holds only for all finite numbers (aka not NaN) | Urgau | -4/+4 |
| 2022-08-15 | Added tracking issue numbers for float_next_up_down. | Orson Peters | -4/+8 |
| 2022-08-15 | Added next_up and next_down for f32/f64. | Orson Peters | -0/+196 |
| 2022-08-09 | Rename integer log* methods to ilog* | Eric Holk | -50/+50 |
| 2022-07-24 | add miri-track-caller to some intrinsic-exposing methods | Ralf Jung | -0/+10 |
| 2022-07-20 | Rollup merge of #99452 - Stargateur:fix/typo, r=JohnTitor | Dylan DPC | -3/+3 |
| 2022-07-19 | int_macros was only using to_xe_bytes_doc and not from_xe_bytes_doc | Antoine PLASKOWSKI | -3/+3 |
| 2022-07-19 | Suggest a fix for `NonZero*` <- `*` coercion error | Maybe Waffle | -0/+1 |
| 2022-07-11 | Clarify that [iu]size bounds were only defined for the target arch | SOFe | -24/+32 |
| 2022-06-26 | Fix spelling in SAFETY comment | Wilfred Hughes | -2/+2 |
| 2022-06-26 | Rollup merge of #97908 - iago-lito:stabilize_nonzero_checked_ops_constness, r... | Matthias Krüger | -26/+26 |
| 2022-06-26 | Update `since` to 1.64 (since we're after 1.63) | scottmcm | -26/+26 |
| 2022-06-09 | Stabilize NonZero* checked operations constness. | Iago-lito | -13/+13 |
| 2022-06-09 | Partial stabilization of "nonzero_unchecked_ops". | Iago-lito | -26/+26 |
| 2022-05-30 | Remove too long example | Stovent | -58/+2 |
| 2022-05-30 | Correct signed bit int documentation | Stovent | -10/+64 |
| 2022-05-30 | Implement carrying_add and borrowing_sub on signed numbers | Stovent | -0/+80 |
| 2022-05-28 | Corrected EBNF grammar for from_str | Isaac Chen | -1/+0 |
| 2022-05-23 | Rollup merge of #96129 - mattheww:2022-04_float_rounding, r=Dylan-DPC | Dylan DPC | -2/+4 |
| 2022-05-15 | Rename `eq_ignore_case` to `starts_with_ignore_case` | gabriel-doriath-dohler | -4/+4 |
| 2022-05-13 | Remove some unnecessary `rustc_allow_const_fn_unstable` attributes. | Nicholas Nethercote | -1/+0 |
| 2022-05-09 | Rollup merge of #95483 - golddranks:improve_float_docs, r=joshtriplett | Matthias Krüger | -38/+120 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -110/+62 |
| 2022-05-04 | Update `int_roundings` methods from feedback | Jacob Pratt | -10/+32 |
| 2022-05-02 | Fix nits | Pyry Kontio | -8/+8 |
| 2022-05-02 | Rollup merge of #96567 - alex-semenyuk:fix_docs_for_logs_func, r=Mark-Simulacrum | Yuki Okushi | -6/+6 |
| 2022-04-29 | Fix documentation for log functions int | alexey semenyuk | -3/+3 |
| 2022-04-29 | Fix documentation for log functions unsigned int | alexey semenyuk | -3/+3 |
| 2022-04-23 | Auto merge of #95971 - workingjubilee:no-weird-fp-in-const, r=oli-obk | bors | -18/+298 |
| 2022-04-22 | Remove unnecessary const-time x87-related checks | Jubilee Young | -32/+16 |
| 2022-04-22 | Fix comments for float classify | Jubilee Young | -5/+11 |
| 2022-04-16 | Document the numeric value returned by string parsing for floats | Matthew Woodcraft | -2/+4 |
| 2022-04-15 | Make some `usize`-typed masks definition agnostic to the size of `usize` | Eduardo Sánchez Muñoz | -0/+21 |