about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-07-19Add regression test.Jeffrey Seyfried-0/+9
2016-07-19Support nested `macro_rules!`.Jeffrey Seyfried-1/+5
2016-07-15Auto merge of #34841 - alexcrichton:no-mips-soft-float, r=brsonbors-3/+3
2016-07-15mk: Don't pass -msoft-float on mips-gnuAlex Crichton-3/+3
2016-07-15Auto merge of #34570 - jseyfried:no_rename, r=nrcbors-806/+251
2016-07-15Auto merge of #34819 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-80/+200
2016-07-15Rollup merge of #34818 - frewsxcv:vecdoc, r=GuillaumeGomezGuillaume Gomez-0/+11
2016-07-15Rollup merge of #34804 - GuillaumeGomez:fix_ret, r=steveklabnikGuillaume Gomez-5/+24
2016-07-15Rollup merge of #34799 - wuranbo:patch-3, r=steveklabnikGuillaume Gomez-2/+56
2016-07-15Rollup merge of #34794 - frewsxcv:exitstatus-success, r=GuillaumeGomezGuillaume Gomez-0/+17
2016-07-15Rollup merge of #34777 - glandium:issue34697, r=GuillaumeGomezGuillaume Gomez-1/+5
2016-07-15Rollup merge of #34733 - izgzhen:alloc-arc-doc-improve, r=steveklabnikGuillaume Gomez-43/+46
2016-07-15Rollup merge of #34456 - tbu-:pr_ptr_null, r=aturonGuillaume Gomez-29/+41
2016-07-15Add labels hygiene testJeffrey Seyfried-0/+7
2016-07-15Include the `MacroDefinition` rib in the label ribs.Jeffrey Seyfried-4/+16
2016-07-14Auto merge of #34801 - TimNN:rustbuild-doc-fixes, r=alexcrichtonbors-5/+15
2016-07-14Mention where `std::vec` structs originate from.Corey Farwell-0/+11
2016-07-14Auto merge of #34599 - cuviper:unicode-9.0, r=alexcrichtonbors-849/+950
2016-07-14Auto merge of #34797 - doomrobo:fix-import-trait-method, r=jseyfriedbors-10/+35
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-14Auto merge of #34783 - Dridi:cdylib_usage, r=alexcrichtonbors-2/+2
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-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
2016-07-13doc: ffi referenced rust-snappy can not compile吴冉波-2/+56
2016-07-13only remove directory if it existsTim Neumann-1/+1
2016-07-13create global doc dir for all doc targetsTim Neumann-0/+2