shithub: mc

RSS feed

25e411cf – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/19 21:12
Remove dead code.

c8166647 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/19 13:43
Hash the type parameters correctly when substituting.

69ff322b – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/19 13:36
Return all values from optinfo.

fc260ede – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/19 13:34
Improve error messages with mismatched subtypes.

d20ac61f – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/19 09:16
Add all SSE registers.

25fc2ab0 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/19 09:04
Move trivial colorability checks into a function.

12b9ad5c – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/19 07:53
Don't recurse infinitely when duplicating types.

42e46e1b – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/19 06:43
Allow dots in union patterns.

a27c66fd – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/19 06:32
Add missing 'option' file.

9e933c75 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/15 17:39
Add sljoin function

ed2c14dc – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/14 19:34
Correct the condition check on std.assert

8e46913c – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/14 19:34
Add a constant for the maximum UTF size.

def0aab5 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/14 19:33
Fix postincrement's returned value.

0e987e21 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/14 17:26
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc

7cb2053a – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/14 17:25
Return -ERRNO on error returns from syscalls.

053f240f – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/12 11:39
Remove problematic function.

2d65d0a1 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/12 07:36
Fix exported union constructors.

e1bc2dfb – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/09 14:50
Look up names by namespace.

1f224c74 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/09 13:13
Re-enable the other generic test as well.

e5ecc330 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/09 12:42
Remove debugging printf

e2e380ad – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/09 12:25
Add missing file

8b5f4d4f – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/09 12:25
Add maybe type to libstd

09e35ed8 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/09 11:58
Fully pickle all types.

57aa7ad1 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/09 11:17
Add generic type test.

8e3b725d – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/09 11:16
Fix generic unions.

81084d96 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/09 10:38
Fix mixed tabs and spaces.

c932793f – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/09 10:28
More commenting.

5cf8a9d3 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/09 10:27
Add one more level of indent for sub-namespaces.

d2cfe8be – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/09 10:26
Make the output format of myrtypes more useful.

5d86a028 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/09 09:33
Substitute types in specialized generic Tynames

31329a5b – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/09 09:33
Add the basic type dumper to the build.

c1c9aa05 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/09 09:17
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc

836b83db – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/09 07:13
Step towards making generics work.

79428e45 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/09 07:12
Add type dumping code.

b2e60fbc – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/08 08:08
Rearrange declarations in grammar.

7a8432f9 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/07 13:55
When printing negative numbers, actually flip the sign for formatting.

4b77bda9 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/07 13:50
Parse negative numbers correctly.

7ea39f80 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/07 13:26
Add support for negative numbers when parsing integers.

c2cd468b – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/07 13:17
Export a function that isn't pulled in by markhidden

7aca27d4 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/07 13:15
Fix naming, and shuffle args around a bit.

97342365 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/07 13:04
Factor out common code in pattern matching.

01c7435a – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/07 13:02
Fix pattern matching union variables.

b0886832 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/07 12:47
Add slice copying code.

e3ee0361 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/07 12:21
Add integer parsing, string comparisons, and zeroed allocations.

11be53a0 – Ori Bernstein <ori@eigenstate.org> authored on 2013/08/07 09:54
Add an 'fd' type.

f2afc8da – Ori Bernstein <ori@eigenstate.org> authored on 2013/07/23 11:40
Allow splitting lines.

0f2de28c – Ori Bernstein <ori@eigenstate.org> authored on 2013/06/21 06:49
Add support for '_' in number literals for readability.

2944ebad – Ori Bernstein <ori@eigenstate.org> authored on 2013/06/20 07:42
Fix register names.

e6259897 – Ori Bernstein <ori@eigenstate.org> authored on 2013/06/19 13:11
Reformat the colourmap table.

71a77dbd – Ori Bernstein <ori@eigenstate.org> authored on 2013/06/18 21:17
Dump simplification trees with '-ds'

93df2d52 – Ori Bernstein <ori@eigenstate.org> authored on 2013/06/18 21:16
Make memory offsets more efficient.

ccd35900 – Ori Bernstein <ori@eigenstate.org> authored on 2013/06/18 15:24
Add missing test file.

8b39fba2 – Ori Bernstein <ori@eigenstate.org> authored on 2013/06/18 13:52
Add floating point registers to the allocator.

96cb5ec5 – Ori Bernstein <ori@eigenstate.org> authored on 2013/06/18 13:24
Don't turn floats into ints.

fc6f464b – Ori Bernstein <ori@eigenstate.org> authored on 2013/06/18 11:19
Fix typo: r -> dst

bb3c5237 – Ori Bernstein <ori@eigenstate.org> authored on 2013/06/18 10:55
Simplify simplification code.

ee1215bf – Ori Bernstein <ori@eigenstate.org> authored on 2013/06/18 10:33
Enable floating point test.