| 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-12 | Clean up trailing whitespaces | Pavel Pravosud | -11/+11 |
| 2015-07-12 | Fix multi-threading example in dining-philosophers | Pavel Pravosud | -4/+4 |
| 2015-07-08 | Rollup merge of #26892 - steveklabnik:gh26482, r=alexcrichton | Steve Klabnik | -3/+5 |
| 2015-07-08 | TRPL: make version constraits explicit | Steve Klabnik | -3/+5 |
| 2015-07-08 | Rollup merge of #26687 - christianweinz:patch-1, r=huonw | Steve Klabnik | -1/+1 |
| 2015-07-07 | Rollup merge of #26855 - steveklabnik:gh26344, r=alexcrichton | Steve Klabnik | -5/+6 |
| 2015-07-07 | Rollup merge of #26854 - steveklabnik:gh26345, r=alexcrichton | Steve Klabnik | -1/+14 |
| 2015-07-07 | Rollup merge of #26853 - steveklabnik:gh26346, r=Gankro | Steve Klabnik | -14/+14 |
| 2015-07-07 | Re-word UB in unsafe guide | Steve Klabnik | -14/+14 |
| 2015-07-07 | Not literally all of concurrency is a library | Steve Klabnik | -5/+6 |
| 2015-07-07 | There are four uses of unsafe, actually | Steve Klabnik | -1/+14 |
| 2015-07-07 | Describe lifetime syntax for impl | Steve Klabnik | -0/+29 |
| 2015-07-06 | Rollup merge of #26835 - tshepang:copy-or-not, r=steveklabnik | Steve Klabnik | -3/+2 |
| 2015-07-06 | Rollup merge of #26834 - tshepang:space, r=brson | Steve Klabnik | -1/+0 |
| 2015-07-06 | Rollup merge of #26827 - steveklabnik:gh25786, r=alexcrichton | Steve Klabnik | -0/+32 |
| 2015-07-06 | Rollup merge of #26761 - steveklabnik:actually_ub, r=alexcrichton | Steve Klabnik | -13/+4 |
| 2015-07-06 | reference: make 'Move and copied types' section more simple | Tshepang Lekhonkhobe | -3/+2 |