| Age | Commit message (Expand) | Author | Lines |
| 2018-01-10 | Try to fix a perf regression by updating log | Malo Jaffré | -1/+1 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -6/+10 |
| 2018-01-01 | Fix broken links in internal docs | Malo Jaffré | -1/+3 |
| 2017-12-31 | Clarify where `is_import` is used. | leonardo.yvens | -0/+1 |
| 2017-12-28 | Auto merge of #47021 - shssoichiro:46576-Incorrect-Span-Imports, r=estebank | bors | -1/+1 |
| 2017-12-28 | Prefer to use attr::contains_name() and attr::find_by_name() | Seiichi Uchida | -3/+3 |
| 2017-12-26 | Pass correct span when lowering grouped imports | Josh Holmer | -1/+1 |
| 2017-12-22 | Auto merge of #46842 - michaelwoerister:fingerprint-vec, r=nikomatsakis | bors | -15/+26 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -0/+9 |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -0/+9 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -208/+306 |
| 2017-12-21 | Auto merge of #46754 - cramertj:refactor-arg-impl, r=nikomatsakis | bors | -29/+65 |
| 2017-12-21 | Properly check traits in type privacy | Vadim Petrochenkov | -2/+7 |
| 2017-12-20 | incr.comp.: Use an IndexVec instead of a hashmap for storing result hashes. | Michael Woerister | -15/+26 |
| 2017-12-20 | Fix whitespacing issues in pretty-printing of bounds | Vadim Petrochenkov | -16/+18 |
| 2017-12-15 | Refactor argument-position impl Trait | Taylor Cramer | -29/+65 |
| 2017-12-14 | add trait aliases to HIR | Alex Burka | -4/+40 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -3/+3 |
| 2017-12-13 | Auto merge of #46550 - jseyfried:cleanup_builtin_hygiene, r=nrc | bors | -1/+1 |
| 2017-12-13 | Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrc | bors | -0/+6 |
| 2017-12-12 | Improve pretty printing `$crate::` paths. | Jeffrey Seyfried | -1/+1 |
| 2017-12-12 | Implement impl Trait lifetime elision | Taylor Cramer | -39/+73 |
| 2017-12-11 | move `resolve_lifetimes` into a proper query | Niko Matsakis | -1/+11 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -3/+2 |
| 2017-12-05 | Add field `is_import` to `def::Export`. | Jeffrey Seyfried | -0/+2 |
| 2017-12-05 | Include non-`pub` `use` and `extern crate` items in the crate metadata for ma... | Jeffrey Seyfried | -0/+4 |
| 2017-12-04 | Auto merge of #46427 - michaelwoerister:transitive-svh, r=nikomatsakis | bors | -3/+23 |
| 2017-12-02 | Auto merge of #46343 - jseyfried:fix_hygiene_bug, r=nrc | bors | -1/+2 |
| 2017-12-01 | incr.comp.: Incorporate the stable commandline arg hash and SVHs of upstream ... | Michael Woerister | -3/+23 |
| 2017-12-01 | Auto merge of #45997 - estebank:pub-ident, r=nikomatsakis | bors | -1/+3 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -93/+137 |
| 2017-11-28 | Fix hygiene bug. | Jeffrey Seyfried | -1/+2 |
| 2017-11-28 | Auto merge of #46123 - Gankro:c-repr, r=eddyb | bors | -5/+25 |
| 2017-11-24 | Do not attemt to continue parsing after `pub ident` | Esteban Küber | -2/+1 |
| 2017-11-24 | Do not rewind parser and ignore following blocks | Esteban Küber | -1/+4 |
| 2017-11-22 | Implement in-band lifetime bindings | Taylor Cramer | -105/+341 |
| 2017-11-22 | Rollup merge of #46120 - arielb1:def-debug, r=michaelwoerister | kennytm | -5/+7 |
| 2017-11-21 | clean the Debug impl for CrateNum and DefId | Ariel Ben-Yehuda | -5/+7 |
| 2017-11-21 | Auto merge of #45701 - cramertj:impl-trait-this-time, r=eddyb | bors | -8/+151 |
| 2017-11-20 | Prevent repr(C, u8) from triggering a warning on non-clike enums | Alexis Beingessner | -5/+25 |
| 2017-11-17 | Fix impl Trait Lifetime Handling | Taylor Cramer | -8/+151 |
| 2017-11-17 | Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis | bors | -19/+96 |
| 2017-11-16 | Add doc comment for LocalDefId. | Michael Woerister | -2/+7 |
| 2017-11-16 | incr.comp.: Remove default serialization implementations for things in rustc:... | Michael Woerister | -51/+7 |
| 2017-11-16 | Introduce LocalDefId which provides a type-level guarantee that the DefId is ... | Michael Woerister | -2/+50 |
| 2017-11-16 | Rollup merge of #45984 - ExpHP:attr-error-context, r=estebank | Guillaume Gomez | -8/+8 |
| 2017-11-15 | Disallow all impl Trait within Fn trait sugar | Christopher Vittal | -4/+3 |
| 2017-11-15 | Incorporate review feedback | Christopher Vittal | -6/+15 |
| 2017-11-15 | Add proper names to impl Trait parameters. | Chris Vittal | -1/+1 |
| 2017-11-15 | Add universal_impl_trait feature gate | Christopher Vittal | -0/+12 |