0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Dec 01, 2024 — Dec 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refactor getProcedureMonoTypes More... about 13 years ago
Merge pull request #434 from galchinsky/master More... about 13 years ago
fix build fail because of int-enum conversion More... about 13 years ago
printer: print lambdas without capture fields More... about 13 years ago
lambdas: make Function[[..In],[]]() from any outs Just discard the output values in a shim More... about 13 years ago
test for tuple == More... about 13 years ago
lambdas: fix CallableWithSignature? When object was not callable with given input types, CallableWithSignature? would fail with a match failure on makeCodePointer, which was causing type mismatches in `Function` construction to give bad errors. This fix makes it so that e.g. `Function[[], []](x -> x)` fails on the `Function` constructor and not deep in its implementation. More... about 13 years ago
core.tuples: allow == of different-sized tuples always false. this allows comparisons like [..T] == [..U] to work as intended More... about 13 years ago
core.operators: typo in comment More... about 13 years ago
core.tuples: allow == of different-typed tuples if the corresponding component types can all be compared by == More... about 13 years ago
test.module: support TEST_XFAIL_* test functions More... about 13 years ago
test: change "pending" to more mainstream "xfail" More... about 13 years ago
fix up rebase from master More... about 13 years ago
test: streamline API use __ARG__ to derive printed messages for test failures, and make the test status a global variable, so that `test` and `name` don't need to be arguments for every expect* function. More... about 13 years ago
fix bug when ..multi-as-single is used in __ARG__ More... about 13 years ago
fix bug when alias ..multiValue matches single arg More... about 13 years ago
remove needless code in foreignExpr More... about 13 years ago
fix __ARG__ x for variadic alias x More... about 13 years ago
Merge pull request #433 from stepancheg/def-priv-overl More... about 13 years ago
Use define private overload in standard library More... about 13 years ago
Merge pull request #432 from galchinsky/replIssues More... about 13 years ago
define private overload More... about 13 years ago
VISBILITY_UNDEFINED More... about 13 years ago
Repl: catch CompilerError instead of std::expection Hide -fexceptions warnings in VS More... about 13 years ago
Re-generate unix lib for linux 64 Add buildflags to localthread test More... about 13 years ago
Merge remote-tracking branch 'jckarter/master' More... about 13 years ago
move test.module test to fit new test dir layout More... about 13 years ago
runtests.py: build tests with -Dtest.minimal More... about 13 years ago
test: don't consult options when in minimal mode More... about 13 years ago
test: `eachValue` is just `..for` More... about 13 years ago