about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-09-02std: RawTable exposes a safe interface for HashMapPiotr Czarnecki-528/+883
2014-09-02std: branchless bucket distance for hashmapPiotr Czarnecki-9/+1
2014-09-02auto merge of #16925 : jbcrail/rust/doc-spelling-errors, r=alexcrichtonbors-7/+7
2014-09-02auto merge of #16805 : nick29581/rust/dst-raw, r=nikomatsakisbors-76/+413
2014-09-02Reviewer changesNick Cameron-65/+108
2014-09-02auto merge of #16924 : steveklabnik/rust/manual_pointer_fix, r=pcwaltonbors-20/+8
2014-09-01doc: Fix spelling errors.Joseph Crail-7/+7
2014-09-02DST raw pointers - *-pointers are fat pointersNick Cameron-69/+363
2014-09-01auto merge of #16897 : japaric/rust/mut-slice-collection, r=alexcrichtonbors-0/+9
2014-09-01auto merge of #16867 : wickerwaka/rust/ice-16750, r=alexcrichtonbors-12/+49
2014-09-01Fix pointer types in the manual.Steve Klabnik-20/+8
2014-09-01auto merge of #16891 : eddyb/rust/patlit-from-expr-macros, r=kballardbors-0/+20
2014-09-01auto merge of #16886 : Tobba/rust/defailbloat-string, r=alexcrichtonbors-3/+9
2014-09-01auto merge of #16871 : retep998/rust/win64-fix, r=alexcrichtonbors-1/+1
2014-09-01auto merge of #16802 : nick29581/rust/dst-bug-1, r=luqmanabors-0/+20
2014-09-01auto merge of #16844 : mrmonday/rust/liblibc-custom-socket, r=alexcrichtonbors-7/+152
2014-08-31auto merge of #16809 : nick29581/rust/dst-bug-3, r=alexcrichtonbors-13/+27
2014-08-31auto merge of #16894 : alexcrichton/rust/issue-16872, r=huonwbors-5/+1
2014-08-31auto merge of #16788 : Manishearth/rust/raw-ptr-syntax-ty, r=huonwbors-1/+16
2014-08-31auto merge of #16895 : alexcrichton/rust/rollup, r=alexcrichtonbors-228/+385
2014-08-31&mut [T] now implements Collection. Fixes #16896Jorge Aparicio-0/+9
2014-08-30rollup merge of #16881 : cmr/guide-typoAlex Crichton-1/+1
2014-08-30rollup merge of #16852 : steveklabnik/desugar_destructureAlex Crichton-1/+1
2014-08-30rollup merge of #16849 : nhowell/patch-1Alex Crichton-5/+5
2014-08-30rollup merge of #16846 : treeman/debug-docAlex Crichton-141/+236
2014-08-30rollup merge of #16842 : zsiciarz/masterAlex Crichton-5/+5
2014-08-30rollup merge of #16840 : huonw/feature-has-addedAlex Crichton-2/+2
2014-08-30rollup merge of #16839 : treeman/issue-15358Alex Crichton-12/+12
2014-08-30rollup merge of #16835 : michaelsproul/doc-slice-failureAlex Crichton-28/+33
2014-08-30rollup merge of #16833 : SebastianZaha/fix-guide-typoAlex Crichton-1/+1
2014-08-30rollup merge of #16832 : SebastianZaha/fix-inconsistent-version-numberingAlex Crichton-8/+8
2014-08-30rollup merge of #16830 : cgaebel/docfixAlex Crichton-1/+1
2014-08-30rollup merge of #16828 : steveklabnik/more_pointer_guideAlex Crichton-0/+25
2014-08-30rollup merge of #16807 : nham/guide_added_ownership_ruleAlex Crichton-6/+11
2014-08-30rollup merge of #16780 : mdinger/marker_typesAlex Crichton-4/+4
2014-08-30rollup merge of #16778 : jbcrail/fix-issue-15826Alex Crichton-6/+29
2014-08-30rollup merge of #16769 : rgawdzik/abs_doc_additionAlex Crichton-2/+6
2014-08-30rollup merge of #16726 : tshepang/consistencyAlex Crichton-1/+1
2014-08-30rollup merge of #16721 : tshepang/convenienceAlex Crichton-3/+3
2014-08-30rollup merge of #16716 : tshepang/tempAlex Crichton-1/+1
2014-08-30test: Fix the tcp-accept-stress testAlex Crichton-5/+1
2014-08-31auto merge of #16650 : ruud-v-a/rust/timespec-arithmetic, r=alexcrichtonbors-22/+22
2014-08-30auto merge of #16393 : SimonSapin/rust/patch-9, r=steveklabnikbors-2/+2
2014-08-31Allow ExprLit expression macros to be used in patterns.Eduard Burtescu-0/+20
2014-08-30auto merge of #16873 : alexcrichton/rust/ignore-deadlocks, r=sfacklerbors-0/+2
2014-08-30doc: Add another restriction to the list of ownership rules.nham-6/+11
2014-08-30note about ref patterns in pointer guideSteve Klabnik-0/+25
2014-08-30auto merge of #16859 : alexcrichton/rust/snapshots, r=huonwbors-724/+11
2014-08-30Defailbloat fail!(string)Tobba-3/+9
2014-08-30guide: function -> closure in explanation of closuresCorey Richardson-1/+1