| Age | Commit message (Expand) | Author | Lines |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-24 | Auto merge of #53662 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-08-24 | Rollup merge of #53563 - matthiaskrgr:String, r=varkor | kennytm | -1/+1 |
| 2018-08-24 | Turn the error for module-relative access to macro-expanded `macro_export` ma... | Vadim Petrochenkov | -3/+6 |
| 2018-08-23 | Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoerister | bors | -0/+1 |
| 2018-08-23 | Auto merge of #53459 - petrochenkov:stabmore, r=nrc | bors | -15/+0 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -1/+1 |
| 2018-08-23 | Use optimized SmallVec implementation | Igor Gutorov | -0/+1 |
| 2018-08-23 | Stabilize a few secondary macro features | Vadim Petrochenkov | -15/+0 |
| 2018-08-22 | Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -3/+15 |
| 2018-08-22 | Rollup merge of #53504 - ekse:suggestions-applicability-2, r=estebank | Guillaume Gomez | -3/+15 |
| 2018-08-22 | Replace TyForeign with ForeignTy | varkor | -3/+3 |
| 2018-08-22 | Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} | varkor | -8/+8 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -19/+19 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -8/+8 |
| 2018-08-22 | Auto merge of #53516 - petrochenkov:derregr, r=estebank | bors | -11/+12 |
| 2018-08-22 | Auto merge of #53509 - petrochenkov:wildregr, r=alexcrichton | bors | -0/+5 |
| 2018-08-21 | Auto merge of #53471 - petrochenkov:biattr2, r=oli-obk | bors | -293/+256 |
| 2018-08-21 | Auto merge of #53530 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -1/+1 |
| 2018-08-21 | resolve: Unify reporting of ambiguity errors for macro paths | Vadim Petrochenkov | -33/+56 |
| 2018-08-20 | resolve: Refactor away `MacroBinding` | Vadim Petrochenkov | -107/+73 |
| 2018-08-20 | resolve: Consolidate error reporting for resolved macros in `fn resolve_macro... | Vadim Petrochenkov | -113/+95 |
| 2018-08-20 | resolve: Move derive attribute detection closer to other macro ident resoluti... | Vadim Petrochenkov | -61/+53 |
| 2018-08-20 | Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb | bors | -24/+27 |
| 2018-08-20 | Set applicability for more suggestions. | Sébastien Duquette | -3/+15 |
| 2018-08-20 | resolve: Continue search in outer scopes after applying derive resolution fal... | Vadim Petrochenkov | -11/+12 |
| 2018-08-20 | resolve: Reject some inaccessible candidates sooner during import resolution | Vadim Petrochenkov | -0/+5 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -9/+9 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -2/+2 |
| 2018-08-19 | Fix quadratic loop in confirm.rs | varkor | -1/+1 |
| 2018-08-19 | Replace for_each with for | varkor | -20/+22 |
| 2018-08-19 | Address minor comments | varkor | -4/+5 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-18 | Auto merge of #52592 - eddyb:or-default, r=Mark-Simulacrum | bors | -5/+5 |
| 2018-08-18 | Auto merge of #53324 - alexreg:self_in_typedefs, r=eddyb | bors | -22/+41 |
| 2018-08-18 | Added page for feature to unstable book. | Alexander Regueiro | -2/+2 |
| 2018-08-18 | Added feature gate. | Alexander Regueiro | -4/+14 |
| 2018-08-18 | Updated diagnostics. | Alexander Regueiro | -5/+5 |
| 2018-08-18 | Resolve `Self` within type definitions. | Alexander Regueiro | -15/+24 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -5/+5 |
| 2018-08-17 | Auto merge of #50911 - petrochenkov:macuse, r=alexcrichton | bors | -135/+12 |
| 2018-08-17 | Stabilize `use_extern_macros` | Vadim Petrochenkov | -135/+12 |
| 2018-08-17 | rustc_resolve: don't allow paths starting with `::crate`. | Eduard-Mihai Burtescu | -43/+36 |
| 2018-08-17 | special-case std | Douglas Campos | -5/+7 |
| 2018-08-17 | rustc_resolve: overhaul `#![feature(uniform_paths)]` error reporting. | Eduard-Mihai Burtescu | -34/+95 |
| 2018-08-16 | check if we're trying to guess for a local module | Douglas Campos | -1/+2 |
| 2018-08-16 | properly prefix with crate:: modules that are extern but not on the prelude | Douglas Campos | -1/+1 |