about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-09-03Use a visitor to look for non-FFI-safe typesKeegan McAllister-40/+74
2014-09-03Fix some non-FFI-safe types in externsKeegan McAllister-1/+3
2014-09-03auto merge of #16953 : nick29581/rust/dst-bug-7, r=pcwaltonbors-6/+41
2014-09-03auto merge of #16932 : crabtw/rust/mips, r=alexcrichtonbors-0/+6
2014-09-03auto merge of #16811 : nick29581/rust/dst-bug-2, r=nikomatsakisbors-5/+29
2014-09-03auto merge of #16634 : apoelstra/rust/to-option-fix, r=aturonbors-15/+70
2014-09-03auto merge of #16956 : nick29581/rust/unsized-test-1, r=alexcrichtonbors-2/+3
2014-09-03auto merge of #16940 : treeman/rust/fail-non-utf8, r=pnkfelixbors-1/+29
2014-09-03auto merge of #16934 : nick29581/rust/dst-bug-6, r=pcwaltonbors-5/+19
2014-09-03Enable a test for correct treatment of Sized?Nick Cameron-2/+3
2014-09-03Fix ICE when casting `&[T]` to `*const [T]`Nick Cameron-6/+41
2014-09-03auto merge of #16917 : nick29581/rust/cross-trait, r=pcwaltonbors-25/+54
2014-09-03auto merge of #16892 : andrew-d/rust/andrew-fix-test-reexports, r=sfacklerbors-13/+67
2014-09-02auto merge of #16850 : vks/rust/hash-num, r=alexcrichtonbors-8/+24
2014-09-02auto merge of #16944 : alexcrichton/rust/ignore-gdb-pretty, r=brsonbors-0/+2
2014-09-03Remove cross-borrowing for traits.Nick Cameron-19/+40
2014-09-03Schedule cleanup for &* on fat owned pointersNick Cameron-6/+14
2014-09-02auto merge of #16916 : alexcrichton/rust/tcp-accept-stress-again-oh-my, r=brsonbors-10/+19
2014-09-02test: Ignore failing gdb pretty testsAlex Crichton-0/+2
2014-09-02Prevent failure when using fail! with invalid utf8.Jonas Hietala-1/+29
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-02Fix ICE with static DST coercionNick Cameron-5/+19
2014-09-02Fix MIPS targetJyun-Yan You-0/+6
2014-09-01ignore-pretty the testAndrew Dunham-0/+1
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-31test: Tweak tcp-accept-stress one last timeAlex Crichton-10/+19
2014-09-01Second approach - using type contentsNick Cameron-28/+11
2014-08-31auto merge of #16809 : nick29581/rust/dst-bug-3, r=alexcrichtonbors-13/+27
2014-08-31Rename `RawPtr::to_option()` to `RawPtr::as_ref()`Andrew Poelstra-15/+70
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-30Address review comments, add testsAndrew Dunham-2/+35
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