about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2015-01-17Refine wording of Thread::panickingSimonas Kazlauskas-2/+2
2015-01-17auto merge of #21233 : huonw/rust/simd-size, r=Aatchbors-114/+359
2015-01-17auto merge of #21205 : alexcrichton/rust/issue-21202, r=nikomatsakisbors-1568/+1655
2015-01-17auto merge of #21132 : sfackler/rust/wait_timeout, r=alexcrichtonbors-97/+343
2015-01-17Feature gate SIMD in FFI, due to unknown ABIs.Huon Wilson-2/+64
2015-01-17Add comprehensive test for no-ICE behaviour of SIMD FFI.Huon Wilson-0/+114
2015-01-16auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakisbors-106/+495
2015-01-16auto merge of #21113 : alexcrichton/rust/plug-a-hole, r=brsonbors-78/+145
2015-01-16Rewrite Condvar::wait_timeout and make it publicSteven Fackler-97/+343
2015-01-16rustc: Fix a leak in dependency= pathsAlex Crichton-78/+145
2015-01-16rustc_resolve: Correctly record privacy of methodsAlex Crichton-4/+45
2015-01-16rustc: Move the privacy pass to its own crateAlex Crichton-1565/+1611
2015-01-16auto merge of #21162 : apasel422/rust/issue-16530, r=huonwbors-6/+20
2015-01-16auto merge of #20972 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-105/+676
2015-01-16Prefer implemented traits in suggestions.Huon Wilson-31/+148
2015-01-16Put vector types in regs for arm & mips FFI.Huon Wilson-3/+6
2015-01-16Support SSE with integer types in x86-64 FFI.Huon Wilson-10/+10
2015-01-16Add `Type::int_width` for retrieving integer's bit width.Huon Wilson-77/+41
2015-01-16Support SSE types in extern {} better.Huon Wilson-10/+102
2015-01-16fix pretty test falloutFlavio Percoco-6/+2
2015-01-16Docs falloutFlavio Percoco-2/+3
2015-01-16populate impls *before* clonning the impls vecFlavio Percoco-6/+6
2015-01-16fix latest changes falloutFlavio Percoco-2/+0
2015-01-16addressed commentsFlavio Percoco-78/+45
2015-01-16Allow negative impls just for Send and SyncFlavio Percoco-0/+32
2015-01-16Don't use NoSend/NoSync in testsFlavio Percoco-41/+59
2015-01-16Fix coherence for negative implementationsFlavio Percoco-2/+27
2015-01-16add a run-pass test that used to failFlavio Percoco-0/+29
2015-01-16Don't use NoSend/NoSync in libstdFlavio Percoco-0/+163
2015-01-16Don't use NoSend/NoSync in liballocFlavio Percoco-0/+160
2015-01-16Remove NoSend/NoSyncFlavio Percoco-0/+2
2015-01-16Check for negative impls for `Send` and `Sync`Flavio Percoco-31/+87
2015-01-16Don't assemble bound impls if candidate's ambiguousFlavio Percoco-1/+1
2015-01-16Negative impls are considered safeFlavio Percoco-6/+58
2015-01-16push_impls_of_trait is not needed, use mapFlavio Percoco-19/+9
2015-01-16Add test for missing default implFlavio Percoco-0/+20
2015-01-16Record negative trait_impls separatedlyFlavio Percoco-2/+64
2015-01-16Merge pull request #21214 from sleepynate/spacing-in-bookbors-3/+3
2015-01-16Merge pull request #21211 from fenhl/patch-1bors-1/+1
2015-01-16Merge pull request #21181 from nick29581/save-fixbors-19/+36
2015-01-16auto merge of #21213 : alexcrichton/rust/rollup, r=alexcrichtonbors-878/+1520
2015-01-15Test fixes and rebase conflictsAlex Crichton-5/+2
2015-01-15Fix commented graphs in src/doc/trpl/ownership.mdnathan dotz-3/+3
2015-01-15Fix sync::condvar::Condvar::notify_one docsFenhl-1/+1
2015-01-15auto merge of #21052 : nick29581/rust/methods-ext, r=sfacklerbors-121/+419
2015-01-15rollup merge of #21206: steveklabnik/expressionsAlex Crichton-0/+18
2015-01-15rollup merge of #21199: dotdash/decode_lambaAlex Crichton-4/+3
2015-01-15rollup merge of #21197: michaelwoerister/linestablesonly-forloopAlex Crichton-32/+28
2015-01-15rollup merge of #21191: Zoxc/ltoAlex Crichton-0/+3
2015-01-15rollup merge of #21190: FlaPer87/remove_duplicated_funcAlex Crichton-5/+1