about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-04-09fmt: Assume that we'll only ever see 32 or 64 bit pointersRicho Healey-6/+3
2015-04-09test: Unignore test for fixed issue #20676Richo Healey-3/+2
2015-04-09fmt: {:p#} formats pointers padded to native widthRicho Healey-1/+41
2015-04-08Auto merge of #24144 - richo:ptr-formatter, r=alexcrichtonbors-0/+67
2015-04-08Auto merge of #24029 - nagisa:print-locking, r=alexcrichtonbors-34/+446
2015-04-08Implement reentrant mutexes and make stdio use themSimonas Kazlauskas-34/+446
2015-04-08Auto merge of #24195 - steveklabnik:rollup, r=steveklabnikbors-2032/+970
2015-04-08Rollup merge of #24178 - steveklabnik:new_toc, r=nikomatsakisSteve Klabnik-1942/+845
2015-04-08Rollup merge of #24167 - hauleth:remove-incorrect-example-from-mpsc, r=stevek...Steve Klabnik-52/+0
2015-04-08Rollup merge of #24149 - bombless:update-faq, r=steveklabnikSteve Klabnik-6/+10
2015-04-08Rollup merge of #24143 - michaelsproul:extended-errors, r=pnkfelixSteve Klabnik-32/+115
2015-04-08Auto merge of #24021 - pnkfelix:fn-params-outlive-body, r=nikomatsakisbors-8/+301
2015-04-08Address review nit by making `map_id` take an `FnMut`.Felix S. Klock II-2/+2
2015-04-08Auto merge of #23998 - nrc:impl-self, r=nikomatsakisbors-253/+399
2015-04-08Auto merge of #24120 - aturon:range-perf, r=alexcrichtonbors-24/+24
2015-04-07alloc: impl fmt::Pointer for Rc, Arc and BoxRicho Healey-0/+67
2015-04-08Auto merge of #24078 - whipsch:extra-token-msg, r=huonwbors-3/+20
2015-04-08Update "`let` is used to introduce variables" paragraphYork Xiang-6/+10
2015-04-07Import real content.Steve Klabnik-3/+9377
2015-04-08Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichtonbors-133/+89
2015-04-07New TOCSteve Klabnik-10519/+48
2015-04-07Fix range performance regressionAaron Turon-24/+24
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-189/+89
2015-04-08Rollup merge of #24150 - wg:master, r=alexcrichtonManish Goregaokar-4/+10
2015-04-08Rollup merge of #24148 - xfq:patch-2, r=steveklabnikManish Goregaokar-4/+4
2015-04-08Rollup merge of #24147 - lstat:needstest-22560, r=alexcrichtonManish Goregaokar-0/+20
2015-04-08Rollup merge of #24139 - xfq:patch-1, r=steveklabnikManish Goregaokar-3/+3
2015-04-08Rollup merge of #24132 - kwantam:master, r=alexcrichtonManish Goregaokar-449/+410
2015-04-07Remove another invalid exampleŁukasz Niemier-26/+0
2015-04-07Remove incorrect example from docsŁukasz Niemier-26/+0
2015-04-07Add more extended error messages for match exprs.Michael Sproul-6/+81
2015-04-07doc ignore (fixup #24059)Manish Goregaokar-1/+1
2015-04-07Rollup merge of #24113 - mbrubeck:doc-edit, r=steveklabnikManish Goregaokar-5/+3
2015-04-07Rollup merge of #24112 - joshtriplett:patch-1, r=steveklabnikManish Goregaokar-2/+1
2015-04-07Rollup merge of #24110 - tbu-:pr_doc_fix_add, r=alexcrichtonManish Goregaokar-4/+4
2015-04-07Rollup merge of #24088 - GuillaumeGomez:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2015-04-07Rollup merge of #24059 - nikomatsakis:issue-22914-phantomdata-docs, r=huonManish Goregaokar-9/+58
2015-04-07Rollup merge of #24057 - nikomatsakis:lifetime-shadowing-hard-error, r=huonManish Goregaokar-15/+4
2015-04-07Rollup merge of #24042 - callahad:bug_24030, r=steveklabnikManish Goregaokar-2/+2
2015-04-07Rollup merge of #23277 - aochagavia:intro, r=steveklabnikManish Goregaokar-22/+14
2015-04-07Add `ignore-tidy-linelength` and fix formattingLuke Gallagher-2/+3
2015-04-07Fix charset of debuginfo test on FreeBSDWill-4/+10
2015-04-07Auto merge of #23277 - aochagavia:intro, r=steveklabnikbors-22/+14
2015-04-07Update hello-world.mdXue Fuqiao-4/+4
2015-04-07Add test for #22560Luke Gallagher-0/+19
2015-04-07Auto merge of #24116 - zaeleus:rustdoc-codespan, r=alexcrichtonbors-3/+46
2015-04-07Work with assoc types in a super trait.Nick Cameron-63/+102
2015-04-07Update intro.mdXue Fuqiao-3/+3
2015-04-07Auto merge of #24101 - remram44:fix-rustdoc-passes-help, r=nikomatsakisbors-2/+3
2015-04-06Provide context for macro expansions which result in unparsed tokens.Will Hipschman-3/+20