| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-08-16 | MIR based borrow check (opt-in). | Felix S. Klock II | -0/+30 |
| 2017-08-16 | Move `DataFlowState::{each_bit,interpret_set}` method definitions to parent m... | Felix S. Klock II | -0/+34 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -32/+32 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -3/+3 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+11 |
| 2017-08-14 | Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1 | bors | -0/+10 |
| 2017-08-12 | Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperio | bors | -1/+1 |
| 2017-08-11 | Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId. | Michael Woerister | -0/+10 |
| 2017-08-11 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-08-10 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -3/+3 |
| 2017-08-10 | Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1 | bors | -3/+3 |
| 2017-08-09 | Fix iterator over indexed sets | Alex Crichton | -3/+3 |
| 2017-08-09 | Initial pass review comments | Alex Crichton | -0/+39 |
| 2017-08-09 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -67/+81 |
| 2017-08-07 | Auto merge of #43713 - arielb1:legacy-dataflow, r=eddyb | bors | -0/+79 |
| 2017-08-07 | rustc::middle::dataflow - visit the CFG in RPO | Ariel Ben-Yehuda | -0/+79 |
| 2017-08-02 | Remove unused fnv hash code | Matt Brubeck | -67/+0 |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -3/+3 |
| 2017-07-31 | rustc: Inline bitwise modification operators | Alex Crichton | -0/+2 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -1/+18 |
| 2017-07-26 | Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturon | bors | -1/+0 |
| 2017-07-26 | Rollup merge of #43480 - dhduvall:sparc-blake2b, r=eddyb | Mark Simulacrum | -0/+1 |
| 2017-07-26 | Rollup merge of #42959 - SimonSapin:nonzero-checked, r=sfackler | Mark Simulacrum | -2/+2 |
| 2017-07-25 | Constrain the layout of Blake2bCtx for proper SPARC compilation | Danek Duvall | -0/+1 |
| 2017-07-25 | std: Stabilize `manually_drop` feature | Alex Crichton | -1/+0 |
| 2017-07-25 | Bump master to 1.21.0 | Alex Crichton | -3/+0 |
| 2017-07-23 | Fix some doc/comment typos. | Bruce Mitchener | -2/+2 |
| 2017-07-22 | Use checked NonZero constructor in obligation forest NodeIndex | Simon Sapin | -1/+1 |
| 2017-07-22 | Add conversions from references to NonZero pointers, Unique, and Shared | Simon Sapin | -1/+1 |
| 2017-07-22 | Rename {NonZero,Shared,Unique}::new to new_unchecked | Simon Sapin | -2/+2 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -1/+1 |
| 2017-06-30 | Revert "Stabilize RangeArgument" | Steven Fackler | -4/+8 |
| 2017-06-24 | Stabilize RangeArgument | Steven Fackler | -8/+4 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -3/+0 |
| 2017-06-18 | Auto merge of #42593 - ibabushkin:on-demand-external-source, r=eddyb | bors | -0/+11 |