| Age | Commit message (Expand) | Author | Lines |
| 2018-08-02 | Auto merge of #52841 - petrochenkov:premacro, r=alexcrichton | bors | -64/+248 |
| 2018-08-01 | Rollup merge of #52930 - eddyb:issue-52489, r=cramertj | Pietro Albini | -0/+2 |
| 2018-08-01 | resolve: Implement prelude search for macro paths | Vadim Petrochenkov | -64/+248 |
| 2018-08-01 | rustc_resolve: record single-segment extern crate import resolutions. | Eduard-Mihai Burtescu | -0/+2 |
| 2018-07-31 | Auto merge of #52234 - petrochenkov:macuse2, r=Mark-Simulacrum | bors | -24/+68 |
| 2018-07-30 | Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper | bors | -1/+1 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -5/+6 |
| 2018-07-29 | Remove unused `mut`s | Matthew Jasper | -1/+1 |
| 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 | -24/+68 |
| 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-28 | Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis | kennytm | -1/+1 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -1/+1 |
| 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: Add more comments to in-module resolution | Vadim Petrochenkov | -22/+26 |
| 2018-07-20 | resolve: Fully prohibit shadowing of in-scope names by globs in macro paths | Vadim Petrochenkov | -3/+2 |
| 2018-07-20 | data_structures: Add a reference wrapper for pointer-indexed maps/sets | Vadim Petrochenkov | -8/+8 |
| 2018-07-20 | resolve: Add some comments to in-module resolution | Vadim Petrochenkov | -14/+31 |
| 2018-07-20 | resolve: Remove `SingleImports` in favor of a simple set | Vadim Petrochenkov | -99/+26 |
| 2018-07-20 | resolve: Rename `global_macros` to `macro_prelude` | Vadim Petrochenkov | -15/+15 |
| 2018-07-20 | resolve: Remove unused parameter from `resolve_ident_in_module` | Vadim Petrochenkov | -11/+8 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -1/+20 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -1/+20 |
| 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 | -7/+3 |
| 2018-07-15 | Auto merge of #52383 - petrochenkov:pmns, r=alexcrichton | bors | -3/+34 |
| 2018-07-14 | Functions introducing procedural macros reserve a slot in the macro namespace... | Vadim Petrochenkov | -3/+34 |
| 2018-07-14 | Remove most of `PartialEq` impls from AST and HIR structures | Vadim Petrochenkov | -2/+2 |
| 2018-07-12 | rustc: Lint against `#[macro_use]` in 2018 idioms | Alex Crichton | -1/+16 |
| 2018-07-12 | Rollup merge of #52287 - ljedrz:dyn_librustc_resolve, r=petrochenkov | kennytm | -4/+6 |
| 2018-07-12 | Auto merge of #52230 - alexcrichton:attr-and-derive, r=petrochenkov | bors | -1/+17 |
| 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 | -38/+64 |
| 2018-07-11 | Fix typo in E0433 docs | Felix Rabe | -1/+1 |
| 2018-07-10 | rustc: Search all derives for inert attributes | Alex Crichton | -1/+17 |
| 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 | -12/+7 |
| 2018-07-01 | absoluate -> absolute | Takanori Ishibashi | -1/+1 |
| 2018-06-30 | Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obk | bors | -31/+59 |
| 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 | -6/+6 |