| Age | Commit message (Expand) | Author | Lines |
| 2024-04-12 | Auto merge of #123783 - tgross35:f16-f128-debug-impl, r=Amanieu | bors | -0/+224 |
| 2024-04-12 | core: get rid of `USIZE_MARKER` | joboet | -45/+49 |
| 2024-04-12 | fix pin.rs typo | Yuanzhuo Yang | -1/+1 |
| 2024-04-11 | Update stdarch submodule | Daniel Paoliello | -0/+1 |
| 2024-04-11 | Remove `From` impls for unstable types that break inference | Trevor Gross | -2/+2 |
| 2024-04-11 | Auto merge of #123823 - matthiaskrgr:rollup-8zdtggx, r=matthiaskrgr | bors | -4/+5 |
| 2024-04-11 | Rollup merge of #123806 - joboet:advanced_overflow, r=Amanieu | Matthias Krüger | -2/+3 |
| 2024-04-11 | Add a `Debug` impl and some basic functions to `f16` and `f128` | Trevor Gross | -0/+224 |
| 2024-04-11 | core: panic on overflow in `BorrowedCursor` | joboet | -2/+3 |
| 2024-04-11 | Avoid invalid socket address in length calculation | Tobias Nießen | -2/+2 |
| 2024-04-11 | Correct broken link in core::pin doc | Tomoki Nakagawa | -5/+5 |
| 2024-04-11 | Rollup merge of #123661 - tgross35:stabilize-cstr_count_bytes, r=dtolnay | León Orell Valerian Liehr | -3/+1 |
| 2024-04-10 | Add primitive documentation for `f16` and `f128` | Trevor Gross | -0/+30 |
| 2024-04-10 | Add basic f16 and f128 modules | Trevor Gross | -0/+36 |
| 2024-04-10 | Add basic library support for `f16` and `f128` | Trevor Gross | -11/+20 |
| 2024-04-10 | Revert "Put basic impls for f16 and f128 behind cfg(not(bootstrap))" | Trevor Gross | -21/+6 |
| 2024-04-09 | Fix typo in `Future::poll()` docs | Jules Bertholet | -1/+1 |
| 2024-04-08 | Stabilize `cstr_count_bytes` | Trevor Gross | -3/+1 |
| 2024-04-08 | Rollup merge of #123564 - scottmcm:step-by-div-zero, r=joboet | Matthias Krüger | -31/+49 |
| 2024-04-08 | Auto merge of #120131 - oli-obk:pattern_types_syntax, r=compiler-errors | bors | -0/+17 |
| 2024-04-08 | Rollup merge of #123595 - balaganesh102004:master, r=joboet | Matthias Krüger | -1/+1 |
| 2024-04-08 | Add pattern types to parser | Oli Scherer | -0/+17 |
| 2024-04-08 | Auto merge of #123506 - RalfJung:miri-test-libstd, r=Mark-Simulacrum | bors | -0/+2 |
| 2024-04-07 | Fix typo in library/core/src/iter/traits/iterator.rs | Gabriel Dolberg | -1/+1 |
| 2024-04-07 | Made changes in documentation | BALAGANESH | -1/+1 |
| 2024-04-07 | Auto merge of #123561 - saethlin:str-unchecked-sub-index, r=scottmcm | bors | -6/+9 |
| 2024-04-07 | disable benches in Miri | Ralf Jung | -0/+2 |
| 2024-04-07 | Rollup merge of #123522 - dtolnay:constatomicintoinner, r=Nilstrieb | Matthias Krüger | -6/+48 |
| 2024-04-07 | Rollup merge of #123411 - saethlin:ub-checks, r=Urgau,RalfJung | Matthias Krüger | -7/+7 |
| 2024-04-06 | Don't emit divide-by-zero panic paths in `StepBy::len` | Scott McMurray | -31/+49 |
| 2024-04-06 | Use unchecked_sub in str indexing | Ben Kimock | -6/+9 |
| 2024-04-06 | Rollup merge of #123541 - RalfJung:remove-old-hacks, r=Mark-Simulacrum | Guillaume Gomez | -5/+1 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -7/+7 |
| 2024-04-06 | Rollup merge of #122291 - lilasta:stabilize_const_location_fields, r=dtolnay | Matthias Krüger | -8/+5 |
| 2024-04-06 | Rollup merge of #114788 - tisonkun:get_mut_or_init, r=dtolnay | Matthias Krüger | -9/+84 |
| 2024-04-06 | remove miri-test-libstd hacks that are no longer needed | Ralf Jung | -5/+1 |
| 2024-04-05 | Hide async_gen_internals from standard library documentation | David Tolnay | -0/+3 |
| 2024-04-05 | Stabilize const Atomic*::into_inner | David Tolnay | -6/+48 |
| 2024-04-05 | Auto merge of #123317 - RalfJung:test-in-miri, r=m-ou-se,saethlin,onur-ozkan | bors | -0/+4 |
| 2024-04-04 | Rollup merge of #123206 - stepancheg:pointee-metadata-freeze, r=Amanieu | Jacob Pratt | -2/+5 |
| 2024-04-05 | Impl `DerefPure` for more std types | Nadrieril | -3/+15 |
| 2024-04-04 | force exhaustion in iter::ArrayChunks::into_remainder | Arthur Carcano | -1/+14 |
| 2024-04-03 | Rollup merge of #122964 - joboet:pointer_expose, r=Amanieu | Matthias Krüger | -20/+25 |
| 2024-04-03 | add 'x.py miri', and make it work for 'library/{core,alloc,std}' | Ralf Jung | -0/+4 |
| 2024-04-03 | Add docs for `FromIterator<(AE, BE)> for (A, B)` | Maybe Waffle | -0/+19 |
| 2024-04-03 | Implement `FromIterator<(AE, BE)>` for `(impl Default+Extend<AE>, impl Defaul... | Maybe Waffle | -0/+14 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -20/+25 |
| 2024-04-03 | Auto merge of #123390 - tgross35:f16-f128-libs-basic-impls-bootstrap, r=jhpratt | bors | -6/+21 |
| 2024-04-02 | Rollup merge of #123203 - jkarneges:context-ext, r=Amanieu | Jacob Pratt | -3/+64 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -26/+33 |