| Age | Commit message (Expand) | Author | Lines |
| 2015-07-20 | Improve Debug impl for File on Windows | Peter Atashian | -9/+15 |
| 2015-07-20 | Auto merge of #27118 - apasel422:issue-20825, r=alexcrichton | bors | -0/+39 |
| 2015-07-20 | Auto merge of #27044 - nrc:graphviz-style, r=@pnkfelix | bors | -32/+157 |
| 2015-07-20 | Auto merge of #27038 - ktossell:narrow_doc_ip_ranges, r=alexcrichton | bors | -4/+8 |
| 2015-07-20 | graphviz: support style attributes | Nick Cameron | -32/+157 |
| 2015-07-20 | Auto merge of #27132 - apasel422:issue-23491, r=arielb1 | bors | -0/+17 |
| 2015-07-20 | Auto merge of #27120 - apasel422:associated-item-error, r=arielb1 | bors | -9/+34 |
| 2015-07-20 | Auto merge of #27065 - marcusklaas:loop-label, r=nrc | bors | -19/+49 |
| 2015-07-19 | Auto merge of #27133 - apasel422:issue-15919, r=rollup | bors | -0/+21 |
| 2015-07-19 | add test for #15919 | Andrew Paseltiner | -0/+21 |
| 2015-07-19 | add test for #23491 | Andrew Paseltiner | -0/+17 |
| 2015-07-19 | add separate errors for out-of-place associated consts and types | Andrew Paseltiner | -9/+34 |
| 2015-07-19 | Auto merge of #27110 - arthurprs:optintstr, r=Gankro | bors | -15/+120 |
| 2015-07-19 | Auto merge of #27100 - tshepang:better-names, r=Gankro | bors | -38/+38 |
| 2015-07-19 | Auto merge of #27111 - AlisdairO:diagnostics253, r=Manishearth | bors | -1/+17 |
| 2015-07-19 | optimize from_str_radix | arthurprs | -13/+34 |
| 2015-07-19 | Auto merge of #27101 - steveklabnik:doc_no_mutability_root, r=Gankro | bors | -7/+7 |
| 2015-07-19 | Auto merge of #27099 - AlisdairO:diagnostics3, r=Manishearth | bors | -1/+60 |
| 2015-07-19 | replace word function with method | Alisdair Owens | -1/+1 |
| 2015-07-19 | Auto merge of #27121 - apasel422:issue-21332, r=Gankro | bors | -9/+44 |
| 2015-07-19 | doc: use 'index' and 'value' in place of 'i' and 't' | Tshepang Lekhonkhobe | -38/+38 |
| 2015-07-18 | 'Copies' => 'Clones' in Cow method docs. | Nick Hamann | -2/+2 |
| 2015-07-18 | split "has incompatible type for trait" errors into multiple lines | Andrew Paseltiner | -9/+44 |
| 2015-07-19 | Fix documentation IP ranges: e.g., 192.0.2.* instead of 192.*.2.*. | Ken Tossell | -4/+8 |
| 2015-07-18 | optimize integer formatting | arthurprs | -2/+86 |
| 2015-07-18 | add tests for #20825 | Andrew Paseltiner | -0/+39 |
| 2015-07-18 | add test for #14821 | Andrew Paseltiner | -0/+28 |
| 2015-07-18 | oops, forgot to fix method name | Alisdair Owens | -2/+2 |
| 2015-07-18 | Fix to 80 char width, change to single space after period | Alisdair Owens | -6/+6 |
| 2015-07-18 | fix up crate/trait discrepancy, clarify language | Alisdair Owens | -4/+4 |
| 2015-07-18 | Add details on PhantomData | Alisdair Owens | -10/+35 |
| 2015-07-18 | Add diagnostics for E0253 | Alisdair Owens | -1/+17 |
| 2015-07-18 | Auto merge of #27096 - apasel422:issue-26217, r=nikomatsakis | bors | -12/+40 |
| 2015-07-18 | Include label in the span of loops | Marcus Klaas | -19/+49 |
| 2015-07-18 | Auto merge of #27088 - tamird:fix-ios-build, r=alexcrichton | bors | -6/+4 |
| 2015-07-18 | Auto merge of #27085 - Ryman:gh17546, r=alexcrichton | bors | -27/+78 |
| 2015-07-18 | Auto merge of #27074 - steveklabnik:gh27014, r=alexcrichton | bors | -4/+3 |
| 2015-07-17 | Auto merge of #26955 - Gankro:raw-vec, r=bluss,alexcrichton | bors | -484/+638 |
| 2015-07-17 | Remove confusing 'mutability root' term | Steve Klabnik | -7/+7 |
| 2015-07-18 | nit | Manish Goregaokar | -1/+1 |
| 2015-07-18 | Rollup merge of #27095 - tshepang:space, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-07-18 | Rollup merge of #27094 - tamird:DRY-search-focus, r=brson | Manish Goregaokar | -2/+2 |
| 2015-07-18 | Rollup merge of #27091 - steveklabnik:doc_tests_glob, r=Gankro | Manish Goregaokar | -3/+2 |
| 2015-07-18 | Rollup merge of #27081 - rick68:patch-15, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-07-18 | Rollup merge of #27071 - AlisdairO:diagnostics, r=Manishearth | Manish Goregaokar | -4/+69 |
| 2015-07-18 | Rollup merge of #27067 - GuillaumeGomez:patch-1, r=cmr | Manish Goregaokar | -0/+6 |
| 2015-07-18 | Rollup merge of #26777 - barosl:macro-doc-escapes, r=pnkfelix | Manish Goregaokar | -1/+26 |
| 2015-07-17 | Add diagnostics for E0392 | Alisdair Owens | -1/+35 |
| 2015-07-17 | Write diagnostics for E0364 and E0365 | Alisdair Owens | -4/+69 |
| 2015-07-17 | clarify that `T` does not contain `'a` | Andrew Paseltiner | -2/+2 |