mit-scheme.git
2018-02-01 Chris HansonSimplify how runtime syntactic environments are created.
2018-02-01 Chris HansonDon't use syntactic enviroment to indirectly bind globa...
2018-02-01 Chris HansonRemove empty file.
2018-01-30 Chris HansonAdd bindings for the block-declaration renames.
2018-01-30 Chris HansonChange declaration processing to decouple it from open...
2018-01-30 Chris HansonRename block-declaration -> scode-block-declaration...
2018-01-30 Chris HansonChange seq-item to flatten its arguments.
2018-01-30 Chris HansonA large number of renames for syntax items.
2018-01-30 Chris HansonEliminate unnecessary condition.
2018-01-30 Chris HansonDon't use binding-item for LET bindings.
2018-01-29 Chris HansonChange syntactic environments to be records rather...
2018-01-29 Chris HansonChange define-bundle-interface to use quote-identifier.
2018-01-28 Chris HansonImplement quote-identifier, which is needed for macro...
2018-01-28 Chris HansonRename combinator-substitution -> list-substitution.
2018-01-28 Chris HansonFix but: top-level definition names must be symbols.
2018-01-27 Chris HansonDisallow runtime environments in make-syntactic-environ...
2018-01-27 Chris HansonSimplify the rename-db implementation.
2018-01-27 Chris HansonEliminate synthetic identifiers.
2018-01-26 Chris HansonChange compile-item/expression to be a predicate dispat...
2018-01-26 Chris HansonSimplify interface to syntax renaming.
2018-01-26 Chris HansonReorganize the code within syntax-rename. No other...
2018-01-26 Chris HansonSplit renaming mechanism out of syntax-output.
2018-01-26 Chris HansonEliminate open-block-components and rename other proced...
2018-01-26 Chris HansonRefactor the syntax-output codewalkers to use predicate...
2018-01-26 Chris HansonMake sure the open-block tag is computed correctly.
2018-01-26 Chris HansonUse keyword syntactic environment to implement keywords.
2018-01-26 Chris HansonIntroduce syntactic-environment/reserve to handle commo...
2018-01-26 Chris HansonRename accessors for syntactic closures.
2018-01-26 Chris HansonMake sure that scode object tags are correctly computed.
2018-01-25 Chris HansonAdd missing rename to host-adapter. Thanks Joe Marshall...
2018-01-24 Chris HansonGreatly simplify SCode abstraction and change names...
2018-01-23 Chris HansonEliminate unused import from compiler C backend.
2018-01-23 Chris HansonRename file "ustring" to "string" and update package...
2018-01-23 Chris HansonLarge number of file renames.
2018-01-23 Chris HansonMerge gensym into symbol and add mutex for its counter.
2018-01-23 Chris HansonDon't use vertical brackets when unparsing uninterned...
2018-01-23 Chris HansonMove fixart and thread-low to earlier in the cold load.
2018-01-23 Chris HansonEliminate long-obsolete starbase support.
2018-01-23 Chris HansonAdd a few missing subdirs into Tags.sh computation.
2018-01-22 Chris HansonRewrite syntax-environment to use bundles.
2018-01-22 Chris HansonAllow bare symbols as elements in bundle-interface...
2018-01-21 Chris HansonFix bug: bundle-interface predicates can't use dispatch...
2018-01-21 Chris HansonPush yet more predicate machinery into boot.
2018-01-21 Chris HansonRename value-binder to variable-binder.
2018-01-21 Chris HansonMove bundle implementation to early in the cold load.
2018-01-21 Chris HansonAdd unparser for variable items.
2018-01-21 Taylor R CampbellAvoid shift of negative, which is undefined in C.
2018-01-21 Chris HansonEliminate unnecessary implementation note.
2018-01-21 Chris HansonDefer enabling runtime handling of errors until end...
2018-01-20 Chris HansonFix typo reported by jmarshall.
2018-01-20 Chris HansonTweak bundle index lookup; fix bundle tests.
2018-01-20 Chris HansonRefactor the bundle implementation.
2018-01-20 Chris HansonRewrite define-like and let-like syntax for simplicity.
2018-01-20 Chris HansonTwo small simplifications.
2018-01-20 Chris HansonEliminate null-binding-item.
2018-01-20 Chris HansonFix bug: Can't call output/sequence with an empty list.
2018-01-20 Chris HansonRewrite define-bundle-interface to do renaming manually.
2018-01-20 Chris HansonFix bug: trace was depending on a string being mutable...
2018-01-19 Chris HansonBe a little more honest about unsyntaxing macro definit...
2018-01-19 Chris HansonRefactor bundle interfaces to be dispatch tags.
2018-01-19 Chris HansonFix bug in macro expansion for define-bundle-interface.
2018-01-18 Chris HansonAdd extra tests to make sure that tagging dispatches...
2018-01-18 Chris HansonMerge predicate-metadata and predicate-lattice into...
2018-01-18 Chris HansonAdd Tags.sh to tests directory.
2018-01-18 Chris HansonMove set-{dispatch-tag,predicate}<=! into boot for...
2018-01-18 Chris HansonEliminate remaining differences between record tags...
2018-01-18 Chris HansonStrip angle brackets off of dispatch-tag names when...
2018-01-18 Chris HansonChange strip-angle-brackets to work on symbols too.
2018-01-18 Chris HansonReplace record-type with the associated dispatch tag.
2018-01-18 Chris HansonAdd EXPRESSION clauses to boolean assertions in test...
2018-01-18 Chris HansonFix typo in earlier refactor.
2018-01-18 Chris HansonRename "tag" to "dispatch-tag" and move bindings to...
2018-01-17 Chris HansonMerge dispatch-tags and tags into a single implementation.
2018-01-17 Chris HansonFix bug: forgot to initialize record conditions.
2018-01-16 Chris HansonChange tag representation so extra field is always...
2018-01-16 Chris HansonRefactor tag implementation to use "metatags".
2018-01-16 Chris HansonFix bug: record-type-type-tag was missing a tag.
2018-01-16 Chris HansonMove weak sets from predicate-metadata to boot.
2018-01-16 Chris HansonEliminate predicate-description.
2018-01-16 Chris HansonPut guarantee and friends into "boot" for cold-load...
2018-01-16 Chris HansonImplement simple weak sets.
2018-01-15 Matt Birkholzblowfish: Doco typo.
2018-01-15 Matt Birkholzgdbm: Doco typos.
2018-01-15 Matt Birkholzffi: Missing alienate_float_environment causes foreigne...
2018-01-14 Chris HansonRefactor handling of explicit tag supersets.
2018-01-14 Chris HansonImplement weak-pair procedures as primitives and open...
2018-01-13 Chris HansonEliminate tagging strategies altogether.
2018-01-13 Chris HansonFix test: was depending on tagging strategy to differen...
2018-01-13 Chris HansonFix bug: two copies of unicode-char? were causing confu...
2018-01-13 Chris HansonAdd "assertion number" to failure reports.
2018-01-13 Chris HansonEliminate tagged-object-{tag,datum} since they're ident...
2018-01-13 Chris HansonDo stupid macrology to work around lack of vector-ish...
2018-01-13 Chris HansonFix open-coding of default-object?.
2018-01-13 Chris HansonFix bug in compilation of %record with 0 or 1 arguments.
2018-01-13 Chris HansonImplement tagged-object primitives and open-code them...
2018-01-12 Chris HansonSimplify the story of tagging strategy.
2018-01-11 Chris HansonUse macro to speed up implementations of record accessors.
2018-01-11 Chris HansonRemove documentation for now-obsolete generic-procedure...
2018-01-11 Chris HansonSimplify predicate-tagging so that it provides only...
2018-01-11 Chris HansonEliminate record-entity names and support.
next