| Age | Commit message (Expand) | Author | Lines |
| 2017-08-22 | Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakis | bors | -5/+17 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -9/+19 |
| 2017-08-18 | Auto merge of #43901 - GuillaumeGomez:unsized-union-field, r=petrochenkov | bors | -9/+19 |
| 2017-08-18 | Handle structs, unions and enums unsized field/variant separately | Guillaume Gomez | -10/+19 |
| 2017-08-17 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+1 |
| 2017-08-16 | udpdate error message for unsized union field | Guillaume Gomez | -1/+2 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -7/+9 |
| 2017-08-14 | Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1 | bors | -1/+3 |
| 2017-08-14 | Do not store `ty` | scalexm | -22/+10 |
| 2017-08-14 | Make `Clone` a lang item and generate builtin impls. | scalexm | -13/+37 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -5/+5 |
| 2017-08-12 | Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperio | bors | -1/+1 |
| 2017-08-11 | Encapsulate sub-table access in TypeckTables and validate keys on each access. | Michael Woerister | -2/+1 |
| 2017-08-11 | Use ItemLocalId as key for closure_tys and closure_kinds in TypeckTables. | Michael Woerister | -1/+4 |
| 2017-08-11 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-08-10 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -29/+30 |
| 2017-08-10 | Auto merge of #43522 - alexcrichton:rewrite-lints, r=michaelwoerister | bors | -17/+20 |
| 2017-08-10 | Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1 | bors | -2/+2 |
| 2017-08-09 | Initial pass review comments | Alex Crichton | -1/+1 |
| 2017-08-09 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -36/+21 |
| 2017-08-09 | rustc: Rearchitect lints to be emitted more eagerly | Alex Crichton | -17/+20 |
| 2017-08-08 | make `for_all_relevant_impls` O(1) again | Ariel Ben-Yehuda | -10/+8 |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -2/+2 |
| 2017-07-30 | save the subobligations as well | Niko Matsakis | -6/+12 |
| 2017-07-29 | Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint | Vadim Petrochenkov | -31/+10 |
| 2017-07-28 | Remove support for `gen arg` | Alex Crichton | -1/+1 |
| 2017-07-28 | Copy a comment | John Kåre Alsaker | -0/+3 |
| 2017-07-28 | Fix upstream changes | John Kåre Alsaker | -3/+3 |
| 2017-07-28 | Rename suspend to yield | John Kåre Alsaker | -3/+3 |
| 2017-07-28 | Consider all implementations of Generator, not just built in ones | John Kåre Alsaker | -2/+5 |
| 2017-07-28 | Fix tidy warnings | Alex Crichton | -2/+2 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -5/+261 |
| 2017-07-23 | Fix some doc/comment typos. | Bruce Mitchener | -4/+4 |
| 2017-07-15 | Auto merge of #43184 - nikomatsakis:incr-comp-anonymize-trait-selection, r=mi... | bors | -56/+71 |
| 2017-07-12 | Rollup merge of #43000 - estebank:on-unimplemented-path, r=arielb1 | Mark Simulacrum | -0/+4 |
| 2017-07-12 | integrate anon dep nodes into trait selection | Niko Matsakis | -56/+71 |
| 2017-07-11 | Downgrade ProjectionTy's TraitRef to its substs | Tobias Schottdorf | -40/+38 |
| 2017-07-07 | return EvaluatedToRecur when evaluating a recursive obligation tree | Ariel Ben-Yehuda | -27/+97 |
| 2017-07-07 | use the evaluation cache instead of the global fulfillment cache | Ariel Ben-Yehuda | -98/+39 |
| 2017-07-07 | use dep-graph reads for the evaluation cache | Ariel Ben-Yehuda | -0/+4 |
| 2017-07-07 | prevent illegal coinductive matching in trait evaluation | Ariel Ben-Yehuda | -38/+41 |
| 2017-07-05 | use field init shorthand in src/librustc | Zack M. Davis | -50/+50 |
| 2017-07-05 | `rustc_on_unimplemented` supports referring to trait | Esteban Küber | -0/+4 |
| 2017-06-29 | Correct comments about unsizing regarding #40319. | Masaki Hara | -3/+3 |
| 2017-06-29 | Add unsized tuple coercions. | Masaki Hara | -1/+37 |
| 2017-06-29 | Check explicitly that tuple initializer is Sized. | Masaki Hara | -0/+8 |
| 2017-06-29 | Auto merge of #42642 - venkatagiri:issue_42312, r=nikomatsakis | bors | -8/+10 |
| 2017-06-28 | Auto merge of #42797 - arielb1:ex-falso-ice, r=nikomatsakis | bors | -2/+5 |
| 2017-06-28 | rustc_typeck: use body-id of type-checking item in need_type_info | Venkata Giri Reddy | -8/+10 |