| Age | Commit message (Expand) | Author | Lines |
| 2018-12-14 | Rollup merge of #56699 - nnethercote:SymbolIndex, r=oli-obk | kennytm | -22/+42 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -1/+1 |
| 2018-12-12 | Use a `newtype_index!` within `Symbol`. | Nicholas Nethercote | -22/+42 |
| 2018-12-10 | Update Cargo submodule and its dependencies | Alex Crichton | -2/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -109/+112 |
| 2018-12-06 | Fix printing of spans with no TyCtxt | John Kåre Alsaker | -1/+1 |
| 2018-12-06 | Auto merge of #56392 - petrochenkov:regensym, r=oli-obk | bors | -1/+5 |
| 2018-12-06 | Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis | Pietro Albini | -1/+1 |
| 2018-12-06 | Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakis | Pietro Albini | -17/+24 |
| 2018-12-04 | adds DocTest filename variant, refactors doctest_offset out of source_map, fi... | Matthew Russo | -2/+10 |
| 2018-12-04 | updates all Filename variants to take a fingerprint | Matthew Russo | -24/+61 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -1/+1 |
| 2018-12-04 | Address review comments | Vadim Petrochenkov | -4/+4 |
| 2018-12-04 | syntax: Remove `#[non_exhaustive]` from `Edition` | Vadim Petrochenkov | -3/+2 |
| 2018-12-04 | syntax: Rename some keywords | Vadim Petrochenkov | -6/+6 |
| 2018-12-04 | syntax: `dyn` is a used keyword now | Vadim Petrochenkov | -5/+13 |
| 2018-12-02 | Delay gensym creation for "underscore items" until name resolution | Vadim Petrochenkov | -1/+5 |
| 2018-12-01 | Rollup merge of #56355 - Zoxc:inline-things, r=michaelwoerister | kennytm | -0/+1 |
| 2018-12-01 | Rollup merge of #56336 - nnethercote:clean-up-pp, r=nikomatsakis | kennytm | -0/+4 |
| 2018-11-29 | Add inline attributes and add unit to CommonTypes | John Kåre Alsaker | -0/+1 |
| 2018-11-29 | Use `Cow` in `Token::String`. | Nicholas Nethercote | -0/+4 |
| 2018-11-27 | resolve: Implement edition hygiene for imports and absolute paths | Vadim Petrochenkov | -2/+11 |
| 2018-10-29 | Rename other occs of (Code/File)Map to Source(Map/File) #51574 | David Lavati | -8/+8 |
| 2018-10-23 | Add macro call span when lacking any other span in diagnostic | Esteban Küber | -0/+11 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -11/+3 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -1/+1 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -2/+2 |
| 2018-09-28 | Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrc | bors | -1/+1 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -2/+2 |
| 2018-09-22 | Rollup merge of #54350 - Munksgaard:support-edition-in-doc-test, r=steveklabnik | Pietro Albini | -1/+1 |
| 2018-09-19 | Add support for running doc test in specific edition | Philip Munksgaard | -1/+1 |
| 2018-09-19 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -1/+1 |
| 2018-09-16 | Treat `dyn` as a keyword in the 2018 edition | varkor | -10/+9 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-09 | Auto merge of #53778 - petrochenkov:shadrelax2, r=nikomatsakis | bors | -0/+5 |
| 2018-09-09 | Stabilize the 2018 edition | Mark Rousskov | -1/+1 |
| 2018-09-08 | resolve: Introduce "may appear after" abstraction for macro path resolutions | Vadim Petrochenkov | -0/+5 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -5/+4 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-24 | Revert "hygiene: Make sure expansion info is set at most once for a given `Ma... | Vadim Petrochenkov | -8/+1 |
| 2018-08-23 | Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis | bors | -11/+13 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -1/+1 |
| 2018-08-19 | Put `try` in the reserved list, not the in-use list | Scott McMurray | -12/+5 |
| 2018-08-19 | Parse try blocks with the try keyword instead of do catch placeholder | Scott McMurray | -1/+1 |
| 2018-08-19 | Add `try` to syntax_pos as an edition-2018-only keyword | Scott McMurray | -10/+19 |
| 2018-08-19 | Rename `Catch` variants to `TryBlock` | Scott McMurray | -2/+2 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -38/+38 |
| 2018-08-19 | mv FileMap SourceFile | Donato Sciarra | -27/+27 |