shithub: mc

RSS feed

cb85a03c – Ori Bernstein <ori@markovcorp.com> authored on 2017/07/25 09:19
Remove spandrels.

a2f49565 – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/23 18:31
Add back error signalling on close.

feffe0d8 – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/23 17:08
Implement waitany() on 9front.

0de07626 – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/23 16:23
Conform to new generic scoping on plan 9.

492c991b – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/23 16:00
Preparing for the new mbld.

16570e96 – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/22 18:09
Terminate error message lines.

a3684bcd – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/21 19:07
Using implicit util files in tests is a bad idea.

6a9dbb95 – Ori Bernstein <ori@markovcorp.com> authored on 2017/07/21 09:09
This function is long dead.

ec311388 – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/19 18:20
Only use the filename itself for __init__

80e1f200 – Ori Bernstein <ori@markovcorp.com> authored on 2017/07/18 07:04
Update hashes in tests to match fixed algorithm.

9fef96e3 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@markovcorp.com> committed on 2017/07/05 16:45
Use zalloc to allocate livedense and livesparse

d6640627 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@markovcorp.com> committed on 2017/07/17 23:53
Fix murmurhash2 when string length is a multiple of a 4

aa40abd2 – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/17 20:24
Add the abiity to wait for any proc.

492aca3f – Ori Bernstein <ori@markovcorp.com> authored on 2017/07/17 11:30
Convert from `in` to `:`.

11f79ed8 – Ori Bernstein <ori@markovcorp.com> authored on 2017/07/17 09:01
Start migrating code to use `for x : iterable`.

23626785 – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/16 13:01
Byref should return a refiter.

abad00c1 – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/15 18:12
Remove obsolete options.

353cdc32 – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/15 12:59
Wrap overlong line.

68ee9334 – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/15 11:30
Remove unused extern var.

d7c4bac9 – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/15 11:00
Inline remapping function.

2fd7aa8d – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/15 10:44
Use type hashing instead of string hasing in tyenv.

357f87c1 – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/14 20:36
Type binding refactoring now compiles.

15b5fb5c – Ori Bernstein <ori@markovcorp.com> authored on 2017/07/13 07:22
Fix missed option conversion.

40f9a316 – Ori Bernstein <ori@markovcorp.com> authored on 2017/07/12 06:43
Add support for -O in 6m.

0b1ae8fb – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/10 18:24
Remove unused enum.

27903853 – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/10 18:19
Clean up conditions in trait satisfaction.

551d87b8 – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/09 19:47
Remove stupid comments.

c865961b – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/09 19:22
Mark things as static.

bdc4c578 – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/09 09:57
Clean up some indentation.

e79ca735 – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/09 09:45
Inferstate is global.

95f4d0b3 – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/09 06:18
Style(9)-ify.

25d91f98 – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/08 21:07
Don't allow hidden decls to clobber each other.

2dc7f1dc – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/08 19:49
Break up overly long statements.

32397d07 – S. Gilles <sgilles@math.umd.edu> authored and Ori Bernstein <ori@eigenstate.org> committed on 2017/07/08 21:47
Allow matching of empty structs and arrays

53170283 – Ori Bernstein <ori@eigenstate.org> authored on 2017/07/07 20:56
Remap type params according to bound scope.