shithub: mc

RSS feed

a73b2d83 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/05 16:08
Merge branch 'rvallen' of https://github.com/andrewchambers/mc

932320f9 – Andrew Chambers <andrewchamberss@gmail.com> authored on 2016/02/06 06:20
fix rval len, fixes #69

ee843124 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/05 09:43
Regenerate bootstrap for OSX

198e24ab – Andrew Chambers <andrewchamberss@gmail.com> authored on 2016/02/06 06:37
fix linux bootstrap

3c1277e3 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/05 07:44
Add missing file.

d515158d – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/05 06:42
Split out 'striter' code.

3ecd5cba – Andrew Chambers <andrewchamberss@gmail.com> authored on 2016/02/05 16:10
fix linux bootstrap

79dc3956 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/04 19:08
Regenerate bootstrap.

e506b713 – andrewc <andrewchamberss@gmail.com> authored and Andrew Chambers <andrewchamberss@gmail.com> committed on 2016/02/05 12:32
change slgrow to take a pointer

4fd76bb3 – Andrew Chambers <andrewchamberss@gmail.com> authored on 2016/02/05 13:49
make slzgrow match other functions

9edbd938 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/04 16:14
Make std.sljoin consistent.

49d55e74 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/04 06:54
Find the first type that has a base type.

c42fbb60 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/03 18:41
Only look up base types if there's no seqbase trait.

c3fca3a0 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/02 11:40
Merge pull request #67 from andrewchambers/memleak

c3a4e932 – andrewc <andrew_chambers@trimble.com> authored on 2016/02/03 08:29
fix memory leak in fslurp

a72122d4 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/02 11:08
Remove unimplemented file.

ad4d1397 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/02 06:30
Make slpush take an address.

0205329e – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/01 18:53
Copy traits over for Tyname when specializing.

1a1892e5 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/01 18:23
Don't duplicate type variables.

41f58088 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/01 18:23
Actually add the option flag to dump types.

323f7cc4 – Ori Bernstein <ori@eigenstate.org> authored on 2016/02/01 17:20
Fix type array typedef indexing.

74d50fbf – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/29 10:39
Add test for escaped strings.

d18c7f36 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/31 18:11
Fix typos.

8e0a983f – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/31 17:57
Check array sizes in type goodness evaluation.

128470e4 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/31 17:18
Add support for generic impls.

fb8753c9 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/30 21:13
Make tysearch error-free.

b1a3d3df – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/30 20:18
Fix missing tysearch()

f7141e2d – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/29 20:43
Fix isconstfn.

92c71814 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/29 20:03
Error on unmatchable types.

f50159ce – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/29 20:00
Give better errors on infinite types.

29bd0da3 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/29 19:16
Fix recursive types. Again.

2d534bb4 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/29 18:33
Comment to explain why eager unification is safe.

6c44abce – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/29 18:29
Unify more eagerly.

cd1d6a74 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/29 18:23
Use a stack of substitution maps.

a79ce916 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/29 17:35
Functions act as basic types.

c5649fe3 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/28 16:30
Clean up type inference a bit.

284e7bb9 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/29 08:49
Add 'e' modifier to fmt.

1644f38d – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/29 08:49
Sljoin expects an alloced slice as its first arg.

516fa1fd – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/29 08:45
Fix mktemp getenv use.

bed033d7 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/28 05:41
Merge pull request #64 from andrewla/minor-typo

f93a862d – Andrew Laucius <andrewla@gmail.com> authored on 2016/01/28 05:07
Minor typo

dcee0391 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/27 18:54
Merge pull request #63 from andrewchambers/memleak

ce9ec1e3 – Andrew Chambers <andrewchamberss@gmail.com> authored on 2016/01/28 15:48
remove duplicate writeall

72ae3e0d – Andrew Chambers <andrewchamberss@gmail.com> authored on 2016/01/27 17:40
fix small memory leak

871bf897 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/27 17:52
Make it clear that we're growing exponentially.

86ab9603 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/27 17:32
Use the zeroedness of the base pointer in alloc.

