summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-10-11correct names for `#[no_send]`/`#[no_freeze]` testsDaniel Micay-0/+0
2013-10-11auto merge of #9803 : alexcrichton/rust/less-pub2, r=brsonbors-99/+114
2013-10-11extra::tempfile: replace mkdtemp with an RAII wrapperBenjamin Herr-468/+616
2013-10-11De-pub some private runtime componentsAlex Crichton-99/+114
2013-10-10auto merge of #9805 : alexcrichton/rust/needstest, r=brsonbors-4/+94
2013-10-10auto merge of #9804 : alexcrichton/rust/always-anon-extern, r=brsonbors-87/+40
2013-10-10auto merge of #9517 : crabtw/rust/cabi, r=nikomatsakisbors-188/+206
2013-10-10Add tests and un-xfail a few issuesAlex Crichton-4/+94
2013-10-10auto merge of #9785 : catamorphism/rust/remove-convenience-tool, r=pcwaltonbors-256/+0
2013-10-10Remove named extern blocks from the ASTAlex Crichton-87/+40
2013-10-10auto merge of #9732 : catamorphism/rust/rustpkg-read-only, r=brsonbors-292/+531
2013-10-11improve C ABIJyun-Yan You-188/+206
2013-10-10auto merge of #9800 : vmx/rust/fix-random-doc, r=thestingerbors-1/+1
2013-10-10rustpkg: Make checked-out source files read-only, and overhaul where temporar...Tim Chevalier-292/+531
2013-10-10rust / build: Remove the `rust` toolTim Chevalier-256/+0
2013-10-10Register new snapshotsAlex Crichton-0/+8
2013-10-10Fix usage of <float> in docsVolker Mische-1/+1
2013-10-10auto merge of #9791 : alexcrichton/rust/reachable, r=catamorphismbors-160/+111
2013-10-10Add `pub` to all the codegen testsAlex Crichton-13/+13
2013-10-10auto merge of #9749 : alexcrichton/rust/less-io, r=brsonbors-1004/+1382
2013-10-10Make the file::DirectoryInfo trait publicAlex Crichton-1/+1
2013-10-10Remove some users of io::file_readerAlex Crichton-30/+68
2013-10-10Remove usage of io::FILE_writerAlex Crichton-49/+13
2013-10-10Migrate users of io::fd_t to io::native::file::fd_tAlex Crichton-101/+41
2013-10-10Move std::run off of std::ioAlex Crichton-769/+65
2013-10-10Implement BufferedReader.{read_until, read_line}Alex Crichton-7/+65
2013-10-10Implement rt::io::stdioAlex Crichton-26/+84
2013-10-10Use the result of privacy for reachabilityAlex Crichton-147/+98
2013-10-09auto merge of #9783 : huonw/rust/macro-items, r=bstriebors-2/+40
2013-10-09auto merge of #9780 : sfackler/rust/extensions2, r=alexcrichtonbors-1/+1
2013-10-10Typeck: Disallow scalar casts to bare_fn.Geoff Hill-2/+38
2013-10-09auto merge of #9774 : sebcrozet/rust/master, r=huonwbors-2/+1
2013-10-10syntax: allow macros to expand to items with attributes.Huon Wilson-2/+40
2013-10-09auto merge of #9750 : alexcrichton/rust/safer-strings, r=brsonbors-96/+118
2013-10-09auto merge of #9742 : alexcrichton/rust/issue-9739, r=brsonbors-40/+34
2013-10-09Don't abort if the runtime is run twice.Alex Crichton-40/+34
2013-10-09Implement io::native::processAlex Crichton-1/+753
2013-10-09Implement io::native::stdioAlex Crichton-0/+67
2013-10-09Implement io::native::fileAlex Crichton-25/+230
2013-10-09auto merge of #9386 : Geal/rust/base64-doc, r=alexcrichtonbors-10/+13
2013-10-09Forbid modifications of strings in the compilerAlex Crichton-96/+118
2013-10-09Correct code examples for base64 documentationGeoffroy Couprie-10/+13
2013-10-09auto merge of #9664 : alexcrichton/rust/logging, r=huonwbors-76/+143
2013-10-09option: rewrite the API to use compositionDaniel Micay-277/+244
2013-10-09auto merge of #9695 : huonw/rust/rand2, r=alexcrichtonbors-575/+1703
2013-10-09std::rand: Minor clean-up of comments & add a missing default method.Huon Wilson-3/+5
2013-10-09std::rand: remove seed_task_rng and RUST_SEED.Huon Wilson-76/+9
2013-10-09std::rand: Make Rng.next_u32 non-default, waiting for #7771.Huon Wilson-6/+11
2013-10-09std::rand::os: use the externfn! macro for the Windows RNG.Huon Wilson-22/+16
2013-10-09std::rand::reseeding: seed the reseeder in the SeedableRng impl.Huon Wilson-12/+13