| Age | Commit message (Expand) | Author | Lines |
| 2023-04-14 | Rollup merge of #109272 - schneems:schneems/add-docs-to-command-env-methods, ... | Matthias Krüger | -15/+61 |
| 2023-04-14 | Rollup merge of #110292 - scottmcm:sort-features-2, r=jyn514 | Yuki Okushi | -28/+44 |
| 2023-04-14 | Rollup merge of #110269 - scottmcm:sort-features, r=jyn514 | Yuki Okushi | -22/+28 |
| 2023-04-14 | Rollup merge of #110047 - skaunov:patch-1, r=ChrisDenton | Yuki Okushi | -2/+5 |
| 2023-04-14 | Auto merge of #101959 - Xaeroxe:clamp-better-assert, r=ChrisDenton | bors | -2/+2 |
| 2023-04-14 | Add links to docs to `Iterator` | Sergey Kaunov | -2/+5 |
| 2023-04-14 | Auto merge of #110311 - matthiaskrgr:rollup-kn2k5bq, r=matthiaskrgr | bors | -20/+10 |
| 2023-04-14 | Rollup merge of #110298 - jmaargh:jmaargh/hypot-docs-edge-cases, r=thomcc | Matthias Krüger | -4/+8 |
| 2023-04-14 | Rollup merge of #110158 - TDecking:obsolete_test, r=ChrisDenton | Matthias Krüger | -11/+0 |
| 2023-04-14 | Rollup merge of #109800 - bryangarza:safe-transmute-improved-errors, r=compil... | Matthias Krüger | -4/+0 |
| 2023-04-14 | Rollup merge of #109225 - seanlinsley:patch-1, r=ChrisDenton | Matthias Krüger | -1/+2 |
| 2023-04-14 | Auto merge of #105007 - dlaugt:solaris-fs-link, r=ChrisDenton | bors | -3/+4 |
| 2023-04-13 | Update documentation wording on path 'try_exists' functions | Trevor Gross | -6/+9 |
| 2023-04-13 | Improve safe transmute error reporting | Bryan Garza | -4/+0 |
| 2023-04-13 | Cover edge cases for {f32, f64}.hypot() docs | jmaargh | -4/+8 |
| 2023-04-13 | Rollup merge of #110259 - ndrewxie:issue-109964-fix-gitstuff, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-04-13 | Rollup merge of #110233 - nbdd0121:intrinsic, r=tmiasko | Matthias Krüger | -1/+236 |
| 2023-04-13 | Add `tidy-alphabetical` to features in `alloc` & `std` | Scott McMurray | -28/+44 |
| 2023-04-13 | stdarch: update submodule | Kisaragi Marine | -0/+0 |
| 2023-04-13 | Document catch_fn in r#try cannot unwind | Gary Guo | -0/+3 |
| 2023-04-13 | Rollup merge of #110262 - justincredible:patch-1, r=ChrisDenton | Matthias Krüger | -1/+1 |
| 2023-04-13 | Rollup merge of #110234 - marc0246:btree-insert-after-fix, r=cuviper | Matthias Krüger | -1/+65 |
| 2023-04-13 | Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum | Matthias Krüger | -7/+6 |
| 2023-04-13 | Add `tidy-alphabetical` to features in `core` | Scott McMurray | -22/+28 |
| 2023-04-13 | Auto merge of #108283 - the8472:remove-splice-into-pipe, r=ChrisDenton | bors | -16/+88 |
| 2023-04-12 | Update unwind_safe.rs | Justin Symonds | -1/+1 |
| 2023-04-12 | Added diagnostic for pin! macro in addition to Box::pin if Unpin isn't implem... | Andrew Xie | -1/+1 |
| 2023-04-12 | Rollup merge of #110089 - petrosagg:mpsc-ub, r=m-ou-se | Matthias Krüger | -0/+12 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -117/+58 |
| 2023-04-12 | Fix btree `CursorMut::insert_after` check | marc0246 | -1/+65 |
| 2023-04-12 | Rollup merge of #110190 - cbeuw:mir-offset, r=oli-obk | Matthias Krüger | -0/+2 |
| 2023-04-12 | Make rust-intrinsic ABI unwindable | Gary Guo | -1/+233 |
| 2023-04-11 | Rollup merge of #110173 - solid-rs:patch/kmc-solid/socket-read-buf, r=cuviper | Michael Goulet | -6/+17 |
| 2023-04-11 | Rollup merge of #110104 - kormosi:todo_typo, r=cuviper | Michael Goulet | -2/+2 |
| 2023-04-11 | Rollup merge of #109894 - fleetingbytes:109893-var_os-never-returns-an-error,... | Michael Goulet | -12/+5 |
| 2023-04-11 | Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser | Michael Goulet | -0/+9 |
| 2023-04-11 | clarify wording around spurious wakeups from `thread::park` | Ibraheem Ahmed | -2/+2 |
| 2023-04-11 | Reword the docstring in todo! macro definition | Patrik Kormosi | -2/+2 |
| 2023-04-11 | Add Offset binary op to custom mir | Andy Wang | -0/+2 |
| 2023-04-11 | Rollup merge of #110070 - scottmcm:wrapping-neg, r=cuviper | Yuki Okushi | -5/+4 |
| 2023-04-11 | kmc-solid: Implement `Socket::read_buf` | Tomoaki Kawada | -6/+17 |
| 2023-04-11 | Break up long first paragraph | fleetingbytes | -3/+4 |
| 2023-04-10 | remove obsolete test | Tobias Decking | -11/+0 |
| 2023-04-10 | Fix typos in library | DaniPopes | -11/+11 |
| 2023-04-10 | Auto merge of #107007 - TDecking:float_parsing_improvments, r=Mark-Simulacrum | bors | -288/+188 |
| 2023-04-10 | Rollup merge of #110044 - scottmcm:more-size-of-val, r=ChrisDenton | Dylan DPC | -12/+4 |
| 2023-04-10 | Stabilize IsTerminal | Josh Triplett | -7/+6 |
| 2023-04-10 | Improve the floating point parser in `dec2flt`. | Tobias Decking | -288/+188 |
| 2023-04-09 | Auto merge of #109684 - fee1-dead-contrib:rv_const_range, r=Mark-Simulacrum | bors | -86/+16 |
| 2023-04-09 | Apply suggestions from code review
| Richard Schneeman | -1/+1 |