| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-11-15 | Add bool item is_in_impl_trait to LoweringContext | Christopher Vittal | -1/+24 |
| 2017-11-15 | Split hir::TyImplTrait, move checks to HIR lowering | Christopher Vittal | -91/+188 |
| 2017-11-14 | incr.comp.: Cache TypeckTables and add -Zincremental-queries flag. | Michael Woerister | -1/+1 |
| 2017-11-14 | Add context to E0084, E00517, E0518 | Michael Lamparski | -8/+8 |
| 2017-11-14 | incr.comp.: Implement TyDecoder for on_disk_cache::CacheDecoder. | Michael Woerister | -2/+31 |
| 2017-11-14 | rustc: split off BodyOwnerKind from MirSource. | Eduard-Mihai Burtescu | -0/+34 |
| 2017-11-13 | incr.comp.: Implement UseSpecializedXXcodable for DefIndex and DefId. | Michael Woerister | -2/+41 |
| 2017-11-12 | MIR-borrowck: fix diagnostics for closures | Shotaro Yamada | -1/+1 |
| 2017-11-09 | change separator from `.` to `-` | Mikhail Modin | -2/+5 |
| 2017-11-09 | change MIR dump filenames from `nodeN` to `DefPath` | Mikhail Modin | -0/+20 |
| 2017-11-08 | Auto merge of #45867 - michaelwoerister:check-ich-stability, r=nikomatsakis | bors | -1/+16 |
| 2017-11-08 | incr.comp.: Add some missing reads in HIR map. | Michael Woerister | -0/+12 |
| 2017-11-07 | Rollup merge of #45784 - harpocrates:fix/print-parens-cast-lt, r=kennytm | kennytm | -0/+9 |
| 2017-11-07 | incr.comp.: Always require Session when decoding Spans (as to avoid silently ... | Michael Woerister | -1/+4 |
| 2017-11-05 | Pretty print parens around casts on the LHS of '<' | Alec Theriault | -0/+9 |
| 2017-11-04 | Make DefIndex use newtype_index macro | Santiago Pastorino | -26/+10 |
| 2017-11-04 | Auto merge of #45605 - Nashenas88:derive-newtype, r=nikomatsakis | bors | -24/+17 |
| 2017-11-03 | fix rebase conflict | leonardo.yvens | -1/+1 |
| 2017-11-03 | Teach typeck about `auto trait` | leonardo.yvens | -2/+2 |
| 2017-11-03 | add `auto` keyword, parse `auto trait`, lower to HIR | leonardo.yvens | -6/+29 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -18/+18 |
| 2017-11-01 | newindex_type macro: make index private by default and allow pub through config | Paul Daniel Faria | -1/+1 |
| 2017-11-01 | newtype_index: Support simpler serializable override, custom derive, and fix ... | Paul Daniel Faria | -0/+3 |
| 2017-11-01 | Clean up macro argument matches so they satisfy tidy checks | Paul Daniel Faria | -1/+2 |
| 2017-11-01 | Add derive and doc comment capabilities to newtype_index macro | Paul Daniel Faria | -24/+13 |
| 2017-11-01 | Rollup merge of #45579 - leodasvacas:document-that-call-can-be-adt-constructo... | kennytm | -1/+3 |
| 2017-10-31 | Auto merge of #45551 - michaelwoerister:fix-hir-depnodes-and-ich, r=nikomatsakis | bors | -1/+1 |
| 2017-10-28 | Add generics field to LateContext | Manish Goregaokar | -0/+13 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -1/+17 |
| 2017-10-27 | Document that call expressions also represent ADT constructors. | leonardo.yvens | -1/+3 |
| 2017-10-26 | incr.comp.: Fix invalid DepNode assignment in HIR map. | Michael Woerister | -1/+1 |
| 2017-10-26 | Auto merge of #45464 - sinkuu:ice_44851, r=jseyfried | bors | -0/+14 |
| 2017-10-25 | Auto merge of #45476 - Xanewok:fingerprint-disambiguator, r=michaelwoerister | bors | -7/+14 |
| 2017-10-24 | Introduce CrateDisambiguator newtype and fix tests | Igor Matuszewski | -7/+13 |
| 2017-10-24 | Auto merge of #45401 - zackmdavis:crate_shorthand_visibility_modifier, r=niko... | bors | -1/+1 |
| 2017-10-24 | Auto merge of #44766 - sunjay:lift_generics, r=nikomatsakis | bors | -10/+15 |
| 2017-10-23 | Use 128 bit instead of Symbol for crate disambiguator | Igor Matuszewski | -2/+3 |
| 2017-10-23 | Fix #44851 by visiting tokens in `DefCollector` and `BuildReducedGraphVisitor` | sinkuu | -0/+14 |
| 2017-10-22 | `crate` shorthand visibility modifier | Zack M. Davis | -1/+1 |
| 2017-10-20 | Fix typos in README.md | topecongiro | -2/+2 |
| 2017-10-17 | Fixed tidy errors | Sunjay Varma | -2/+4 |