| Age | Commit message (Expand) | Author | Lines |
| 2017-11-16 | IndexVec: add `'_` to make clear where borrowing is happening | Niko Matsakis | -2/+3 |
| 2017-11-16 | make `RegionVid` implement `Idx` and use `IndexVec` | Niko Matsakis | -0/+5 |
| 2017-11-06 | Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1 | bors | -17/+23 |
| 2017-11-04 | Make DEBUG_FORMAT = custom work | Santiago Pastorino | -17/+17 |
| 2017-11-02 | add/fix various comments to `BitMatrix` | Niko Matsakis | -17/+23 |
| 2017-11-01 | newindex_type macro: make index private by default and allow pub through config | Paul Daniel Faria | -48/+53 |
| 2017-11-01 | newtype_index: Support simpler serializable override, custom derive, and fix ... | Paul Daniel Faria | -115/+202 |
| 2017-11-01 | Clean up macro argument matches so they satisfy tidy checks | Paul Daniel Faria | -14/+51 |
| 2017-11-01 | Add derive and doc comment capabilities to newtype_index macro | Paul Daniel Faria | -30/+106 |
| 2017-10-31 | change region display to `'_#Nr`, update the `newtype_index!` macro | Niko Matsakis | -16/+19 |
| 2017-10-31 | introduce liveness constraints into NLL code | Niko Matsakis | -2/+10 |
| 2017-10-26 | Update some comments about StableHasher. | Michael Woerister | -20/+6 |
| 2017-10-25 | Fix 32 vs 64 bit platform instability in StableHasher. | Michael Woerister | -4/+10 |
| 2017-10-20 | Auto merge of #45319 - michaelwoerister:use-128bit-siphash, r=nikomatsakis | bors | -57/+574 |
| 2017-10-17 | Generate FirstStatementIndex using newtype_index macro | Santiago Pastorino | -2/+2 |
| 2017-10-16 | Make debuginfo::UniqueTypeId use 128 bit hash. | Michael Woerister | -31/+0 |
| 2017-10-16 | Use SipHasher128 in StableHasher. | Michael Woerister | -53/+67 |
| 2017-10-16 | rustc_data_structures: Add implementation of 128 bit SipHash. | Michael Woerister | -0/+534 |
| 2017-10-13 | Rollup merge of #45110 - Nashenas88:master, r=arielb1 | kennytm | -17/+58 |
| 2017-10-11 | Split lines longer than 100 columns | Paul Faria | -5/+10 |
| 2017-10-11 | Move const qualifier from brackets to constant values and remove comma from a... | Paul Faria | -46/+35 |
| 2017-10-10 | Rollup merge of #44775 - MaloJaffre:debug-struct, r=sfackler | kennytm | -13/+2 |
| 2017-10-09 | Refactor to use `debug_struct` in several Debug impls | Malo Jaffré | -13/+2 |
| 2017-10-08 | Improve newtype_index macro to handle description and constants consistently | Paul Faria | -20/+67 |
| 2017-10-04 | Generate ScopeId using newtype_index macro | Santiago Pastorino | -1/+2 |
| 2017-10-04 | Generate DepNodeIndexNew using newtype_index macro | Santiago Pastorino | -0/+7 |
| 2017-10-04 | Make newtype_index get debug_name using reflection | Santiago Pastorino | -0/+4 |
| 2017-10-04 | Make newtype_index macro use full path to resolve constants | Santiago Pastorino | -3/+3 |
| 2017-10-04 | Move newtype_index to rustc_data_structures | Santiago Pastorino | -0/+25 |
| 2017-09-24 | Point at parameter type on E0301 | Esteban Küber | -4/+4 |
| 2017-09-20 | incr.comp.: Add some comments. | Michael Woerister | -1/+3 |
| 2017-09-20 | incr.comp.: Make sure traits_in_scope results are hashed in a stable way. | Michael Woerister | -0/+32 |
| 2017-09-18 | incr.comp.: Fix rebase fallout. | Michael Woerister | -0/+8 |
| 2017-09-18 | incr.comp.: Use StableHash impls instead of functions for hashing most maps. | Michael Woerister | -8/+42 |
| 2017-09-18 | Fix issues uncovered by rebasing: | Michael Woerister | -22/+65 |
| 2017-09-18 | incr.comp.: Move result fingerprinting to DepGraph::with_task(). | Michael Woerister | -3/+25 |
| 2017-09-18 | incr.comp.: Compute hashes of all query results. | Michael Woerister | -1/+27 |
| 2017-09-14 | rustc: Preallocate when building the dep graph | Alex Crichton | -0/+14 |
| 2017-09-13 | Analyse storage liveness and preserve it during generator transformation | John Kåre Alsaker | -1/+10 |
| 2017-09-02 | stabilize mem::discriminant (closes #24263) | Alex Burka | -1/+0 |
| 2017-08-29 | Auto merge of #44059 - oli-obk:ok_suggestion, r=nikomatsakis | bors | -10/+10 |
| 2017-08-28 | Suggest `Ok(())` when encountering `Ok()` | Oliver Schneider | -10/+10 |
| 2017-08-28 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -3/+0 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -643/+6 |
| 2017-08-19 | rustc: Remove some dead code | Vadim Petrochenkov | -643/+6 |
| 2017-08-17 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -3/+3 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -3/+3 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+64 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -32/+32 |