| Age | Commit message (Expand) | Author | Lines |
| 2018-05-23 | Rollup merge of #50961 - Zoxc:fix-filecheck, r=alexcrichton | kennytm | -5/+13 |
| 2018-05-23 | Rollup merge of #50958 - KiChjang:nit-50697, r=pnkfelix | kennytm | -0/+1 |
| 2018-05-23 | Rollup merge of #50952 - steveklabnik:2018-book, r=alexcrichton | kennytm | -0/+6 |
| 2018-05-23 | Rollup merge of #50947 - QuietMisdreavus:nice-tabs, r=GuillaumeGomez | kennytm | -0/+2 |
| 2018-05-23 | Rollup merge of #50946 - alexcrichton:fix-parse-lifetime, r=petrochenkov | kennytm | -1/+65 |
| 2018-05-23 | Rollup merge of #50945 - stjepang:stabilize-from-ref, r=SimonSapin | kennytm | -6/+6 |
| 2018-05-23 | Rollup merge of #50932 - nnethercote:seen-Predicates, r=eddyb | kennytm | -3/+18 |
| 2018-05-23 | Rollup merge of #50931 - nnethercote:inline-try_get, r=michaelwoerister | kennytm | -0/+4 |
| 2018-05-23 | Rollup merge of #50914 - simartin:issue_50636, r=oli-obk | kennytm | -3/+43 |
| 2018-05-23 | Rollup merge of #50913 - d-e-s-o:fix-typo, r=joshtriplett | kennytm | -1/+1 |
| 2018-05-23 | Rollup merge of #50875 - QuietMisdreavus:short-features, r=GuillaumeGomez | kennytm | -22/+30 |
| 2018-05-23 | Rollup merge of #50863 - oli-obk:const_len, r=SimonSapin,Gankro | kennytm | -16/+72 |
| 2018-05-23 | Rollup merge of #50849 - est31:visit_closure_args, r=michaelwoerister | kennytm | -1/+2 |
| 2018-05-23 | Rollup merge of #50846 - GuillaumeGomez:add-e0665, r=frewsxcv | kennytm | -6/+82 |
| 2018-05-22 | build the 2018 edition | steveklabnik | -0/+6 |
| 2018-05-22 | Auto merge of #49172 - oli-obk:const_let, r=eddyb | bors | -113/+354 |
| 2018-05-22 | Deduplicate match arms | Oliver Schneider | -7/+4 |
| 2018-05-22 | Auto merge of #50520 - Zoxc:alloc-misc, r=oli-obk | bors | -318/+322 |
| 2018-05-22 | Fix a typo in a comment | Oliver Schneider | -2/+2 |
| 2018-05-22 | Remove now unused error code | Oliver Schneider | -15/+0 |
| 2018-05-22 | Report let bindings and statements as unstable | Oliver Schneider | -65/+150 |
| 2018-05-22 | Be more explicit about what's skipped | Oliver Schneider | -33/+32 |
| 2018-05-22 | Allow let bindings in const fn and constants | Oliver Schneider | -18/+193 |
| 2018-05-22 | Auto merge of #50876 - matthewjasper:rollback-trivial-bounds, r=nikomatsakis | bors | -5/+102 |
| 2018-05-22 | Fix FileCheck finding | John Kåre Alsaker | -5/+13 |
| 2018-05-21 | Micro-optimization on PR#50697 | Keith Yeung | -0/+1 |
| 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 | rustdoc: set tab width in rust source blocks | QuietMisdreavus | -0/+2 |
| 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 |