| Age | Commit message (Expand) | Author | Lines |
| 2023-04-20 | Rollup merge of #110448 - ripytide:master, r=cuviper | Yuki Okushi | -45/+46 |
| 2023-04-20 | Implement `Neg` for signed non-zero integers. | John Millikin | -3/+34 |
| 2023-04-19 | Auto merge of #106704 - ecnelises:big_archive, r=bjorn3 | bors | -3/+3 |
| 2023-04-19 | Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk | bors | -1108/+619 |
| 2023-04-19 | Bump version of object and related crates | Qiu Chaofan | -3/+3 |
| 2023-04-19 | Rollup merge of #110432 - compiler-errors:unsatisfied-index-impl, r=cjgillot | Matthias Krüger | -0/+1 |
| 2023-04-18 | Use a diagnostic item instead of filtering for Index::Output | Michael Goulet | -0/+1 |
| 2023-04-18 | Rollup merge of #110441 - kadiwa4:typos, r=thomcc | Guillaume Gomez | -6/+6 |
| 2023-04-17 | cmp doc examples consistency improvements | ripytide | -45/+46 |
| 2023-04-17 | fix codegen difference | Deadbeef | -8/+22 |
| 2023-04-17 | typos | kadiwa | -6/+6 |
| 2023-04-17 | Rollup merge of #110433 - ChrisDenton:notfound, r=thomcc | Matthias Krüger | -3/+6 |
| 2023-04-17 | Rollup merge of #110388 - JohnBobbo96:remove-intrinsic-unwrap, r=the8472 | Matthias Krüger | -1/+3 |
| 2023-04-16 | Windows: map a few more error codes to ErrorKind | Chris Denton | -3/+6 |
| 2023-04-16 | Add a message indicating overflow in | John Bobbo | -1/+3 |
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -27/+65 |
| 2023-04-16 | readd `const_trait` to `Drop`, `Destruct`, and `Fn*` | Deadbeef | -0/+6 |
| 2023-04-16 | fix tidy | Deadbeef | -0/+3 |
| 2023-04-16 | fix alloc | Deadbeef | -12/+6 |
| 2023-04-16 | core is now compilable | Deadbeef | -253/+85 |
| 2023-04-16 | more hacks | Deadbeef | -6/+14 |
| 2023-04-16 | hack cstr is_empty | Deadbeef | -1/+2 |
| 2023-04-16 | hack signum as well | Deadbeef | -2/+5 |
| 2023-04-16 | memchr hack | Deadbeef | -3/+8 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -868/+475 |
| 2023-04-16 | Remove unused unused_macros | est31 | -1/+0 |
| 2023-04-15 | Use a `saturating_mul` instead of a `checked_mul` | John Bobbo | -1/+1 |
| 2023-04-16 | Rollup merge of #110347 - est31:size_of_links, r=jyn514 | Yuki Okushi | -6/+13 |
| 2023-04-15 | Add intra-doc links to size_of_* functions | est31 | -6/+13 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -117/+58 |
| 2023-04-14 | Rollup merge of #110154 - DaniPopes:library-typos, r=JohnTitor | Matthias Krüger | -11/+11 |
| 2023-04-14 | Rollup merge of #110110 - lukas-code:display-panic-info, r=JohnTitor | Matthias Krüger | -6/+2 |
| 2023-04-14 | Rollup merge of #109947 - clubby789:cmp-macro-crosslink, r=JohnTitor | Matthias Krüger | -4/+7 |
| 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 | 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 |