about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-03-13std: Stabilize the `net` moduleAlex Crichton-229/+408
2015-03-13Auto merge of #23292 - alexcrichton:stabilize-io, r=aturonbors-898/+820
2015-03-13Fallout of std::old_io deprecationAlex Crichton-793/+608
2015-03-13rm unused importManish Goregaokar-1/+0
2015-03-13Fix def -> PathResolutionManish Goregaokar-1/+1
2015-03-13Rollup merge of #21468 - sanxiyn:dead-variant, r=Manish Goregaokar-1/+94
2015-03-13Rollup merge of #23322 - dotdash:jemalloc_attrs, r=brsonManish Goregaokar-6/+18
2015-03-13Rollup merge of #23321 - apasel422:hash, r=alexcrichtonManish Goregaokar-3/+1
2015-03-13Rollup merge of #23317 - tanadeau:fix-formatting-and-grammar, r=steveklabnikManish Goregaokar-2/+4
2015-03-13Rollup merge of #23312 - gkoz:ptr_from_box_docs, r=steveklabnikManish Goregaokar-13/+16
2015-03-13Rollup merge of #23328 - alexcrichton:rustdoc-default-impl, r=brsonManish Goregaokar-14/+130
2015-03-13Rollup merge of #23310 - michaelwoerister:gdb-std-pp, r=alexcrichtonManish Goregaokar-1/+148
2015-03-13Rollup merge of #23307 - michaelwoerister:lldb-vec-pp-bug, r=alexcrichtonManish Goregaokar-21/+134
2015-03-12rustdoc: Fix ICE with cross-crate default implsAlex Crichton-14/+130
2015-03-12std: Stabilize the `io` moduleAlex Crichton-105/+212
2015-03-13Add an "allocator" attribute to mark functions as allocatorsBjörn Steinbrink-6/+18
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-317/+405
2015-03-12Stabilize std::pathAaron Turon-317/+405
2015-03-12remove mention of specialization from `Hash` traitAndrew Paseltiner-3/+1
2015-03-12Fixed several grammar errors and broke up very long line.Trent Nadeau-2/+4
2015-03-12Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakisbors-2575/+1516
2015-03-12Update the ways to get a pointer from a boxGleb Kozyrev-13/+16
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-176/+86
2015-03-12debuginfo: Add GDB pretty printers for slices, Vec<>, and String.Michael Woerister-1/+148
2015-03-12Auto merge of #23299 - mdinger:monospace_table, r=steveklabnikbors-8/+8
2015-03-12debuginfo: Make LLDB pretty printer correctly handle zero-sized fields.Michael Woerister-21/+134
2015-03-12Auto merge of #23162 - sfackler:debug-builders, r=alexcrichtonbors-65/+867
2015-03-12Add monospace font back to literals tablemdinger-8/+8
2015-03-12Rm unused featureManish Goregaokar-1/+0
2015-03-12Rollup merge of #23296 - shepmaster:explain-why-joinguard-is-must-use, r=alex...Manish Goregaokar-1/+1
2015-03-12Rollup merge of #23295 - johnz133:patch-1, r=steveklabnikManish Goregaokar-4/+4
2015-03-12Rollup merge of #23279 - steveklabnik:gh23244, r=alexcrichtonManish Goregaokar-0/+5
2015-03-12Rollup merge of #23275 - aochagavia:constants, r=eddybManish Goregaokar-39/+90
2015-03-12Rollup merge of #23274 - rprichard:fix-21715, r=pnkfelixManish Goregaokar-25/+43
2015-03-12Rollup merge of #23270 - frewsxcv:patch-5, r=alexcrichtonManish Goregaokar-0/+1
2015-03-12Rollup merge of #23263 - alexcrichton:stabilize-from-raw-parts, r=brsonManish Goregaokar-2/+2
2015-03-12Rollup merge of #23255 - dhuseby:master, r=alexcrichtonManish Goregaokar-0/+1
2015-03-12Rollup merge of #23247 - tbu-:pr_core_iter_rm_isize, r=huonwManish Goregaokar-3/+3
2015-03-12Rollup merge of #23238 - mahkoh:nativecpu, r=dotdashManish Goregaokar-1/+24
2015-03-12Rollup merge of #23234 - Ms2ger:doc-dynamic-dispatch, r=steveklabnikManish Goregaokar-49/+68
2015-03-12Rollup merge of #22769 - :rustdocfix, r=brsonManish Goregaokar-17/+0
2015-03-12Rollup merge of #23297 - steveklabnik:examples, r=huonwManish Goregaokar-341/+341
2015-03-12Rollup merge of #23294 - dotdash:coob, r=alexcrichtonManish Goregaokar-1/+19
2015-03-11Cargo build now builds to /target/debug/, changed the docs to reflect that.John Zhang-4/+4
2015-03-11Example -> ExamplesSteve Klabnik-341/+341
2015-03-11Explain why immediately dropping a JoinGuard is not what you want to doJake Goulding-1/+1
2015-03-11Auto merge of #23156 - GuillaumeGomez:remove-proc, r=alexcrichtonbors-76/+8
2015-03-12Fix LLVM assertion when out-of-bounds indexing in a constantBjörn Steinbrink-1/+19
2015-03-11syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...Eduard Burtescu-549/+464
2015-03-11syntax: rename TypeMethod to MethodSig and use it in MethDecl.Eduard Burtescu-513/+291