| Age | Commit message (Expand) | Author | Lines |
| 2017-11-10 | Auto merge of #45050 - petrochenkov:ambind, r=nikomatsakis | bors | -13/+11 |
| 2017-11-10 | Rollup merge of #45856 - estebank:issue-45829, r=nikomatsakis | kennytm | -8/+18 |
| 2017-11-08 | Auto merge of #45452 - estebank:colon-typo, r=nikomatsakis | bors | -1/+1 |
| 2017-11-08 | Fix help for duplicated names: `extern crate (...) as (...)` | Esteban Küber | -8/+18 |
| 2017-11-05 | Auto merge of #45770 - spastorino:newtype_index, r=nikomatsakis | bors | -0/+3 |
| 2017-11-04 | Make DefIndex use newtype_index macro | Santiago Pastorino | -0/+3 |
| 2017-11-04 | Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov | bors | -2/+14 |
| 2017-11-03 | Detect `=` -> `:` typo in let bindings | Esteban Küber | -1/+1 |
| 2017-11-04 | resolve: Use same rules for disambiguating fresh bindings in `match` and `let` | Vadim Petrochenkov | -13/+11 |
| 2017-11-03 | Implemented RFC 2008 for enums (not including variants) and structs. | David Wood | -2/+14 |
| 2017-11-03 | Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakis | bors | -3/+3 |
| 2017-11-03 | add `auto` keyword, parse `auto trait`, lower to HIR | leonardo.yvens | -1/+1 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -2/+2 |
| 2017-11-02 | Make the difference between lint codes and error codes explicit | Oliver Schneider | -4/+9 |
| 2017-10-31 | Suggest renaming import if names clash | Cldfire | -3/+23 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -6/+11 |
| 2017-10-26 | Auto merge of #45464 - sinkuu:ice_44851, r=jseyfried | bors | -1/+14 |
| 2017-10-25 | Auto merge of #45476 - Xanewok:fingerprint-disambiguator, r=michaelwoerister | bors | -1/+1 |
| 2017-10-24 | Introduce CrateDisambiguator newtype and fix tests | Igor Matuszewski | -1/+1 |
| 2017-10-24 | Auto merge of #44766 - sunjay:lift_generics, r=nikomatsakis | bors | -5/+3 |
| 2017-10-23 | Use 128 bit instead of Symbol for crate disambiguator | Igor Matuszewski | -1/+1 |
| 2017-10-23 | Fix #44851 by visiting tokens in `DefCollector` and `BuildReducedGraphVisitor` | sinkuu | -1/+14 |
| 2017-10-19 | Cleanly error for non-const expression in associated const | matthewjasper | -1/+3 |
| 2017-10-17 | Removed Generics from FnKind::ItemFn in libsyntax | Sunjay Varma | -2/+1 |
| 2017-10-17 | Removed redundant generics visits | Sunjay Varma | -2/+0 |
| 2017-10-17 | Lifting Generics from MethodSig to TraitItem and ImplItem since we want to su... | Sunjay Varma | -3/+4 |
| 2017-10-14 | Auto merge of #44867 - kennytm:rustdoc-md-test-title, r=alexcrichton | bors | -3/+3 |
| 2017-10-10 | Add suggestions for misspelled labels | Thomas Jespersen | -10/+26 |
| 2017-10-08 | doc-test: In Markdown tests, Use all of `<h1>` to `<h6>` as the test name. | kennytm | -3/+3 |
| 2017-09-21 | Auto merge of #44215 - oli-obk:import_sugg, r=nrc | bors | -17/+37 |
| 2017-09-12 | Remove the `cstore` reference from Session in order to prepare encapsulating ... | Michael Woerister | -17/+21 |
| 2017-09-11 | Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoerister | bors | -3/+2 |
| 2017-09-11 | rustc: Remove HirId from queries | Alex Crichton | -3/+2 |
| 2017-09-08 | Use NodeId/HirId instead of DefId for local variables. | Eduard-Mihai Burtescu | -6/+5 |
| 2017-09-05 | rustc: Store InternedString in `DefPathData` | Alex Crichton | -2/+3 |
| 2017-09-05 | rustc: Classify two more CrateStore methods untracked | Alex Crichton | -1/+1 |
| 2017-09-05 | rustc: Flag some CrateStore methods as "untracked" | Alex Crichton | -12/+14 |
| 2017-09-01 | Prevent suggestions from being emitted if all possible locations are inside e... | Oliver Schneider | -15/+23 |
| 2017-08-31 | WIP: don't suggest placing `use` statements into expanded code | Oliver Schneider | -2/+14 |
| 2017-08-30 | Rollup merge of #44089 - alexcrichton:trait-proc-macro, r=nrc | Alex Crichton | -1/+2 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -14/+10 |
| 2017-08-27 | Address review comments, second turn | Tatsuyuki Ishi | -11/+9 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -10/+12 |
| 2017-08-25 | rustc: Fix proc_macro expansions on trait methods | Alex Crichton | -1/+2 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-21 | Auto merge of #43986 - petrochenkov:pubcrate3, r=pnkfelix | bors | -28/+1 |
| 2017-08-19 | rustc: Remove some dead code | Vadim Petrochenkov | -28/+1 |
| 2017-08-18 | Add an additional empty line between the suggested `use` and the next item | Oliver Schneider | -3/+14 |
| 2017-08-17 | Improve placement of `use` suggestions | Oliver Schneider | -20/+99 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -37/+37 |