| Age | Commit message (Expand) | Author | Lines |
| 2024-09-03 | Rollup merge of #129885 - cuishuang:master, r=scottmcm | Matthias Krüger | -1/+1 |
| 2024-09-02 | Rollup merge of #129892 - oskgo:clarify-slice-from-raw, r=RalfJung | Matthias Krüger | -8/+8 |
| 2024-09-02 | Rollup merge of #129856 - RalfJung:compiler_fence, r=thomcc | Matthias Krüger | -29/+29 |
| 2024-09-02 | clarify language around non-null ptrs in slice::raw | oskgo | -8/+8 |
| 2024-09-02 | Auto merge of #129873 - matthiaskrgr:rollup-bv849ud, r=matthiaskrgr | bors | -7/+9 |
| 2024-09-02 | chore: remove repetitive words | cuishuang | -1/+1 |
| 2024-09-02 | Rollup merge of #129804 - ranger-ross:fixed-documentation-typos, r=Noratrieb | Matthias Krüger | -5/+5 |
| 2024-09-02 | Rollup merge of #129793 - lolbinarycat:doc-missing-newlines, r=workingjubilee | Matthias Krüger | -2/+4 |
| 2024-09-02 | Auto merge of #129063 - the8472:cold-opt-size, r=Amanieu | bors | -7/+8 |
| 2024-09-01 | add extra linebreaks so rustdoc can identify the first sentence | binarycat | -2/+4 |
| 2024-09-01 | compiler_fence documentation: emphasize synchronization, not reordering | Ralf Jung | -29/+29 |
| 2024-09-01 | Rollup merge of #129832 - eduardosm:stray-dot, r=jhpratt | Matthias Krüger | -1/+1 |
| 2024-09-01 | Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot | Matthias Krüger | -10/+10 |
| 2024-09-01 | Rollup merge of #128641 - Konippi:standardize-duplicate-processes-in-parser, ... | Matthias Krüger | -32/+24 |
| 2024-09-01 | Rollup merge of #128495 - joboet:more_memcmp, r=scottmcm | Matthias Krüger | -10/+33 |
| 2024-08-31 | Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgr | bors | -1/+1 |
| 2024-08-31 | Remove stray dot in `std::char::from_u32_unchecked` documentation | Eduardo Sánchez Muñoz | -1/+1 |
| 2024-08-31 | Update mod.rs | Alcaro | -1/+1 |
| 2024-08-31 | Rollup merge of #129730 - RalfJung:float-arithmetic, r=workingjubilee | Matthias Krüger | -44/+48 |
| 2024-08-31 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -10/+10 |
| 2024-08-31 | Fixed more typos in library/core | ranger-ross | -5/+5 |
| 2024-08-30 | enumerate the two parts of the NaN rules | Ralf Jung | -20/+21 |
| 2024-08-30 | add hyphen in floating-point | Ralf Jung | -12/+12 |
| 2024-08-29 | Rollup merge of #128166 - ChaiTRex:isqrt, r=tgross35 | Guillaume Gomez | -35/+371 |
| 2024-08-29 | f32 docs: define 'arithmetic' operations | Ralf Jung | -16/+19 |
| 2024-08-28 | Speed up `checked_isqrt` and `isqrt` methods | Chai T. Rex | -35/+371 |
| 2024-08-28 | fmt-debug option | Kornel | -0/+4 |
| 2024-08-28 | Auto merge of #129691 - matthiaskrgr:rollup-owlcr3m, r=matthiaskrgr | bors | -76/+82 |
| 2024-08-28 | Rollup merge of #129668 - coolreader18:fix-pin-set-regr, r=dtolnay | Matthias Krüger | -9/+12 |
| 2024-08-28 | Rollup merge of #129657 - jswrenn:transmute-name, r=compiler-errors | Matthias Krüger | -57/+54 |
| 2024-08-28 | Rollup merge of #129551 - RalfJung:ub-checks-fallback, r=saethlin | Matthias Krüger | -2/+3 |
| 2024-08-28 | Rollup merge of #129480 - lolbinarycat:euclid-docs, r=joboet | Matthias Krüger | -8/+13 |
| 2024-08-28 | Auto merge of #129589 - saethlin:improve-panic-immediate-abort, r=tgross35 | bors | -3/+5 |
| 2024-08-27 | Fix Pin::set bounds regression | Noa | -9/+12 |
| 2024-08-27 | Rollup merge of #129652 - RalfJung:ptr-to-ref, r=traviscross | Matthias Krüger | -23/+15 |
| 2024-08-27 | Rollup merge of #129645 - beetrees:fix-float-docs, r=tgross35 | Matthias Krüger | -8/+6 |
| 2024-08-27 | safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom` | Jack Wrenn | -57/+54 |
| 2024-08-27 | fix Pointer to reference conversion docs | Ralf Jung | -23/+15 |
| 2024-08-27 | Rollup merge of #129559 - RalfJung:float-nan-semantics, r=thomcc | Trevor Gross | -36/+130 |
| 2024-08-27 | Rollup merge of #128731 - RalfJung:simd-shuffle-vector, r=workingjubilee | Trevor Gross | -1/+1 |
| 2024-08-27 | Reflow a couple of paragraphs in floating-point primitive docs | beetrees | -6/+4 |
| 2024-08-27 | Fix typos in floating-point primitive type docs | beetrees | -3/+3 |
| 2024-08-27 | Rollup merge of #129032 - jswrenn:transmute-method, r=compiler-errors | Matthias Krüger | -21/+350 |
| 2024-08-27 | Rollup merge of #128157 - lolbinarycat:unify-ptr-ref-docs, r=cuviper | Matthias Krüger | -210/+73 |
| 2024-08-26 | Apply suggestions from code review | Josh Stone | -9/+9 |
| 2024-08-26 | Rollup merge of #129592 - saethlin:core-cfg-test, r=tgross35 | Matthias Krüger | -3/+0 |
| 2024-08-26 | Rollup merge of #129539 - oconnor663:poll_link, r=tgross35 | Matthias Krüger | -0/+2 |
| 2024-08-26 | Rollup merge of #129377 - chorman0773:unbounded-shifts-impl, r=scottmcm | Matthias Krüger | -0/+118 |
| 2024-08-26 | move per-target NaN info into a table | Ralf Jung | -7/+14 |
| 2024-08-26 | float types: document NaN bit pattern guarantees | Ralf Jung | -36/+123 |