| Age | Commit message (Expand) | Author | Lines |
| 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 | fix up lifetimes | Alexis Beingessner | -6/+0 |
| 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 | fix typo | Alexis Beingessner | -1/+1 |
| 2015-07-18 | Generate proper debug info for function pointers | Björn Steinbrink | -1/+17 |
| 2015-07-18 | Auto merge of #27096 - apasel422:issue-26217, r=nikomatsakis | bors | -12/+40 |
| 2015-07-18 | Create correct debuginfo for closure function signatures | Björn Steinbrink | -6/+13 |
| 2015-07-18 | Properly create debug info for functions | Björn Steinbrink | -24/+31 |
| 2015-07-18 | Fix doc comment parsing in macros. | Lee Jeffery | -13/+142 |
| 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 | Fix rustdoc formatting of impls | William Throwe | -24/+18 |
| 2015-07-18 | Auto merge of #27085 - Ryman:gh17546, r=alexcrichton | bors | -27/+78 |
| 2015-07-17 | no really I deleted you | Alexis Beingessner | -233/+0 |
| 2015-07-17 | shard out misc section on lifetimes properly | Alexis Beingessner | -1/+357 |
| 2015-07-18 | Auto merge of #27074 - steveklabnik:gh27014, r=alexcrichton | bors | -4/+3 |
| 2015-07-17 | Clarify the usage of "hints" in const_eval. | Eli Friedman | -118/+194 |
| 2015-07-18 | Define and use a `print_maybe_styled!` macro in libsyntax/diagnostic.rs | P1start | -20/+38 |
| 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-17 | doc: improve some VecDeque examples | Tshepang Lekhonkhobe | -19/+23 |
| 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 |
| 2015-07-17 | treat `for<'a> T: 'a` as `T: 'static` | Andrew Paseltiner | -12/+40 |
| 2015-07-17 | doc: add missing space | Tshepang Lekhonkhobe | -1/+1 |
| 2015-07-17 | update subtyping to be a bit clearer about reference variance | Alexis Beingessner | -49/+70 |
| 2015-07-17 | Auto merge of #27045 - nikomatsakis:better-object-defaults-error, r=pnkfelix | bors | -240/+97 |
| 2015-07-17 | DRY | Tamir Duberstein | -2/+2 |
| 2015-07-17 | Don't recurse down closures for duplicate-label checking | Manish Goregaokar | -0/+22 |
| 2015-07-17 | fix pretty printers to handle new Vec | Alexis Beingessner | -9/+7 |