about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-01-30rollup merge of #21678: vojtechkral/threads-native-namesAlex Crichton-2/+52
2015-01-30rollup merge of #21495: richo/unexported-unmangled-lintAlex Crichton-0/+5
2015-01-30fixes after rebaseJorge Aparicio-1/+0
2015-01-30s/while let/for/g now that #21245 has been fixedJorge Aparicio-16/+5
2015-01-30smoke out remaining bugsJorge Aparicio-7/+2
2015-01-30fix testsJorge Aparicio-0/+5
2015-01-30fix falloutJorge Aparicio-8/+24
2015-01-30lint: Add test for no_mangleRicho Healey-7/+3
2015-01-29rt: allow unexported functionsRicho Healey-0/+9
2015-01-30Change from core::ops::RangeFull to std::opsNick Cameron-1/+0
2015-01-30Rename FullRange to RangeFullNick Cameron-1/+25
2015-01-29Auto merge of #21677 - japaric:no-range, r=alexcrichtonbors-191/+191
2015-01-29s/Show/Debug/gJorge Aparicio-33/+33
2015-01-29remove unused importsJorge Aparicio-1/+1
2015-01-29fix inference falloutJorge Aparicio-6/+6
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-16/+16
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-128/+128
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-13/+13
2015-01-29Auto merge of #21730 - Manishearth:rollup, r=alexcrichtonbors-14/+7
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-9/+9
2015-01-29Rollup merge of 21654 - FlaPer87:unify-impls, r=alexcrichtonManish Goregaokar-13/+6
2015-01-29Rollup merge of #21640 - retep998:rmdir, r=alexcrichtonManish Goregaokar-1/+1
2015-01-28Merge remote-tracking branch 'origin/master' into rollupManish Goregaokar-498/+632
2015-01-28Thread native name setting, fix #10302Vojtech Kral-1/+1
2015-01-28Thread native name setting, fix #10302Vojtech Kral-1/+1
2015-01-28Thread native name setting, fix #10302Vojtech Kral-19/+18
2015-01-28Rollup merge of #21676 - Victory:fix-deprication-in-random, r=alexcrichtonManish Goregaokar-31/+31
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-575/+600
2015-01-27Rollup merge of #21602 - japaric:derive-copy, r=alexcrichtonManish Goregaokar-4/+4
2015-01-27Thread native name setting, fix #10302Vojtech Kral-4/+4
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-9/+9
2015-01-27accommodate new scoping rules in libstd unit tests.Felix S. Klock II-1/+1
2015-01-27Thread native name setting, fix #10302Vojtech Kral-0/+51
2015-01-26Don't use if we can avoid itVictory-23/+23
2015-01-26cleanup depricated `uint` in rand mod and rand osVictory-31/+31
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-155/+159
2015-01-26Fallout of io => old_ioAlex Crichton-133/+133
2015-01-26std: Rename io to old_ioAlex Crichton-291/+311
2015-01-26Make Unix and Windows impls consistentFlavio Percoco-4/+0
2015-01-26Make Unix and Windows impls consistentFlavio Percoco-9/+6
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-10/+1802
2015-01-25wrmdir -> RemoveDirectoryWPeter Atashian-1/+1
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-4/+4
2015-01-25Auto merge of #20613 - dgriffen:master, r=alexcrichtonbors-1/+40
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-585/+335
2015-01-25Auto merge of #21558 - alexcrichton:result-debug, r=aturonbors-4/+36
2015-01-24Add ffi::OsString and OsStrAaron Turon-5/+1725
2015-01-24Implement winsize() for unix.Daniel Griffen-1/+40
2015-01-23grandfathered -> rust1Brian Anderson-280/+280
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-13/+25