076fef88 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/27 17:21
Only simplify empty array blobs to zero slices.

37bfca6f – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/27 17:15
Make literal empty slices in blobs zero.

4c23b2a4 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/27 09:16
Literal zero slices should have the base be null.

2bf74b8f – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/26 18:33
Actually move %rdx to %rcx before comparing it.

3e8a232e – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/26 18:32
Fix operator printing in ctxstring.

ecf80418 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/26 16:55
Add test for byte subrange copies.

56273857 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/26 16:42
Add format specifier for raw byte strings.

0cc2e13e – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/26 15:10
Fix inifile test.

55565879 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/26 11:38
Don't duplicate TMPDIR.

fe0bcf75 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/26 06:06
Remove the '$' shorthand for end of array.

74b3aaed – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/25 10:13
Remove test outputs when cleaning.

7d63bf43 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/25 09:45
Fix typo

80ec974f – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/24 18:48
Only walk pointer patterns that walk pointers.

bf24b946 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/24 18:38
Handle the other branch for pointers.

a8935c73 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/24 18:02
Add pointer match syntax.

a0697ff9 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/24 17:45
A pointer isn't an unsigned int...

7d2dc676 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/24 08:17
Fix an error in context strings.

caa2cd99 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/24 07:51
OSX wants the strings in .text. This is ok.

5aea9019 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/24 00:26
Regenerate bootstrap script.

2eef744a – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 21:24
Update bootstrap on freebsd.

65f66750 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 21:18
Add test for big type blobs.

2c113e30 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 21:13
Fix prefix encoding for integers.

94fe38f0 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 23:58
Actually fix the lenghtless arrays.

89182b0c – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 20:55
Fix crash with lengthless arrays.

fd84fa03 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 20:39
Just fully replace the type in the specialization.

a555f36a – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 20:10
Fix recursive types nested inside generics.

fb8f4a81 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 18:35
Merge pull request #58 from andrewchambers/bounds

908381e1 – Andrew Chambers <andrewchamberss@gmail.com> authored on 2016/01/24 15:32
add test for missing bounds check

6e9c1739 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 18:13
Check slice bounds when slicing.

a87c06a2 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/22 22:15
Move away from ".use" suffix.

6d5d0ec7 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/22 21:34
Make '.use' suffix on usefiles optional.

d29f8b95 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/22 21:24
Print search path on failing to load usefile.

a563b40a – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/22 21:16
Improve error message if we fail to open a usefile.

cf4e7fe3 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/23 00:00
Fix possibly uninitialized 'tr'

f8cf2712 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/22 19:28
Put strings into .rodata

e39e09a8 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/22 19:28
Default to returning 'true' on success.

bef63097 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/22 06:09
Merge pull request #56 from felixangell/felixangell-readme-fix

5bb32bae – Felix Angell <felixangell1024@gmail.com> authored on 2016/01/22 13:55
Update README.md

5e1d3376 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/21 16:39
Check for subcommand success.

d910afb4 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/21 16:31
Exit with success status of operations.

e89d14c5 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/20 21:12
Move the website up above the fold.

3de36cf5 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/20 20:29
bio.read(f, [][:]) should succeed without Eof.

3792aa38 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/20 19:31
Add labels before linking them up.

3435783c – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/20 18:18
Fix up some formatting.

11517c3a – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/20 18:13
Don't just say '???' when we fail to wait.

6361a241 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/20 18:06
Add a distinction between label values and names.

631e1460 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/20 17:25
Close FDs after we're done with them.

83c62e5e – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/20 17:17
Don't grow the buffer for every read.

c694d9a9 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/20 17:02
Put labels into scopes.

d91d1e44 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/20 10:45
Add sockaddr_un to linux.

e70d7196 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/20 07:43
Add sockaddr_un to osx.

3384df94 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/19 20:47
Clean up std.dial, and add support for unix socks.

6ea9b06b – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/19 20:17
Un hard-code the socket family.

f6d4fa47 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/19 20:03
Pass correct size of sockaddr type.

Next