| Age | Commit message (Expand) | Author | Lines |
| 2023-08-25 | Rollup merge of #114754 - workingjubilee:gamma-ray-logger, r=thomcc | Matthias Krüger | -2/+6 |
| 2023-08-24 | Rollup merge of #115124 - solid-rs:patch/kmc-solid/import-poison-error-in-os,... | Weihang Lo | -1/+1 |
| 2023-08-24 | Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonur | bors | -21/+21 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -2/+2 |
| 2023-08-23 | Rollup merge of #114696 - g0djan:godjan/fix_114610, r=Mark-Simulacrum | Guillaume Gomez | -0/+8 |
| 2023-08-23 | Rollup merge of #115053 - waywardmonkeys:augment-type-keyword-docs, r=cuviper | Dylan DPC | -1/+9 |
| 2023-08-23 | kmc-solid: Import `std::sync::PoisonError` in `std::sys::solid::os` | Tomoaki Kawada | -1/+1 |
| 2023-08-22 | Replace version placeholders with 1.73.0 | Mark Rousskov | -19/+19 |
| 2023-08-21 | docs: add alias log1p to ln_1p | Michael Howell | -0/+2 |
| 2023-08-21 | docs: Add example, reference link for `type` keyword. | Bruce Mitchener | -1/+9 |
| 2023-08-20 | Rollup merge of #114968 - ShE3py:unix-getsetenv-ub, r=thomcc | Matthias Krüger | -27/+47 |
| 2023-08-20 | Auto merge of #113167 - ChAoSUnItY:redundant_explicit_link, r=GuillaumeGomez | bors | -0/+1 |
| 2023-08-20 | Rollup merge of #114983 - crlf0710:formatmsg, r=ChrisDenton | Matthias Krüger | -6/+2 |
| 2023-08-20 | Rollup merge of #114973 - shepmaster:std-provide-value, r=Amanieu | Matthias Krüger | -1/+1 |
| 2023-08-20 | Rollup merge of #114605 - Easyoakland:hash-collection-doc, r=thomcc | Matthias Krüger | -5/+8 |
| 2023-08-19 | Usage zero as language id for FormatMessageW() | Charles Lew | -6/+2 |
| 2023-08-19 | Rollup merge of #114977 - kpreid:modulo, r=thomcc | Matthias Krüger | -0/+2 |
| 2023-08-19 | Rollup merge of #114971 - kpreid:trig, r=joshtriplett | Matthias Krüger | -0/+18 |
| 2023-08-18 | Add `modulo` and `mod` as doc aliases for `rem_euclid`. | Kevin Reid | -0/+2 |
| 2023-08-18 | Auto merge of #114591 - joboet:thread_parking_ordering_fix, r=thomcc | bors | -11/+6 |
| 2023-08-18 | Expose core::error::request_value in std | Jake Goulding | -1/+1 |
| 2023-08-18 | Add doc aliases for trigonometry and other f32,f64 methods. | Kevin Reid | -0/+18 |
| 2023-08-18 | Fix UB in `std::sys::os::getenv()` | ShE3py | -27/+47 |
| 2023-08-18 | resolve conflicts | Kyle Lin | -0/+1 |
| 2023-08-18 | resolve conflicts | Kyle Lin | -1/+1 |
| 2023-08-18 | lint links | Kyle Lin | -1/+1 |
| 2023-08-17 | Rollup merge of #114897 - joshtriplett:partial-revert-ok-0, r=m-ou-se | Josh Stone | -3/+3 |
| 2023-08-17 | Rollup merge of #114749 - gurry:issue-114722, r=thomcc | Matthias Krüger | -3/+2 |
| 2023-08-16 | Partially revert #107200 | Josh Triplett | -3/+3 |
| 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 | Rollup merge of #114861 - RalfJung:no-effect, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2023-08-16 | Auto merge of #114689 - m-ou-se:stabilize-thread-local-cell-methods, r=thomcc | bors | -18/+9 |
| 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 | -1/+1 |
| 2023-08-15 | Document Default for ExitStatus | Ian Jackson | -1/+10 |
| 2023-08-15 | Rollup merge of #114800 - RalfJung:transparent, r=cuviper | Guillaume Gomez | -14/+22 |
| 2023-08-14 | Auto merge of #113658 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3 | bors | -0/+7 |
| 2023-08-14 | actually this doesn't even affect doctests. nice. | Ralf Jung | -18/+9 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -0/+7 |
| 2023-08-14 | std: add some missing repr(transparent) | Ralf Jung | -2/+19 |
| 2023-08-13 | core/any: remove Provider trait | wayne warren | -9/+9 |
| 2023-08-12 | Rollup merge of #114132 - tamird:better-env-debug-impls, r=Amanieu | Matthias Krüger | -12/+256 |
| 2023-08-12 | Name what ln_gamma does | Jubilee Young | -2/+6 |
| 2023-08-12 | Remove unnecessary feature gates | Jacob Pratt | -1/+0 |
| 2023-08-12 | Update Sender documentation for Sync | Gurinder Singh | -3/+2 |
| 2023-08-11 | Auto merge of #113432 - klensy:ms-cut-backtrace, r=ChrisDenton | bors | -1/+7 |
| 2023-08-10 | Rollup merge of #114359 - ttsugriy:barrier-simpl, r=cuviper | Michael Goulet | -5/+2 |
| 2023-08-10 | Rollup merge of #114194 - thomcc:flushinline, r=cuviper | Michael Goulet | -0/+13 |