| Age | Commit message (Expand) | Author | Lines |
| 2017-11-17 | Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis | bors | -1/+19 |
| 2017-11-16 | Introduce LocalDefId which provides a type-level guarantee that the DefId is ... | Michael Woerister | -1/+19 |
| 2017-11-15 | Split hir::TyImplTrait, move checks to HIR lowering | Christopher Vittal | -1/+2 |
| 2017-11-10 | Auto merge of #45785 - arielb1:unsafe-fixes, r=eddyb | bors | -0/+1 |
| 2017-11-07 | incr.comp.: Acknowledge the fact that shift operations can panic at runtime. | Michael Woerister | -2/+2 |
| 2017-11-07 | incr.comp.: Don't filter out StmtDecls from hir::Block during hashing as thes... | Michael Woerister | -27/+1 |
| 2017-11-06 | collect unused unsafe code | Ariel Ben-Yehuda | -0/+1 |
| 2017-11-04 | Auto merge of #45711 - tirr-c:unicode-span, r=estebank | bors | -0/+16 |
| 2017-11-04 | Auto merge of #45384 - mikhail-m1:mir_add_false_edges_terminator_kind, r=arielb1 | bors | -1/+8 |
| 2017-11-03 | Finish DefaultImpl -> AutoImpl rename. | leonardo.yvens | -3/+3 |
| 2017-11-03 | add `auto` keyword, parse `auto trait`, lower to HIR | leonardo.yvens | -1/+5 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -4/+4 |
| 2017-11-03 | Display spans correctly when there are non-half-width characters | Wonwoo Choi | -0/+16 |
| 2017-11-02 | add TerminatorKind::FalseEdges and use it in matches | Mikhail Modin | -1/+8 |
| 2017-11-02 | Auto merge of #45468 - Xanewok:crate-source, r=nrc | bors | -0/+5 |
| 2017-11-01 | Rollup merge of #45602 - petrochenkov:ospan, r=michaelwoerister | kennytm | -5/+6 |
| 2017-10-31 | Auto merge of #45551 - michaelwoerister:fix-hir-depnodes-and-ich, r=nikomatsakis | bors | -9/+28 |
| 2017-10-29 | Optimize some span operations | Vadim Petrochenkov | -5/+6 |
| 2017-10-27 | Use rls-data 0.12 | Igor Matuszewski | -0/+5 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -3/+7 |
| 2017-10-26 | incr.comp.: Update overflow-check logic in HIR hashing. | Michael Woerister | -9/+28 |
| 2017-10-25 | Auto merge of #45473 - SimonSapin:variance-red-green, r=nikomatsakis | bors | -2/+0 |
| 2017-10-24 | Auto merge of #44766 - sunjay:lift_generics, r=nikomatsakis | bors | -2/+5 |
| 2017-10-23 | Remove dependency tracking for variance computation | Simon Sapin | -2/+0 |
| 2017-10-20 | Auto merge of #45319 - michaelwoerister:use-128bit-siphash, r=nikomatsakis | bors | -12/+3 |
| 2017-10-17 | Lifted generics into TraitItem and ImplItem from MethodSig -- HIR now matches... | Sunjay Varma | -2/+5 |
| 2017-10-17 | Generate FirstStatementIndex using newtype_index macro | Santiago Pastorino | -1/+1 |
| 2017-10-16 | Use SipHasher128 in StableHasher. | Michael Woerister | -12/+3 |
| 2017-10-12 | Auto merge of #45176 - michaelwoerister:fix-region-and-trans-item-order, r=ni... | bors | -0/+3 |
| 2017-10-12 | Auto merge of #44967 - wesleywiser:trans_fulfill_obligation, r=nikomatsakis | bors | -0/+126 |
| 2017-10-10 | incr.comp.: Add missing match branch in HashStable impl for ty::RegionKind. | Michael Woerister | -0/+3 |
| 2017-10-08 | Turn `trans_fulfill_obligation` into a query | Wesley Wiser | -0/+126 |
| 2017-10-07 | Fix invalid rustdoc rendering for FnTy args | Guillaume Gomez | -1/+2 |
| 2017-10-05 | Auto merge of #44940 - philipc:remap-path, r=michaelwoerister | bors | -0/+1 |
| 2017-10-03 | Rename FileMap::path and change to an Option | Philip Craig | -1/+1 |
| 2017-09-30 | Don't use remapped path when loading modules and include files | Philip Craig | -0/+1 |
| 2017-09-29 | Auto merge of #44866 - mdevlamynck:impl-trait, r=eddyb | bors | -2/+8 |
| 2017-09-27 | Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkov | bors | -0/+2 |
| 2017-09-26 | impl Trait in argument position desugaring: | Matthias Devlamynck | -2/+8 |
| 2017-09-25 | Auto merge of #44809 - arielb1:small-scope, r=eddyb | bors | -7/+2 |
| 2017-09-25 | Auto merge of #44700 - arielb1:mir-effectck, r=nikomatsakis | bors | -0/+38 |
| 2017-09-24 | encode region::Scope using fewer bytes | Ariel Ben-Yehuda | -16/+1 |
| 2017-09-24 | move Scope behind an enum | Ariel Ben-Yehuda | -1/+11 |
| 2017-09-24 | move unsafety checking to MIR | Ariel Ben-Yehuda | -1/+21 |
| 2017-09-24 | add lint levels to VisibilityScope | Ariel Ben-Yehuda | -0/+18 |
| 2017-09-24 | put empty generic lists behind a pointer | Ariel Ben-Yehuda | -1/+1 |
| 2017-09-23 | Give HirId to hir::Ty | Vadim Petrochenkov | -0/+1 |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -0/+2 |
| 2017-09-22 | Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikoma... | bors | -4/+40 |
| 2017-09-21 | Refactor lifetime name into an enum | Taylor Cramer | -0/+7 |