summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-11-13auto merge of #10447 : alexcrichton/rust/flaky-time-test, r=catamorphismbors-6/+5
2013-11-13auto merge of #10451 : zkamsler/rust/buf_writer, r=alexcrichtonbors-10/+99
2013-11-13Introduce an io::Buffer traitAlex Crichton-102/+114
2013-11-13Implemented BufWriterZach Kamsler-10/+99
2013-11-13auto merge of #10277 : dcrewi/rust/missing-doc-and-visibility-rules, r=alexcr...bors-244/+253
2013-11-13make missing_doc lint respect the visibility rulesDavid Creswick-244/+253
2013-11-13be more robust when removing download artifacts and remove bogus raise statementBenjamin Peterson-2/+5
2013-11-13doc: disable parser error highlighting + a few fixesAdrien Tétar-0/+1
2013-11-13Add build_lib_with_cfgs, build_bin_with_cfgs to rustpkg API. Closes #9944.Zack Corr-2/+12
2013-11-12io: benchmarks for creation of the various Buffered objectsCorey Richardson-0/+42
2013-11-12auto merge of #10342 : catamorphism/rust/rustpkg-dir-checking-and-monitor, r=...bors-22/+71
2013-11-12rustpkg: Eliminate the spurious `os::path_exists(&pkg_src.start_dir.join(p))`...Tim Chevalier-22/+71
2013-11-12Fixed xfail for nbody shootout benchmark by correcting command line parse.Carol W-9/+13
2013-11-12doc: CSS: fix code fontsAdrien Tétar-1/+7
2013-11-12auto merge of #10427 : alexcrichton/rust/no-xray, r=brsonbors-76/+59
2013-11-12Make a time test less flakyAlex Crichton-6/+5
2013-11-12auto merge of #10423 : alexcrichton/rust/move-io, r=pcwaltonbors-332/+343
2013-11-12Check inferred integer literals for overflows, closes #4220Florian Hahn-3/+123
2013-11-12Remove type overflow checks from check_const.rs, refs #4220Florian Hahn-15/+0
2013-11-12Improve error message for breaks in blocksAlex Crichton-48/+59
2013-11-12rt: Delete more C++Brian Anderson-141/+10
2013-11-12auto merge of #10435 : jayanderson/rust/docs, r=huonwbors-2/+131
2013-11-11auto merge of #10198 : alexcrichton/rust/darwin-quiet, r=jdmbors-2/+3
2013-11-11auto merge of #10425 : astrieanna/rust/rm-issue-912, r=brsonbors-65/+0
2013-11-11Move std::rt::io to std::ioAlex Crichton-332/+343
2013-11-11Use constants instead of raw values.Jay Anderson-4/+2
2013-11-11auto merge of #10424 : alexcrichton/rust/optimize-buffered, r=brsonbors-2/+13
2013-11-11auto merge of #10109 : pcmattman/rust/pass-nonzero-exit-status-on-termination...bors-100/+202
2013-11-11Got directions backwards in to_degrees and to_radians docs.Jay Anderson-2/+2
2013-11-11Add docs for traits Exponential, Hyperbolic, BitCount.Jay Anderson-2/+44
2013-11-11Update docs for Fractional, Algebraic, Round, and Trigonometric traits.Jay Anderson-0/+89
2013-11-12Implemented a ProcessExit enum and helper methods to std::rt::io::process for...Matthew Iselin-100/+202
2013-11-11auto merge of #10422 : alexcrichton/rust/explicit-crate-map, r=pcwaltonbors-1/+6
2013-11-11auto merge of #10403 : poiru/rust/issue-2675, r=alexcrichtonbors-9/+11
2013-11-11Remove resolve's xray infrastructureAlex Crichton-28/+0
2013-11-11Remove test issue-3461Leah Hanson-17/+0
2013-11-11Add asserts to check for faililng QueryPerformance* calls in precise_time_nsBirunthan Mohanathas-7/+9
2013-11-11Change use of unsigned integers to signed integers for clarity inBirunthan Mohanathas-5/+5
2013-11-11Remove run-pass/issue-3907-2.rsLeah Hanson-30/+0
2013-11-11auto merge of #10407 : alexcrichton/rust/no-fixed-stack-segment, r=brsonbors-905/+237
2013-11-11Decrease the default stack size back to 2MBAlex Crichton-1/+1
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-904/+236
2013-11-11Removed test issue-912.rsLeah Hanson-18/+0
2013-11-11Optimize creation of buffered readers/writersAlex Crichton-2/+13
2013-11-11Add a flag to force generating toplevel crate mapAlex Crichton-1/+6
2013-11-11auto merge of #10417 : cmr/rust/vec_overflow, r=huonwbors-1/+5
2013-11-11auto merge of #10409 : alexcrichton/rust/issue-10386, r=brsonbors-7/+5
2013-11-11auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brsonbors-162/+85
2013-11-11Fix path parsingSeo Sanghyeon-5/+16
2013-11-11Implement `size_hint` for RangeCorey Richardson-8/+80