| Age | Commit message (Expand) | Author | Lines |
| 2015-07-28 | more precise for inclusive range | krumelmonster | -1/+1 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -3/+2 |
| 2015-07-27 | remove incorrect statement from TRPL: crates and modules | Steve Klabnik | -3/+0 |
| 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-27 | Auto merge of #27284 - lastorset:default-methods, r=Gankro | bors | -11/+21 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -3/+5 |
| 2015-07-27 | Fix misrendered HTML character entities | midinastasurazz | -2/+2 |
| 2015-07-27 | Fix typo: yur -> your | midinastasurazz | -1/+1 |
| 2015-07-27 | Auto merge of #27274 - tshepang:not-needed-word, r=steveklabnik | bors | -2/+3 |
| 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-26 | Adding docs for loops and loop labels. | Kieran Hunt | -0/+41 |
| 2015-07-25 | Add feature gate | Jared Roesch | -0/+2 |
| 2015-07-25 | Mention `pub` for structs and fields | Leif Arne Storset | -0/+4 |
| 2015-07-25 | Default methods example: Show "(in)valid" case | Leif Arne Storset | -11/+21 |
| 2015-07-25 | Commas added, as requested. | Jonathan Hansford | -2/+2 |
| 2015-07-25 | Auto merge of #26960 - Manishearth:wrapper-types, r=steveklabnik | bors | -0/+361 |
| 2015-07-25 | Move wrapper types blog post into trpl | Manish Goregaokar | -0/+361 |
| 2015-07-25 | reference: "those" feels misplaced there | Tshepang Lekhonkhobe | -2/+3 |
| 2015-07-24 | Rollup merge of #27193 - aidanhs:aphs-advanced-linking-doc, r=steveklabnik | Steve Klabnik | -26/+156 |
| 2015-07-24 | Rollup merge of #27177 - echochamber:master, r=steveklabnik | Steve Klabnik | -0/+18 |
| 2015-07-24 | fix accident | Alexis Beingessner | -1/+2 |
| 2015-07-24 | Added link in glossary to expression-oriented language | Jonathan Hansford | -14/+17 |
| 2015-07-24 | Additional information on Expression-Oriented Languages | Jonathan Hansford | -0/+2 |
| 2015-07-23 | Added entries to explain expression-oriented languages | Jonathan Hansford | -16/+40 |
| 2015-07-22 | Added how to use labels to break nested loops to trpl. | Jason Schein | -0/+18 |
| 2015-07-22 | Additional notes to link-args | Aidan Hobson Sayers | -2/+4 |
| 2015-07-22 | musl static linking not glibc | Aidan Hobson Sayers | -81/+71 |
| 2015-07-22 | Rollup merge of #27201 - Ticki:master, r=steveklabnik | Steve Klabnik | -7/+11 |
| 2015-07-22 | Rollup merge of #27183 - Dangthrimble:master, r=steveklabnik | Steve Klabnik | -2/+13 |
| 2015-07-22 | Path changed to %PATH% | Jonathan Hansford | -6/+6 |
| 2015-07-21 | Static linking | Aidan Hobson Sayers | -0/+127 |
| 2015-07-21 | Klabnik nit-picks ;) | Ticki | -1/+1 |
| 2015-07-21 | rust -> Rust | Ticki | -4/+4 |
| 2015-07-21 | Add info about usage of 'unsafe' keyword in bindings to foreign interfaces. | Ticki | -3/+7 |
| 2015-07-21 | Note possiblities of empty extern blocks (based on #12575) | Aidan Hobson Sayers | -0/+4 |
| 2015-07-21 | Rename 'link-args' to 'advanced-linking', add intro | Aidan Hobson Sayers | -5/+12 |
| 2015-07-21 | Guidance on Windows install re "Add to PATH" | Jonathan Hansford | -2/+13 |
| 2015-07-20 | Add travis config to TRPL: release channels | Steve Klabnik | -0/+23 |
| 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 |