typed-racket/typed-racket-test/succeed
Sam Tobin-Hochstadt d3fac7c24a Revise handling of #:opaque types, and Any.
Guard opaque predicates with an (-> Any Any) contract. This uses the
contract generation infrastructure to avoid wrapping struct predicates.

Also, relax `any-wrap/c` (the contract used for `Any` in positive
position) to allow opaque structures. This also requires an enumeration
of all the other kinds of values that TR understands, so that they are
not confused with opaque structures.

Joint work with @bennn.

Closes #202.
Closes #203.
Closes #241.
2015-12-30 12:33:15 -05:00
..
2d-typed.rkt Use 2d instead of unstable/2d. 2015-09-07 19:13:50 -05:00
aliasing-tests.rkt initial let-aliasing addition 2014-12-22 12:35:30 -05:00
andmap.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
annotation-syntax-override.rkt Disable the #{} reader macro if a dispatch macro already exists on #\{ 2015-05-14 14:35:30 -07:00
annotation-test.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
any-hash.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
any-wrap-list.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
apply-append.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
apply-dots-list.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
apply-dots.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
area.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
arrow-star-contracts.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
assoc-with-is-equal-argument.rkt Fixes type of member and assoc, plus some tests for them. See github bug #223: “(member) has wrong type, exploiting the hole causes segfault”. 2015-11-09 19:04:02 -05:00
at-exp.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
bad-map-infer.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
barland.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
basic-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
batched-queue.scm Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
begin0-error.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
both-recursive-types.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
box-num.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
broken-let-syntax.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
call-comp.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
case-lambda-rest.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
case-lambda1.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
cast-mod.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
cast-no-check.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
cast-top-level.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
check-expect.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
check-within.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
cl-bug.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
cl-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
cl.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
class-contract.rkt Fix augment/inner contract generation 2015-02-28 14:02:57 -05:00
cmdline.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
continuation-mark.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
contract-opt+kw.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
contract-struct-equality.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
cps.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
curry.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
custodian.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
custom-printer.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
cyclic-list.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
datum-to-syntax.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
def-pred.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
define-forward-reference.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
define-new-subtype-function.rkt allow values with define-new-subtype types as functions 2015-08-15 19:00:35 -05:00
define-new-subtype-infer.rkt fix inference with define-new-subtype 2015-08-15 14:36:45 -05:00
define-new-subtype-mu-rec.rkt fix issue #169 2015-08-14 21:42:20 -05:00
define-new-subtype.rkt handle define-new-subtype in earlier phase 2015-07-30 23:24:17 -04:00
define-poly-value.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
define-type-omit-define.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
define-values-invoke-unit-subtyping.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
discrete-dist.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
do.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
dot-intro.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
dotted-identity.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
dotted-identity2.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
dviu-infer-deps-ok.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
dviu-infer-fact.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
dviu-unit-from-context.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
empty-case-arrow.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
empty-or.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
ephemerons.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
even-odd-recursive-type.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
even-odd.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
events-with-async-channel.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
events.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
exceptions.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
exn-any.rkt Revise handling of #:opaque types, and Any. 2015-12-30 12:33:15 -05:00
fix.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
fixnum.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
float-internal-err.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
flonum.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
flvector.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
fold-left-inst.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
fold-left.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
foldo.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
foo.scm Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-ann.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-hash.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-in-range.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-list.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-lists.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-no-anns.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-no-body-anns.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-over-hash.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-seq.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-set.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-vector.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
force-delay.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
format.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
function.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
fx-filter.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
generalize-vectors.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
gh-issue-26.rkt Adjust the fix in 619d6945c3 2015-02-17 14:00:07 -05:00
gh-issue-38.rkt Use contract-neg-party to accurately handle contracted applications 2015-03-03 16:15:09 -08:00
gh-issue-43.rkt Adjust named-let to use the return type annotation whenever possible 2015-03-04 15:17:35 -08:00
gh-issue-144.rkt Resolve expected type in tc-lambda-unit 2015-06-10 12:23:39 -04:00
gh-issue-157.rkt Fix polymorphic recursion check for type aliases 2015-08-07 19:05:13 -04:00
gh-issue-163-1.rkt Fix typed provide uses in some modules 2015-09-08 15:53:34 -04:00
gh-issue-163-2.rkt Fix typed provide uses in some modules 2015-09-08 15:53:34 -04:00
gh-issue-164.rkt Improve typechecking for equality 2015-09-22 22:57:18 -04:00
gh-issue-181.rkt Fix typed provide uses in some modules 2015-09-08 15:53:34 -04:00
gh-issue-214.rkt Avoid generating contraints for optimized-away contract definitions. 2015-11-12 13:46:37 -06:00
gui-lang.rkt Allow #lang typed/racket/gui and add base module 2015-03-12 17:27:59 -04:00
hari-vector-bug.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
hash-literal.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
hash-ref.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
het-vec.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
het-vec2.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
ho-box.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
hw01.scm Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
icfp-examples.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
if-splitting-test.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
in-vector-range.rkt Handle in-vector with range arguments. 2015-11-09 19:04:14 -05:00
inexact-complex.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
infer-dots.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
infer-funargs.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
inst-dots.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
inst-expected.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
int-def-colon.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
integer-contracts.rkt Fix typo in generated contract for Nonpositive-Integer 2015-08-29 16:41:10 -07:00
internal-scoped-tvar.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
issue-166.rkt fix issue #166 2015-08-03 18:36:14 -05:00
json-hash.rkt Improve hash-table overlap. 2015-01-19 09:48:50 -05:00
keyword-function-order.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
kw-def.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
kw.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
leftist-heap.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
let-no-anns.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
let-partial-annotations.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
let-values-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
lifting-top-level.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
list-dots.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
list-ref-vec.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
list-struct-sum.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
little-schemer.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
logic.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
lots-o-bugs.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
macro-in-unit.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
make-predicate-mod.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
make-predicate-top-level.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
make-top-predicate.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
mandelbrot.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
manual-examples.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
map-nonempty.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
map1.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
map2.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
match-dots.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
match-dots2.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
match-expander-problem.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
match-or.rkt Add test case for issue #215. 2015-11-02 14:49:25 -05:00
match-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
match.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
member-pred.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
member-with-is-equal-argument.rkt Fixes type of member and assoc, plus some tests for them. See github bug #223: “(member) has wrong type, exploiting the hole causes segfault”. 2015-11-09 19:04:02 -05:00
metrics.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
module-lang.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
module-plus.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
module-repl.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
mpair.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
mu-rec.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
multi-arr-parse.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
mutable-poly-struct.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
mutable-struct-pred.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
namespace-anchor.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
nested-poly.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
new-metrics.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
no-bound-fl.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
non-recursive-and-recursive-type-aliases.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
nonnegative-float.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
null-program.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
num-equal-filter.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
opaque-object-contract.rkt Add a custom object contract for use in TR 2015-03-04 16:26:35 -05:00
opt-arg-test.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
opt-lambda.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
optimize-simple.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
or-sym.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
overloading.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pair-test.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pair-test2.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pair-test3.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
param.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
parameter-c.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
parameter-proc.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
parametric-require-tr-base.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
parse-path.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
patch.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
paths.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pathstrings.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pict.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
places-helper.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
places.rkt Fix more collection paths. 2014-12-18 09:30:17 -05:00
poly-apply.rkt Make infer/dotted instantiate the dotted variable to improve inference. 2015-11-10 16:56:14 -05:00
poly-dots.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
poly-ret-ann.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
poly-same-annotation.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
poly-struct-parent.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
poly-struct-pred.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
poly-struct-union.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
poly-struct.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
poly-subtype.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
poly-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
ports.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr226-variation-1.rkt safe & efficient (-> Any Boolean) contract 2015-11-09 19:04:02 -05:00
pr226-variation-2.rkt safe & efficient (-> Any Boolean) contract 2015-11-09 19:04:02 -05:00
pr226-variation-3.rkt safe & efficient (-> Any Boolean) contract 2015-11-09 19:04:02 -05:00
pr241-variation-1.rkt Revise handling of #:opaque types, and Any. 2015-12-30 12:33:15 -05:00
pr241-variation-2.rkt Revise handling of #:opaque types, and Any. 2015-12-30 12:33:15 -05:00
pr241-variation-3.rkt Revise handling of #:opaque types, and Any. 2015-12-30 12:33:15 -05:00
pr241-variation-4.rkt Revise handling of #:opaque types, and Any. 2015-12-30 12:33:15 -05:00
pr241-variation-5.rkt Revise handling of #:opaque types, and Any. 2015-12-30 12:33:15 -05:00
pr241-variation-0.rkt Revise handling of #:opaque types, and Any. 2015-12-30 12:33:15 -05:00
pr9043.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr9046.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr9048.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr9053-2.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr9053.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr9054.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10057.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10318.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10319.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10342.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10470.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10552.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10562.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10718+10755.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10729.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10765.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10937.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10939.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11099.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11171.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11172.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11193.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11194.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11314.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11390.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11392.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11425.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11504.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11509.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11532.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11545+11776.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11560.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11578.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11617.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11669.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11686.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11709.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11728.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11747.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11756.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11859.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11866.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11887.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11897.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11901.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11912.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11971.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr12224.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr12644.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr12678.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr12806.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr12807.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr12905.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr12913.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr12970.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr12974.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13094.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13124.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13155.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13160.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13161.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13185.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13326.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13339.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13412.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13464.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13490.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13503.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13576.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13584.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13646.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13691.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13710.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13747.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13821.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13870.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13901.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13937.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14138.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14217.rkt Allow AnyValues as a return type in user code 2015-09-07 13:26:34 -05:00
pr14355.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14364.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14374.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14458.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14463.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14521.rkt Add a test for PR 14521 2015-07-29 13:55:49 -04:00
pr14567.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14568.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14582.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14587.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14702.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14823.rkt Fix tests for more conservative types. 2015-11-09 17:16:08 -06:00
pr14828.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14829.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14997.rkt Export let*-values from TR correctly 2015-08-12 12:16:05 -04:00
pr15026-a.rkt Add tests for PR 15026 2015-07-29 14:29:18 -04:00
pr15026-b.rkt Add tests for PR 15026 2015-07-29 14:29:18 -04:00
pr15144.rkt Prevent open SC terms. 2015-09-07 13:24:16 -05:00
prefab.rkt Enable prefab support correctly for define-struct 2015-08-21 16:38:04 -04:00
priority-queue.scm Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
procedure-top.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
promise-provide-generate-contract.rkt Fixes GH issue #268 “Can't provide promise for polymorphic struct”. 2015-12-17 14:52:40 +01:00
promise.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
prompt-tag.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
provide-alias-omit-define.rkt Look up unrenamed versions of type aliases as well. 2015-03-06 12:13:40 -05:00
provide-case-rest.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
provide-for-meta.rkt Keep ignored provide forms in the output. 2015-11-16 09:45:08 -05:00
provide-poly-struct.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
provide-sexp.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
provide-struct-untyped.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
provide-struct.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
provide-syntax.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
racket-struct.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
rackunit.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
random-bits.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
rec-het-vec-infer.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
rec-type-alias-variance.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
rec-types.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
recursive-type-alias-terminates.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
recursive-type-alias-top-level.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
refinement-even.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
regexp-match-kw.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
req-type-sub.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
require-poly.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
require-procedure.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
require-signature-all-typed.rkt Fix incorrect serialization of signature environment 2015-10-29 01:35:33 -05:00
require-struct.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
require-substruct.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
require-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
require-typed-contravariant-filter.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
require-typed-no-check.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
require-typed-on-typed-module.rkt Refactor the renamer module 2015-09-08 13:31:02 -04:00
require-typed-parse.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
require-typed-rename.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
richard-bugs.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
runtime-path.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
safe-letrec.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
scoped-type-vars.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
scratch.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
sealing-contract-1.rkt Add sealing contracts for row polymorphic types 2015-05-13 20:52:32 -04:00
sealing-contract-2.rkt Add sealing contracts for row polymorphic types 2015-05-13 20:52:32 -04:00
sealing-contract-3.rkt Add sealing contracts for row polymorphic types 2015-05-13 20:52:32 -04:00
seasoned-schemer.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
send.rkt Fix a test that violated opaque class/c 2015-03-04 16:26:35 -05:00
sequence-cnt.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
sequences.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
set-contract.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
set.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
simple-fake-or.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
simple-implies.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
simple-kw-app.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
simple-occurr.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
simple-or.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
simple-poly.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
simple-unit-scope.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
single-flonum-contract.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
slow-check.rkt initial let-aliasing addition 2014-12-22 12:35:30 -05:00
somesystempath.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
sort-infer.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features-base.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features-no-check-base.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features-no-check-scheme-base.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features-no-check-scheme.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features-no-check-ts.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features-no-check.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features-scheme-base.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features-scheme.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features-ts.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
star-sizes.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
stream.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
string-const.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-cert.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-exec.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-mutable-contract.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-mutable.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-no-colon.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-options.rkt Update docs & tests for struct constructor options 2015-12-08 00:33:45 -05:00
struct-out.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-path-update.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-struct-out.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-top-recursive.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-type-contract.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-update.rkt fixed struct field updates 2015-01-14 15:32:34 +05:30
structs-across-modules.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
structs-variance.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
structs-variance2.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
stx.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
submod-vector.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
submodules.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
subst-poly-dots.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
test-child-field.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
test.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
test2.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
threads-and-async-channels.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
threads-and-channels.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
time.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
top-level-begin-for-syntax.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
top-level-begin.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
top-level-make-predicate.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
toplevel-redefinition.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
type-alias-omit-define-syntaxes.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
type-alias-rec-struct.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
type-printer-single-level.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
type-variable-scope.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
typeann-letrec.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
typed-list.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
typed-scheme-no-check-arrow.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
unit-3x-2.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
unit-3x.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
unit-typed-untyped-compound-1.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
unit-typed-untyped-compound-2.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
unit-typed-untyped-values.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
units-no-sigs.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
unsafe-provide-struct.rkt Add a typed/racket/unsafe library. 2015-09-29 18:48:08 -04:00
unsafe-provide.rkt Add a typed/racket/unsafe library. 2015-09-29 18:48:08 -04:00
unsafe-require-top-level.rkt Add a test for top-level unsafe-require/typed 2015-10-01 17:41:03 -04:00
unsafe-require.rkt Fix unsafe-require/typed for kw functions 2015-10-16 15:52:21 -04:00
unsafe-struct-parent.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
unsafe-struct.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
untyped-submod.rkt Fix contract provide fixup to handle contracts at the beginning. 2015-03-06 09:41:29 -05:00
values-dots.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
values-dots2.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
values-object.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
varargs-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
variance-test.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
vec-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
vector-chap.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
vector-union.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
with-asserts.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
with-handlers-rest-arg.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
with-handlers.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
with-syntax.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
with-type-lift.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
with-type-typed-context-flag.rkt unstable/macro-testing -> syntax/macro-testing 2015-08-05 13:13:50 -05:00
with-type.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
zero-arg-poly.rkt Generate trivial constraints for missing type variables. 2015-06-23 16:08:23 -04:00