| Age | Commit message (Expand) | Author | Lines |
| 2023-08-18 | resolve conflicts | Kyle Lin | -2/+4 |
| 2023-08-18 | tidy doc link | Kyle Lin | -1/+1 |
| 2023-08-18 | lint links | Kyle Lin | -1/+1 |
| 2023-08-18 | Inline strlen_rt in CStr::from_ptr | Konrad Borowski | -1/+3 |
| 2023-08-17 | Rollup merge of #114897 - joshtriplett:partial-revert-ok-0, r=m-ou-se | Josh Stone | -3/+3 |
| 2023-08-17 | Auto merge of #114799 - RalfJung:less-transmute, r=m-ou-se | bors | -2/+2 |
| 2023-08-17 | Rollup merge of #114881 - RalfJung:cstr, r=cuviper | Matthias Krüger | -4/+4 |
| 2023-08-17 | Rollup merge of #114749 - gurry:issue-114722, r=thomcc | Matthias Krüger | -3/+2 |
| 2023-08-16 | Update library/alloc/src/vec/mod.rs | Manish Goregaokar | -1/+1 |
| 2023-08-16 | Auto merge of #114905 - matthiaskrgr:rollup-uxhhr7p, r=matthiaskrgr | bors | -0/+2 |
| 2023-08-16 | Update library/alloc/src/vec/mod.rs | Manish Goregaokar | -1/+2 |
| 2023-08-16 | Rollup merge of #114784 - Urgau:many-improve-invalid_reference_casting-lint, ... | Matthias Krüger | -0/+2 |
| 2023-08-16 | Auto merge of #114617 - petrochenkov:docspacing, r=Mark-Simulacrum | bors | -13/+25 |
| 2023-08-16 | Partially revert #107200 | Josh Triplett | -3/+3 |
| 2023-08-16 | proc_macro: Update docs for `Spacing` | Vadim Petrochenkov | -13/+25 |
| 2023-08-16 | address comments | Georgii Rylov | -11/+7 |
| 2023-08-16 | Fix a pthread_t handle leak #114610 | Georgii Rylov | -0/+12 |
| 2023-08-16 | clarify CStr lack of layout guarnatees | Ralf Jung | -4/+4 |
| 2023-08-16 | use mem::swap instead of ptr::swap_nonoverlapping | Ralf Jung | -1/+1 |
| 2023-08-16 | Rollup merge of #114871 - schvv31n:fix-link-in-docs, r=scottmcm | Matthias Krüger | -1/+1 |
| 2023-08-16 | Rollup merge of #114867 - ttsugriy:ttsugriy-patch-1, r=scottmcm | Matthias Krüger | -1/+1 |
| 2023-08-16 | Rollup merge of #114861 - RalfJung:no-effect, r=wesleywiser | Matthias Krüger | -3/+3 |
| 2023-08-16 | Rollup merge of #114721 - danflapjax:bool-ord-optimization, r=cuviper | Matthias Krüger | -0/+16 |
| 2023-08-16 | Auto merge of #114689 - m-ou-se:stabilize-thread-local-cell-methods, r=thomcc | bors | -19/+9 |
| 2023-08-15 | Auto merge of #111071 - nyurik:simpler-issue-94005, r=m-ou-se | bors | -8/+6 |
| 2023-08-15 | other elements | Manish Goregaokar | -3/+3 |
| 2023-08-15 | Update the link in the docs of `std::intrinsics` | Tim Kurdov | -1/+1 |
| 2023-08-15 | Cleaner assert_eq! & assert_ne! panic messages | Yuri Astrakhan | -8/+6 |
| 2023-08-15 | [nit] Fix a comment typo. | Taras Tsugrii | -1/+1 |
| 2023-08-15 | Rollup merge of #114837 - RalfJung:error_in_core, r=cuviper | Matthias Krüger | -0/+10 |
| 2023-08-15 | Rollup merge of #114619 - g0djan:godjan/fix_#114608, r=m-ou-se | Matthias Krüger | -3/+3 |
| 2023-08-15 | Rollup merge of #114588 - ijackson:exit-status-default-2, r=m-ou-se | Matthias Krüger | -1/+10 |
| 2023-08-15 | fix typo: affect -> effect | Ralf Jung | -3/+3 |
| 2023-08-15 | Auto merge of #114852 - GuillaumeGomez:rollup-vjagxjr, r=GuillaumeGomez | bors | -18/+26 |
| 2023-08-15 | Update library/alloc/src/vec/mod.rs | Manish Goregaokar | -1/+1 |
| 2023-08-15 | Update library/alloc/src/vec/mod.rs | Manish Goregaokar | -1/+1 |
| 2023-08-15 | Document Default for ExitStatus | Ian Jackson | -1/+10 |
| 2023-08-15 | Auto merge of #112387 - clarfonthey:non-panicking-ceil-char-boundary, r=m-ou-se | bors | -9/+5 |
| 2023-08-15 | Fix typo. | Mara Bos | -1/+1 |
| 2023-08-15 | Rollup merge of #114800 - RalfJung:transparent, r=cuviper | Guillaume Gomez | -18/+26 |
| 2023-08-15 | clarify that these assumtpions are for us, not all Rust code | Ralf Jung | -0/+4 |
| 2023-08-15 | Add alignment to the NPO guarantee | Scott McMurray | -1/+33 |
| 2023-08-15 | Add diagnostic items for `<*const _>::cast` and `<*mut _>::cast_const` | Urgau | -0/+2 |
| 2023-08-15 | add missing feature(error_in_core) | Ralf Jung | -0/+10 |
| 2023-08-14 | Auto merge of #113658 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3 | bors | -3/+14 |
| 2023-08-14 | actually this doesn't even affect doctests. nice. | Ralf Jung | -24/+12 |
| 2023-08-14 | Auto merge of #113464 - waynr:remove-provider-trait, r=Amanieu | bors | -739/+736 |
| 2023-08-14 | Upgrade Object and related deps | dirreke | -2/+2 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -1/+12 |
| 2023-08-14 | reference-counting analogy | Ralf Jung | -20/+23 |