| Age | Commit message (Expand) | Author | Lines |
| 2016-12-25 | Auto merge of #38539 - jseyfried:fix_resolve_hang, r=eddyb | bors | -1/+2 |
| 2016-12-25 | Auto merge of #38566 - jseyfried:fix_import_resolution_bug, r=eddyb | bors | -2/+1 |
| 2016-12-24 | Use `DefId`s instead of `NodeId`s for `pub(restricted)` visibilities. | Jeffrey Seyfried | -76/+70 |
| 2016-12-23 | Auto merge of #38533 - jseyfried:legacy_custom_derive_deprecation, r=nrc | bors | -0/+6 |
| 2016-12-23 | Allow legacy custom derive authors to disable warnings in downstream crates. | Jeffrey Seyfried | -0/+6 |
| 2016-12-23 | Fix import resolution bug and fold all idents in the AST. | Jeffrey Seyfried | -2/+1 |
| 2016-12-22 | Fix non-termination in `resolve`. | Jeffrey Seyfried | -1/+2 |
| 2016-12-22 | Refactor how global paths are represented (for both ast and hir). | Jeffrey Seyfried | -92/+84 |
| 2016-12-20 | Fix compile errors and such | Alex Crichton | -1/+1 |
| 2016-12-20 | Merge branch 'rfc_1560_warning_cycle' of https://github.com/jseyfried/rust in... | Alex Crichton | -28/+70 |
| 2016-12-19 | Clean up `get_traits_containing_item`. | Jeffrey Seyfried | -50/+42 |
| 2016-12-19 | Minor bugfix for macro invocation path resolution. | Jeffrey Seyfried | -1/+4 |
| 2016-12-19 | resolve: clean up diagnostics for name conflicts. | Jeffrey Seyfried | -29/+8 |
| 2016-12-19 | Optimize `ast::PathSegment`. | Jeffrey Seyfried | -13/+5 |
| 2016-12-18 | Give extern crates' root modules a better name. | Jeffrey Seyfried | -1/+2 |
| 2016-12-18 | Remove scope placeholders, remove method `add_macro` of `ext::base::Resolver`. | Jeffrey Seyfried | -33/+52 |
| 2016-12-18 | Remove `MacroDef`'s fields `imported_from` and `allow_internal_unstable`, | Jeffrey Seyfried | -2/+3 |
| 2016-12-18 | Canonicalize lifetime names. | Jeffrey Seyfried | -9/+9 |
| 2016-12-18 | Rename `ModuleS` -> `ModuleData`. | Jeffrey Seyfried | -18/+18 |
| 2016-12-18 | De-genericize `try_define`. | Jeffrey Seyfried | -28/+30 |
| 2016-12-18 | Add `ident.unhygienize()` and use `Ident` more instead of `Name` in `resolve`. | Jeffrey Seyfried | -146/+148 |
| 2016-12-18 | Fix the path resolutions of glob imports. | Jeffrey Seyfried | -4/+1 |
| 2016-12-16 | Address fallout | Aaron Turon | -6/+3 |
| 2016-12-15 | Demote most backwards incompatible ambiguity errors from RFC 1560 to warnings. | Jeffrey Seyfried | -28/+70 |
| 2016-12-15 | Fix regression in resolution of primitive types | Vadim Petrochenkov | -2/+4 |
| 2016-12-07 | Auto merge of #38191 - oli-obk:clippy_is_sad, r=eddyb | bors | -22/+24 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -22/+24 |
| 2016-12-05 | Warn when an import list is empty | Esteban Küber | -0/+6 |
| 2016-12-04 | Auto merge of #38082 - jseyfried:macro_invocation_paths, r=nrc | bors | -50/+124 |
| 2016-11-30 | Support paths in macro invocations. | Jeffrey Seyfried | -47/+115 |
| 2016-11-30 | Minor cleanup. | Jeffrey Seyfried | -11/+17 |
| 2016-11-30 | Auto merge of #37800 - alexcrichton:new-bootstrap, r=eddyb | bors | -1/+0 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -1/+0 |
| 2016-11-29 | Remove `resolver.record_resolution()`. | Jeffrey Seyfried | -5/+1 |
| 2016-11-29 | Simplify `binding.module()`. | Jeffrey Seyfried | -10/+8 |
| 2016-11-29 | Clean up formatting. | Jeffrey Seyfried | -134/+103 |
| 2016-11-29 | Refactor away `ResolveResult`. | Jeffrey Seyfried | -86/+45 |
| 2016-11-29 | Refactor path resoloution. | Jeffrey Seyfried | -543/+284 |
| 2016-11-28 | Use `Def::Err` to signal that an error has already been reported where possible. | Jeffrey Seyfried | -63/+48 |
| 2016-11-28 | Auto merge of #38024 - jseyfried:avoid_needless_proc_macro_deps, r=nrc | bors | -4/+10 |
| 2016-11-28 | Avoid loading needless proc-macro dependencies. | Jeffrey Seyfried | -4/+10 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -4/+3 |
| 2016-11-24 | Auto merge of #37951 - jseyfried:improve_macro_resolution_perf, r=nrc | bors | -34/+21 |
| 2016-11-23 | macros: improve performance of legacy name resolution. | Jeffrey Seyfried | -34/+21 |
| 2016-11-21 | Implement the `loop_break_value` feature. | Geoffry Song | -4/+7 |
| 2016-11-21 | Auto merge of #37824 - jseyfried:symbols, r=eddyb | bors | -25/+20 |
| 2016-11-21 | Cleanup. | Jeffrey Seyfried | -60/+22 |
| 2016-11-21 | Stabilize RFC 1560. | Jeffrey Seyfried | -2/+2 |
| 2016-11-21 | Cleanup `InternedString`. | Jeffrey Seyfried | -12/+10 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -3/+3 |