summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-03-31rollup merge of #23893: frewsxcv/patch-6Alex Crichton-1/+1
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-42/+41
2015-03-31rollup merge of #23885: steveklabnik/doc_std_envAlex Crichton-1/+28
2015-03-31rollup merge of #23882: wettowelreactor/patch-2Alex Crichton-1/+1
2015-03-31rollup merge of #23878: Ryman/stable_extremesAlex Crichton-28/+127
2015-03-31rollup merge of #23876: alexcrichton/stabilize-anyAlex Crichton-25/+7
2015-03-31rollup merge of #23766: alexcrichton/stabilize-raw-fdAlex Crichton-59/+263
2015-03-31rollup merge of #23704: hirschenberger/simd-intdiv-iceAlex Crichton-2/+13
2015-03-31Stabilize a few remaining stragglersAaron Turon-16/+14
2015-03-31std: Add a process::exit functionAlex Crichton-0/+56
2015-03-31Fix spellingSteve Klabnik-1/+1
2015-03-31rustc: Remove old_orphan_check entirelyAlex Crichton-41/+19
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-86/+77
2015-03-31Fixup primitive.str docsSteve Klabnik-15/+12
2015-03-31book: reword timer bitDarin Morrison-7/+9
2015-03-31Fix up iterator documentation with regards to for loop sugarSteve Klabnik-7/+10
2015-03-31Auto merge of #23678 - richo:check-flightcheck, r=alexcrichtonbors-0/+54
2015-03-31Stabilize `std::convert` and related codeAaron Turon-70/+132
2015-03-31rollup merge of #23669: steveklabnik/doc_std_borrowAlex Crichton-0/+56
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-1251/+985
2015-03-31Add tests for blanket impls.Niko Matsakis-0/+74
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-1251/+985
2015-03-31Stabilize std::numAaron Turon-1251/+985
2015-03-31Indicate select! is code-likeCorey Farwell-1/+1
2015-03-31Add blanket impls for references to the `Fn` traits.Niko Matsakis-0/+49
2015-03-31A very simple hack to force an autoderef if the callee has type `&mutNiko Matsakis-6/+18
2015-03-31Add a "match" relation that can be used to make recursion check duringNiko Matsakis-1/+109
2015-03-31Port over type inference to using the new type relation stuffNiko Matsakis-955/+1140
2015-03-31Remove unused importNiko Matsakis-1/+1
2015-03-31Switch to FnvHashMapNiko Matsakis-4/+4
2015-03-31Extract more `ty` and `infer` dependencies from the unification engineNiko Matsakis-63/+66
2015-03-31Make union-find helper fns private, change to u32.Niko Matsakis-18/+26
2015-03-31Refactor unification interface by moving the methods off of inferctxt and ont...Niko Matsakis-140/+99
2015-03-31Combine `try` and `commit_if_ok` and make some details of inferenceNiko Matsakis-95/+81
2015-03-31Rename the cryptic cres and ures types.Niko Matsakis-165/+138
2015-03-31Last docs for std::envSteve Klabnik-1/+28
2015-03-31Rollup merge of #23869 - tshepang:more-complete-builder-pattern-example, r=al...Manish Goregaokar-8/+16
2015-03-31Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturonManish Goregaokar-107/+147
2015-03-31Rollup merge of #23865 - seanmonstar:into-cow, r=alexcrichtonManish Goregaokar-2/+19
2015-03-31Rollup merge of #23862 - jviereck:fix_23713_v2, r=steveklabnikManish Goregaokar-1/+1
2015-03-31Rollup merge of #23859 - pnkfelix:fsk-lesser-box, r=nikomatsakisManish Goregaokar-65/+223
2015-03-31Rollup merge of #23852 - cmr:missing_doc, r=ManishearthManish Goregaokar-2/+54
2015-03-31Rollup merge of #23846 - rayglover:patch-rustdoc-stderr, r=alexcrichtonManish Goregaokar-2/+3
2015-03-31Rollup merge of #23839 - tyrion:patch-1, r=alexcrichtonManish Goregaokar-3/+3
2015-03-31Rollup merge of #23836 - Hoverbear:patch-1, r=steveklabnikManish Goregaokar-16/+13
2015-03-31Rollup merge of #23826 - richo:note-print-macro, r=alexcrichtonManish Goregaokar-0/+4
2015-03-31Rollup merge of #23813 - steveklabnik:gh19733, r=cmrManish Goregaokar-1/+6
2015-03-31Rollup merge of #23558 - steveklabnik:explain_elision, r=gankroManish Goregaokar-4/+9
2015-03-30Document std::borrow with examplesSteve Klabnik-0/+56
2015-03-30Update lib.rsCamille Roussel-1/+1