about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-15rollup merge of #21133: iKevinY/mobile-rustdocAlex Crichton-1/+3
2015-01-15rollup merge of #21127: erickt/opt-stackAlex Crichton-174/+252
2015-01-15rollup merge of #21126: sleepynate/dlist-examplesAlex Crichton-6/+166
2015-01-15rollup merge of #21124: steveklabnik/fix_redirectAlex Crichton-1/+1
2015-01-15rollup merge of #21120: fhahn/issue-model-lexer-questionmarkAlex Crichton-9/+15
2015-01-15rollup merge of #21115: dotdash/iter_vecAlex Crichton-44/+25
2015-01-15rollup merge of #21109: steveklabnik/gh17224Alex Crichton-3/+76
2015-01-15rollup merge of #21107: nikomatsakis/assoc-type-ice-hunt-take-1Alex Crichton-108/+226
2015-01-15rollup merge of #21105: csouth3/kill-box-importAlex Crichton-21/+0
2015-01-15rollup merge of #21103: nagisa/result-typoAlex Crichton-7/+5
2015-01-15rollup merge of #21089: nikomatsakis/issue-20676-invalid-vtable-for-objectAlex Crichton-3/+59
2015-01-15rollup merge of #21088: aochagavia/obsoleteAlex Crichton-226/+4
2015-01-15rollup merge of #21085: pnkfelix/pp-flowgraph-kill-labelsAlex Crichton-36/+50
2015-01-15rollup merge of #21075: iKevinY/intro-changesAlex Crichton-21/+21
2015-01-15rollup merge of #21071: sfaxon/mobile-friendly-bookAlex Crichton-2/+111
2015-01-15rollup merge of #21066: japaric/issue-20575Alex Crichton-0/+19
2015-01-15rollup merge of #21059: steveklabnik/gh16072Alex Crichton-1/+26
2015-01-15rollup merge of #21052: nick29581/methods-extAlex Crichton-121/+419
2015-01-15rollup merge of #21041: steveklabnik/gh17554Alex Crichton-0/+29
2015-01-15rollup merge of #21040: steveklabnik/gh20037Alex Crichton-1/+1
2015-01-15rollup merge of #21038: steveklabnik/gh20471Alex Crichton-1/+2
2015-01-15rollup merge of #21036: renato-zannon/into-iter-implsAlex Crichton-0/+3
2015-01-15rollup merge of #21031: steveklabnik/gh19067Alex Crichton-5/+4
2015-01-15rollup merge of #21029: steveklabnik/gh19924Alex Crichton-4/+20
2015-01-15rollup merge of #21028: steveklabnik/gh17368Alex Crichton-1/+4
2015-01-15rollup merge of #21023: steveklabnik/gh20840Alex Crichton-19/+1
2015-01-15rollup merge of #21020: steveklabnik/gh20844Alex Crichton-10/+11
2015-01-15rollup merge of #21015: steveklabnik/gh20852Alex Crichton-3/+3
2015-01-15rollup merge of #21014: steveklabnik/gh20876Alex Crichton-9/+2
2015-01-15rollup merge of #21013: steveklabnik/gh20914Alex Crichton-1/+1
2015-01-15rollup merge of #21011: steveklabnik/gh20993Alex Crichton-2/+2
2015-01-15rollup merge of #21005: huonw/deriving-docsAlex Crichton-25/+28
2015-01-15rollup merge of #21001: camjackson/masterAlex Crichton-8/+1
2015-01-15rollup merge of #20988: ciphergoth/task-to-threadAlex Crichton-14/+13
2015-01-15rollup merge of #20986: alkor/doc-fixesAlex Crichton-3/+12
2015-01-15rollup merge of #20976: jbcrail/rm-unused-importAlex Crichton-1/+0
2015-01-15rollup merge of #20964: sfackler/recursion-syntaxAlex Crichton-2/+2
2015-01-15rollup merge of #20929: laurilehmijoki/masterAlex Crichton-1/+1
2015-01-15rollup merge of #20892: CarVac/masterAlex Crichton-39/+39
2015-01-15rollup merge of #20632: gchp/referenceAlex Crichton-6/+6
2015-01-15rollup merge of #20463: amaranth/black_box_outputAlex Crichton-5/+6
2015-01-15Clarify function return style.Steve Klabnik-0/+18
2015-01-15rustc: implement fully qualified UFCS expressions.Eduard Burtescu-38/+130
2015-01-15syntax: parse fully qualified UFCS expressions.Eduard Burtescu-7/+37
2015-01-15syntax: add fully qualified UFCS expressions.Eduard Burtescu-42/+89
2015-01-15Avoid unnecessary closures when deriving RustcDecodableBjörn Steinbrink-4/+3
2015-01-15support deriving `Hash` for nullary structsAndrew Paseltiner-6/+20
2015-01-15Add explanation of main to rustdoc docsSteve Klabnik-0/+29
2015-01-15debuginfo: Fix ICE when compiling for-loops with lines-tables-only.Michael Woerister-32/+28
2015-01-15remove try_node_id_to_type in favor of node_id_to_type_optFlavio Percoco-5/+1