| Age | Commit message (Expand) | Author | Lines |
| 2016-12-15 | Fix regression in resolution of primitive types | Vadim Petrochenkov | -2/+4 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -13/+15 |
| 2016-12-04 | Auto merge of #38082 - jseyfried:macro_invocation_paths, r=nrc | bors | -7/+28 |
| 2016-11-30 | Support paths in macro invocations. | Jeffrey Seyfried | -7/+20 |
| 2016-11-30 | Minor cleanup. | Jeffrey Seyfried | -0/+8 |
| 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 | -24/+3 |
| 2016-11-29 | Refactor path resoloution. | Jeffrey Seyfried | -525/+268 |
| 2016-11-28 | Use `Def::Err` to signal that an error has already been reported where possible. | Jeffrey Seyfried | -63/+48 |
| 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 | -2/+2 |
| 2016-11-23 | macros: improve performance of legacy name resolution. | Jeffrey Seyfried | -2/+2 |
| 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 | -14/+12 |
| 2016-11-21 | Cleanup. | Jeffrey Seyfried | -8/+6 |
| 2016-11-21 | Stabilize RFC 1560. | Jeffrey Seyfried | -1/+1 |
| 2016-11-21 | Cleanup `InternedString`. | Jeffrey Seyfried | -9/+7 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -3/+3 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -4/+4 |
| 2016-11-17 | Add feature `use_extern_macros`. | Jeffrey Seyfried | -39/+41 |
| 2016-11-17 | Refactor out `PerNS`. | Jeffrey Seyfried | -61/+83 |
| 2016-11-17 | Add field `expansion: Mark` to `NameBinding`. | Jeffrey Seyfried | -0/+2 |
| 2016-11-17 | Refactor `Resolver::builtin_macros` to use `NameBinding`s instead of `DefId`s. | Jeffrey Seyfried | -1/+1 |
| 2016-11-17 | Resolve imports during expansion. | Jeffrey Seyfried | -1/+2 |
| 2016-11-17 | Add field `module.unresolved_invocations`. | Jeffrey Seyfried | -0/+4 |
| 2016-11-11 | Auto merge of #37447 - estebank:non-duplicate-definition-error, r=nrc | bors | -1/+13 |
| 2016-11-10 | Improve macro reexports. | Jeffrey Seyfried | -8/+5 |
| 2016-11-10 | Add variants `Def::Macro` and `Namespace::MacroNS`. | Jeffrey Seyfried | -1/+7 |
| 2016-11-10 | Register and stability check `#[no_link]` crates. | Jeffrey Seyfried | -1/+1 |
| 2016-11-10 | Avoid building multiple reduced graphs for a crate | Jeffrey Seyfried | -0/+2 |
| 2016-11-10 | Treat `extern crate`s more like imports (pure refactoring). | Jeffrey Seyfried | -27/+22 |
| 2016-11-09 | Show one error for duplicated type definitions | Esteban Küber | -1/+13 |
| 2016-11-10 | syntax: don't fake a block around closures' bodies during parsing. | Eduard Burtescu | -34/+35 |
| 2016-11-09 | Rollup merge of #37428 - estebank:generic-type-error-span, r=sanxiyn | Eduard-Mihai Burtescu | -11/+25 |
| 2016-11-09 | Rollup merge of #37229 - nnethercote:FxHasher, r=nikomatsakis | Eduard-Mihai Burtescu | -37/+37 |
| 2016-11-08 | Point to type argument span when used as trait | Esteban Küber | -11/+25 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -1/+1 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -37/+37 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-11-02 | Fix shadowing checking. | Jeffrey Seyfried | -2/+8 |
| 2016-10-31 | Cleanup `Resolver::disallowed_shadowing`. | Jeffrey Seyfried | -7/+7 |
| 2016-10-28 | Rollup merge of #37430 - robinst:missing-crate-message-add-semicolon, r=eddyb | Guillaume Gomez | -1/+1 |
| 2016-10-27 | Preparations and cleanup | Vadim Petrochenkov | -35/+14 |
| 2016-10-27 | Add semicolon to "Maybe a missing `extern crate foo`" message | Robin Stocker | -1/+1 |
| 2016-10-25 | Support `use $crate;` with a future compatibility warning. | Jeffrey Seyfried | -7/+9 |
| 2016-10-25 | Fix `$crate`-related regressions. | Jeffrey Seyfried | -3/+7 |