about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-07-14Auto merge of #34797 - doomrobo:fix-import-trait-method, r=jseyfriedbors-10/+35
2016-07-14Fix up more tests that I missedJonathan Turner-1/+1
2016-07-14Auto merge of #34824 - alexcrichton:fix-nightlies, r=brsonbors-2/+1
2016-07-14test: Remove NOTE assertions from trace_macros-gateAlex Crichton-2/+1
2016-07-14Remove more unused importsJonathan Turner-1/+0
2016-07-14mk: Move some definitions after their dependencies, to be visually less confu...Ximin Luo-23/+23
2016-07-14Add unicode test to ui testsJonathan Turner-0/+22
2016-07-14Remove unused importsJonathan Turner-19/+0
2016-07-14Auto merge of #34783 - Dridi:cdylib_usage, r=alexcrichtonbors-2/+2
2016-07-14Add back in import needed for codemap testsJonathan Turner-0/+1
2016-07-14Teach EmitterWriter about the dangers of quasi-quotingJonathan Turner-7/+20
2016-07-14Add fix for tabs. Move error unit tests->ui testsJonathan Turner-772/+414
2016-07-14Add in styled_buffer.rs and remove some unused codeJonathan Turner-56/+158
2016-07-14Fix up some tidy-unfriendly spacingJonathan Turner-25/+29
2016-07-14DCE and fixing some internal testsJonathan Turner-1213/+132
2016-07-14Fix a couple UI test failuresJonathan Turner-26/+34
2016-07-14Add back in old school modeJonathan Turner-26/+265
2016-07-14Implement latest rfc style using simpler renderingJonathan Turner-194/+693
2016-07-14Remove CoreEmitter and focus on EmitterJonathan Turner-68/+58
2016-07-14Rename emit_struct->emitJonathan Turner-6/+6
2016-07-14Remove emit from emitter, leaving emit_structJonathan Turner-71/+71
2016-07-14Remove BasicEmitterJonathan Turner-89/+101
2016-07-14Add regression testJeffrey Seyfried-1/+7
2016-07-14Make `ext::base::expr_to_string` work correctly with `include!` macro invocat...Jeffrey Seyfried-0/+6
2016-07-14Auto merge of #33907 - strake:decode_utf8, r=alexcrichtonbors-0/+80
2016-07-13Auto merge of #34805 - michaelwoerister:stable-bounds-encoding, r=eddybbors-1/+74
2016-07-13Auto merge of #34776 - cuviper:solaris-readdir, r=alexcrichtonbors-22/+40
2016-07-13add core::char::DecodeUtf8M Farkas-Dyck-0/+80
2016-07-14Remove irrelevant testsJeffrey Seyfried-169/+3
2016-07-14Implement `macro_rules!` placeholders and the macro scope mapJeffrey Seyfried-24/+127
2016-07-14Instead of renaming, treat differently marked identifiers as unequalJeffrey Seyfried-560/+37
2016-07-14Remove `IllegalCtxt`Jeffrey Seyfried-13/+9
2016-07-14Move node id assigning into `resolve`Jeffrey Seyfried-57/+73
2016-07-13Auto merge of #34684 - oli-obk:eval_rustdoc_array_len, r=alexcrichtonbors-4/+24
2016-07-14Remove extra newlines in MIR dumpSeo Sanghyeon-1/+1
2016-07-13Auto merge of #33642 - xen0n:ergonomic-format-macro, r=alexcrichtonbors-199/+321
2016-07-14syntax_ext: format: better code documentationWang Xuerui-12/+46
2016-07-14format: add tests for ergonomic format_args!Wang Xuerui-0/+33
2016-07-14syntax_ext: format: de-duplicate argument objectsWang Xuerui-12/+31
2016-07-14syntax_ext: format: process counts uniquely and separatelyWang Xuerui-11/+62
2016-07-14syntax_ext: format: allow multiple formats for one argumentWang Xuerui-72/+57
2016-07-14syntax_ext: format: rename variants of ArgumentType for clarityWang Xuerui-7/+7
2016-07-14syntax_ext: format: resolve named arguments earlyWang Xuerui-85/+62
2016-07-14syntax_ext: format: separate verification and translation of piecesWang Xuerui-5/+11
2016-07-14format: remove all implicit ref handling outside of libfmt_macrosWang Xuerui-54/+36
2016-07-14libfmt_macros: resolve all implicit refs while parsingWang Xuerui-11/+46
2016-07-13Auto merge of #34772 - jseyfried:cleanup_interner, r=eddybbors-395/+145
2016-07-13Add examples for FpCategoryggomez-5/+24
2016-07-13Auto merge of #34752 - ollie27:rustdoc_search, r=GuillaumeGomezbors-46/+80
2016-07-13build compiler docs if requested in configTim Neumann-4/+12