| Age | Commit message (Expand) | Author | Lines |
| 2017-06-01 | Fix regression in `macro_rules!` name matching. | Jeffrey Seyfried | -0/+30 |
| 2017-05-24 | Auto merge of #42182 - nikomatsakis:beta, r=brson | bors | -10/+127 |
| 2017-05-23 | do not fetch variance for items when equating | Niko Matsakis | -0/+43 |
| 2017-05-23 | use equality in the coerce-unsized check | Niko Matsakis | -0/+38 |
| 2017-05-23 | correct various error messages that changed | Niko Matsakis | -10/+9 |
| 2017-05-23 | add a WF obligation if a type variable appears in bivariant position | Niko Matsakis | -0/+37 |
| 2017-05-23 | Fix regression on `include!(line!())`. | Jeffrey Seyfried | -0/+13 |
| 2017-05-22 | try to fix lvalue ops for real | Ariel Ben-Yehuda | -0/+78 |
| 2017-05-22 | refactor the handling of lvalue ops | Ariel Ben-Yehuda | -0/+20 |
| 2017-05-10 | Added test for #41479 from @eddyb. | Cameron Hart | -0/+18 |
| 2017-05-10 | typeck: resolve type vars before calling `try_index_step` | Ariel Ben-Yehuda | -0/+26 |
| 2017-04-24 | Feature gate in test. | Without Boats | -0/+2 |
| 2017-04-24 | Style. | Without Boats | -3/+3 |
| 2017-04-24 | Add compile-fail test. | Without Boats | -0/+26 |
| 2017-04-23 | rustc_const_eval: support all unit enum variants. | Eduard-Mihai Burtescu | -9/+108 |
| 2017-04-23 | rustc: make the const-eval cache polymorphic. | Eduard-Mihai Burtescu | -6/+0 |
| 2017-04-23 | Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichton | bors | -37/+27 |
| 2017-04-22 | Auto merge of #41469 - arielb1:rustc-spring-cleaning, r=eddyb | bors | -1/+2 |
| 2017-04-22 | remove cleanup branches to the resume block | Ariel Ben-Yehuda | -1/+2 |
| 2017-04-22 | Auto merge of #41431 - GuillaumeGomez:hoedown-default, r=aturon | bors | -64/+0 |
| 2017-04-22 | Auto merge of #41464 - frewsxcv:rollup, r=frewsxcv | bors | -0/+72 |
| 2017-04-22 | Rollup merge of #41077 - petrochenkov:boundparen, r=nikomatsakis | Corey Farwell | -0/+72 |
| 2017-04-22 | Auto merge of #39999 - bitshifter:struct_align, r=eddyb | bors | -3/+328 |
| 2017-04-22 | Re-enable hoedown by default | Guillaume Gomez | -64/+0 |
| 2017-04-21 | Rollup merge of #41435 - estebank:issue-33884, r=nikomatsakis | Corey Farwell | -0/+39 |
| 2017-04-21 | Rollup merge of #41432 - abonander:issue_41211, r=jseyfried | Corey Farwell | -0/+45 |
| 2017-04-21 | Rollup merge of #37658 - GuillaumeGomez:ref_suggestion, r=nikomatsakis,eddyb | Corey Farwell | -13/+8 |
| 2017-04-21 | Update ui test | Guillaume Gomez | -10/+5 |
| 2017-04-21 | Fix issue with single question mark or paren | Vadim Petrochenkov | -0/+13 |
| 2017-04-21 | syntax: Support parentheses around trait bounds | Vadim Petrochenkov | -0/+59 |
| 2017-04-21 | Create a new method to run coercion inside probe | Guillaume Gomez | -6/+2 |
| 2017-04-21 | Auto merge of #41349 - eddyb:ty-contents, r=nikomatsakis | bors | -2/+10 |
| 2017-04-21 | Update #[no_core] users with the "freeze" lang item. | Eduard-Mihai Burtescu | -2/+10 |
| 2017-04-21 | Update tests | Guillaume Gomez | -1/+5 |
| 2017-04-20 | Remove float_extras | Josh Stone | -5/+3 |
| 2017-04-20 | Remove num::{Zero,One} | Josh Stone | -12/+23 |
| 2017-04-20 | Remove BinaryHeap::{push_pop,replace} | Josh Stone | -2/+0 |
| 2017-04-20 | Remove EnumSet | Josh Stone | -18/+1 |
| 2017-04-20 | Reduce visual clutter of multiline start when possible | Esteban Küber | -111/+86 |
| 2017-04-20 | Add test for issue 33884 | Esteban Küber | -0/+39 |
| 2017-04-20 | Don't panic if an attribute macro fails to resolve at crate root | Austin Bonander | -0/+45 |
| 2017-04-21 | Added feature gate, updated error messages and tests. | Cameron Hart | -3/+23 |
| 2017-04-21 | Implementation of repr struct alignment RFC 1358. | Cameron Hart | -3/+308 |
| 2017-04-20 | Rollup merge of #41378 - eddyb:byval-is-not-like-sret, r=arielb1 | Corey Farwell | -0/+23 |
| 2017-04-20 | Rollup merge of #41377 - nikomatsakis:issue-41298-ICE-inference, r=eddyb | Corey Farwell | -0/+16 |
| 2017-04-20 | Rollup merge of #41214 - estebank:less-multiline, r=petrochenkov | Corey Farwell | -3/+48 |
| 2017-04-19 | propagate obligations during overlap check | Niko Matsakis | -0/+16 |
| 2017-04-19 | Auto merge of #41325 - eddyb:isolate-snapshots-for-good, r=arielb1 | bors | -0/+4 |
| 2017-04-19 | Auto merge of #41236 - cengizIO:master, r=nikomatsakis | bors | -30/+47 |
| 2017-04-19 | rustc_trans: do not treat byval as using up registers. | Eduard-Mihai Burtescu | -0/+23 |