| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -7/+7 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-09 | [nll] libsyntax_pos: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-01 | Switch to bootstrapping from 1.29 beta | Mark Rousskov | -2/+0 |
| 2018-07-28 | Auto merge of #52355 - pietroalbini:zfeature, r=eddyb | bors | -0/+5 |
| 2018-07-28 | Rollup merge of #52703 - ljedrz:vec_improvements, r=nikomatsakis | kennytm | -5/+4 |
| 2018-07-27 | Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributes | Pietro Albini | -0/+5 |
| 2018-07-26 | Improve a few vectors - calculate capacity or build from iterators | ljedrz | -5/+4 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -2/+0 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -0/+1 |
| 2018-07-18 | Do not use desugared ident when suggesting adding a type | Esteban Küber | -0/+2 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+1 |
| 2018-07-14 | Remove most of `PartialEq` impls from AST and HIR structures | Vadim Petrochenkov | -1/+1 |
| 2018-07-12 | Deny bare trait objects in the rest of rust | ljedrz | -0/+2 |
| 2018-07-08 | Remove fallback to parent modules from lexical resolution | Vadim Petrochenkov | -24/+22 |
| 2018-07-08 | hygiene: Decouple transparencies from expansion IDs | Vadim Petrochenkov | -32/+44 |
| 2018-07-08 | libsyntax_pos: Tweak some visibilities | Vadim Petrochenkov | -11/+19 |
| 2018-06-30 | Address comments | Vadim Petrochenkov | -6/+5 |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -1/+8 |
| 2018-06-30 | hygiene: Implement transparent marks | Vadim Petrochenkov | -22/+90 |
| 2018-06-28 | Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum | bors | -81/+489 |
| 2018-06-28 | Fix FileMap::line_begin_pos(). | Michael Woerister | -5/+3 |
| 2018-06-28 | Fix rebase | Vadim Petrochenkov | -0/+5 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -22/+1 |
| 2018-06-28 | Use `Ident`s for lifetimes in HIR | Vadim Petrochenkov | -0/+4 |
| 2018-06-27 | syntax_pos: Store multibyte char size as u8 instead of u32. | Michael Woerister | -2/+2 |
| 2018-06-27 | Add comments to analzye_filemap(). | Michael Woerister | -0/+2 |
| 2018-06-27 | Add SSE2 accelerated version of FileMap analysis. | Michael Woerister | -68/+444 |
| 2018-06-27 | Use u32 instead of usize of encoding byte count of multi-byte chars. | Michael Woerister | -3/+17 |
| 2018-06-27 | Make FileMap::{lines, multibyte_chars, non_narrow_chars} non-mutable. | Michael Woerister | -70/+88 |