| Age | Commit message (Expand) | Author | Lines |
| 2018-08-16 | tidy | Douglas Campos | -2/+6 |
| 2018-08-16 | prepend crate:: when crate_in_path feature is enabled | Douglas Campos | -10/+8 |
| 2018-08-16 | extract helper fn | Douglas Campos | -9/+20 |
| 2018-08-16 | revert back to master state | Douglas Campos | -10/+3 |
| 2018-08-16 | fix lint | Douglas Campos | -1/+2 |
| 2018-08-16 | resolve suggestions should use `create::` when enabled | Douglas Campos | -3/+9 |
| 2018-08-14 | rustc_resolve: fix special-case for one-segment import paths. | Eduard-Mihai Burtescu | -74/+146 |
| 2018-08-12 | Prohibit using macro-expanded `macro_export` macros through module-relative p... | Vadim Petrochenkov | -4/+12 |
| 2018-08-10 | Rollup merge of #53214 - memoryruins:nll_bootstrap_2, r=nikomatsakis | kennytm | -0/+1 |
| 2018-08-09 | Rollup merge of #52773 - ljedrz:unncecessary_patterns, r=nikomatsakis | kennytm | -2/+2 |
| 2018-08-09 | [nll] librustc_resolve: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-07 | Avoid unnecessary pattern matching against Option and Result | ljedrz | -2/+2 |
| 2018-08-06 | Support custom attributes when macro modularization is enabled | Vadim Petrochenkov | -2/+5 |
| 2018-08-06 | Discern between various kinds of non-macro attributes | Vadim Petrochenkov | -1/+2 |
| 2018-08-03 | Store concrete crate stores where possible | Mark Rousskov | -13/+17 |
| 2018-08-01 | resolve: Implement prelude search for macro paths | Vadim Petrochenkov | -12/+18 |
| 2018-07-31 | Auto merge of #52234 - petrochenkov:macuse2, r=Mark-Simulacrum | bors | -7/+11 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -5/+6 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -3/+3 |
| 2018-07-29 | resolve: Modularize crate-local `#[macro_export] macro_rules` | Vadim Petrochenkov | -7/+11 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -2/+2 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -5/+6 |
| 2018-07-27 | Remove unnecessary `.collect()` | Shotaro Yamada | -2/+2 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -2/+0 |
| 2018-07-23 | Auto merge of #52589 - petrochenkov:derlint, r=alexcrichton | bors | -17/+33 |
| 2018-07-23 | Auto merge of #52568 - oli-obk:span_bug_error, r=varkor | bors | -0/+2 |
| 2018-07-21 | Attach deprecation lint `proc_macro_derive_resolution_fallback` to a specific... | Vadim Petrochenkov | -17/+33 |
| 2018-07-20 | Properly scope label resolution | Oliver Schneider | -0/+2 |
| 2018-07-20 | resolve: Rename `global_macros` to `macro_prelude` | Vadim Petrochenkov | -3/+3 |
| 2018-07-20 | resolve: Remove unused parameter from `resolve_ident_in_module` | Vadim Petrochenkov | -6/+5 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -1/+15 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -1/+15 |
| 2018-07-17 | rustc: Fix a suggestion for the `proc_macro` feature | Alex Crichton | -1/+1 |
| 2018-07-16 | rustc: Stabilize much of the `proc_macro` feature | Alex Crichton | -6/+2 |
| 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 src/librustc_resolve | ljedrz | -4/+6 |
| 2018-07-11 | Rollup merge of #51952 - petrochenkov:transmark, r=alexcrichton | Mark Rousskov | -30/+61 |
| 2018-07-09 | in which `use` suggestions meet edition 2018 | Zack M. Davis | -1/+12 |
| 2018-07-08 | Remove fallback to parent modules from lexical resolution | Vadim Petrochenkov | -26/+57 |
| 2018-07-08 | hygiene: Decouple transparencies from expansion IDs | Vadim Petrochenkov | -4/+4 |
| 2018-07-01 | absoluate -> absolute | Takanori Ishibashi | -1/+1 |
| 2018-06-30 | Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obk | bors | -15/+43 |
| 2018-06-30 | Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj | bors | -4/+5 |
| 2018-06-30 | Address comments | Vadim Petrochenkov | -2/+1 |
| 2018-06-30 | Restore the old behavior of `$crate` in nested `macro_rules` | Vadim Petrochenkov | -1/+25 |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -4/+4 |
| 2018-06-30 | hygiene: Implement transparent marks | Vadim Petrochenkov | -3/+10 |
| 2018-06-30 | resolve: Cleanup `resolve_crate_root` | Vadim Petrochenkov | -8/+6 |
| 2018-06-28 | Fix rebase | Vadim Petrochenkov | -5/+5 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -1/+1 |