Commit graph

1546 commits

Author SHA1 Message Date
Brian Anderson
2bf64159e0 Update to nightly 2014-06-02 14:07:53 -07:00
Arcterus
fa76f79129 Merge pull request #202 from ebfe/remove-tilde
remove remaining uses of ~[T]
2014-05-30 01:50:39 -07:00
Michael Gehring
448f4d6d70 remove remaining uses of ~[T] 2014-05-30 10:40:36 +02:00
Heather
4107b265ba Merge pull request #199 from mahkoh/readme
remove todo
2014-05-29 12:27:17 -07:00
Julian Orth
9526b044cc remove todo 2014-05-29 21:03:03 +02:00
Arcterus
1240213acb Merge pull request #189 from mahkoh/cat
Improve cat performance
2014-05-29 10:56:16 -07:00
Julian Orth
6e518f5cf9 Improve cat performance 2014-05-29 19:48:03 +02:00
Arcterus
fce8606697 Merge pull request #195 from ebfe/multicall
Add a multicall binary
2014-05-29 00:03:12 -07:00
Michael Gehring
94c527c8f4 multicall: don't build true/false crates 2014-05-29 08:58:06 +02:00
Michael Gehring
1bac39d509 silence dead code warnings in multicall build 2014-05-29 08:58:06 +02:00
Arcterus
40d33b823f Merge pull request #197 from Heather/master
modified:   .gitignore
2014-05-28 23:11:45 -07:00
Heather
6f264ebcbf Update .gitignore 2014-05-28 23:11:09 -07:00
Heather
afa1f87d30 modified: .gitignore 2014-05-29 09:12:09 +04:00
Heather
6edb91f4a0 Merge pull request #196 from ebfe/fix-head
head: unwrap IoResult before printing
2014-05-28 05:53:33 -07:00
Michael Gehring
d7d79556a8 head: unwrap IoResult before printing 2014-05-28 14:47:46 +02:00
Michael Gehring
13f01e4c11 add uutils multicall binary 2014-05-28 14:22:52 +02:00
Arcterus
7f4a646e1f Merge pull request #193 from ebfe/fix-build-master
Fix build with rust master
2014-05-27 23:47:46 -07:00
Michael Gehring
9665fb0a26 update rust-crypto 2014-05-28 08:35:49 +02:00
Michael Gehring
9b3bfed359 to_{strbuf,owned} -> to_string 2014-05-28 08:33:39 +02:00
Heather
005876ac53 Merge pull request #192 from Arcterus/master
id: remove deprecation warning
2014-05-27 21:14:21 -07:00
Arcterus
17f1c4b8e8 id: remove deprecation warning 2014-05-27 21:11:49 -07:00
Arcterus
2065b31f8b Merge pull request #191 from beatgammit/master
add sum
2014-05-27 21:01:19 -07:00
T. Jameson Little
aa51311f83 add sum 2014-05-27 22:00:28 -06:00
Arcterus
98e7d19594 Don't bother implementing make-prime-list 2014-05-27 18:31:50 -07:00
Arcterus
dbfb7d6cd3 Merge pull request #188 from ebfe/args
Remove the unnecessary conversion of os::args() ret val
2014-05-25 10:37:49 -07:00
Michael Gehring
a70f858f12 Remove the unnecessary conversion of os::args() ret val
Missed these in 46b9d6d78e
2014-05-25 11:55:28 +02:00
Heather
0d76dda994 Merge pull request #186 from ebfe/strbuf-string
StrBuf was renamed to String
2014-05-25 02:41:14 -07:00
Heather
67f2599d5a Merge pull request #187 from ebfe/fix-deprecation
Fix deprecation warnings
2014-05-25 02:40:03 -07:00
Michael Gehring
7dd26a1f52 Fix deprecation warnings 2014-05-25 11:35:21 +02:00
Michael Gehring
1bf7569084 StrBuf was renamed to String 2014-05-25 11:20:52 +02:00
Heather
d3c27119e9 Merge pull request #185 from ebfe/fix-build-master
Update rust-crypto
2014-05-23 22:33:40 -07:00
Michael Gehring
98855bbc2c Update rust-crypto 2014-05-24 07:11:08 +02:00
Arcterus
3518c99666 Merge pull request #184 from caipre/master
Implement touch
2014-05-23 22:08:48 -07:00
Nick Platt
ccc327f0f8 Implement touch
Squashed commit of the following:

