| Age | Commit message (Expand) | Author | Lines |
| 2015-08-01 | Auto merge of #27447 - eefriedman:parser-cleanup, r=alexcrichton | bors | -31/+0 |
| 2015-08-01 | Auto merge of #27441 - dhuseby:adding_freebsd32_snap, r=brson | bors | -0/+1 |
| 2015-08-01 | Auto merge of #27440 - dhuseby:fixing_freebsd_unused_import, r=alexcrichton | bors | -1/+1 |
| 2015-07-31 | Auto merge of #27437 - retep998:win10-sdk, r=alexcrichton | bors | -7/+36 |
| 2015-07-31 | Auto merge of #27432 - sanxiyn:impl-dotdot, r=sfackler | bors | -4/+19 |
| 2015-07-31 | Auto merge of #27424 - jashank:patch-1, r=alexcrichton | bors | -1/+1 |
| 2015-07-31 | adds FreeBSD i686 snapshot | Dave Huseby | -0/+1 |
| 2015-07-31 | Add Win10 SDK lib subfolder name | Peter Atashian | -7/+36 |
| 2015-07-31 | Auto merge of #27418 - taliesinb:tarpl-typo, r=alexcrichton | bors | -2/+2 |
| 2015-07-31 | fixes unused import compile failure | Dave Huseby | -2/+2 |
| 2015-07-31 | Auto merge of #27414 - Gankro:tarpl-fixes, r=alexcrichton | bors | -229/+237 |
| 2015-07-31 | last of the emphasis cleanup | Alexis Beingessner | -84/+89 |
| 2015-07-31 | Fix `impl A .. {}` | Seo Sanghyeon | -4/+19 |
| 2015-07-31 | Replace "impls" by "implementations" | Guillaume Gomez | -7/+8 |
| 2015-07-31 | Fix #27360's unused import | Jashank Jeremy | -1/+1 |
| 2015-07-31 | Auto merge of #27382 - brson:gate-assoc-type, r=alexcrichton | bors | -2/+40 |
| 2015-07-30 | Remove unused code in parser. | Eli Friedman | -31/+0 |
| 2015-07-30 | fix switched-round 'b' and 'c' | Taliesin Beynon | -2/+2 |
| 2015-07-31 | Auto merge of #27370 - alexcrichton:stabilize-easy, r=brson | bors | -31/+111 |
| 2015-07-30 | frob emphasis | Alexis Beingessner | -124/+132 |
| 2015-07-31 | Auto merge of #26897 - RalfJung:stdin-mut, r=alexcrichton | bors | -1/+1 |
| 2015-07-30 | make the intro less scary | Alexis Beingessner | -20/+15 |
| 2015-07-30 | Auto merge of #27410 - Gankro:meta, r=alexcrichton | bors | -3/+4 |
| 2015-07-30 | fix title-casing | Alexis Beingessner | -1/+1 |
| 2015-07-30 | fix rustdoc metadata parsing | Alexis Beingessner | -3/+4 |
| 2015-07-30 | Fix tests | Brian Anderson | -0/+8 |
| 2015-07-30 | tarpl: Change norun to no_run | Alex Crichton | -2/+2 |
| 2015-07-30 | Auto merge of #27388 - alexcrichton:remove-curious-inner, r=brson | bors | -61/+46 |
| 2015-07-30 | Maybe ignore the explicit examples of a race condition | Alexis Beingessner | -1/+19 |
| 2015-07-30 | Auto merge of #27386 - chris-morgan:ctags-stuff-update, r=alexcrichton | bors | -3/+3 |
| 2015-07-30 | Auto merge of #27385 - chris-morgan:core-panic-use-$crate, r=alexcrichton | bors | -2/+2 |
| 2015-07-30 | Auto merge of #27371 - Gankro:str-clone, r=alexcrichton | bors | -0/+22 |
| 2015-07-30 | Auto merge of #27392 - pnkfelix:rename-xpretty-as-unpretty, r=jroesch | bors | -6/+6 |
| 2015-07-30 | Auto merge of #27174 - Gankro:rc-sat, r=alexcrichton | bors | -7/+42 |
| 2015-07-30 | Auto merge of #27052 - wthrowe:atomic_send, r=Gankro | bors | -1/+24 |
| 2015-07-30 | Auto merge of #26734 - Gankro:deprecate-vecmap, r=alexcrichton | bors | -2/+10 |
| 2015-07-29 | implement Clone for Box<str>, closes #27323 | Alexis Beingessner | -0/+22 |
| 2015-07-30 | Auto merge of #27032 - Gankro:tarpl, r=aturon,acrichto,arielb,pnkfelix,nrc,nm... | bors | -0/+5432 |
| 2015-07-29 | fix example code | Alexis Beingessner | -7/+9 |
| 2015-07-29 | make Arc mem::forget safe | Alexis Beingessner | -4/+26 |
| 2015-07-29 | make Rc mem::forget safe | Alexis Beingessner | -3/+16 |
| 2015-07-30 | Rename the unstable option `--xpretty` to `--unpretty` | Felix S. Klock II | -6/+6 |
| 2015-07-29 | add warning about reference section | Alexis Beingessner | -0/+4 |
| 2015-07-29 | deprecate vecmap | Alexis Beingessner | -2/+10 |
| 2015-07-29 | Feature gate associated type defaults | Brian Anderson | -1/+30 |
| 2015-07-29 | Auto merge of #27383 - Manishearth:rollup, r=Manishearth | bors | -70/+97 |
| 2015-07-29 | std: Remove the curious inner module | Alex Crichton | -63/+48 |
| 2015-07-30 | Update the ctags rules and targets. | Chris Morgan | -3/+3 |
| 2015-07-30 | Use $crate in core::panic! | Chris Morgan | -2/+2 |
| 2015-07-30 | Rollup merge of #27373 - alexcrichton:fix-wait-timeout-ms, r=brson | Manish Goregaokar | -13/+14 |