| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #34824 - alexcrichton:fix-nightlies, r=brson | bors | -2/+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 | mk: Move some definitions after their dependencies, to be visually less confu... | Ximin Luo | -23/+23 |
| 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 | -2/+2 |
| 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 |
| 2016-07-14 | Remove irrelevant tests | Jeffrey Seyfried | -169/+3 |
| 2016-07-14 | Implement `macro_rules!` placeholders and the macro scope map | Jeffrey Seyfried | -24/+127 |
| 2016-07-14 | Instead of renaming, treat differently marked identifiers as unequal | Jeffrey Seyfried | -560/+37 |
| 2016-07-14 | Remove `IllegalCtxt` | Jeffrey Seyfried | -13/+9 |
| 2016-07-14 | Move node id assigning into `resolve` | Jeffrey Seyfried | -57/+73 |
| 2016-07-13 | Auto merge of #34684 - oli-obk:eval_rustdoc_array_len, r=alexcrichton | bors | -4/+24 |
| 2016-07-14 | Remove extra newlines in MIR dump | Seo Sanghyeon | -1/+1 |
| 2016-07-13 | Auto merge of #33642 - xen0n:ergonomic-format-macro, r=alexcrichton | bors | -199/+321 |
| 2016-07-14 | syntax_ext: format: better code documentation | Wang Xuerui | -12/+46 |
| 2016-07-14 | format: add tests for ergonomic format_args! | Wang Xuerui | -0/+33 |
| 2016-07-14 | syntax_ext: format: de-duplicate argument objects | Wang Xuerui | -12/+31 |
| 2016-07-14 | syntax_ext: format: process counts uniquely and separately | Wang Xuerui | -11/+62 |
| 2016-07-14 | syntax_ext: format: allow multiple formats for one argument | Wang Xuerui | -72/+57 |
| 2016-07-14 | syntax_ext: format: rename variants of ArgumentType for clarity | Wang Xuerui | -7/+7 |
| 2016-07-14 | syntax_ext: format: resolve named arguments early | Wang Xuerui | -85/+62 |
| 2016-07-14 | syntax_ext: format: separate verification and translation of pieces | Wang Xuerui | -5/+11 |
| 2016-07-14 | format: remove all implicit ref handling outside of libfmt_macros | Wang Xuerui | -54/+36 |
| 2016-07-14 | libfmt_macros: resolve all implicit refs while parsing | Wang Xuerui | -11/+46 |
| 2016-07-13 | Auto merge of #34772 - jseyfried:cleanup_interner, r=eddyb | bors | -395/+145 |
| 2016-07-13 | Add examples for FpCategory | ggomez | -5/+24 |
| 2016-07-13 | Auto merge of #34752 - ollie27:rustdoc_search, r=GuillaumeGomez | bors | -46/+80 |
| 2016-07-13 | build compiler docs if requested in config | Tim Neumann | -4/+12 |