| Age | Commit message (Expand) | Author | Lines |
| 2018-11-15 | Rollup merge of #55932 - Turbo87:to_digit, r=alexcrichton | Pietro Albini | -8/+71 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -2/+2 |
| 2018-11-15 | Rollup merge of #55785 - stjepang:unsized-drop-forget, r=alexcrichton | Pietro Albini | -0/+18 |
| 2018-11-15 | Rollup merge of #55507 - fhartwig:size_of_intrinsic_docs, r=frewsxcv | Pietro Albini | -0/+3 |
| 2018-11-14 | core/char: Add comment to `to_digit()` | Tobias Bieniek | -0/+3 |
| 2018-11-14 | core/char: Drop `radix == 10` special case | Tobias Bieniek | -8/+1 |
| 2018-11-13 | Remove unneeded newline. | Corey Farwell | -1/+0 |
| 2018-11-13 | core/char: Speed up `to_digit()` for `radix <= 10` | Tobias Bieniek | -5/+20 |
| 2018-11-13 | core/char: Replace condition + `panic!()` with `assert!()` | Tobias Bieniek | -3/+1 |
| 2018-11-13 | core/benches: Add `char::to_digit()` benchmarks | Tobias Bieniek | -0/+54 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -2/+2 |
| 2018-11-13 | Rollup merge of #55896 - rust-lang:opt-fuse, r=shepmaster | kennytm | -1/+1 |
| 2018-11-13 | Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiser | kennytm | -1/+1 |
| 2018-11-13 | Rollup merge of #55837 - Centril:spökdata-skall-vara-strukturellt-matchbar, ... | kennytm | -0/+2 |
| 2018-11-13 | Auto merge of #55052 - newpavlov:patch-2, r=alexcrichton | bors | -1/+1 |
| 2018-11-12 | Auto merge of #55278 - Centril:constification-1, r=alexcrichton | bors | -39/+27 |
| 2018-11-12 | Update docs | Stjepan Glavina | -16/+3 |
| 2018-11-12 | Add forget_unsized only | Stjepan Glavina | -107/+15 |
| 2018-11-12 | Document optimizations enabled by FusedIterator | Simon Sapin | -1/+1 |
| 2018-11-11 | Fix typos. | Bruce Mitchener | -1/+1 |
| 2018-11-11 | Rollup merge of #55844 - waywardmonkeys:typo-fixes, r=varkor | Pietro Albini | -12/+12 |
| 2018-11-11 | Rollup merge of #55839 - dralley:docstring-spelling, r=TimNN | Pietro Albini | -6/+5 |
| 2018-11-11 | Rollup merge of #55828 - oli-obk:promotion_strikes_again, r=eddyb | Pietro Albini | -0/+2 |
| 2018-11-11 | Rollup merge of #55764 - murarth:fix-rc-alloc, r=RalfJung | Pietro Albini | -0/+17 |
| 2018-11-10 | Auto merge of #55650 - nikic:funnel-shift, r=nagisa | bors | -2/+26 |
| 2018-11-10 | Fix documentation typos. | Bruce Mitchener | -12/+12 |
| 2018-11-09 | Fix docstring spelling mistakes | Daniel Alley | -6/+5 |
| 2018-11-10 | make PhantomData #[structural_match]. | Mazdak Farrokhzad | -0/+2 |
| 2018-11-10 | revert spurious edits. | Mazdak Farrokhzad | -15/+5 |
| 2018-11-10 | revert some more constification. | Mazdak Farrokhzad | -1/+1 |
| 2018-11-10 | revert making internal APIs const fn. | Mazdak Farrokhzad | -23/+23 |
| 2018-11-10 | reduce list to functions callable in const ctx. | Mazdak Farrokhzad | -25/+25 |
| 2018-11-10 | constify parts of libstd. | Mazdak Farrokhzad | -0/+0 |
| 2018-11-10 | constify parts of libcore. | Mazdak Farrokhzad | -80/+82 |
| 2018-11-10 | constify libcore/time.rs | Mazdak Farrokhzad | -8/+4 |
| 2018-11-09 | Add missing `rustc_promotable` attribute to unsigned `min_value` and `max_value` | Oliver Scherer | -0/+2 |
| 2018-11-08 | Fix Rc/Arc allocation layout | Murarth | -0/+17 |
| 2018-11-08 | Use T: ?Sized in intrinsics::forget | Stjepan Glavina | -1/+1 |
| 2018-11-08 | Allow unsized types in mem::drop and mem::forget | Stjepan Glavina | -1/+124 |
| 2018-11-08 | Auto merge of #55366 - Amanieu:stable_layout, r=Amanieu | bors | -24/+16 |
| 2018-11-07 | Rollup merge of #55377 - goffrie:patch-2, r=joshtriplett | kennytm | -4/+5 |
| 2018-11-06 | Add a tracking issue for extra Layout methods | Amanieu d'Antras | -7/+7 |
| 2018-11-06 | API changes as discussed in the comments | Amanieu d'Antras | -17/+6 |
| 2018-11-06 | Add a comment about how Layout::extend matches the C struct layout | Amanieu d'Antras | -0/+3 |
| 2018-11-05 | Auto merge of #55410 - nagisa:atomic-align, r=pnkfelix | bors | -0/+56 |
| 2018-11-05 | Do not Atomic{I,U}128 in stage0 | Simonas Kazlauskas | -2/+2 |
| 2018-11-03 | Implement rotate using funnel shift on LLVM >= 7 | Nikita Popov | -2/+26 |
| 2018-11-01 | update DispatchFromDyn doctest | Michael Hewson | -0/+3 |
| 2018-11-01 | Replace CoerceSized trait with DispatchFromDyn | Michael Hewson | -36/+35 |
| 2018-11-01 | fix docs on trait | Michael Hewson | -4/+4 |