| Age | Commit message (Expand) | Author | Lines |
| 2016-07-16 | Merge branch 'master' into issue-30961 | Cameron Hart | -4893/+4577 |
| 2016-07-15 | syntax: Better error message for inner attr following doc comment | Aravind Gollakota | -14/+92 |
| 2016-07-15 | Added tokenstream parser procedure | cgswords | -1/+9 |
| 2016-07-15 | Fix up documentation around no_std | Steve Klabnik | -30/+56 |
| 2016-07-16 | Refactored code to access TLS only in case of panic | Nikhil Shagrithaya | -9/+11 |
| 2016-07-15 | rustbuild: If local-rust is the same as the current version, then force a loc... | Ximin Luo | -2/+15 |
| 2016-07-15 | mk: If local-rust is the same as the current version, then force a local-rebuild | Ximin Luo | -0/+9 |
| 2016-07-15 | Improve float number example | Guillaume Gomez | -1/+1 |
| 2016-07-15 | Auto merge of #34570 - jseyfried:no_rename, r=nrc | bors | -806/+251 |
| 2016-07-15 | Remove unused import | Jonathan Turner | -1/+1 |
| 2016-07-15 | Nudge travis by commenting a little | Jonathan Turner | -0/+1 |
| 2016-07-15 | Rollup merge of #34818 - frewsxcv:vecdoc, r=GuillaumeGomez | Guillaume Gomez | -0/+11 |
| 2016-07-15 | Rollup merge of #34804 - GuillaumeGomez:fix_ret, r=steveklabnik | Guillaume Gomez | -5/+24 |
| 2016-07-15 | Rollup merge of #34799 - wuranbo:patch-3, r=steveklabnik | Guillaume Gomez | -2/+56 |
| 2016-07-15 | Rollup merge of #34794 - frewsxcv:exitstatus-success, r=GuillaumeGomez | Guillaume Gomez | -0/+17 |
| 2016-07-15 | Rollup merge of #34777 - glandium:issue34697, r=GuillaumeGomez | Guillaume Gomez | -1/+5 |
| 2016-07-15 | Rollup merge of #34733 - izgzhen:alloc-arc-doc-improve, r=steveklabnik | Guillaume Gomez | -43/+46 |
| 2016-07-15 | Rollup merge of #34456 - tbu-:pr_ptr_null, r=aturon | Guillaume Gomez | -29/+41 |
| 2016-07-15 | Add labels hygiene test | Jeffrey Seyfried | -0/+7 |
| 2016-07-15 | Include the `MacroDefinition` rib in the label ribs. | Jeffrey Seyfried | -4/+16 |
| 2016-07-14 | Auto merge of #34801 - TimNN:rustbuild-doc-fixes, r=alexcrichton | bors | -5/+15 |
| 2016-07-14 | Mention where `std::vec` structs originate from. | Corey Farwell | -0/+11 |
| 2016-07-14 | Auto merge of #34599 - cuviper:unicode-9.0, r=alexcrichton | bors | -849/+950 |
| 2016-07-14 | Fix compile-fail test for `ExactSizeIterator::is_empty` | Tobias Bucher | -3/+4 |
| 2016-07-14 | Auto merge of #34797 - doomrobo:fix-import-trait-method, r=jseyfried | bors | -10/+35 |
| 2016-07-14 | Fix up more tests that I missed | Jonathan Turner | -1/+1 |
| 2016-07-14 | test: Remove NOTE assertions from trace_macros-gate | Alex Crichton | -2/+1 |
| 2016-07-14 | Remove more unused imports | Jonathan Turner | -1/+0 |
| 2016-07-14 | Add unicode test to ui tests | Jonathan Turner | -0/+22 |
| 2016-07-14 | Remove unused imports | Jonathan Turner | -19/+0 |
| 2016-07-14 | Auto merge of #34783 - Dridi:cdylib_usage, r=alexcrichton | bors | -1/+1 |
| 2016-07-14 | Add back in import needed for codemap tests | Jonathan Turner | -0/+1 |
| 2016-07-14 | Teach EmitterWriter about the dangers of quasi-quoting | Jonathan Turner | -7/+20 |
| 2016-07-14 | Add fix for tabs. Move error unit tests->ui tests | Jonathan Turner | -772/+414 |
| 2016-07-14 | Add in styled_buffer.rs and remove some unused code | Jonathan Turner | -56/+158 |
| 2016-07-14 | Fix up some tidy-unfriendly spacing | Jonathan Turner | -25/+29 |
| 2016-07-14 | DCE and fixing some internal tests | Jonathan Turner | -1213/+132 |
| 2016-07-14 | Fix a couple UI test failures | Jonathan Turner | -26/+34 |
| 2016-07-14 | Add back in old school mode | Jonathan Turner | -26/+265 |
| 2016-07-14 | Implement latest rfc style using simpler rendering | Jonathan Turner | -194/+693 |
| 2016-07-14 | Remove CoreEmitter and focus on Emitter | Jonathan Turner | -68/+58 |
| 2016-07-14 | Rename emit_struct->emit | Jonathan Turner | -6/+6 |
| 2016-07-14 | Remove emit from emitter, leaving emit_struct | Jonathan Turner | -71/+71 |
| 2016-07-14 | Remove BasicEmitter | Jonathan Turner | -89/+101 |
| 2016-07-14 | Add regression test | Jeffrey Seyfried | -1/+7 |
| 2016-07-14 | Make `ext::base::expr_to_string` work correctly with `include!` macro invocat... | Jeffrey Seyfried | -0/+6 |
| 2016-07-14 | Auto merge of #33907 - strake:decode_utf8, r=alexcrichton | bors | -0/+80 |
| 2016-07-13 | Auto merge of #34805 - michaelwoerister:stable-bounds-encoding, r=eddyb | bors | -1/+74 |
| 2016-07-13 | Auto merge of #34776 - cuviper:solaris-readdir, r=alexcrichton | bors | -22/+40 |
| 2016-07-13 | add core::char::DecodeUtf8 | M Farkas-Dyck | -0/+80 |