shithub: mc

RSS feed

e30957d6 – Ori Bernstein <[email protected]> authored on 2013/09/13 10:02
Don't install generated ucons into stab.

397e7774 – Ori Bernstein <[email protected]> authored on 2013/09/13 09:53
Fix crashes in unpickling match stmts.

9783cadd – Ori Bernstein <[email protected]> authored on 2013/09/13 09:06
Fix generic union constructor inference in pattern matching.

dfa5608b – Ori Bernstein <[email protected]> authored on 2013/09/13 09:02
Fix up Oucon to infer properly when the type is generic.

cb693d6d – Ori Bernstein <[email protected]> authored on 2013/09/10 20:36
Add sysctl() and uname() functions.

62b6bf19 – Ori Bernstein <[email protected]> authored on 2013/09/10 20:26
Don't crash on specializing unions.

ee911455 – Ori Bernstein <[email protected]> authored on 2013/09/10 09:31
Work towards fully working generics.

05d6f166 – Ori Bernstein <[email protected]> authored on 2013/09/10 09:31
Add uname() functionality.

11795725 – Ori Bernstein <[email protected]> authored on 2013/09/10 07:48
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc

b307a70a – Ori Bernstein <[email protected]> authored on 2013/09/10 07:48
expose zbytealloc

de4bc34a – Ori Bernstein <[email protected]> authored on 2013/09/05 09:00
Add basic loop detection to myrbuild.

ff6e3444 – Ori Bernstein <[email protected]> authored on 2013/09/05 09:00
Add deletion functions to hash table.

73021746 – Ori Bernstein <[email protected]> authored on 2013/09/04 12:58
Rename 'param' to 'arg'

e374016c – Ori Bernstein <[email protected]> authored on 2013/08/30 09:02
And now now() compiles on Linux as well.

1252169c – Ori Bernstein <[email protected]> authored on 2013/08/29 15:27
Compile libstd on OSX

1f07ea30 – Ori Bernstein <[email protected]> authored on 2013/08/29 12:10
Don't clobber the original type when specializing.

5e6ffbb0 – Ori Bernstein <[email protected]> authored on 2013/08/29 12:08
Whitespace fixes.

ff6bb29c – Ori Bernstein <[email protected]> authored on 2013/08/28 13:02
Use the right variable to dump line info.

7ff7b5fe – Ori Bernstein <[email protected]> authored on 2013/08/28 12:11
Add comment for what now() does.

8a23ecf0 – Ori Bernstein <[email protected]> authored on 2013/08/27 08:00
Add non-broken getenv() function

a74746cf – Ori Bernstein <[email protected]> authored on 2013/08/26 22:57
Add zoneinfo parser. Not part of build yet.

6f893e4e – Ori Bernstein <[email protected]> authored on 2013/08/26 22:54
Fix exit syscall number.

7b498396 – Ori Bernstein <[email protected]> authored on 2013/08/26 21:20
Support env on OSX.

9e763fa1 – Ori Bernstein <[email protected]> authored on 2013/08/26 21:18
Add faked implementations for clock_*

b18716b4 – Ori Bernstein <[email protected]> authored on 2013/08/26 16:22
Had a bad, half baked 'getenv()'. Deleted.

b86eca27 – Ori Bernstein <[email protected]> authored on 2013/08/26 16:21
Fix getenv.

e51bd595 – Ori Bernstein <[email protected]> authored on 2013/08/26 16:21
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc

85b45ea7 – Ori Bernstein <[email protected]> authored on 2013/08/26 16:20
Add missing file

422bc721 – Ori Bernstein <[email protected]> authored on 2013/08/26 16:20
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc

5b2e3e64 – Ori Bernstein <[email protected]> authored on 2013/08/26 14:20
Initialize environment variables on Linux.

5341650a – Ori Bernstein <[email protected]> authored on 2013/08/26 13:07
Add now() function returng ms since epoch.

0777dce1 – Ori Bernstein <[email protected]> authored on 2013/08/23 17:14
Split out type lookup and resolution from the same function.

3cbdb83d – Ori Bernstein <[email protected]> authored on 2013/08/21 07:24
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc

