| Age | Commit message (Expand) | Author | Lines |
| 2018-12-06 | Auto merge of #54517 - mcr431:53956-panic-on-include_bytes-of-own-file, r=mic... | bors | -63/+74 |
| 2018-12-05 | Rollup merge of #56452 - sinkuu:redundant_clone, r=nikic | Pietro Albini | -1/+1 |
| 2018-12-05 | Auto merge of #55466 - sinkuu:cleanup, r=petrochenkov | bors | -63/+34 |
| 2018-12-05 | Fix pretty test | Shotaro Yamada | -1/+1 |
| 2018-12-04 | adds DocTest filename variant, refactors doctest_offset out of source_map, fi... | Matthew Russo | -34/+21 |
| 2018-12-04 | updates all Filename variants to take a fingerprint | Matthew Russo | -13/+16 |
| 2018-12-04 | new_source_file no longer enters duplicate files, expand_include_bytes includ... | Matthew Russo | -19/+40 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -1/+1 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -21/+20 |
| 2018-12-04 | Tidy fixup | Oliver Scherer | -1/+1 |
| 2018-12-04 | Allow calling `const unsafe fn` in `const fn` behind a feature gate | Oliver Scherer | -0/+3 |
| 2018-12-04 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-12-04 | Fix test | Shotaro Yamada | -1/+2 |
| 2018-12-04 | Use iterator and pattern APIs instead of `char_at` | Shotaro Yamada | -62/+32 |
| 2018-12-04 | Address review comments | Vadim Petrochenkov | -23/+10 |
| 2018-12-04 | syntax: Remove `#[non_exhaustive]` from `Edition` | Vadim Petrochenkov | -1/+0 |
| 2018-12-04 | syntax: Rename some keywords | Vadim Petrochenkov | -13/+13 |
| 2018-12-03 | Rollup merge of #56438 - yui-knk:remove_not_used_DotEq_token, r=petrochenkov | kennytm | -6/+1 |
| 2018-12-03 | Rollup merge of #56433 - yui-knk:update_comment_of_parse_visibility, r=petroc... | kennytm | -3/+4 |
| 2018-12-03 | Rollup merge of #56419 - mark-i-m:remove-try, r=Centril | kennytm | -5/+3 |
| 2018-12-03 | Rollup merge of #56412 - petrochenkov:extself, r=Centril | kennytm | -1/+1 |
| 2018-12-03 | Rollup merge of #56366 - alexreg:stabilise-self_in_typedefs, r=Centril | kennytm | -6/+5 |
| 2018-12-02 | Remove not used `DotEq` token | yui-knk | -6/+1 |
| 2018-12-02 | Delay gensym creation for "underscore items" until name resolution | Vadim Petrochenkov | -14/+13 |
| 2018-12-02 | Fix "line longer than 100 chars" | yui-knk | -3/+4 |
| 2018-12-02 | Add description about `crate` for parse_visibility's comment | yui-knk | -1/+1 |
| 2018-12-01 | remove some uses of try! | Mark Mansi | -5/+3 |
| 2018-12-01 | Update tracking issue for `extern_crate_self` | Vadim Petrochenkov | -1/+1 |
| 2018-12-01 | resolve: Support aliasing local crate root in extern prelude | Vadim Petrochenkov | -1/+8 |
| 2018-11-30 | Use appropriate terminology based on heuristic | Esteban Küber | -13/+24 |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -6/+5 |
| 2018-11-30 | Suggest an appropriate token when encountering `pub Ident<'a>` | Esteban Küber | -11/+28 |
| 2018-12-01 | Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centril | kennytm | -4/+3 |
| 2018-12-01 | Rollup merge of #56336 - nnethercote:clean-up-pp, r=nikomatsakis | kennytm | -201/+216 |
| 2018-12-01 | Rollup merge of #56268 - nnethercote:fold_opt_expr-recycle, r=petrochenkov | kennytm | -39/+73 |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -4/+3 |
| 2018-11-30 | Add precise_pointer_size_matching feature | varkor | -0/+2 |
| 2018-11-30 | Stabilise exhaustive_integer_patterns | varkor | -2/+2 |
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers (c... | Eduard-Mihai Burtescu | -2/+2 |
| 2018-11-29 | Rollup merge of #56330 - estebank:cleanup-span, r=zackmdavis | Guillaume Gomez | -2/+2 |
| 2018-11-29 | Rollup merge of #56257 - mark-i-m:rustc-guide-links, r=nikomatsakis | Guillaume Gomez | -2/+2 |
| 2018-11-29 | Rollup merge of #56255 - jasonl:update-old-documents, r=michaelwoerister | Guillaume Gomez | -3/+2 |
| 2018-11-29 | Rollup merge of #56220 - estebank:suggest-lifetime-move, r=nikomatsakis | Guillaume Gomez | -8/+45 |
| 2018-11-29 | Split up `pretty_print` and `print`. | Nicholas Nethercote | -150/+152 |
| 2018-11-29 | Use `Cow` in `Token::String`. | Nicholas Nethercote | -57/+63 |
| 2018-11-29 | Remove `huge_word` and `zero_word`. | Nicholas Nethercote | -9/+16 |
| 2018-11-29 | Fix whitespace in `pp.rs`. | Nicholas Nethercote | -126/+126 |
| 2018-11-28 | Clean up span in non-trailing `..` suggestion | Esteban Küber | -2/+2 |
| 2018-11-27 | remove uses of feature gate | Mark Mansi | -1/+0 |
| 2018-11-27 | remove some unused vars | Mark Mansi | -6/+6 |