| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-04-04 | cstore: return an immutable borrow from `visible_parent_map` | Ariel Ben-Yehuda | -0/+41 |
| 2017-04-03 | Fix bug parsing `#[derive]` macro invocations. | Jeffrey Seyfried | -0/+20 |
| 2017-03-31 | Don't warn about `char` comparisons in constexprs | Matthew Jasper | -0/+4 |
| 2017-03-30 | remove comments that were tripping up pretty printer | Niko Matsakis | -1/+1 |
| 2017-03-30 | add regression test for #39808 | Niko Matsakis | -5/+10 |
| 2017-03-30 | more detailed tests around diverging type variables | Niko Matsakis | -22/+139 |
| 2017-03-30 | change the strategy for diverging types | Niko Matsakis | -0/+21 |
| 2017-03-29 | Refactor how spans are combined in the parser. | Jeffrey Seyfried | -1/+1 |
| 2017-03-27 | Rollup merge of #40813 - jseyfried:fix_expansion_regression, r=nrc | Alex Crichton | -0/+19 |
| 2017-03-26 | Auto merge of #40347 - alexcrichton:rm-liblog, r=brson | bors | -2/+0 |
| 2017-03-25 | Fix ICE with nested macros in certain situations. | Jeffrey Seyfried | -0/+19 |
| 2017-03-24 | Auto merge of #40806 - frewsxcv:rollup, r=frewsxcv | bors | -15/+14 |
| 2017-03-24 | Rollup merge of #40636 - nikomatsakis:revert-39485, r=eddyb | Corey Farwell | -15/+14 |
| 2017-03-24 | Auto merge of #40779 - arielb1:bad-arm, r=alexcrichton | bors | -0/+38 |
| 2017-03-24 | appveyor: Upgrade MinGW toolchains we use | Alex Crichton | -20/+7 |
| 2017-03-24 | update LLVM with fix for PR32379 | Ariel Ben-Yehuda | -0/+38 |
| 2017-03-23 | Remove internal liblog | Alex Crichton | -2/+0 |
| 2017-03-22 | Rollup merge of #40523 - durka:patch-38, r=petrochenkov | Corey Farwell | -0/+18 |
| 2017-03-22 | add regression test for #39984 | Niko Matsakis | -0/+21 |
| 2017-03-22 | Revert "Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis" | Niko Matsakis | -26/+4 |
| 2017-03-21 | add test for nested macro def (#31946) | Alex Burka | -0/+18 |
| 2017-03-21 | Refactor parsing of trait object types | Vadim Petrochenkov | -2/+1 |
| 2017-03-20 | Rollup merge of #40229 - cramertj:break-to-blocks, r=nikomatsakis | Corey Farwell | -0/+42 |
| 2017-03-20 | Auto merge of #39628 - arielb1:shimmir, r=eddyb | bors | -1/+72 |