summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-11-18auto merge of #10539 : alexcrichton/rust/external-linkage, r=pcwaltonbors-79/+147
2013-11-18Don't mark reachable extern fns as internalAlex Crichton-79/+147
2013-11-18debuginfo: Improved stepping for if-expressionsMichael Woerister-0/+20
2013-11-18std::rand: wrappers for floats from [0,1] and (0,1).Huon Wilson-39/+122
2013-11-17auto merge of #10443 : alexcrichton/rust/meaninless-pub-priv, r=cmrbors-8/+110
2013-11-17Forbid privacy in inner functionsAlex Crichton-8/+110
2013-11-17auto merge of #10526 : itdaniher/rust/master, r=pcwaltonbors-7/+10
2013-11-17auto merge of #10363 : astrieanna/rust/fix-x86stdcall, r=huonwbors-8/+9
2013-11-17Fix XFailed test x86stdcallLeah Hanson-8/+9
2013-11-17Fixed docs for advance() in Iterator traitAndrei Formiga-6/+3
2013-11-17Fixed uses of get() to unwrap() in doc examples in std::iterAndrei Formiga-28/+28
2013-11-17auto merge of #10511 : cmr/rust/addtests, r=huonwbors-3/+50
2013-11-17Better error message when using vectors in staticsCorey Richardson-3/+26
2013-11-17Add a test for #6976Corey Richardson-0/+24
2013-11-17auto merge of #10532 : dhodder/rust/master, r=alexcrichtonbors-0/+10
2013-11-17auto merge of #10531 : TeXitoi/rust/mandelbrot-resurected, r=cmrbors-48/+63
2013-11-17Add doc comment for extra::url::query_to_strDave Hodder-0/+10
2013-11-17auto merge of #10523 : huonw/rust/10522, r=cmrbors-1/+6
2013-11-17auto merge of #10518 : huonw/rust/6911, r=alexcrichtonbors-14/+21
2013-11-17Prettier long string breaking.Guillaume Pinot-2/+2
2013-11-17Clarrify the message for test mode and use u8 instead of i8 for storing bitsGuillaume Pinot-4/+5
2013-11-17auto merge of #10509 : cmr/rust/trait_name, r=alexcrichtonbors-6/+8
2013-11-17resurect shootout-mandelbrot.rsGuillaume Pinot-48/+62
2013-11-17auto merge of #10466 : alexcrichton/rust/issue-10334, r=cmrbors-102/+157
2013-11-16auto merge of #10454 : z0w0/rust/issue-9944, r=cmrbors-2/+12
2013-11-17extra: handle an edge case in BigUint.to_str().Huon Wilson-1/+6
2013-11-16fix 10468, propagate optimization level as rustc::driver::session::OptLevelIan Daniher-7/+10
2013-11-16auto merge of #10420 : sanxiyn/rust/path, r=cmrbors-5/+16
2013-11-16lint: _-prefixed variables don't get an unused-mut warning.Huon Wilson-14/+21
2013-11-16Implement read_char on the Buffer traitAlex Crichton-0/+43
2013-11-16Adjust error message for method type mismatchCorey Richardson-2/+2
2013-11-16Show the name of the trait in the error messageJaemin Moon-6/+8
2013-11-14auto merge of #10478 : TeXitoi/rust/shootout-meteor, r=brsonbors-0/+281
2013-11-14remove `cast::unsafe_copy`Daniel Micay-8/+0
2013-11-14Improve variable naming.Guillaume Pinot-7/+8
2013-11-14remove useless Iterate impl, and permute the order of the argument of iterateGuillaume Pinot-9/+4
2013-11-14auto merge of #10018 : fhahn/rust/check-inferred-ints, r=alexcrichtonbors-18/+123
2013-11-14auto merge of #10428 : toffaletti/rust/try_lock, r=alexcrichtonbors-1/+49
2013-11-14auto merge of #9788 : geoffhill/rust/bare-fn-cast, r=pnkfelixbors-2/+38
2013-11-14Add shootout meteor contest benchmark.Guillaume Pinot-0/+285
2013-11-14test: Add xfail-win32 to two debug-info testsklutzy-0/+2
2013-11-14rustpkg: Disable test suite on windowsklutzy-1/+1
2013-11-14test: Fix signal-exit-status on windowsklutzy-2/+5
2013-11-14test: Clean up xfail-{fast,win32} testsklutzy-56/+26
2013-11-13auto merge of #10457 : alexcrichton/rust/native-io, r=brsonbors-356/+476
2013-11-13Implement native::IoFactoryAlex Crichton-356/+476
2013-11-13Add lru_cache to libextraKiet Tran-0/+366
2013-11-13auto merge of #10464 : gutworth/rust/snap-err, r=pnkfelixbors-2/+5
2013-11-13add rust_trylock_little_lockJason Toffaletti-1/+49
2013-11-13auto merge of #10421 : adridu59/rust/patch-www, r=alexcrichtonbors-1/+8