Heather
056175c0af
Merge pull request #384 from ebfe/repr_c
...
Add repr(C) to c structs
2014-08-22 14:48:18 +04:00
Heather
dbd9d71c9f
Merge pull request #383 from ebfe/import_as
...
Update to new import syntax
2014-08-22 14:47:37 +04:00
Michael Gehring
1134e8b9c9
Update for new import syntax
2014-08-22 12:22:31 +02:00
Michael Gehring
83974be06f
Add repr(C) to c structs
2014-08-22 12:21:30 +02:00
Heather
8c8a3757bd
Merge pull request #380 from xmasotto/master
...
Fix sync and whoami on windows.
2014-08-18 10:09:26 +04:00
Xander Masotto
4414d95b6b
Fix sync and whoami on windows.
2014-08-18 07:29:48 +01:00
Heather
61239f998c
Merge pull request #382 from ebfe/fix-build-master
...
Fix build with rust master
2014-08-18 07:55:37 +04:00
Michael Gehring
81264a5d6a
Fix build with rust master
2014-08-17 10:27:22 +02:00
Michael Gehring
f4c46b8631
update rust-crypto
2014-08-17 09:13:16 +02:00
Alex Lyon
4b84c84328
Merge pull request #379 from IvanUkhov/from-buf
...
Replace deprecated from_c_str with from_buf in id
2014-08-09 00:34:03 -07:00
Ivan Ukhov
dd1f0df69f
Replace deprecated from_c_str with from_buf in id
2014-08-09 06:55:12 +02:00
Heather
b65719638d
Merge pull request #377 from Arcterus/fix-pipe_writeln
...
common/util: make pipe_writeln! use writeln! instead of write!
2014-08-05 08:18:52 +04:00
Arcterus
7e00000098
common/util: make pipe_writeln! use writeln! instead of write!
2014-08-04 20:17:10 -07:00
Arcterus
d9d0d4ddc0
Merge pull request #375 from polyphemus/cut-bytes-iterator
...
cut - get rid of unsafe indexing
2014-08-01 10:20:56 -07:00
polyphemus
2a238e3c0f
Get rid of unsafe indexing
...
Unsafe indexing is replaced by ImmutableEqVector::position_elem() and a
few branches have been eliminated.
The performance is about the same as for unsafe indexing.
2014-07-31 22:43:31 +02:00
Heather
7d7b9dde43
Merge pull request #373 from ebfe/fix-deprecation
...
Fix deprecation warnings
2014-07-29 10:55:38 +04:00
Michael Gehring
ac77c6da17
Fix deprecation warnings
2014-07-29 08:52:58 +02:00
Arcterus
b3aeebb344
Merge pull request #372 from Armavica/unexpand
...
Implement unexpand
2014-07-28 15:20:04 -07:00
Virgile Andreani
49a733a864
Implement unexpand
2014-07-28 19:36:33 +02:00
Arcterus
7ae0807c6d
Merge pull request #370 from Armavica/expand
...
Implement expand
2014-07-26 11:30:58 -07:00
Virgile Andreani
69cb8da6ed
Implement expand
2014-07-26 12:57:26 +02:00
Heather
5b1eee0e98
Merge pull request #369 from Arcterus/busybox-fixes
...
Fix more bugs to pass Busybox tests
2014-07-25 11:38:02 +04:00
Arcterus
e80af55700
Fix more bugs to pass Busybox tests
2014-07-24 22:20:03 -07:00
Heather
7b399a2965
Merge pull request #368 from Arcterus/timeout
...
Implement timeout
2014-07-22 06:34:37 +04:00
Heather
87f054937b
Merge pull request #367 from Arcterus/src-to-test
...
Move tests out of src and into test
2014-07-22 06:34:02 +04:00
Arcterus
a38ee8a007
Implement timeout ( resolves #364 )
2014-07-21 18:55:52 -07:00
Arcterus
439a8cadd1
Move tests out of src and into test
2014-07-21 14:44:30 -07:00
Heather
63e9679bee
Merge pull request #366 from Arcterus/src-uutils
...
Move all of the utils into src
2014-07-21 08:00:42 +04:00
Arcterus
b7f4bd01bc
Move all of the utils into src
2014-07-20 20:20:55 -07:00
Heather
175be826ba
Merge pull request #362 from Arcterus/lto
...
Add stripping and LTO options to Makefile
2014-07-20 17:36:42 +04:00
Heather
64700f4b60
Merge pull request #363 from ebfe/hashsum
...
hashsum: fix build
2014-07-20 17:36:35 +04:00
Michael Gehring
c78ce06dc1
hashsum: fix build
2014-07-20 12:58:09 +02:00
Arcterus
af40114664
Add stripping and LTO options to Makefile
2014-07-20 01:27:47 -07:00
Arcterus
35f43126e4
Remove tsort from to-do list
2014-07-19 20:47:03 -07:00
Arcterus
84c5ccb11b
Merge pull request #361 from akiradeveloper/feature/add-tsort-v2
...
Add tsort
2014-07-19 20:32:54 -07:00
Akira Hayakawa
f414fcb89d
Add tsort
...
Signed-off-by: Akira Hayakawa <ruby.wktk@gmail.com>
2014-07-20 12:19:38 +09:00
Heather
dc0611e52b
Merge pull request #360 from Arcterus/makefile-fixes
...
Force programs to rebuild when a dependency changes
2014-07-20 06:16:33 +04:00
Arcterus
bc6cd77132
Update for lastest Rust
2014-07-19 18:13:55 -07:00
Arcterus
9b3b8622ed
Force programs to rebuild when a dependency changes
2014-07-19 15:28:51 -07:00
Heather
ab0a51fcb0
Merge pull request #358 from Arcterus/test-fix
...
test: fix build
2014-07-16 06:41:31 +04:00
Arcterus
cb92f70aeb
test: fix build
2014-07-15 15:39:03 -07:00
Arcterus
eb96773891
Merge pull request #354 from mahkoh/test
...
Implement test
2014-07-15 14:57:35 -07:00
Arcterus
e8780b8f69
Merge pull request #357 from polyphemus/cut-bytes-rewrite
...
Small performance enhancements for cut: bytes cutting
2014-07-15 14:56:54 -07:00
Julian Orth
a4eb5c16f9
add test
2014-07-15 14:56:21 +02:00
polyphemus
67a163184d
Small performance enhancements
...
Get rid of half filled heuristic and use unsafe array indexing because
the indices should always be correct.
2014-07-15 11:15:24 +02:00
Heather
3aa7142ec3
Merge pull request #356 from kwantam/master
...
fmt: switch to char.width() method
2014-07-14 22:52:25 +04:00
kwantam
a5895e6360
fmt: switch to char.width() method
2014-07-14 14:22:14 -04:00
Heather
c1be1de35f
Merge pull request #355 from Arcterus/perf
...
Performance improvements
2014-07-12 09:30:01 +04:00
Arcterus
dc6060a85b
base64: slightly improve decoding performance speed
2014-07-11 20:39:15 -07:00
Arcterus
ef1b25c224
cksum: improve performance slightly
2014-07-11 11:09:43 -07:00