| Age | Commit message (Expand) | Author | Lines |
| 2017-06-01 | Fix regression in `macro_rules!` name matching. | Jeffrey Seyfried | -0/+30 |
| 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 | add a WF obligation if a type variable appears in bivariant position | Niko Matsakis | -0/+37 |
| 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-23 | rustc_const_eval: support all unit enum variants. | Eduard-Mihai Burtescu | -0/+98 |
| 2017-04-23 | Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichton | bors | -37/+27 |
| 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-21 | Added feature gate, updated error messages and tests. | Cameron Hart | -0/+1 |
| 2017-04-21 | Implementation of repr struct alignment RFC 1358. | Cameron Hart | -0/+195 |
| 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-17 | Rollup merge of #41012 - durka:vis-matcher, r=petrochenkov | Corey Farwell | -0/+115 |
| 2017-04-16 | Auto merge of #40409 - mbrubeck:calloc, r=sfackler | bors | -0/+5 |
| 2017-04-16 | rustc_typeck: fix binops needing more type informations to coerce. | Eduard-Mihai Burtescu | -0/+4 |
| 2017-04-15 | reduce macro rule duplication in test | Alex Burka | -20/+4 |
| 2017-04-15 | feature gate :vis matcher | Alex Burka | -0/+1 |
| 2017-04-15 | parse interpolated visibility tokens | Alex Burka | -2/+14 |
| 2017-04-15 | update :vis implementation to current rust | Alex Burka | -10/+9 |
| 2017-04-15 | Implementation of the `vis` macro matcher. | Daniel Keep | -0/+119 |
| 2017-04-15 | Specialize Vec::from_elem<u8> to use calloc or memset | Matt Brubeck | -0/+5 |
| 2017-04-15 | Auto merge of #41316 - suchithjn225:issue-41272, r=eddyb | bors | -0/+29 |
| 2017-04-15 | Fixed aesthetics and test | Suchith J N | -2/+8 |
| 2017-04-15 | [41272] - Fixed to conform to rust project style | Suchith J N | -0/+10 |
| 2017-04-15 | [41272] - code for desugaring iflet changed | Suchith J N | -0/+13 |
| 2017-04-14 | update tests slightly | Niko Matsakis | -6/+31 |
| 2017-04-14 | Put overlapping impls behind feature gate, add tests | Sean Griffin | -0/+34 |
| 2017-04-14 | Update with response to feedback | Sean Griffin | -0/+1 |
| 2017-04-14 | Implement RFC 1268 | Sean Griffin | -0/+23 |
| 2017-04-14 | Rollup merge of #40702 - mrhota:global_asm, r=nagisa | Corey Farwell | -0/+59 |
| 2017-04-13 | Comply with windows symbol name conventions | A.J. Gardner | -0/+2 |
| 2017-04-13 | Rollup merge of #41279 - arielb1:adjustment-composition, r=nikomatsakis | Corey Farwell | -0/+32 |
| 2017-04-13 | rustc_typeck: consolidate adjustment composition | Ariel Ben-Yehuda | -0/+32 |
| 2017-04-13 | Rollup merge of #41250 - kennytm:fix-41228, r=nikomatsakis | Corey Farwell | -0/+50 |
| 2017-04-13 | Make simple_global_asm even simpler | A.J. Gardner | -3/+5 |
| 2017-04-13 | Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=a... | bors | -198/+66 |
| 2017-04-12 | Add global_asm tests | A.J. Gardner | -0/+55 |
| 2017-04-13 | Fixed invalid 128-bit division on 32-bit target. Fixed issue #41228. | kennytm | -0/+50 |
| 2017-04-11 | generalize type variables too | Niko Matsakis | -0/+80 |
| 2017-04-11 | remove type variable defaults code | Niko Matsakis | -212/+0 |
| 2017-04-11 | We have to use u16 to test field reordering because u64's alignment changes b... | Austin Hicks | -5/+5 |
| 2017-04-11 | Tests for -Z fuel=foo=n | Austin Hicks | -0/+50 |
| 2017-04-11 | Initial attempt at implementing optimization fuel and re-enabling struct fiel... | Austin Hicks | -0/+13 |
| 2017-04-07 | Rollup merge of #41061 - arielb1:parent-lock, r=eddyb | Corey Farwell | -0/+41 |
| 2017-04-06 | Rollup merge of #40976 - matthewjasper:char-const-expr, r=eddyb | Corey Farwell | -0/+4 |