about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2015-01-15auto merge of #20990 : estsauver/rust/playpen_20732, r=alexcrichtonbors-20/+9
2015-01-15Disable -C lto optimizations on opt_level=0John Kåre Alsaker-0/+3
2015-01-15Forbid impls for builtin traits on types that are not structs/enumsFlavio Percoco-0/+90
2015-01-15Allow get_tydesc intrinsic to accept unsized typesDiggory Blake-5/+44
2015-01-15reference.md: change "mod" to "self" in "use" declaration.NODA, Kai-4/+4
2015-01-15auto merge of #20980 : richo/rust/final-power, r=alexcrichtonbors-37/+327
2015-01-15save-analysis: fix declid of methodsNick Cameron-2/+2
2015-01-14Remove erroneous stability attribute.Brian Anderson-3/+0
2015-01-14use better spanJorge Aparicio-12/+12
2015-01-15Explicitly note that vector contents are on the heapAidan Hobson Sayers-1/+1
2015-01-15Don't impl builtin traits on non structs/enumsFlavio Percoco-1/+4
2015-01-14fix unused import errorJorge Aparicio-0/+2
2015-01-14doc: fix links to servoRicho Healey-2/+2