| Age | Commit message (Expand) | Author | Lines |
| 2018-08-16 | limit to 2018 edition | Douglas Campos | -0/+1 |
| 2018-08-16 | to be OR and not to AND, that's the question | Douglas Campos | -1/+1 |
| 2018-08-16 | avoid looking twice into external prelude crates | Douglas Campos | -1/+8 |
| 2018-08-16 | make tidy happy | Douglas Campos | -1/+1 |
| 2018-08-16 | we can borrow the closure here | Douglas Campos | -2/+2 |
| 2018-08-16 | pass down a Ident | Douglas Campos | -6/+5 |
| 2018-08-16 | look into extern prelude to provide sugestions | Douglas Campos | -3/+23 |
| 2018-08-16 | use name instead of boolean | Douglas Campos | -2/+2 |
| 2018-08-16 | fix formatting | Douglas Campos | -4/+4 |
| 2018-08-16 | extract helper fn | Douglas Campos | -3/+8 |
| 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: crates only exist in the type namespace. | Eduard-Mihai Burtescu | -2/+3 |
| 2018-08-14 | rustc_resolve: also inject canaries to detect block scopes shadowing `uniform... | Eduard-Mihai Burtescu | -34/+82 |
| 2018-08-14 | rustc_resolve: inject ambiguity "canaries" when #![feature(uniform_paths)] is... | Eduard-Mihai Burtescu | -15/+171 |
| 2018-08-14 | #[feature(uniform_paths)]: allow `use x::y;` to resolve through `self::x`, no... | Taylor Cramer | -7/+66 |
| 2018-08-14 | rustc_resolve: fix special-case for one-segment import paths. | Eduard-Mihai Burtescu | -197/+310 |
| 2018-08-12 | Prohibit using macro-expanded `macro_export` macros through module-relative p... | Vadim Petrochenkov | -10/+29 |
| 2018-08-11 | Do not consider built-in attributes as candidates when resolving non-attribut... | Vadim Petrochenkov | -1/+4 |
| 2018-08-11 | Feature gate arbitrary tokens in non-macro attributes with a separate gate | Vadim Petrochenkov | -7/+26 |
| 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 | Address review comments | Vadim Petrochenkov | -2/+8 |
| 2018-08-06 | Support custom attributes when macro modularization is enabled | Vadim Petrochenkov | -36/+65 |
| 2018-08-06 | Avoid modifying invocations in place for derive helper attributes | Vadim Petrochenkov | -38/+24 |
| 2018-08-06 | Discern between various kinds of non-macro attributes | Vadim Petrochenkov | -15/+18 |
| 2018-08-03 | Move unused trait functions to inherent functions | Mark Rousskov | -2/+1 |
| 2018-08-03 | Store concrete crate stores where possible | Mark Rousskov | -42/+52 |
| 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 |