| Age | Commit message (Expand) | Author | Lines |
| 2017-04-18 | Fix link to book repo | Steve Klabnik | -1/+1 |
| 2017-03-02 | Rollup merge of #40194 - letmaik:patch-1, r=steveklabnik | Guillaume Gomez | -1/+1 |
| 2017-03-02 | Rollup merge of #40175 - d-e-s-o:fix-inconsistency-in-guessing-game-readme, r... | Guillaume Gomez | -8/+8 |
| 2017-03-02 | Rollup merge of #40170 - iKevinY:if-let-typo, r=frewsxcv | Guillaume Gomez | -1/+1 |
| 2017-03-02 | Rollup merge of #40169 - MajorBreakfast:patch-8, r=steveklabnik | Guillaume Gomez | -1/+1 |
| 2017-03-02 | Rollup merge of #40144 - MajorBreakfast:patch-7, r=frewsxcv | Guillaume Gomez | -2/+3 |
| 2017-03-01 | fix wrong word used (static vs const) | Maik Riechert | -1/+1 |
| 2017-03-01 | doc: fix inconsistency in error output in guessing-game.md | deso | -8/+8 |
| 2017-03-01 | Unit-like structs doc: Add compile fail tag | Josef Brandl | -1/+1 |
| 2017-03-01 | Fix link in `if let` docs | Kevin Yap | -1/+1 |
| 2017-03-01 | String docs: Add "the" | Josef Brandl | -1/+1 |
| 2017-02-28 | Rollup merge of #40142 - MajorBreakfast:patch-4, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2017-02-28 | Rollup merge of #40131 - MajorBreakfast:patch-3, r=steveklabnik | Corey Farwell | -2/+2 |
| 2017-02-28 | Rollup merge of #40124 - koba-e964:patch-1, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-02-28 | Unit-like structs doc: Improve code sample | Josef Brandl | -1/+2 |
| 2017-02-28 | Structs doc: Change "pointers" to "references" | Josef Brandl | -1/+1 |
| 2017-02-27 | Make lifetime elision docs clearer | Josef Brandl | -2/+2 |
| 2017-02-27 | Auto merge of #38165 - Yamakaky:better-backtrace, r=petrochenkov | bors | -1/+14 |
| 2017-02-28 | Remove unnecessary "for" | Hiroki Kobayashi | -1/+1 |
| 2017-02-27 | Auto merge of #40115 - MajorBreakfast:patch-2, r=steveklabnik | bors | -1/+2 |
| 2017-02-27 | Auto merge of #40102 - pmer:pmer/use-macos-term-in-docs, r=steveklabnik | bors | -4/+4 |
| 2017-02-26 | Loop docs: Present perfect instead of simple past | Josef Brandl | -1/+2 |
| 2017-02-26 | Auto merge of #40078 - tclfs:patch-3, r=GuillaumeGomez | bors | -1/+1 |
| 2017-02-25 | doc: Use "macOS" terminology consistently | Paul Merrill | -4/+4 |
| 2017-02-24 | Fix a typo | Tang Chenglong | -1/+1 |
| 2017-02-24 | Rollup merge of #40071 - tomwhoiscontrary:pr-lets-apostrophes, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2017-02-24 | Rollup merge of #39845 - JDemler:master, r=steveklabnik | Guillaume Gomez | -0/+73 |
| 2017-02-24 | Rollup merge of #39777 - mina86:gib, r=steveklabnik | Guillaume Gomez | -1/+1 |
| 2017-02-24 | Correct another typo in procedural macros chapter of the Book. | Tom Anderson | -1/+1 |
| 2017-02-21 | fix some links | Steve Klabnik | -23/+6 |
| 2017-02-21 | TRPL Nightly -> Unstable Book | Steve Klabnik | -1239/+0 |
| 2017-02-21 | Get linkchecker clean | Steve Klabnik | -15/+16 |
| 2017-02-20 | Rollup merge of #39976 - steveklabnik:reenable-book-linkchecker, r=frewsxcv | Corey Farwell | -84/+84 |
| 2017-02-20 | Auto merge of #39748 - Rufflewind:master, r=steveklabnik | bors | -6/+52 |
| 2017-02-20 | Revert "Fix up links" | Steve Klabnik | -84/+84 |
| 2017-02-20 | Auto merge of #39923 - mattyw:patch-1, r=steveklabnik | bors | -1/+1 |
| 2017-02-19 | Rust Book: Generics: Resolving ambiguities | Phil Ruffwind | -6/+52 |
| 2017-02-19 | Fixed some small issues | Jakob Demler | -8/+11 |
| 2017-02-18 | Rollup merge of #39847 - CBenoit:patch-1, r=frewsxcv | Guillaume Gomez | -1/+1 |
| 2017-02-18 | Variable Bindings possible nitpick | Matt Williams | -1/+1 |
| 2017-02-16 | Correct a typo in procedural macros chapter of the Book. (fixup [c8292fcd6ad2... | Benoît CORTIER | -1/+1 |
| 2017-02-16 | Auto merge of #39876 - frewsxcv:rollup, r=frewsxcv | bors | -9/+7 |
| 2017-02-15 | Rollup merge of #39840 - DaseinPhaos:patch-2, r=frewsxcv | Corey Farwell | -1/+1 |
| 2017-02-15 | fixed whitespace issues | Jakob Demler | -1/+3 |
| 2017-02-15 | Improve backtrace formating while panicking. | Yamakaky | -1/+14 |
| 2017-02-15 | book: binary prefixed are defined by IEC and not in SI | Michal Nazarewicz | -1/+1 |
| 2017-02-15 | book: don’t use GNU extensions in the example unnecessarily | Michal Nazarewicz | -8/+6 |
| 2017-02-15 | add bash to error-messages | Jakob Demler | -2/+2 |
| 2017-02-15 | Correct a typo in procedural macros chapter of the Book. | Benoît CORTIER | -1/+1 |
| 2017-02-15 | custom attributes and error reporting docs for procedural macros | Jakob Demler | -1/+69 |