| Age | Commit message (Expand) | Author | Lines |
| 2017-12-24 | Auto merge of #46896 - arielb1:shadow-scope, r=eddyb | bors | -1/+1 |
| 2017-12-24 | Auto merge of #46833 - diwic:7c-abort-ffi, r=arielb1 | bors | -0/+1 |
| 2017-12-22 | Auto merge of #46842 - michaelwoerister:fingerprint-vec, r=nikomatsakis | bors | -4/+2 |
| 2017-12-22 | Auto merge of #46779 - Zoxc:par-merge-without-sync, r=arielb1 | bors | -4/+2 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -0/+2 |
| 2017-12-21 | Auto merge of #46922 - kennytm:rollup, r=kennytm | bors | -3/+4 |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -0/+2 |
| 2017-12-22 | Rollup merge of #46839 - michaelwoerister:faster-span-hashing-2, r=nikomatsakis | kennytm | -3/+4 |
| 2017-12-21 | Refactor code so the call to codemap.files() does not deadlock | John Kåre Alsaker | -4/+2 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -5/+9 |
| 2017-12-21 | fix debuginfo scoping of let-statements | Ariel Ben-Yehuda | -1/+1 |
| 2017-12-21 | Auto merge of #46754 - cramertj:refactor-arg-impl, r=nikomatsakis | bors | -1/+0 |
| 2017-12-21 | Mir: Add Terminatorkind::Abort | David Henningsson | -0/+1 |
| 2017-12-20 | incr.comp.: Replace Fingerprint::zero() with a constant. | Michael Woerister | -4/+2 |
| 2017-12-20 | Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1 | bors | -3/+21 |
| 2017-12-19 | incr.comp.: Precompute small hash for filenames to save some work. | Michael Woerister | -3/+4 |
| 2017-12-15 | incr.comp.: Revert hashing optimization that caused regression. | Michael Woerister | -3/+1 |
| 2017-12-15 | Refactor argument-position impl Trait | Taylor Cramer | -1/+0 |
| 2017-12-15 | add a new RegionKind variant: ReClosureBound | Niko Matsakis | -0/+3 |
| 2017-12-15 | permit `ClosureOutlivesRequirement` to constrain regions or types | Niko Matsakis | -3/+18 |
| 2017-12-14 | Auto merge of #45047 - durka:trait-alias, r=petrochenkov | bors | -0/+2 |
| 2017-12-14 | add trait aliases to HIR | Alex Burka | -0/+2 |
| 2017-12-14 | incr.comp.: Do less hashing per Span. | Michael Woerister | -6/+11 |
| 2017-12-14 | incr.comp.: Speed up span hashing by caching expansion context hashes. | Michael Woerister | -3/+28 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -0/+11 |
| 2017-12-13 | Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrc | bors | -1/+3 |
| 2017-12-08 | incr.comp.: Hash spans unconditionally for full accuracy. | Michael Woerister | -203/+13 |
| 2017-12-07 | mir-borrowck returns closure requirements, mir-typeck enforces | Niko Matsakis | -0/+22 |
| 2017-12-05 | Add field `is_import` to `def::Export`. | Jeffrey Seyfried | -1/+2 |
| 2017-12-05 | Include non-`pub` `use` and `extern crate` items in the crate metadata for ma... | Jeffrey Seyfried | -0/+1 |
| 2017-12-02 | Auto merge of #46368 - michaelwoerister:incr-comp-type-debuginfo-spans, r=eddyb | bors | -11/+9 |
| 2017-12-01 | Auto merge of #46425 - eddyb:mir-place, r=nikomatsakis | bors | -25/+25 |
| 2017-12-01 | MIR: s/lv(al(ue)?)?/place in function/variable/module names. | Eduard-Mihai Burtescu | -22/+22 |
| 2017-12-01 | MIR: s/Lvalue/Place in type names. | Eduard-Mihai Burtescu | -4/+4 |
| 2017-12-01 | Auto merge of #46338 - michaelwoerister:lazy-diagnostics, r=nikomatsakis | bors | -44/+57 |
| 2017-12-01 | Auto merge of #46236 - davidtwco:issue-46023, r=arielb1 | bors | -1/+1 |
| 2017-12-01 | incr.comp.: Store Spans as (file,line,col,length) in incr.comp. cache. | Michael Woerister | -43/+32 |
| 2017-12-01 | incr.comp.: Properly hash and encode macro expansion information. | Michael Woerister | -1/+25 |
| 2017-12-01 | Auto merge of #46370 - michaelwoerister:rm-metadata-hashing, r=eddyb | bors | -6/+0 |
| 2017-11-30 | Immutable unique closure upvars cannot be mutated. | David Wood | -1/+1 |
| 2017-11-29 | incr.comp.: Remove on-export crate metadata hashing. | Michael Woerister | -6/+0 |
| 2017-11-29 | incr.comp.: Remove an unnecessary HIR access which enables hashing spans for ... | Michael Woerister | -11/+9 |
| 2017-11-28 | incr.comp.: Make MIR encoding fit for incr.comp. caching. | Michael Woerister | -3/+3 |
| 2017-11-28 | MIR: split Operand::Consume into Copy and Move. | Eduard-Mihai Burtescu | -1/+4 |
| 2017-11-26 | make accessing packed fields a future-compat warning | Ariel Ben-Yehuda | -1/+20 |
| 2017-11-25 | Conform names | Shotaro Yamada | -1/+1 |
| 2017-11-24 | Do match-check before const MIR generation | Shotaro Yamada | -1/+2 |
| 2017-11-22 | Implement in-band lifetime bindings | Taylor Cramer | -3/+9 |
| 2017-11-21 | Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1 | bors | -1/+2 |
| 2017-11-21 | Auto merge of #45701 - cramertj:impl-trait-this-time, r=eddyb | bors | -1/+6 |