commit 7b7981d315dd7748287bedc8f6417bbc2f9cb1ee
Author: Nick Platt <platt.nicholas@gmail.com>
Date:   Sat May 24 00:33:49 2014 -0400

    Last minute touchups

commit dae70f52e2b485695e8c7e2ce8d2997f571afcab
Author: Nick Platt <platt.nicholas@gmail.com>
Date:   Fri May 23 23:43:24 2014 -0400

    Minor indentation fixes

commit 782a02fe2768cf9e457bb6db9e8a63615c3a4bd1
Author: Nick Platt <platt.nicholas@gmail.com>
Date:   Fri May 23 23:40:57 2014 -0400

    Fixes for latest rust

commit 51b0e59f75352bf65c89d2ab8cf0948da8404753
Author: Nick Platt <platt.nicholas@gmail.com>
Date:   Sun Apr 27 15:15:29 2014 -0400

    Fixups

commit 9efd1f4c07f4610e3067a5b2bd047eb117344cdf
Author: Nick Platt <platt.nicholas@gmail.com>
Date:   Sun Apr 27 14:20:11 2014 -0400

    Basic date and timestamp support

commit a354bc9c07a6ed2cd2748f1734a1ce0f6683e58c
Author: Nick Platt <platt.nicholas@gmail.com>
Date:   Sun Apr 27 01:37:37 2014 -0400

    Primary functionality in place

commit 8bbaa0caa34fbca129db0c86f32d376d6eafbe18
Author: Nick Platt <platt.nicholas@gmail.com>
Date:   Sat Apr 26 22:23:16 2014 -0400

    Support creating files

commit 5bf47c3c790b556b596d25a05cd74ca4c06b6d67
Author: Nick Platt <platt.nicholas@gmail.com>
Date:   Mon Apr 21 00:24:49 2014 -0400

    Add touch with basic usage text
2014-05-24 00:47:42 -04:00
Arcterus
a613b39b27 Merge pull request #183 from ebfe/fix-build-master
Adapt to removal of ~str from libstd.
2014-05-23 08:03:34 -07:00
Michael Gehring
46b9d6d78e Remove the now unnecessary conversion of os::args() ret val. 2014-05-23 14:35:58 +02:00
Michael Gehring
0ce3f0f4e1 Adapt to removal of ~str from libstd. 2014-05-23 14:28:40 +02:00
Heather
db9d8c046a Merge pull request #181 from ebfe/fix-build-master
md5sum: update rust-crypto
2014-05-19 01:18:04 -07:00
Michael Gehring
45526cabfc md5sum: update rust-crypto 2014-05-19 10:12:07 +02:00
Arcterus
af33a33bee Merge pull request #180 from ebfe/tr
tr: speed up and add '--complement'
2014-05-18 13:30:37 -07:00
Michael Gehring
358b7a1155 tr: add -c/-d tests 2014-05-18 22:20:07 +02:00
Michael Gehring
5fb465a9cd tr: add --complement 2014-05-18 22:14:27 +02:00
Michael Gehring
1669c76442 tr: use BitvSet instead of HashSet 2014-05-18 21:47:53 +02:00
Arcterus
99dca744ed Merge pull request #178 from ebfe/comm
comm: add --version and --output-delimiter
2014-05-18 12:43:45 -07:00
Arcterus
795170de92 Merge pull request #179 from ebfe/mkdir
mkdir: exit with error if no directory given
2014-05-18 12:43:16 -07:00
Michael Gehring
91b9b4b441 tr: use SmallIntMap instead of HashMap 2014-05-18 21:42:25 +02:00
Michael Gehring
49f44b837d mkdir: exit with error if no directory given 2014-05-18 21:29:53 +02:00
Michael Gehring
e216c5ca79 comm: add --output-delimiter 2014-05-18 21:28:42 +02:00
Michael Gehring
c841b518d1 comm: add --version 2014-05-18 21:28:42 +02:00
Arcterus
d34d85ae37 Merge pull request #177 from ebfe/tr
Add a basic tr
2014-05-18 09:25:58 -07:00