| Age | Commit message (Expand) | Author | Lines |
| 2015-09-20 | Auto merge of #28499 - semmaz:doc-anchor-fix, r=steveklabnik | bors | -80/+93 |
| 2015-09-20 | Auto merge of #28532 - Eljay:misc-fixes, r=bluss | bors | -108/+44 |
| 2015-09-20 | Fix the overly long inner spans of inline mods | Marcus Klaas | -1/+1 |
| 2015-09-20 | Miscellaneous cleanup for old issues. | Lee Jeffery | -108/+44 |
| 2015-09-20 | rustdoc: added tests for header rendering & minor fixes | Simon Mazur | -2/+24 |
| 2015-09-20 | rustdoc: remove redundant test | Simon Mazur | -15/+1 |
| 2015-09-20 | rustdoc: some code style improvements | Simon Mazur | -27/+14 |
| 2015-09-20 | doc: Fix broken links | Simon Mazur | -31/+31 |
| 2015-09-20 | rustdoc: Changed section headers anchor rendering | Simon Mazur | -5/+23 |
| 2015-09-20 | Add error codes for librustc_typeck | Guillaume Gomez | -4/+5 |
| 2015-09-20 | Do not drop_in_place elements of Vec<T> if T doesn't need dropping | whitequark | -3/+5 |
| 2015-09-20 | Auto merge of #28529 - Manishearth:rollup, r=Manishearth | bors | -67/+215 |
| 2015-09-20 | Rollup merge of #28526 - Manishearth:expand-clone, r=eddyb | Manish Goregaokar | -24/+25 |
| 2015-09-20 | Rollup merge of #28525 - Wallacoloo:book-4.8-double-more, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-09-20 | Rollup merge of #28522 - apasel422:issue-28091, r=alexcrichton | Manish Goregaokar | -5/+135 |
| 2015-09-20 | Rollup merge of #28507 - Manishearth:const-stable, r=alexcrichton | Manish Goregaokar | -6/+26 |
| 2015-09-20 | Rollup merge of #28463 - critiqjo:book-concurrency, r=steveklabnik | Manish Goregaokar | -31/+28 |
| 2015-09-20 | Auto merge of #28503 - marcusklaas:pub-extern, r=alexcrichton | bors | -7/+28 |
| 2015-09-20 | Auto merge of #28519 - wthrowe:fixup-28321, r=alexcrichton | bors | -1/+1 |
| 2015-09-20 | Auto merge of #28506 - Manishearth:no_mac, r=eddyb | bors | -4/+0 |
| 2015-09-20 | Don't recommend const fns on a stable build without a note about nightlies | Manish Goregaokar | -6/+26 |
| 2015-09-20 | Move tts instead of cloning in expansion | Manish Goregaokar | -24/+25 |
| 2015-09-19 | Fix "more more" typo | Colin Wallace | -1/+1 |
| 2015-09-19 | Feature-gate `#[no_debug]` and `#[omit_gdb_pretty_printer_section]` | Andrew Paseltiner | -5/+135 |
| 2015-09-19 | Split out the UNUSED_* lints into a new module | Wesley Wiser | -445/+477 |
| 2015-09-19 | Split out the bad_style lints into a new module | Wesley Wiser | -354/+382 |
| 2015-09-19 | Auto merge of #28345 - japaric:op-assign, r=nmatsakis | bors | -84/+1008 |
| 2015-09-19 | Make FixedSizeArray an unsafe trait | Amit Aryeh Levy | -2/+2 |
| 2015-09-19 | Auto merge of #28516 - steveklabnik:rollup, r=steveklabnik | bors | -79/+188 |
| 2015-09-19 | Move test to the right directory and make it pass | William Throwe | -1/+1 |
| 2015-09-19 | Auto merge of #28497 - apasel422:issue-28493, r=Gankro | bors | -1/+59 |
| 2015-09-19 | trpl: Improve clarity in Concurrency | critiqjo | -31/+28 |
| 2015-09-19 | Rollup merge of #28511 - llogiq:printdoc, r=steveklabnik | Steve Klabnik | -0/+8 |
| 2015-09-19 | Rollup merge of #28496 - davidszotten:fix_error_anchors, r=steveklabnik | Steve Klabnik | -11/+24 |
| 2015-09-19 | Rollup merge of #28485 - Wallacoloo:clarify-let-lhs, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-09-19 | Rollup merge of #28443 - GuillaumeGomez:error_codes, r=Manishearth | Steve Klabnik | -65/+133 |
| 2015-09-19 | Rollup merge of #28430 - apasel422:issue-14698, r=alexcrichton | Steve Klabnik | -1/+20 |
| 2015-09-19 | Rollup merge of #28400 - badboy:disable-browser-history-on-file, r=steveklabnik | Steve Klabnik | -1/+2 |
| 2015-09-19 | Add librustc_trans error codes | Guillaume Gomez | -12/+45 |
| 2015-09-19 | Auto merge of #28494 - bluss:vecdeque-zst, r=eddyb | bors | -1/+40 |
| 2015-09-19 | Auto merge of #28495 - semarie:stdcpp-name, r=alexcrichton | bors | -2/+3 |
| 2015-09-19 | change back to anchors; divs break md | David Szotten | -18/+18 |
| 2015-09-19 | VecDeque: Use power of two capacity even for zero sized types | Ulrik Sverdrup | -1/+40 |
| 2015-09-19 | missing punctuation | David Szotten | -1/+1 |
| 2015-09-19 | its vs it's | David Szotten | -1/+1 |
| 2015-09-19 | wrap more referenced code blocks in divs | David Szotten | -0/+14 |
| 2015-09-19 | angle brackets get mis-parsed. bug? | David Szotten | -1/+1 |
| 2015-09-19 | link needs puncuation | David Szotten | -2/+2 |
| 2015-09-19 | Make rustdoc output comply with licenses | Ruud van Asseldonk | -0/+243 |
| 2015-09-19 | Don't use std in stability tests | Vadim Petrochenkov | -5/+13 |