| Age | Commit message (Expand) | Author | Lines |
| 2018-04-12 | Change the hashcounts in raw `Lit` variants from usize to u16. | Nicholas Nethercote | -14/+19 |
| 2018-04-12 | Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichton | bors | -1537/+1398 |
| 2018-04-12 | Mark the rest of the `unicode` feature flag as perma-unstable. | Simon Sapin | -7/+4 |
| 2018-04-12 | Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION. | Simon Sapin | -6/+7 |
| 2018-04-12 | Move core::char::printable to core::unicode::printable | Simon Sapin | -4/+4 |
| 2018-04-12 | Merge unstable Utf16Encoder into EncodeUtf16 | Simon Sapin | -65/+23 |
| 2018-04-12 | Merge core::unicode::str into core::str | Simon Sapin | -198/+182 |
| 2018-04-12 | Remove the CharExt trait, now that libcore has inherent methods for char | Simon Sapin | -190/+107 |
| 2018-04-12 | Move the rest of core::unicode::char to core::unicode | Simon Sapin | -274/+266 |
| 2018-04-12 | Move char conversions into a separate private module. | Simon Sapin | -290/+315 |
| 2018-04-12 | Move char decoding iterators into a separate private module. | Simon Sapin | -249/+265 |
| 2018-04-12 | Reexport from core::unicode::char in core::char rather than vice versa | Simon Sapin | -26/+19 |
| 2018-04-12 | Move the core::char module to its own directory | Simon Sapin | -4/+5 |
| 2018-04-12 | Deprecate the std_unicode crate | Simon Sapin | -20/+13 |
| 2018-04-12 | Move contents of libstd_unicode into libcore | Simon Sapin | -59/+56 |
| 2018-04-12 | Move Utf8Lossy decoder to libcore | Simon Sapin | -31/+16 |
| 2018-04-12 | Move char::REPLACEMENT_CHARACTER to libcore | Simon Sapin | -8/+10 |
| 2018-04-11 | Auto merge of #49875 - kennytm:rollup, r=kennytm | bors | -64/+243 |
| 2018-04-12 | Rollup merge of #48270 - leodasvacas:refactor-casts, r=nikomatsakis | kennytm | -7/+38 |
| 2018-04-12 | Rollup merge of #49730 - sinkuu:fix_ice_49556, r=cramertj | kennytm | -3/+29 |
| 2018-04-12 | Rollup merge of #49734 - alexcrichton:generalize-token-stream, r=nikomatsakis | kennytm | -2/+9 |
| 2018-04-12 | Rollup merge of #49849 - alecmocatta:master, r=alexcrichton | kennytm | -1/+1 |
| 2018-04-12 | Rollup merge of #49857 - Amanieu:aarch64_fp, r=alexcrichton | kennytm | -0/+1 |
| 2018-04-12 | Rollup merge of #49863 - memoryleak47:andorid, r=oli-obk | kennytm | -1/+1 |
| 2018-04-12 | Rollup merge of #49856 - varkor:no_mangle-statics-unlinted, r=michaelwoerister | kennytm | -0/+6 |
| 2018-04-11 | Auto merge of #49872 - oli-obk:clippy, r=Manishearth | bors | -18/+18 |
| 2018-04-11 | Auto merge of #49861 - pnkfelix:compare-mode-nll-followup-2, r=nikomatsakis | bors | -56/+3626 |
| 2018-04-11 | Rollup merge of #49809 - Mark-Simulacrum:no-color-for-dumb, r=alexcrichton | kennytm | -1/+3 |
| 2018-04-11 | Rollup merge of #49795 - nox:niche-with-uninhabited-fields, r=eddyb | kennytm | -3/+10 |
| 2018-04-11 | Rollup merge of #49781 - Robbepop:master, r=nikomatsakis | kennytm | -0/+63 |
| 2018-04-11 | Rollup merge of #49665 - draganmladjenovic:mips_tests, r=nikomatsakis | kennytm | -8/+18 |
| 2018-04-11 | Rollup merge of #49614 - zackmdavis:the_phantom_menace, r=petrochenkov | kennytm | -0/+30 |
| 2018-04-11 | Rollup merge of #49575 - tmccombs:option-filter-stabilize, r=withoutboats | kennytm | -4/+1 |
| 2018-04-11 | Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm | kennytm | -34/+33 |
| 2018-04-11 | Update clippy and rls | Oliver Schneider | -18/+18 |
| 2018-04-11 | Auto merge of #49681 - tmccombs:take-set-limit-stable, r=sfackler | bors | -2/+1 |
| 2018-04-11 | Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton | bors | -63/+26 |
| 2018-04-10 | Allow incorrectly reported unused attribute warning | Mark Simulacrum | -0/+3 |
| 2018-04-11 | Auto merge of #49695 - michaelwoerister:unhygienic-ty-min, r=nikomatsakis | bors | -35/+52 |
| 2018-04-11 | fixed typo | memoryleak47 | -1/+1 |
| 2018-04-11 | Checkpoint the current status of NLL on `ui` tests via compare-mode=nll. | Felix S. Klock II | -0/+3543 |
| 2018-04-11 | Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including... | Felix S. Klock II | -54/+54 |
| 2018-04-10 | Fix "fp" feature for AArch64 | Amanieu d'Antras | -0/+1 |
| 2018-04-10 | Do not uppercase-lint no_mangle statics | varkor | -0/+6 |
| 2018-04-10 | Auto merge of #48914 - gaurikholkar:e0389, r=nikomatsakis | bors | -24/+182 |
| 2018-04-10 | Add --enable-debug flag to musl CI build script | Alec Mocatta | -1/+1 |
| 2018-04-10 | Auto merge of #49386 - GuillaumeGomez:fix-path-attribute, r=eddyb | bors | -4/+7 |
| 2018-04-10 | Add ignores for powerpc and s390x to target-feature-wrong.rs and update refer... | dragan.mladjenovic | -7/+9 |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -89/+101 |
| 2018-04-10 | Update ui test references. | dragan.mladjenovic | -7/+7 |