| Age | Commit message (Expand) | Author | Lines |
| 2020-04-15 | Deprecate the asm! macro | Amanieu d'Antras | -3/+8 |
| 2020-04-15 | Update stdarch submodule to use llvm_asm! instead of asm! | Amanieu d'Antras | -0/+4 |
| 2020-04-15 | big-O notation: parenthesis, multiplication and backticks | Ralf Jung | -7/+7 |
| 2020-04-14 | Rollup merge of #71133 - MiSawa:fix-sort-by-key-doc, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-04-14 | Rollup merge of #71082 - NeoRaider:ptr_slice_len, r=oli-obk,SimonSapin | Dylan DPC | -0/+56 |
| 2020-04-14 | ptr: add tracking issue for len() method on raw slices | Matthias Schiffer | -4/+4 |
| 2020-04-14 | ptr: introduce len() method on raw slices | Matthias Schiffer | -2/+50 |
| 2020-04-14 | ptr: implement "const_slice_ptr" and "mut_slice_ptr" lang items | Matthias Schiffer | -0/+8 |
| 2020-04-14 | Tighten time complexity on the doc | mi_sawa | -1/+1 |
| 2020-04-13 | Remove the last remnant of unsigned Neg | Josh Stone | -17/+4 |
| 2020-04-13 | Add examples to Pattern docs | Ivan Tham | -0/+26 |
| 2020-04-13 | Add period to Pattern docs | Ivan Tham | -5/+5 |
| 2020-04-12 | Document unsafety in `src/libcore/hash/sip.rs` | LeSeulArtichaut | -3/+8 |
| 2020-04-11 | Document unsafety in `src/libcore/hash/mod.rs` | LeSeulArtichaut | -2/+7 |
| 2020-04-11 | Document unsafety in `core::option` | LeSeulArtichaut | -2/+6 |
| 2020-04-11 | Store UNICODE_VERSION as a tuple | Pyfisch | -30/+5 |
| 2020-04-10 | Added comments. | Rakshith Ravi | -21/+16 |
| 2020-04-09 | Rollup merge of #70896 - cuviper:optional-chain, r=scottmcm | Mazdak Farrokhzad | -154/+113 |
| 2020-04-08 | Adjust Step::forward_checked docs for large types | CAD97 | -12/+7 |
| 2020-04-08 | Redesign the Step trait | CAD97 | -201/+539 |
| 2020-04-08 | Add inherent impls for unchecked math intrinsics | CAD97 | -0/+102 |
| 2020-04-08 | Stabilize some of alloc_layout_extras | CAD97 | -14/+11 |
| 2020-04-08 | Added FuseIteratorImpl, FustDoubleEndedIteratorImpl and FuseExactSizeIterator... | Rakshith Ravi | -79/+250 |
| 2020-04-07 | Avoid extra &mut in Chain::fold and try_fold | Josh Stone | -2/+2 |
| 2020-04-07 | Reduce callsites in Chain::last() | Josh Stone | -11/+10 |
| 2020-04-07 | Reduce callsites in Chain::count() | Josh Stone | -6/+9 |
| 2020-04-07 | Implement Chain with Option fuses | Josh Stone | -149/+106 |
| 2020-04-06 | Use integer assoc consts in libcore | Linus Färnstrand | -5/+5 |
| 2020-04-06 | Use assoc float consts in libcore | Linus Färnstrand | -28/+18 |
| 2020-04-05 | Remove a stack frame from .await calls | Steven Fackler | -5/+2 |
| 2020-04-06 | Rollup merge of #70782 - faern:use-assoc-float-consts, r=dtolnay | Mazdak Farrokhzad | -24/+4 |
| 2020-04-06 | Rollup merge of #70750 - cuviper:direct-fuse, r=scottmcm | Mazdak Farrokhzad | -74/+63 |
| 2020-04-05 | Rollup merge of #70777 - faern:use-assoc-int-consts2, r=dtolnay | Dylan DPC | -39/+23 |
| 2020-04-05 | Rollup merge of #70760 - PonasKovas:docs, r=Dylan-DPC | Dylan DPC | -2/+4 |
| 2020-04-05 | Make libcore float constant examples similar to libstd | Linus Färnstrand | -12/+4 |
| 2020-04-05 | Stop importing the float modules. Use assoc consts | Linus Färnstrand | -12/+0 |
| 2020-04-05 | Stop importing int/float modules in libcore | Linus Färnstrand | -39/+23 |
| 2020-04-05 | Rollup merge of #70752 - yoshuawuyts:slice_fill, r=dtolnay | Dylan DPC | -0/+24 |
| 2020-04-05 | Add slice::fill | Yoshua Wuyts | -0/+24 |
| 2020-04-04 | docs: make the description of Result::map_or more clear | Ponas | -2/+4 |
| 2020-04-03 | Rollup merge of #69860 - faern:use-assoc-int-consts, r=dtolnay | Mazdak Farrokhzad | -29/+27 |
| 2020-04-03 | Use a macro to expand the specialized Fuse | Josh Stone | -41/+23 |
| 2020-04-03 | Open-code Fuse's Option matches | Josh Stone | -35/+42 |
| 2020-04-03 | Rollup merge of #70731 - JohnTitor:follow-up-rustc-middle, r=eddyb | Dylan DPC | -3/+6 |
| 2020-04-03 | Rollup merge of #70728 - TimDiekmann:allocref-doc, r=Amanieu | Dylan DPC | -19/+22 |
| 2020-04-03 | Minor follow-up after renaming librustc(_middle) | Yuki Okushi | -3/+6 |
| 2020-04-03 | Replace float module consts with assoc consts in documentation | Linus Färnstrand | -11/+9 |
| 2020-04-03 | Replace max/min_value() with MAX/MIN assoc consts | Linus Färnstrand | -12/+12 |
| 2020-04-03 | Make documentation examples use new integer assoc consts | Linus Färnstrand | -6/+6 |
| 2020-04-03 | Update mod.rs | Tim Diekmann | -1/+1 |