shithub: mc

RSS feed

39b688e8 – Ori Bernstein <ori@eigenstate.org> authored on 2018/02/19 09:34
Add some constant time math helpers.

92747b6c – Ori Bernstein <ori@eigenstate.org> authored on 2018/02/19 07:23
Speed up std.clear

9855b5ed – Ori Bernstein <ori@eigenstate.org> authored on 2018/02/18 17:47
Add hmac implementation.

7b625e88 – Ori Bernstein <ori@eigenstate.org> authored on 2018/02/18 17:25
Resolve the impl() type.

ceca8755 – Ori Bernstein <ori@eigenstate.org> authored on 2018/02/18 16:22
sjlj types are arch-specific.

745fee5b – Ori Bernstein <ori@eigenstate.org> authored on 2018/02/18 16:22
Add utility functions for testing.

9cb3a0f2 – Ori Bernstein <ori@markovcorp.com> authored on 2018/02/15 06:19
Be a bit better about cleaning up fds on error.

f8b121ae – Ori Bernstein <ori@markovcorp.com> authored on 2018/02/09 06:05
Fix confusingness with byte sizes/element counts.

aec1d8a6 – Ori Bernstein <ori@eigenstate.org> authored on 2018/02/04 13:37
Free up regexes/strings after benchmark.

f14bc153 – Ori Bernstein <ori@markovcorp.com> authored on 2018/02/01 06:53
Add test for bio skipto.

a2653e75 – Ori Bernstein <ori@markovcorp.com> authored on 2018/02/01 06:04
Merge branch 'skiptoit' of https://github.com/moreais/mc

066812db – Carlin Bingham <cb@viennan.net> authored on 2018/02/01 21:42
Fix std.skipto

5e2dccff – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/31 17:32
Fix 9front build

7caf9ecc – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/31 16:29
Check that if we default to int, all necessary traits are there.

b4e3c2bc – Mura Li <mura_li@castech.com.tw> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/01/31 10:10
Free obsolete htabs

d4bb1a02 – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/31 06:42
Teach libtestr to listen MTEST_SUBSET.

bc9ee15f – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/31 06:41
Teach mbld how to parse skipped tests.

65c02369 – Mura Li <mura_li@castech.com.tw> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/01/31 09:35
Fix missing condition in runtest.sh

04d69fa4 – Mura Li <mura_li@castech.com.tw> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/01/31 05:21
Support running single test

80f31970 – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/28 19:28
Allow generating function vars.

30c66257 – Quentin Carbonneaux <quentin@c9x.me> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/01/28 14:37
Improve error message for mismatched formats.

fcfba8c4 – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/27 07:33
GC sections by default.

4c94aae2 – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/27 07:22
Remove std.sleq

dbe9ae0f – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/26 20:03
Optimize int formatting a bit.

ff991b5e – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/26 19:05
Put data into sections too.

24a566ff – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/26 13:14
Improve our env code, add tests.

83bca2aa – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/26 06:52
Contbuild wants strreplace.

d6095b1b – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/25 13:40
Clean up code.

58633cbf – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/25 13:33
Ensure null termination of environment list.

0b3e6b32 – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/25 09:35
Don't print when exec fails.

f1c2aa0d – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/24 19:28
Improve error message.

2e258c1d – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/22 18:20
Bring back old addresses, with a better explanation.

6c25be85 – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/22 17:22
Remove spare -Is on FreeBSD

2fd4a5c5 – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/22 05:04
Embarrassing typo.

cd3218bd – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/21 11:47
Allow using the '==' operator on enum-style union.

720cc29f – Quentin Carbonneaux <quentin@c9x.me> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/01/20 08:07
Cheap enums.

d8b90906 – Carlin Bingham <cb@viennan.net> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/01/21 17:12
Fix some leaks when freeing json

98235d96 – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/18 19:55
Clean up OpenBSD bootstrap.

21f7a2a7 – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/18 12:43
We removed some -I. spew from libstd, let's get rid of it in bootstrap.

de000479 – Ori Bernstein <ori@eigenstate.org> authored and Ori Bernstein <ori@markovcorp.com> committed on 2018/01/18 12:42
Add 'loaduses()' to muse.

490e90d2 – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/17 17:18
Hack in seqaux.

8e1bb5d4 – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/16 17:32
Only set the base type on iter traits.

d2329579 – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/16 16:59
Remove spare '-I.'

c7ad247d – Ori Bernstein <ori@eigenstate.org> authored and Ori Bernstein <ori@markovcorp.com> committed on 2018/01/17 08:53
Infer after generating init functions.