| Age | Commit message (Expand) | Author | Lines |
| 2021-07-19 | Rollup merge of #87236 - sunfishcode:avoid-locking-args, r=joshtriplett | Guillaume Gomez | -22/+3 |
| 2021-07-19 | Rollup merge of #87227 - bstrie:asm2arch, r=Amanieu | Guillaume Gomez | -49/+73 |
| 2021-07-19 | Auto merge of #87196 - oxalica:option-insert-must-use, r=joshtriplett | bors | -0/+1 |
| 2021-07-18 | Move asm! and global_asm! to core::arch | bstrie | -49/+73 |
| 2021-07-18 | better support for running libcore and liballoc tests with Miri | Ralf Jung | -0/+8 |
| 2021-07-18 | Remove unused stuff and switch to pub(crate) whenever possible. | Charles Lew | -299/+58 |
| 2021-07-18 | Fix compilation errors. | Charles Lew | -30/+13 |
| 2021-07-18 | Move `library/term/src` to `library/test/src/term/`. | Charles Lew | -10/+0 |
| 2021-07-18 | Rollup merge of #87183 - RalfJung:option-doctest, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-07-18 | Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe... | Yuki Okushi | -0/+22 |
| 2021-07-17 | x.py fmt | Dan Gohman | -5/+1 |
| 2021-07-17 | Remove an unnecessary `Mutex` around argument initialization. | Dan Gohman | -8/+7 |
| 2021-07-17 | Remove args cleanup code. | Dan Gohman | -14/+0 |
| 2021-07-17 | Auto merge of #86761 - Alexhuszagh:master, r=estebank | bors | -2596/+2383 |
| 2021-07-17 | Changed dec2flt to use the Eisel-Lemire algorithm. | Alex Huszagh | -2596/+2383 |
| 2021-07-17 | Auto merge of #87195 - yaahc:move-assert_matches-again, r=oli-obk | bors | -7/+7 |
| 2021-07-16 | i sweat to god | Jane Lusby | -1/+1 |
| 2021-07-16 | pls this time | Jane Lusby | -2/+2 |
| 2021-07-16 | implement ConstSizeIntoIterator for &[T;N] in addition to [T;N] | The8472 | -3/+68 |
| 2021-07-16 | Rollup merge of #87174 - inquisitivecrystal:array-map, r=kennytm | Guillaume Gomez | -4/+2 |
| 2021-07-16 | rename specializing trait to ConstSizeIntoIterator | The8472 | -4/+4 |
| 2021-07-17 | Mark `Option::insert` as must_use | oxalica | -0/+1 |
| 2021-07-16 | rename assert_matches module | Jane Lusby | -4/+4 |
| 2021-07-16 | fix typo in compile_fail doctest | Ralf Jung | -1/+1 |
| 2021-07-16 | Rollup merge of #87138 - dhwthompson:fix-range-invariant, r=JohnTitor | Guillaume Gomez | -1/+1 |
| 2021-07-15 | Stabilize `into_parts()` and `into_error()` | inquisitivecrystal | -4/+2 |
| 2021-07-15 | Stabilize `[T; N]::map()` | inquisitivecrystal | -4/+2 |
| 2021-07-15 | Added diagnostic items to structs and traits for Clippy | xFrednet | -0/+13 |
| 2021-07-15 | Added diagnostic items to functions for Clippy | xFrednet | -0/+9 |
| 2021-07-15 | implement TrustedLen for Flatten/FlatMap if the U: IntoIterator == [T; N] | The8472 | -1/+72 |
| 2021-07-15 | Allow leading pipe in `matches!()` patterns. | Chayim Refael Friedman | -3/+9 |
| 2021-07-15 | Rollup merge of #87127 - poliorcetics:ptr-rotate-safety, r=scottmcm | Yuki Okushi | -2/+54 |
| 2021-07-15 | Rollup merge of #87081 - a1phyr:add_wasi_ext_tracking_issue, r=dtolnay | Yuki Okushi | -2/+2 |
| 2021-07-15 | Rollup merge of #86947 - m-ou-se:assert-matches-to-submodule, r=yaahc | Yuki Okushi | -8/+23 |
| 2021-07-15 | Added Arc::try_pin | Alex Gaynor | -1/+7 |
| 2021-07-15 | Make wrapping_neg() use wrapping_sub(), #[inline(always)] | Hans Kratz | -4/+4 |
| 2021-07-14 | Auto merge of #86765 - cuviper:fuse-less-specialized, r=joshtriplett | bors | -188/+66 |
| 2021-07-14 | Correct invariant documentation for `steps_between` | David Thompson | -1/+1 |
| 2021-07-14 | Rollup merge of #87027 - petrochenkov:builderhelp, r=oli-obk | Guillaume Gomez | -2/+4 |
| 2021-07-14 | Add safety comments in private core::slice::rotate::ptr_rotate function | Alexis Bourget | -2/+54 |
| 2021-07-14 | Auto merge of #87118 - JohnTitor:rollup-8ltidsq, r=JohnTitor | bors | -6/+6 |
| 2021-07-14 | DOC: Add missing arguments to hypothetical code for step_by() | Matthias Geier | -6/+7 |
| 2021-07-14 | Auto merge of #86211 - tlyu:option-result-overviews, r=joshtriplett | bors | -5/+583 |
| 2021-07-14 | Rollup merge of #87099 - JohnTitor:upgrade-cc-crate, r=alexcrichton | Yuki Okushi | -2/+2 |
| 2021-07-14 | Rollup merge of #87090 - ssomers:btree_comments, r=the8472 | Yuki Okushi | -4/+4 |
| 2021-07-13 | expand: Support helper attributes for built-in derive macros | Vadim Petrochenkov | -2/+4 |
| 2021-07-13 | Upgrade `cc` crate to 1.0.69 | Yuki Okushi | -2/+2 |
| 2021-07-12 | add Stdin::lines, Stdin::split forwarder methods | Taylor Yu | -1/+44 |
| 2021-07-13 | Rollup merge of #86846 - tlyu:stdio-locked-tracking, r=joshtriplett | Yuki Okushi | -7/+7 |
| 2021-07-13 | Rollup merge of #86811 - soerenmeier:remove_remaining, r=yaahc | Yuki Okushi | -26/+0 |