about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-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-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-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
2015-01-23std: Relax Result::unwrap() to DebugAlex Crichton-4/+36
2015-01-23Set unstable feature names appropriatelyBrian Anderson-166/+172
2015-01-22Add a missing stable attributeBrian Anderson-0/+1
2015-01-22Rollup merge of #21477 - steveklabnik:gh21440, r=alexcrichtonSteve Klabnik-1/+9
2015-01-22Rollup merge of #21325 - nagisa:thread-panicking, r=steveklabnikSteve Klabnik-2/+2
2015-01-22Rollup merge of #21217 - Gankro:docadoca, r=steveklabnikSteve Klabnik-2/+52
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-165/+165
2015-01-21Tie stability attributes to feature gatesBrian Anderson-9/+2
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-472/+593
2015-01-21More test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-21Improve RwLock::new's docsSteve Klabnik-1/+9
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-29/+29
2015-01-21Test fixes and rebase conflictsAlex Crichton-3/+4
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-266/+127
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-34/+41