1ef5877b – Ori Bernstein <[email protected]> authored on 2013/08/21 06:23
Unify the creation of tyname and tygeneric.

89c2d615 – Ori Bernstein <[email protected]> authored on 2013/08/21 06:17
Remove 'Tygeneric' in favor of 'isgeneric' attr

0584162d – Ori Bernstein <[email protected]> authored on 2013/08/20 20:43
We should never have types to bind in ->sub.

8c7095cc – Ori Bernstein <[email protected]> authored on 2013/08/20 11:51
Reformat example code.

8c6a9b94 – Ori Bernstein <[email protected]> authored on 2013/08/19 21:31
Unify generics with names.

25e411cf – Ori Bernstein <[email protected]> authored on 2013/08/19 21:12
Remove dead code.

c8166647 – Ori Bernstein <[email protected]> authored on 2013/08/19 13:43
Hash the type parameters correctly when substituting.

69ff322b – Ori Bernstein <[email protected]> authored on 2013/08/19 13:36
Return all values from optinfo.

fc260ede – Ori Bernstein <[email protected]> authored on 2013/08/19 13:34
Improve error messages with mismatched subtypes.

d20ac61f – Ori Bernstein <[email protected]> authored on 2013/08/19 09:16
Add all SSE registers.

25fc2ab0 – Ori Bernstein <[email protected]> authored on 2013/08/19 09:04
Move trivial colorability checks into a function.

12b9ad5c – Ori Bernstein <[email protected]> authored on 2013/08/19 07:53
Don't recurse infinitely when duplicating types.

42e46e1b – Ori Bernstein <[email protected]> authored on 2013/08/19 06:43
Allow dots in union patterns.

a27c66fd – Ori Bernstein <[email protected]> authored on 2013/08/19 06:32
Add missing 'option' file.

9e933c75 – Ori Bernstein <[email protected]> authored on 2013/08/15 17:39
Add sljoin function

ed2c14dc – Ori Bernstein <[email protected]> authored on 2013/08/14 19:34
Correct the condition check on std.assert

8e46913c – Ori Bernstein <[email protected]> authored on 2013/08/14 19:34
Add a constant for the maximum UTF size.

def0aab5 – Ori Bernstein <[email protected]> authored on 2013/08/14 19:33
Fix postincrement's returned value.

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

7cb2053a – Ori Bernstein <[email protected]> authored on 2013/08/14 17:25
Return -ERRNO on error returns from syscalls.

053f240f – Ori Bernstein <[email protected]> authored on 2013/08/12 11:39
Remove problematic function.

2d65d0a1 – Ori Bernstein <[email protected]> authored on 2013/08/12 07:36
Fix exported union constructors.

e1bc2dfb – Ori Bernstein <[email protected]> authored on 2013/08/09 14:50
Look up names by namespace.

1f224c74 – Ori Bernstein <[email protected]> authored on 2013/08/09 13:13
Re-enable the other generic test as well.

e5ecc330 – Ori Bernstein <[email protected]> authored on 2013/08/09 12:42
Remove debugging printf

e2e380ad – Ori Bernstein <[email protected]> authored on 2013/08/09 12:25
Add missing file

8b5f4d4f – Ori Bernstein <[email protected]> authored on 2013/08/09 12:25
Add maybe type to libstd

09e35ed8 – Ori Bernstein <[email protected]> authored on 2013/08/09 11:58
Fully pickle all types.

57aa7ad1 – Ori Bernstein <[email protected]> authored on 2013/08/09 11:17
Add generic type test.

8e3b725d – Ori Bernstein <[email protected]> authored on 2013/08/09 11:16
Fix generic unions.

81084d96 – Ori Bernstein <[email protected]> authored on 2013/08/09 10:38
Fix mixed tabs and spaces.

c932793f – Ori Bernstein <[email protected]> authored on 2013/08/09 10:28
More commenting.

5cf8a9d3 – Ori Bernstein <[email protected]> authored on 2013/08/09 10:27
Add one more level of indent for sub-namespaces.

d2cfe8be – Ori Bernstein <[email protected]> authored on 2013/08/09 10:26
Make the output format of myrtypes more useful.

