| Age | Commit message (Expand) | Author | Lines |
| 2015-07-28 | fix borrow-splitting | Alexis Beingessner | -10/+9 |
| 2015-07-28 | fix incorrect name | Alexis Beingessner | -1/+1 |
| 2015-07-28 | lots more felix fixes | Alexis Beingessner | -74/+104 |
| 2015-07-28 | many many pnkfelix fixes | Alexis Beingessner | -126/+200 |
| 2015-07-27 | OBRM for aturon | Alexis Beingessner | -26/+50 |
| 2015-07-27 | vec fixes for huonw | Alexis Beingessner | -14/+17 |
| 2015-07-27 | fixups for aturon | Alexis Beingessner | -25/+43 |
| 2015-07-26 | fixup atomics | Alexis Beingessner | -3/+3 |
| 2015-07-26 | expand lifetime splitting to show IterMut is totally safe | Alexis Beingessner | -53/+194 |
| 2015-07-24 | fix accident | Alexis Beingessner | -1/+2 |
| 2015-07-20 | remove subtyping from coercions, it's something else | Alexis Beingessner | -7/+5 |
| 2015-07-20 | clarify casts are checked at compile time | Alexis Beingessner | -2/+8 |
| 2015-07-20 | remove redundant explanation | Alexis Beingessner | -16/+1 |
| 2015-07-20 | explain phantom | Alexis Beingessner | -0/+3 |
| 2015-07-20 | get into the weeds over GEP and allocations | Alexis Beingessner | -58/+209 |
| 2015-07-20 | UB is src bzns | Alexis Beingessner | -1/+1 |
| 2015-07-20 | mention void pointers | Alexis Beingessner | -3/+8 |
| 2015-07-20 | clean up vec chapter of tarpl | Alexis Beingessner | -177/+192 |
| 2015-07-20 | flesh out void types | Alexis Beingessner | -2/+26 |
| 2015-07-19 | some conversions cleanup | Alexis Beingessner | -23/+39 |
| 2015-07-19 | fixup and cool example for checked-uninit | Alexis Beingessner | -1/+24 |
| 2015-07-18 | fix up lifetimes | Alexis Beingessner | -6/+0 |
| 2015-07-18 | fix typo | Alexis Beingessner | -1/+1 |
| 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-17 | update subtyping to be a bit clearer about reference variance | Alexis Beingessner | -49/+70 |
| 2015-07-14 | properly remove moved text | Alexis Beingessner | -177/+0 |
| 2015-07-14 | split out vec-zsts correctly | Alexis Beingessner | -0/+177 |
| 2015-07-14 | fix all the doc tests | Alexis Beingessner | -121/+176 |
| 2015-07-14 | nits and realigning | Alexis Beingessner | -481/+501 |
| 2015-07-14 | fix via mdinger | Alexis Beingessner | -2/+2 |
| 2015-07-13 | move everything into the Rust tree | Alexis Beingessner | -0/+4697 |
| 2015-07-13 | move everything to tarpl | Alexis Beingessner | -0/+4697 |
| 2015-07-13 | Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichton | bors | -27/+213 |
| 2015-07-13 | Fix tests for changes in #26241. | Simon Sapin | -19/+5 |
| 2015-07-13 | Auto merge of #26993 - michaelwoerister:msvc-debuginfo, r=alexcrichton | bors | -0/+24 |
| 2015-07-13 | Auto merge of #26984 - nham:errorck-ignore-long-diag, r=brson | bors | -0/+22 |
| 2015-07-13 | Mark some new things as unstable. | Simon Sapin | -1/+3 |
| 2015-07-13 | Add str::split_at_mut | Simon Sapin | -0/+34 |
| 2015-07-13 | Implement IndexMut for String and str. | Simon Sapin | -0/+108 |
| 2015-07-13 | Add more tests for AsciiExt::is_ascii | Simon Sapin | -8/+11 |
| 2015-07-13 | Add tests for AsciiExt::make_ascii_*case, including on String. | Simon Sapin | -0/+45 |
| 2015-07-13 | Implement DerefMut for String | Simon Sapin | -0/+8 |
| 2015-07-13 | Auto merge of #27000 - alexcrichton:semi-after-type, r=cmr | bors | -1/+18 |
| 2015-07-13 | Auto merge of #27011 - dotdash:issue-26996, r=luqmana | bors | -1/+21 |
| 2015-07-13 | Correctly detect reassignments to the interior of matched structs/tuples | Björn Steinbrink | -1/+21 |
| 2015-07-13 | Auto merge of #26999 - rick68:patch-13, r=Gankro | bors | -2/+2 |
| 2015-07-13 | Auto merge of #26990 - rwz:patch-1, r=alexcrichton | bors | -15/+15 |
| 2015-07-13 | Auto merge of #26981 - wthrowe:div_docs, r=Gankro | bors | -6/+26 |
| 2015-07-13 | Auto merge of #26910 - nrc:ice-lang-item, r=@huonw | bors | -3/+38 |