about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-18Redo Segmented stack support for DragonFlyMichael Neumann-1/+1
2015-01-18auto merge of #20901 : dgrunwald/rust/update-token-can-begin-expr, r=sanxiynbors-11/+8
2015-01-18auto merge of #21276 : huonw/rust/trait-suggestion-nits, r=nikomatsakisbors-57/+50
2015-01-18auto merge of #21288 : brson/rust/snaps, r=alexcrichtonbors-476/+215
2015-01-17Add allow(unstable) to librustc_privacyBrian Anderson-0/+1
2015-01-17Add allow(unstable) to more testsBrian Anderson-0/+3
2015-01-17Add allow(unstable) to driver.rsBrian Anderson-0/+2
2015-01-17Add allow(unstable) to tests that need itBrian Anderson-0/+11
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+31
2015-01-17Register new snapshots.Eduard Burtescu-476/+167
2015-01-17add append to vec with testsJeff Belgum-0/+46
2015-01-17Fix more rollup problemsSteve Klabnik-0/+1
2015-01-17fix rollupSteve Klabnik-0/+2
2015-01-17docs: grammar fixAlfie John-1/+1
2015-01-17doc: Remove extra whitespace in the middle of lines to provide alignmentNick Howell-70/+70
2015-01-17std: Move the bitflags! macro to a gated crateAlex Crichton-6/+19
2015-01-17Beef up Copy documentationSteve Klabnik-0/+98
2015-01-17Add C -> Rust example to FFI chapter of the book.Steve Klabnik-28/+46
2015-01-17Update syntax of ignored test.Steve Klabnik-1/+1
2015-01-17Fix up titles of TRPL chaptersSteve Klabnik-10/+10
2015-01-17Make Index trait example clearerVolker Mische-12/+10
2015-01-17Fix typo.Ms2ger-1/+1
2015-01-17Intpocalypse, book edition.Steve Klabnik-185/+187
2015-01-17Evaluate # fn in docsSteve Klabnik-102/+95
2015-01-17Remove segmented stack info from the FFI chapter of the book.Steve Klabnik-23/+0
2015-01-17Replace obsolete constructions in into examplesAndrew Barchuk-12/+12
2015-01-17Remove Thread::detach() call from intro exampleAndrew Barchuk-1/+1
2015-01-17Fix intro concurrency examples compilation warnsAndrew Barchuk-5/+5
2015-01-17Revert stability for Bitv and BitvSetSimonas Kazlauskas-4/+4
2015-01-17Add enum discriminats to the reference.Steve Klabnik-0/+21
2015-01-17Add note about libc::exit's unsafety.Steve Klabnik-0/+21
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-1564/+1647
2015-01-17auto merge of #21132 : sfackler/rust/wait_timeout, r=alexcrichtonbors-97/+343
2015-01-17Address nits in trait suggestions.Huon Wilson-57/+50
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-1561/+1603
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