5d86a028 – Ori Bernstein <[email protected]> authored on 2013/08/09 09:33
Substitute types in specialized generic Tynames

31329a5b – Ori Bernstein <[email protected]> authored on 2013/08/09 09:33
Add the basic type dumper to the build.

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

836b83db – Ori Bernstein <[email protected]> authored on 2013/08/09 07:13
Step towards making generics work.

79428e45 – Ori Bernstein <[email protected]> authored on 2013/08/09 07:12
Add type dumping code.

b2e60fbc – Ori Bernstein <[email protected]> authored on 2013/08/08 08:08
Rearrange declarations in grammar.

7a8432f9 – Ori Bernstein <[email protected]> authored on 2013/08/07 13:55
When printing negative numbers, actually flip the sign for formatting.

4b77bda9 – Ori Bernstein <[email protected]> authored on 2013/08/07 13:50
Parse negative numbers correctly.

7ea39f80 – Ori Bernstein <[email protected]> authored on 2013/08/07 13:26
Add support for negative numbers when parsing integers.

c2cd468b – Ori Bernstein <[email protected]> authored on 2013/08/07 13:17
Export a function that isn't pulled in by markhidden

7aca27d4 – Ori Bernstein <[email protected]> authored on 2013/08/07 13:15
Fix naming, and shuffle args around a bit.

97342365 – Ori Bernstein <[email protected]> authored on 2013/08/07 13:04
Factor out common code in pattern matching.

01c7435a – Ori Bernstein <[email protected]> authored on 2013/08/07 13:02
Fix pattern matching union variables.

b0886832 – Ori Bernstein <[email protected]> authored on 2013/08/07 12:47
Add slice copying code.

e3ee0361 – Ori Bernstein <[email protected]> authored on 2013/08/07 12:21
Add integer parsing, string comparisons, and zeroed allocations.

11be53a0 – Ori Bernstein <[email protected]> authored on 2013/08/07 09:54
Add an 'fd' type.

f2afc8da – Ori Bernstein <[email protected]> authored on 2013/07/23 11:40
Allow splitting lines.

0f2de28c – Ori Bernstein <[email protected]> authored on 2013/06/21 06:49
Add support for '_' in number literals for readability.

2944ebad – Ori Bernstein <[email protected]> authored on 2013/06/20 07:42
Fix register names.

e6259897 – Ori Bernstein <[email protected]> authored on 2013/06/19 13:11
Reformat the colourmap table.

71a77dbd – Ori Bernstein <[email protected]> authored on 2013/06/18 21:17
Dump simplification trees with '-ds'

93df2d52 – Ori Bernstein <[email protected]> authored on 2013/06/18 21:16
Make memory offsets more efficient.

ccd35900 – Ori Bernstein <[email protected]> authored on 2013/06/18 15:24
Add missing test file.

8b39fba2 – Ori Bernstein <[email protected]> authored on 2013/06/18 13:52
Add floating point registers to the allocator.

96cb5ec5 – Ori Bernstein <[email protected]> authored on 2013/06/18 13:24
Don't turn floats into ints.

fc6f464b – Ori Bernstein <[email protected]> authored on 2013/06/18 11:19
Fix typo: r -> dst

bb3c5237 – Ori Bernstein <[email protected]> authored on 2013/06/18 10:55
Simplify simplification code.

ee1215bf – Ori Bernstein <[email protected]> authored on 2013/06/18 10:33
Enable floating point test.

a9407d8b – Ori Bernstein <[email protected]> authored on 2013/06/18 10:27
Fix a bug in array size inference.

cc8d65b2 – Ori Bernstein <[email protected]> authored on 2013/06/18 09:51
Attempt to build arrays and structs correctly.

8c2fb645 – Ori Bernstein <[email protected]> authored on 2013/06/18 08:59
Move away from literal types that aren't actual compile time constants.

bc18d36c – Ori Bernstein <[email protected]> authored on 2013/06/17 08:03
Fix const inference for compound literals.

2ea781be – Ori Bernstein <[email protected]> authored on 2013/06/17 07:38
Add in constness inference.

Next