| Age | Commit message (Expand) | Author | Lines |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -1/+1 |
| 2016-11-05 | Auto merge of #37427 - nnethercote:opt-IchHasher, r=michaelwoerister | bors | -12/+68 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-11-03 | leb128-encode integers before hashing them in IchHasher. | Nicholas Nethercote | -1/+37 |
| 2016-11-02 | Rollup merge of #37513 - michaelwoerister:hash-panic-spans, r=nikomatsakis | Jonathan Turner | -35/+103 |
| 2016-11-02 | Don't hash span filenames twice in IchHasher. | Nicholas Nethercote | -11/+31 |
| 2016-11-01 | ICH: Hash expression spans if their source location is captured for panics | Michael Woerister | -35/+103 |
| 2016-10-31 | Remove unused type aliases | Seo Sanghyeon | -2/+0 |
| 2016-10-30 | Replace all uses of SHA-256 with BLAKE2b. | Michael Woerister | -28/+8 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -1/+1 |
| 2016-10-24 | Refactor away fields `MacroDef::{use_locally, export}`. | Jeffrey Seyfried | -7/+5 |
| 2016-10-17 | ICH: Use 128-bit Blake2b hash instead of 64-bit SipHash for incr. comp. finge... | Michael Woerister | -37/+172 |
| 2016-10-12 | Rollup merge of #36995 - nrc:stable, r=@nikomatsakis | Alex Crichton | -1/+1 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-10-07 | incr.comp.: Hide concrete hash algorithm used for ICH | Michael Woerister | -8/+64 |
| 2016-10-06 | ICH: Remove obsolete binding in saw_ty | Mathieu Borderé | -4/+1 |
| 2016-10-05 | ICH: update saw_ty for TyBareFn; Update tests for functioninterfaces | Mathieu Borderé | -2/+5 |
| 2016-10-05 | Adjustments due to naming changes in Ty_ and PatKind structs | Mathieu Borderé | -6/+6 |
| 2016-10-05 | ICH - Include omitted elements in inc. comp. hash #36914 | Mathieu Borderé | -16/+146 |
| 2016-10-04 | Separate Def::StructCtor/Def::VariantCtor from Def::Struct/Def::Variant | Vadim Petrochenkov | -0/+2 |
| 2016-10-03 | Auto merge of #36821 - pweaver:master, r=michaelwoerister | bors | -3/+14 |
| 2016-10-03 | fixes multi-line string whitespace in librustc_incremental/persist/fs.rs | Pweaver (Paul Weaver) | -4/+6 |
| 2016-10-03 | Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon | bors | -11/+15 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -11/+15 |
| 2016-10-01 | Rollup merge of #36599 - jonas-schievink:whats-a-pirates-favorite-data-struct... | Manish Goregaokar | -2/+2 |
| 2016-09-29 | #36680 add warning when compliation cache fails to hard link | Pweaver (Paul Weaver) | -3/+12 |
| 2016-09-28 | Rollup merge of #36460 - mikhail-m1:35123-map3, r=nikomatsakis | Jonathan Turner | -8/+20 |
| 2016-09-28 | Call arrays "arrays" instead of "vecs" internally | Jonas Schievink | -2/+2 |
| 2016-09-26 | incr.comp.: Fix build issue in rustc_incremental if CFG_VERSION is not set. | Michael Woerister | -3/+5 |
| 2016-09-26 | incr.comp.: Add test case for cache artifact file headers. | Michael Woerister | -3/+18 |
| 2016-09-26 | incr.comp.: Add file header to on-disk artifacts for validation. | Michael Woerister | -40/+156 |
| 2016-09-23 | ICH: Add ability to test the ICH of exported metadata items. | Michael Woerister | -81/+329 |
| 2016-09-23 | Merge branch 'master' into 35123-map3 | Mikhail Modin | -223/+591 |
| 2016-09-20 | rustc_metadata: group information into less tags. | Eduard Burtescu | -1/+0 |
| 2016-09-20 | Remove librbml and the RBML-tagged auto-encoder/decoder. | Eduard Burtescu | -10/+6 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -18/+14 |
| 2016-09-13 | Auto merge of #36041 - ahmedcharles:try, r=nrc | bors | -11/+11 |
| 2016-09-14 | map create numbers between compilations | Mikhail Modin | -8/+20 |
| 2016-09-12 | Auto merge of #35960 - nikomatsakis:incr-comp-krate-edges, r=michaelwoerister | bors | -87/+71 |
| 2016-09-11 | Use question_mark feature in librustc_incremental. | Ahmed Charles | -11/+11 |
| 2016-09-06 | Auto merge of #36025 - michaelwoerister:incr-comp-hash-spans, r=nikomatsakis | bors | -91/+482 |
| 2016-09-06 | ICH: Make CachingCodemapView robustly handle invalid spans. | Michael Woerister | -15/+36 |
| 2016-09-06 | allow testing DepNode::Krate edges directly | Niko Matsakis | -87/+71 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -6/+7 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -0/+1 |
| 2016-09-01 | ICH: Adapt to changes in the MetaItem AST representation. | Michael Woerister | -18/+17 |
| 2016-09-01 | ICH: Share codemap cache between subsequent runs of the ICH visitor. | Michael Woerister | -86/+111 |
| 2016-09-01 | ICH: Fix codemap lookup caching. | Michael Woerister | -42/+52 |
| 2016-09-01 | ICH: Fix bug in hash_discriminant() and visit_vis(). | Michael Woerister | -2/+4 |
| 2016-09-01 | ICH: Take CaptureClause of closure expressions into account. | Michael Woerister | -2/+2 |