| Age | Commit message (Expand) | Author | Lines |
| 2018-05-22 | Auto merge of #50520 - Zoxc:alloc-misc, r=oli-obk | bors | -318/+322 |
| 2018-05-22 | Auto merge of #50876 - matthewjasper:rollback-trivial-bounds, r=nikomatsakis | bors | -5/+102 |
| 2018-05-22 | Auto merge of #50838 - alexcrichton:token-impls, r=eddyb | bors | -17/+117 |
| 2018-05-22 | Introduce AllocType which indicates what AllocIds point to | John Kåre Alsaker | -284/+251 |
| 2018-05-22 | Move the allocation interner out of InterpretInternerInner | John Kåre Alsaker | -7/+9 |
| 2018-05-22 | Get rid of literal_alloc_cache | John Kåre Alsaker | -28/+63 |
| 2018-05-22 | Auto merge of #50486 - Manishearth:approx-stab, r=nrc | bors | -39/+22 |
| 2018-05-21 | Auto merge of #49283 - varkor:combining-chars-escape_debug, r=SimonSapin | bors | -26/+190 |
| 2018-05-21 | Auto merge of #50812 - kennytm:fix-50756-miri-bad-float-behavior, r=oli-obk | bors | -7/+71 |
| 2018-05-21 | Fix tables.rs | varkor | -6/+45 |
| 2018-05-21 | Avoid counting characters and add explanatory comment to test | varkor | -2/+14 |
| 2018-05-21 | Only escape extended grapheme characters in the first position | varkor | -15/+28 |
| 2018-05-21 | Make {char, str}::escape_debug and impl Debug for {char, str} consistent | varkor | -16/+4 |
| 2018-05-21 | Use Grapheme_Extend instead of Mn | varkor | -174/+137 |
| 2018-05-21 | Use the correct output directory for downloading Unicode files | varkor | -2/+1 |
| 2018-05-21 | Remove example in test for is_nonspacing_mark because it's currently private | varkor | -10/+0 |
| 2018-05-21 | Add test for Debug formatting of char | varkor | -0/+8 |
| 2018-05-21 | Escape combining characters in escape_debug | varkor | -5/+33 |
| 2018-05-21 | Keep tables.rs copyright notice up to date | varkor | -5/+5 |
| 2018-05-21 | Download unicode data files in directory of unicode.py | varkor | -7/+11 |
| 2018-05-21 | Update unicode/tables.rs with Mn | varkor | -1/+121 |
| 2018-05-21 | update tests | Manish Goregaokar | -0/+16 |
| 2018-05-21 | Remove rustc_serialize_exclude_null | Manish Goregaokar | -17/+2 |
| 2018-05-21 | Stabilize suggestion applicability field in json output | Manish Goregaokar | -22/+4 |
| 2018-05-21 | Auto merge of #50801 - eddyb:param-things, r=nikomatsakis | bors | -281/+246 |
| 2018-05-21 | Auto merge of #50265 - japaric:sz, r=alexcrichton | bors | -21/+9 |
| 2018-05-21 | rustc: move TypeParamDef's fields into GenericParamDefKind::Type. | Eduard-Mihai Burtescu | -91/+94 |
| 2018-05-21 | rustc: use AccumulateVec in Substs::for_item. | Eduard-Mihai Burtescu | -9/+19 |
| 2018-05-21 | rustc: don't expose Substs::fill_item as public. | Eduard-Mihai Burtescu | -28/+25 |
| 2018-05-21 | rustc: use intern_* instead of mk_* where possible. | Eduard-Mihai Burtescu | -11/+15 |
| 2018-05-21 | rustc: don't call Kind::from directly, use .into() instead. | Eduard-Mihai Burtescu | -44/+22 |
| 2018-05-21 | rustc: make mk_substs_trait take &[Kind] instead of &[Ty]. | Eduard-Mihai Burtescu | -98/+70 |
| 2018-05-21 | rustc: avoid using intern_*(it.collect()) when mk_*(it) works better. | Eduard-Mihai Burtescu | -5/+6 |
| 2018-05-21 | Auto merge of #50898 - shepmaster:typo, r=QuietMisdreavus | bors | -13/+14 |
| 2018-05-21 | Auto merge of #50739 - gnzlbg:vec_reserve, r=sfackler | bors | -2/+2 |
| 2018-05-21 | Auto merge of #50924 - petrochenkov:spanover, r=alexcrichton | bors | -13/+15 |
| 2018-05-21 | Auto merge of #50860 - nox:big-niches-for-big-doggos-🐕, r=eddyb | bors | -37/+77 |
| 2018-05-20 | Auto merge of #50851 - eddyb:the-only-constant, r=nikomatsakis | bors | -320/+336 |
| 2018-05-20 | lexer: Fix span override for the first token in a string | Vadim Petrochenkov | -13/+15 |
| 2018-05-20 | Auto merge of #50234 - cramertj:extend, r=alexcrichton | bors | -0/+27 |
| 2018-05-20 | Auto merge of #50719 - frewsxcv:frewsxcv-iterator-zip, r=alexcrichton | bors | -2/+1 |
| 2018-05-20 | Auto merge of #50908 - petrochenkov:usemacself, r=alexcrichton | bors | -2/+40 |
| 2018-05-20 | Auto merge of #50841 - oli-obk:promote_errors_to_panics, r=eddyb | bors | -34/+134 |
| 2018-05-20 | Auto merge of #50855 - nnethercote:fewer-macro_parser-allocs, r=petrochenkov | bors | -35/+87 |
| 2018-05-20 | Auto merge of #50820 - alexcrichton:no-modules, r=petrochenkov | bors | -6/+153 |
| 2018-05-20 | Auto merge of #50813 - paoloteti:cortex-r, r=alexcrichton | bors | -0/+79 |
| 2018-05-19 | UnsafeCell doc typos and minor flow improvements | Jake Goulding | -13/+14 |
| 2018-05-20 | Auto merge of #50803 - varkor:never-transmute-never, r=eddyb | bors | -3/+47 |
| 2018-05-20 | resolve: Don't add unnecessary import candidates for `prefix::{self}` imports | Vadim Petrochenkov | -2/+40 |
| 2018-05-19 | Auto merge of #50893 - kennytm:rollup, r=kennytm | bors | -327/+273 |