www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

DateCommit messageAuthorFiles+-
2015-11-15 21:19fix for expand opaque expressionRyan Culpepper1+3-1
2015-10-23 22:30fix grammarRyan Culpepper1+2-2
2015-09-15 22:19add gui support for selecting primary partition (fg colors)Ryan Culpepper9+101-77
2015-09-15 20:40remove util/stxobj, rename primary partitionsRyan Culpepper5+43-21
2015-09-15 06:41add links to add/remove phasesRyan Culpepper1+34-9
2015-09-15 06:04show scopes infoRyan Culpepper1+8-3
2015-09-15 01:00Remove dependency on unstable.Vincent St-Amour2+21-24
2015-08-25 19:56Require recent version of draw-lib.Vincent St-Amour1+2-1
2015-08-25 18:28Use `draw-arrow` from `racket/draw/arrow`.Vincent St-Amour1+1-1
2015-08-19 19:13Remove dependency on `unstable/struct`.Vincent St-Amour4+43-5
2015-08-18 21:24Use preferences:get/set from framework/preferences.Vincent St-Amour1+7-8
2015-08-18 21:04Replace uses of unstable/gui/notify with framework/notify.Vincent St-Amour7+58-58
2015-08-05 21:25Make unstable/find a private helper.Vincent St-Amour4+1-79
2015-07-28 22:30Move unstable/class-iop to racket/class/iop.Vincent St-Amour20+21-21
2015-04-12 14:04adapt observation of expanderMatthew Flatt2+48-13
2015-04-12 13:34repair "mark" list extractionMatthew Flatt1+1-1
2015-03-16 23:30fix interaction of `local-expand` use and defn contextMatthew Flatt2+13-30
2015-02-28 04:36eliminate use of `syntax-local-get-shadower`Matthew Flatt2+35-36
2014-12-06 22:46Add standard .gitignore file.Sam Tobin-Hochstadt1+10-0
2014-12-02 04:50Remove extra directories.Sam Tobin-Hochstadt93+0-0
2014-11-25 19:08Remove stray reference to Racket in LICENSE files.Sam Tobin-Hochstadt2+2-2
2014-11-13 00:41macro-debugger: fix #%top in local-expand closes PR 14822Ryan Culpepper1+6-2
2014-10-30 06:58check-require: fix submod-related bugsRyan Culpepper2+11-2
2014-10-29 14:02small tweaks to raco show-dependenciesRobby Findler1+25-5
2014-10-29 12:54simplify paths before using as hash keysRyan Culpepper1+2-2
2014-07-18 20:35fixed macro stepper testRyan Culpepper2+8-13
2014-05-16 21:52use correct editor class in syntax-browser snipsRyan Culpepper1+2-1
2014-06-02 11:34rackunit/docs-complete: move to the "racket-index" packageMatthew Flatt1+2-1
2014-02-27 21:42LGPL by referenceMatthew Flatt2+4-2
2014-01-21 20:022013 -> 2014Eli Barzilay2+2-2
2013-12-29 16:29move "props" test configs to `test` submodules or "info.rkt" filesMatthew Flatt1+6-0
2013-11-04 19:31Fix macro stepper icons.Vincent St-Amour2+5-6
2013-10-15 23:32remove some unneeded dependenciesMatthew Flatt1+6-4
2013-09-03 16:56updated command line in docsRyan Culpepper1+14-16
2013-09-03 02:24updated example pathsRyan Culpepper1+2-2
2013-08-31 12:23include license with each packageMatthew Flatt2+20-0
2013-07-30 23:50add `pkg-desc' and `pkg-authors' to each packageMatthew Flatt2+8-0
2013-07-30 16:55fix macro-stepper testsRyan Culpepper1+15-15
2013-07-16 21:56enable compilation of tests formerly in "racket-test"; reorganizeMatthew Flatt19+2-1
2013-07-12 15:00shuffle some unstable modules and fix doc dependenciesMatthew Flatt5+81-76
2013-07-04 19:45Use `#lang info` instead of `#lang setup/infotab`.Sam Tobin-Hochstadt4+4-4
2013-06-29 11:42auto-fix dependencies in "pkgs"Matthew Flatt2+14-2
2013-06-25 20:17a step toward single-collection packages as defaultMatthew Flatt2+4-0
2013-05-25 03:57reorganize into core plus packagesMatthew Flatt112+4327-4326
2013-05-09 00:20raco pkg create: support "source" and "binary" bundlingMatthew Flatt1+2-0
2013-05-04 07:55added raco commands for check-requires, show-dependenciesRyan Culpepper3+21-1
2013-04-18 16:00add file menu items to macro stepper frames closes PR 13698Ryan Culpepper1+5-2
2013-02-06 22:14fix show-dependencies handling of submodulesRyan Culpepper4+126-46
2013-03-12 17:51fix "one term at a time" mode for lifts closes PR 13597Ryan Culpepper1+2-0
2013-03-14 11:15Fix lots of indentation mistakes.Eli Barzilay3+26-26
2013-01-11 21:14fix missing argument closes PR 13429Ryan Culpepper2+2-2
2012-12-05 19:47fix display when reader abbreviations disabledRyan Culpepper2+6-6
2012-12-05 17:07log time for macro-stepper gui stepsRyan Culpepper5+80-34
2012-11-06 19:07Newlines at EOFs.Eli Barzilay1+1-3
2012-11-05 22:25macro-stepper: fix for lifted provides closes PR 13236Ryan Culpepper1+8-6
2012-11-01 21:14adding close-eval at the end of scribble files that have a toplevel evaluatorDanny Yoo1+5-0
2012-10-22 21:26macro-stepper: show errors in provide expansion closes PR 13018Ryan Culpepper1+10-7
2012-10-10 23:11make macro stepper recover from jumps within expansionRyan Culpepper6+84-12
2012-09-17 16:43fixed macro-stepper testsRyan Culpepper2+7-3
2012-06-26 20:58Added lock-iconNeil Toronto1+7-7
2012-04-23 22:55fix check-requires for submodulesRyan Culpepper7+58-21
2012-04-23 20:04macro-debugger: more submod fixes, removed unused code & exportsRyan Culpepper1+14-57
2012-03-21 18:00macro-debugger: updates for submodulesRyan Culpepper5+51-10
2012-05-06 16:06A bunch of `fprintf' -> `eprintf' conversions (and a few related things).Eli Barzilay4+7-15
2012-03-17 00:28macro-debugger: fix parser for local-actions in mod pass 2Ryan Culpepper4+18-13
2012-03-15 12:49macro-debugger: internal debugging improvementsRyan Culpepper2+57-25
2012-03-15 05:07macro-debugger: workaround for instrumentation problem in provideRyan Culpepper2+21-0
2012-03-15 04:39macro-debugger: improve internal error debugging supportRyan Culpepper1+40-13
2012-03-15 04:03macro-debugger: fix deriv parser for begin-for-syntaxRyan Culpepper6+22-11
2012-02-25 00:51macro-debugger: right-click also changes syntax selection fixes PR 12442Ryan Culpepper2+32-6
2012-02-21 19:21A bunch of more typos like the ones in David's commit.Eli Barzilay2+2-2
2012-01-16 19:44Icon fixes:Neil Toronto1+14-12
2012-01-16 03:57Lightened icon outlinesNeil Toronto2+55-8
2011-12-18 21:23uniform position for unstable header in unstable docsRyan Culpepper1+1-2
2011-12-18 09:41minor doc fixesRyan Culpepper1+11-11
2011-12-01 18:35macro-stepper: fix display of "confusable" objectsRyan Culpepper1+21-18
2011-11-30 02:52macro-stepper: better styling of errors, reduction stepsRyan Culpepper2+12-37
2011-11-30 02:11macro-stepper: fix value of absent evaluations (local actions) on error related to PR 12316Ryan Culpepper2+2-1
2011-11-30 01:45macro-stepper: temp fix for drracket tool closes PR 12349, closes PR 10396Ryan Culpepper1+2-2
2011-11-29 18:53macro-stepper: display binding info for phases -5 to 5, clean upRyan Culpepper1+34-26
2011-10-06 21:00macro-debugger: removed simplify-marks closes PR 12248Ryan Culpepper3+6-4
2011-10-05 15:28remove built-in reader and printing support for HonuMatthew Flatt1+1-2
2011-10-01 02:30added functions, docs for show-dependenciesRyan Culpepper2+127-32
2011-09-30 06:27added show-dependencies scriptRyan Culpepper2+116-0
2011-09-30 04:17syntax/parse: added syntax/parse/preRyan Culpepper1+1-0
2011-09-30 01:34macro-stepper: add option to disable reader macro abbreviationsRyan Culpepper5+14-3
2011-09-30 01:00macro-stepper: fix reader abbreviationsRyan Culpepper1+4-1
2011-09-29 04:25macro-debugger/emit: more flexible arguments for emit-remarkRyan Culpepper2+37-17
2011-09-29 03:03check-requires: report renamingsRyan Culpepper4+161-122
2011-09-25 23:35removed useless requiresRyan Culpepper16+13-18
2011-09-25 03:10improved check-requiresRyan Culpepper11+917-444
2011-09-20 21:49disable debugging code accidentally left inRyan Culpepper1+1-1
2011-09-14 08:36updated macro-debugger testsRyan Culpepper13+89-276
2011-09-13 22:57removed useless requiresRyan Culpepper13+2-30
2011-09-09 02:41updated macro debugger to work with begin-for-syntax changesRyan Culpepper7+199-92
2011-09-05 22:08generalized `begin-for-syntax'Matthew Flatt1+1-1
2011-09-04 14:27Revert "Abolish "typed-scheme"."Eli Barzilay3+58-58
2011-09-04 12:45Abolish "typed-scheme".Eli Barzilay3+58-58
2011-09-04 02:46Fix require analysis heuristics for TS -> TR.Sam Tobin-Hochstadt1+4-4
2011-06-17 17:09Fixed a macro stepper bug: can't use zero? on syntax span, as it can be #f.Carl Eastlund1+4-4
2011-07-18 12:06macro-stepper: update testsRyan Culpepper5+50-21
2011-07-18 11:22macro-stepper: update for new letrec-syntaxes+values expansionRyan Culpepper3+9-6
2011-07-15 18:54macro-stepper: disable taint display until correct Merge to release branchRyan Culpepper1+2-1
2011-07-04 22:37fix import collision --- probably due to the addition of `identity' to `scheme[/gui]', but the test file should require `scheme/gui/base'Matthew Flatt1+1-1
2011-07-03 05:30macro-stepper: more work on syntax taintingRyan Culpepper3+39-20
2011-06-30 07:08macro-stepper: first step to making macro stepper aware of syntax taintingRyan Culpepper5+63-89
2011-07-02 14:37".ss" -> ".rkt" scan done.Eli Barzilay9+23-26
2011-06-29 09:14docs reorganization added tutorial, racket categories relabeled some other categories normalized manual names: de-bolded, changed some namesRyan Culpepper1+1-1
2011-06-26 09:57macro-stepper: another phase-1-init location related to PR 11938Ryan Culpepper1+10-2
2011-06-26 09:37macro-stepper: don't try to remove term when at end of listRyan Culpepper1+4-3
2011-06-26 09:29close current macro stepper frame on Run, Macro Stepper, etc closes PR 11964Ryan Culpepper3+9-2
2011-06-24 19:08A ton of `@scheme*' -> `@racket*' and related updates.Eli Barzilay1+20-20
2011-06-06 13:48Remove `eval/require' and many of its one-time uses.Eli Barzilay1+5-10
2011-05-31 18:43Document show-requires.Vincent St-Amour1+9-0
2011-05-31 18:02Add show-requires, which is friendlier on the eyes than check-requires.Vincent St-Amour1+16-0
2011-05-31 18:37Add documentation for check-requires.Vincent St-Amour1+55-0
2011-05-11 08:13fix warningsRyan Culpepper1+7-10
2011-05-05 19:56moved the docs-complete library into rackunit to avoid having a separate, new manual for the one libraryRobby Findler1+1-1
2011-04-26 03:55remove undocumented export (macro-debugger)Ryan Culpepper2+2-3
2011-04-26 02:20weeded out some more of the test-docs-complete.rkt filesRobby Findler1+0-1
2011-04-25 18:24added lots of new tests that our documentation is completeRobby Findler1+8-0
2011-04-07 12:35created racket/syntax from parts of unstable/syntaxRyan Culpepper4+19-8
2011-02-04 22:35fixed macro stepper bug Merge to release branchRyan Culpepper1+14-3
2011-02-03 21:32fix macro stepper bug (missing hash) Merge to release branchRyan Culpepper2+4-4
2010-12-29 03:34reduce some memory use of `unstable' doc build by explicitly closing evaluatorsMatthew Flatt3+25-7
2010-12-17 19:02macro-stepper: fix props panel size memory, better width calculation see PR 11551Ryan Culpepper2+23-7
2010-12-16 02:13macro-stepper: avoid too-long labels in hiding policy displayRyan Culpepper1+11-5
2010-12-15 18:58macro-stepper: smooth rounded rectangles Closes PR 11489Ryan Culpepper48+1832-757
2010-12-09 09:41macro-stepper: untack arrows on navigation Closes PR 11485Ryan Culpepper48+1818-750
2010-11-27 02:23macro-stepper: dummy editor-admin for image creationRyan Culpepper1+12-2
2010-11-27 02:09macro-debugger: fixed image creatorRyan Culpepper3+28-29
2010-11-17 20:25macro-stepper: extra guard in on-demand id-only popup submenuRyan Culpepper1+1-1
2010-11-12 04:59macro-debugger: refine position of mouse eventsRyan Culpepper1+17-12
2010-11-12 01:59macro-stepper: map "s" and "h" keys to show and hide selected identifierRyan Culpepper1+4-0
2010-11-11 00:45macro-stepper: added module versions of trace, expand/stepRyan Culpepper4+51-38
2010-11-09 23:13macro-stepper: track phase of binders, definitesRyan Culpepper5+79-72
2010-11-09 22:54macro-stepper: pretty-print define-for-syntax etcRyan Culpepper1+3-1
2010-11-09 22:04macro-stepper: specialized data structure for definitesRyan Culpepper1+140-0
2010-11-09 18:40macro-stepper: reorganize code to make draw-arrows?=#f more usefulRyan Culpepper1+52-50
2010-11-09 07:04macro-stepper: faster step rendering - lazily build on-click mapping - more precise un-styling on refreshRyan Culpepper3+135-116
2010-11-09 04:37macro-stepper: gui improvements - give "?" of ?-arrows a white background - improved clickback replacement - fixed tack/untackRyan Culpepper1+64-33
2010-11-09 03:26macro-stepper: replace clickbacks for syntax selection fixed interval-map bugRyan Culpepper3+81-35
2010-11-09 02:28macro-stepper: fixed deadlock (recursive yield)Ryan Culpepper1+1-2
2010-11-05 06:39macro-stepper: options: draw-arrows?, refresh-on-resize?Ryan Culpepper5+36-14
2010-11-04 22:24macro-stepper: faster rendering, async improvements added async stop button (and disable breaks around editor operations) eliminated redundant calls to refresh in display<%>Ryan Culpepper10+252-208
2010-10-29 22:54macro-stepper: added thread/eventspace check Closes PR 11364 (actually, earlier commit closed)Ryan Culpepper1+5-0
2010-10-23 04:34Macro stepper status bar notificationsRyan Culpepper5+308-178
2010-09-17 08:21restricted interval-map interface, simplified code, based on splay-trees removed old, awful skip-list iteration-mutation procedures updated skip-listsRyan Culpepper1+1-1
2010-09-11 00:04reorganized check-requires scriptRyan Culpepper5+272-182
2010-09-07 05:00added tool for detecting useless requiresRyan Culpepper1+518-0
2010-09-03 20:03macro stepper: ignore track origin for now, need to coordinate with marksRyan Culpepper1+5-1
2010-09-03 11:39removed useless requiresRyan Culpepper30+28-87
2010-07-13 16:53macro-stepper: better internal debuggingRyan Culpepper2+27-23
2010-07-02 17:02macro-stepper: track syntax-local-value and syntax-track-origin (not done)Ryan Culpepper5+25-2
2010-08-31 04:47Merged changes to syntax/parse Changed backtracking algorithm, runtime representations - syntax classes, ~describe no longer implicitly commit - ~describe no longer delimits effect of cut Added keyword & optional args for stxclasses Added ~do and #:do, ~post, ~commit and #:commit, ~delimit-cut and #:no-delimit-cut Added syntax/parse/debug, syntax/parse/experimental/* - expr/c for contracting macro sub-expressions moved from syntax/parse to syntax/parse/experimental/contract - syntax class reflection (~reflect, ~splicing-reflect) - eh-alternative-sets (~eh-var) - provide-syntax-class/contract (only for params, not attrs so far) Changed ~fail to not include POST progress (#:fail still does) old (~fail _) is now (~post (~fail _)) Made msg argument of ~fail optional Removed generic "repetition constraint violated" msg Removed atom-in-list stxclass Removed unnecessary datum->syntax on cdr of pair pattern massive improvements to long-list microbenchmarks Optimization: integrable syntax classes (id, expr, keyword) need better measurements Optimization: ad hoc elimination of head/tail choice point for (EH ... . ()) patterns Added unstable/wrapc (proc version of expr/c)Ryan Culpepper1+2-1
2010-08-26 22:13Create data/ collection.Sam Tobin-Hochstadt1+1-1
2010-08-26 16:10More "~n" -> "\n" changesEli Barzilay5+16-16
2010-08-25 20:10Lots of "~e" to "~.s" changes.Eli Barzilay2+28-28
2010-07-13 15:49macro-stepper: small doc updateRyan Culpepper1+2-19
2010-07-13 15:38macro-stepper: re-enabled block testRyan Culpepper1+1-3
2010-07-12 23:19macro-stepper: updated testsRyan Culpepper6+80-54
2010-07-12 21:06macro-stepper: add support for #%stratified-bodyRyan Culpepper9+144-65
2010-07-12 19:09macro-stepper: switched to racket in hiding policy, labelsRyan Culpepper2+9-9
2010-07-09 21:56macro-stepper: correctly render new letrec transformationRyan Culpepper57+1049-1292
2010-07-01 19:18macro-stepper: removed unnecessary partition code downgraded secondary "partition" to simple binary predicateRyan Culpepper4+23-141
2010-07-01 19:17macro-stepper: fixed pretty-{printing => writing}Ryan Culpepper1+1-1
2010-06-30 22:31macro-stepper: replaced {scheme -> racket}, {*.ss -> *.rkt}, etcRyan Culpepper54+611-1044
2010-06-30 21:38macro-stepper: added step count also removed some dead code (warnings)Ryan Culpepper4+25-8
2010-06-30 19:38unstable: added commentsRyan Culpepper1+0-1
2010-06-24 23:33macro-stepper: clarified "from" in hiding rules, added todo listRyan Culpepper2+25-7
2010-06-16 22:37macro-stepper: simplified partition codeRyan Culpepper1+6-12
2010-06-15 00:38macro-stepper: fetch mark lists directlyRyan Culpepper3+63-20
2010-06-10 22:40macro-stepper: added emit-local-stepRyan Culpepper4+36-1
2010-06-10 20:58macro-stepper: added docs for macro-debugger/emitRyan Culpepper1+42-0
2010-06-09 22:04macro-stepper: added api for macro "remarks" (no docs yet)Ryan Culpepper8+72-3
2010-06-09 20:04macro-stepper: preserve underlining in highlightsRyan Culpepper1+1-1
2010-06-08 20:11macro-debugger: made properties display respect inverted-colors modeRyan Culpepper3+28-18
2010-06-08 19:18macro-stepper: fixed colors for white-on-black displayRyan Culpepper1+109-18
2010-06-08 15:53changed the macro stepper to be responsive to the white-on-black preference (but there is still some work to do to actually select a reasonable set of colors and probably some refactoring, but at least the interface with the framework is there now, so the changes should not be hard from here on)Robby Findler3+51-26
2010-05-17 15:04"Racunit" -> "Rackunit"Eli Barzilay6+8-8
2010-05-17 05:27A lot of "DrScheme" -> "DrRacket"s.Eli Barzilay79+1951-1957
2010-05-11 12:03add 'eprintf' and 'displayln'Matthew Flatt1+0-6
2010-05-09 21:06move drscheme and tests/drscheme to drracket and tests/drracketMatthew Flatt1+1-1
2010-04-30 16:57Renaming rktunit to racunitJay McCarthy6+8-8
2010-04-29 21:00Renaming schemeunit to rktunit and adding compat layerJay McCarthy6+8-8
2010-04-28 19:21Changing unstable, xml, html, and web-server to be racketyJay McCarthy70+162-162
2010-04-27 22:05rename all files .ss -> .rktMatthew Flatt68+71-71
2010-04-20 23:28fix some tests and docs after racket moveMatthew Flatt1+1-1
2010-03-05 01:40macro-debugger: fixed bug re eval'd top-level forms that cause errors fixed bug re lazy phase 1 init and #%top-interaction unwrappingRyan Culpepper5+18-12
2010-02-26 20:39Switching many uses of old Schemeunit to newJay McCarthy6+21-24
2010-02-25 22:15macro-debugger: another internal error bugRyan Culpepper1+3-3
2010-02-25 02:05macro-debugger: fixed bug re (maybe?) lazy phase 1 initialization fixed popup-menu bug in syntax browser cleaned up signal mappingRyan Culpepper7+133-129
2010-02-24 21:39macro-debugger: fixed internal error in reporting internal errors made debug files more readable fixed wrong ordering of local contextsRyan Culpepper3+20-16
2010-02-19 05:45macro-debugger: some work on syntax snipsRyan Culpepper4+396-356
2010-02-18 22:53scheme/pretty: added quasisyntax reader macro macro-debugger: added change layout menu itemsRyan Culpepper6+56-16
2010-01-29 00:08merge to trunkSam Tobin-Hochstadt3+2-364
2010-01-27 17:31macro-debugger: fixed breakage of stepper-text, expand-only Please propagate to release branch if possible.Ryan Culpepper2+2-9
2010-01-15 21:33macro-stepper: yet another local-expansion fixRyan Culpepper2+19-14
2010-01-15 20:13macro-debugger: fixed module & local-expansion bugRyan Culpepper1+2-1
2010-01-13 23:41macro-debugger: fixed bug re local-expansion and macro hidingRyan Culpepper2+13-2
2010-01-08 21:32macro-debugger: fixed local-expand not within macro transformation removed dead forms (eg require-for-syntax) fixed module-level begin-splicing highlightingRyan Culpepper3+40-65
2009-12-19 04:41macro-debugger: pretty-print copied syntaxRyan Culpepper1+7-5
2009-12-18 03:33macro-debugger: add tack/untack to normal context menu fix arrows bug, caused by bug in interval-map unstable/interval-map: fixed stupid update*! bugRyan Culpepper4+77-125
2009-12-13 03:06unstable: added skip-list and interval-map unstable/contract: added rename-contract macro-debugger: switched to use interval-map for arrowsRyan Culpepper2+95-93
2009-12-02 23:18macro-stepper: fixed ? position in arrowsRyan Culpepper1+1-1
2009-11-20 19:36macro-debugger: fixed binder discovery for lambda Please propagate this change to the release branch.Ryan Culpepper1+1-1
2009-11-20 19:09macro-debugger/syntax-browser: misc code cleanups added module for making imagesRyan Culpepper6+177-77
2009-11-19 08:29unstable: more docs, a few changes to gui libsRyan Culpepper9+74-114
2009-11-19 04:39macro-stepper: added second error location for set!Ryan Culpepper3+7-5
2009-11-15 13:05unstable/gui/notify: added partial docsRyan Culpepper1+5-0
2009-11-15 11:23unstable: added class-iop, gui/prefs (needs doc), gui/notify (needs doc) macro-debugger: changed imports for above, deleted dead codeRyan Culpepper23+64-69
2009-11-15 08:03few more commentsEli Barzilay1+5-1
2009-11-15 07:37macro-debugger: eliminated deriv-find, use unstable/findRyan Culpepper6+32-44
2009-11-15 07:00unstable/syntax: changed format-id to autoconvert identifiers unstable/struct: changed struct->list, more options added unstable/findRyan Culpepper2+143-0
2009-11-13 21:41macro-stepper: do compile-time evals when expanding fixes: (begin macro-def macro-use) pattern updated tests for lifts changeRyan Culpepper9+171-30
2009-11-09 02:33unstable/syntax: added format-idRyan Culpepper1+14-21
2009-11-08 21:17unstable/struct: added struct->list some (cdr (vector->list (struct->vector x))) => (struct->list x)Ryan Culpepper1+2-1
2009-10-30 21:07macro-stepper: add missing possible error locationRyan Culpepper1+2-2
2009-10-22 22:00macro-stepper: made syntax display faster, esp for early terms calculate arrows etc wrt known binders instead of all bindersRyan Culpepper10+133-99
2009-10-22 20:14macro-stepper: minor cleanupsRyan Culpepper4+11-11
2009-10-22 06:00macro-stepper: syntax display speedups (?) switched from style-deltas to styles tree traversal of ranges, avoid idempotent style changesRyan Culpepper4+135-58
2009-10-22 05:50macro-stepper: eliminated spurious update on initial frame "resize"Ryan Culpepper1+8-1
2009-10-20 21:32macro-debugger: PR 10527: fixed "out of lifts" too-strict sanity checkRyan Culpepper1+6-5
2009-10-06 21:33Abstracted out a function to set printing parameters for the macro debugger and the syntax browser.Carl Eastlund3+17-20
2009-09-29 20:45macro-debugger: fixed #%expr regression due to lift cleanup Please apply to the pre-release branch.Ryan Culpepper1+2-1
2009-09-17 20:55Refactoring all the private contract stuff into its own playpen.Stevie Strickland1+11-11
2009-09-17 19:45Refactoring scheme/private/contract into reasonably sized pieces.Stevie Strickland1+2-0
2009-09-17 17:42First moving private/contract.ss to a different name. The diaspora from that file into others will happen next.Stevie Strickland1+1-1
2009-09-11 23:16redex, macro-debugger: stxclass -> syntax/parse, syntax/private/utilRyan Culpepper2+12-11
2009-09-10 01:51macro-debugger: fixed scheme end of lifts issue (needs C fix too) added step limit to help catch nonterminating expansionsRyan Culpepper7+139-71
2009-07-03 19:47merged changes from /branches/ryanc/sp2: added syntax/parse library and documentation added syntax/id-table library and documentationRyan Culpepper1+1-1
2009-06-30 22:41macro stepper: fixed opaque variable ref bugRyan Culpepper1+2-1
2009-05-22 00:39macro-debugger: disable lift errors Do not apply to release branch.Ryan Culpepper1+1-1
2009-05-20 22:43macro debugger: fixed hiding bug with non-collection modules improved #%top-interaction elimination Please apply changes for release.Ryan Culpepper4+25-95
2009-04-05 17:46Changed @itemize{...} to @itemize[...] (done after comparing the doc tree and verifying that there are no changes). (Also fixed a few bugs that were in the code)Eli Barzilay1+4-4
2009-04-01 02:15macro stepper: fixed bug with opaque result of syntax-local-expand-expression fixed debug-file supportRyan Culpepper4+22-21
2009-03-13 05:54macro stepper: better module hiding display prefab structs updated testsRyan Culpepper7+184-143
2009-03-06 21:20macro debugger: fixes for PR 10090 pass1/pass2 for module-begin tagging vs module body expansion reset current syntax on entry to bind-syntaxesRyan Culpepper2+47-27
2009-01-22 05:50stxclass: created stxclass collection, with docsRyan Culpepper1+1-1
2009-01-15 14:40macro stepper: fixed documentation build (removed dependence on mred-kernel)Ryan Culpepper2+37-14
2009-01-15 07:30macro stepper: added "factor common context" optionRyan Culpepper7+81-17
2009-01-15 00:10macro stepper: more iopRyan Culpepper16+150-125
2009-01-15 00:07macro stepper tests: updatedRyan Culpepper1+3-2
2009-01-14 06:11macro stepper: fixed interface bugsRyan Culpepper5+11-9
2009-01-14 06:04macro stepper: converted more classes to use iopRyan Culpepper11+294-329
2009-01-14 03:10newlines at EOFsEli Barzilay1+1-2
2009-01-13 20:36macro stepper: changed syntax browser classes to use iop -- This line, and those below, will be ignored--Ryan Culpepper6+158-149
2009-01-13 00:43macro stepper: cleaned up column-width detection/resizingRyan Culpepper4+117-125
2009-01-08 01:02macro stepper: fixed pretty-printing widthRyan Culpepper2+2-1
2009-01-03 19:58macro stepper tests: added regression test for PR 10000 updated lifting tests for new variable name conventionRyan Culpepper4+98-72
2009-01-03 19:07macro-debugger: fixed PR 10000 (case of eval during expansion in module/pass1) fixed display of multiple terms in stepperRyan Culpepper3+7-7
2008-12-14 07:56macro debugger: underline definite binders add rename/shift mapping so module final term retains binding infoRyan Culpepper4+138-89
2008-12-13 07:49macro debugger: reorg, minor bug fixesRyan Culpepper6+705-626
2008-12-04 21:35macro stepper: reorg. lifting error checkingRyan Culpepper1+12-5
2008-12-03 05:59macro stepper: improved 'provide' handlingRyan Culpepper3+26-11
2008-12-03 05:27macro stepper: fixed disappearing term bugRyan Culpepper3+9-8
2008-12-02 19:54macro stepper: simplified prefs/params, fixed menu bugsRyan Culpepper15+139-154
2008-11-26 04:13macro stepper: added index-based extra navigationRyan Culpepper3+118-73
2008-11-06 17:10macro stepper: changed hiding policy implRyan Culpepper3+678-64
2008-11-02 23:18macro stepper: added duplicate-frame command (menu items)Ryan Culpepper4+111-30
2008-10-27 22:56stxclass cleanup, improved error messagesRyan Culpepper1+35-68
2008-10-26 23:03macro stepper: tidied up menusRyan Culpepper1+25-0
2008-09-08 20:40macro-debugger/expand: added new expand function with docsRyan Culpepper2+50-30
2008-09-05 20:57restored macro-debugger/expand module (expand-only, expand/hide)Ryan Culpepper1+7-5
2008-08-15 20:16assign authors to manualsMatthew Flatt1+2-0
2008-07-26 20:06improved searching (docs not yet quite done, but I want to test on other platforms ... another commit to follow)Robby Findler1+1-4
2008-07-09 07:18* Newlines at EOFs * Another big chunk of v4-require-isms * Allow `#lang framework/keybinding-lang' for keybinding files * Move hierlist sources into "mrlib/hierlist", leave stub behindEli Barzilay2+4-4
2008-05-23 16:56macro stepper: workaround for occasional out-of-sync renameRyan Culpepper1+19-10
2008-05-23 05:11updated macro stepper for change in Module languageRyan Culpepper1+3-2
2008-05-13 04:55made narrow version of macro stepper icon moved icons to standard placeRyan Culpepper1+0-1
2008-05-11 04:46changed macro stepper iconRyan Culpepper1+1-0
2008-05-10 11:02Ryan's macro-stepper patchesMatthew Flatt30+4131-1117
2008-04-23 00:20proprocessor doc, merge scribblings and doc-categories fieldsMatthew Flatt2+2-2
2008-04-08 21:42new hash function names and ops (3.99.0.23)Matthew Flatt6+38-38
2008-04-04 17:38sync Ryan's macro-debugger changesMatthew Flatt27+886-896
2008-02-23 09:42use new require specs in many placesEli Barzilay2+7-7
2008-02-12 10:33* Changed setup-plt to compile collections if they have an "info.ss" file. (That is, it does not require the file to have a `name' entry.)Eli Barzilay1+0-1
2008-02-05 21:56changed macro-debugger to use v4 syntax (mostly)Ryan Culpepper46+7566-7626
2008-02-05 17:38scribbled macro-debugger docsRyan Culpepper2+308-0
2008-02-04 23:00switched info.ss files to #langEli Barzilay1+4-4
2008-02-04 20:31removed unused doc.txt entries from info.ss filesEli Barzilay1+1-2
2007-12-14 21:48macro stepper: improved error reportingRyan Culpepper1+1-1
2007-12-12 22:56macro stepper: enabled for "Module", improved debugging setupRyan Culpepper2+76-3
2007-12-03 13:45Macro stepper: made error printing more uniformRyan Culpepper1+1-1
2007-12-03 13:43Macro stepper: show error message for interrupted expansionRyan Culpepper1+13-0
2007-12-03 13:38Macro stepper: better error handlingRyan Culpepper11+766-476
2007-11-15 18:37merged changes from branches/ryanc/ms-v4Ryan Culpepper19+1898-1811
2007-11-13 21:21fixed macro stepper cursors (no mpairs)Ryan Culpepper1+11-14
2007-11-13 12:40v3.99.0.2Matthew Flatt5+16-16
2007-10-30 22:02Macro stepper: navigation preserves visible line rangeRyan Culpepper1+16-3
2007-10-11 01:38Macro stepper: moved warnings from separate frame to panel/termRyan Culpepper2+77-71
2007-10-10 23:29fixed syntax browser bug (mailing list 10/10/2007)Ryan Culpepper1+1-1
2007-09-21 21:03Macro stepper: fixed bugs and added new binding info (#%app, #%top, #%datum)Ryan Culpepper4+31-14
2007-09-14 18:45Macro stepper: added navigation methodsRyan Culpepper3+58-10
2007-09-02 17:39371.2Matthew Flatt2+48-28
2007-08-30 21:44Macro stepper: fail gracefully on frontier-computation errorsRyan Culpepper1+20-15
2007-08-29 20:42Macro Stepper: merged new ui from branches/ryanc/ms-new-uiRyan Culpepper28+2977-1488
2007-05-08 20:56Macro stepper: - removed dead seek-syntax code - fixed bug related to hiding + errors - fixed bug finding bindings in interrrupted expansionRyan Culpepper3+22-14
2007-05-01 19:17Macro stepper: fixed bug in frontier trackingRyan Culpepper1+16-6
2007-04-21 17:23Macro stepper: fixed quasisyntax pretty-print bugRyan Culpepper1+5-3
2007-04-13 21:33Macro stepper: added new options, new command (show in new frame)Ryan Culpepper2+22-16
2007-04-13 21:25Macro stepper: reductions preserve properties etcRyan Culpepper1+2-2
2007-04-13 16:56Macro stepper: tackable arrowsRyan Culpepper2+82-80
2007-04-13 16:54Macro stepper: abbreviate quote etc when appropriateRyan Culpepper1+42-9
2007-03-30 20:09Macro stepper: changed rep/parsing of local-expand etcRyan Culpepper5+27-8
2007-03-30 18:15Macro stepper: fixed handling of #%expressionRyan Culpepper5+19-3
2007-03-14 21:33Macro stepper: refactored display codeRyan Culpepper4+102-73
2007-03-08 03:20Macro stepper: improved interaction of hiding and lifting (outside of modules, mostly) only mzscheme's top-interaction is stripped off automatically nowRyan Culpepper3+27-16
2007-03-07 05:22Macro stepper: added final definite reference resultRyan Culpepper1+10-3
2007-03-03 09:08Macro stepper: improved frontier tracking and macro hidingRyan Culpepper1+29-5
2007-03-01 23:45Macro stepper: added basic expansion-frontier tracking and displayRyan Culpepper5+157-30
2007-02-27 23:44Macro stepper: fixed bug in reductions wrt letrec-syntaxes+values added more binding arrowsRyan Culpepper2+31-2
2007-02-27 22:42Macro stepper: started tracking definite uses, added definite arrowsRyan Culpepper5+106-63
2007-02-27 21:14Macro stepper: fixed bug in reductions wrt internal define-syntaxRyan Culpepper1+1-1
2007-02-23 22:03Macro stepper: fixed display of same-module identifer bindingRyan Culpepper2+7-18
2007-02-23 22:02Macro stepper: changed apparent binding arrow color to match syncheckRyan Culpepper1+2-2
2007-02-23 11:45Macro stepper: fixed bugs re: binding arrowsRyan Culpepper1+1-1
2007-02-23 11:06Macro Stepper: added "apparent binding" arrows based on macro expansionRyan Culpepper3+287-13
2007-02-23 08:01Macro stepper: added env/renaming trackingRyan Culpepper4+107-16
2007-02-22 22:52Macro stepper: added properties display code (but disabled)Ryan Culpepper1+38-4
2007-02-10 03:46Macro stepper: factored derivation synthesis code into separate moduleRyan Culpepper1+5-4
2007-02-09 18:21Macro stepper: fixed internal errorRyan Culpepper1+2-1
2007-02-09 08:27Macro stepper: fixed bugs re: internal define-syntax de-unitized hiding again, disabled extra navigation for now fixed bug in letrec-syntaxes w/o var bindings fixed bugs in block splicing distinguished booleans and keywords in syntax browserRyan Culpepper3+20-11
2007-02-02 19:56Macro stepper: eliminated (unneeded) synchronization from tracingRyan Culpepper1+18-27
2007-02-02 19:30Macro stepper: fixed syntax-snip read-specialRyan Culpepper1+2-1
2007-02-01 23:19Macro stepper: cosmetic changes, new interface (stub)Ryan Culpepper2+14-6
2007-02-01 23:18Macro stepper: nicer looking syntax snip props viewRyan Culpepper1+9-3
2007-02-01 23:10Macro stepper: syntax snips display properties inline changed read-special to use procedures instead of promisesRyan Culpepper2+213-100
2007-01-30 22:37Macro stepper: fixed prefix refresh on hiding policy changeRyan Culpepper1+1-1
2007-01-30 22:32Macro stepper: internal debugging improvementsRyan Culpepper2+22-20
2007-01-30 21:38Macro stepper: moved buttons out from under grow-box (thx Robby)Ryan Culpepper1+3-1
2007-01-27 19:18Macro stepper: fixed another foci type bugRyan Culpepper1+1-1
2007-01-26 19:53Macro stepper: cleaned up representation of big (localaction) contexts unitized hiding impl added (broken/experimental) navigation tools (jump, zoom)Ryan Culpepper2+12-10
2007-01-26 19:52Macro stepper: fixed old error message for clarityRyan Culpepper1+3-3
2007-01-26 18:23Macro stepper: fixed bug in error steps (foci)Ryan Culpepper1+1-1
2007-01-25 19:20Macro stepper: added support for extra nav tools (zoom, jump) but disabledRyan Culpepper3+8-1
2007-01-25 19:16Macro stepper: minor bug fixRyan Culpepper1+3-1
2007-01-25 05:11Macro stepper: show/hide props reflows syntax displayRyan Culpepper1+3-4
2007-01-25 00:32Changes to macro stepper (internal): refactored context rep in steps to retain frame structure fixed bug in syntax-restamp (bogus template, broke colors) needs revisitingRyan Culpepper6+135-87
2007-01-12 22:56Macro stepper preserves position when hiding policy changed, etcRyan Culpepper5+21-11
2007-01-11 23:16Macro stepper: simplified match patterns, eliminated old dollar-sign patterns added derivs to reductions; prep for jump-to and zoom-in changed step-note to step-typeRyan Culpepper5+278-258
2007-01-11 00:10New macro stepper option: show one term per step rather than term->termRyan Culpepper3+12-2
2007-01-10 00:17Fixed alignment of syntax-snips, separate controllers, props iconRyan Culpepper1+34-17
2007-01-08 22:16Fixed macro-stepper to work with #%top-interactionRyan Culpepper2+117-90
2006-12-14 23:29Ported macro-debugger collection to new unit systemRyan Culpepper9+49-56
2006-12-14 21:25Merged changes to macro-debugger from /branches/ryanc/md5 4899:5119 updated to change in expansion of lexical variables many UI updates and tweaks improved syntax properties panel added expand-only and expand/hide added rudimentary textual stepper fixed PR 8395 by adding snipclass for hrule-snip fixed PR 8431: reductions and block splicing fixed PR 8433: handling unquote and macro hiding w/ errors in hidden termsRyan Culpepper18+601-265
2006-12-07 22:32changed the strategy of the preferences library in the framework to use a different key at the file.ss level (and thus save the prefs on each call to preferences:set)Robby Findler1+0-1
2006-11-14 07:50Updates to macro stepper: Handle errors in BindSyntax Fixed lift-deriv hiding typo Removed same-marks from partitions When stepper autodisables hiding, update panel Refactored stepper update function Fixed internal error handlingRyan Culpepper4+7-3
2006-10-09 15:38Fixed linking bugRyan Culpepper1+3-8
2006-10-08 04:17Added show/hide props to context menu Added refresh after policy change through context menuRyan Culpepper1+1-1
2006-10-08 04:14Improved handling of lifts in modulesRyan Culpepper3+32-30
2006-10-07 22:32Removed old dead codeRyan Culpepper1+0-11
2006-10-06 04:53Trying to improve module handlingRyan Culpepper6+15-7
2006-10-06 04:48Fixed eol properties Reorganized macro stepper gui Added macro stepper actions to popup menuRyan Culpepper10+417-86
2006-10-06 02:26Reorganized syntax-browserRyan Culpepper13+699-603
2006-10-05 06:08Fixed location bug with popup menu Improved syntax snipsRyan Culpepper5+287-95
2006-10-02 15:31Fixed some hiding+modules interactions Fixed some hiding+renames interactionsRyan Culpepper1+2-0
2006-10-01 22:38Added context popup menu to syntax browser & macro stepper Made identifier=? menus use checkable itemsRyan Culpepper2+48-12
2006-10-01 19:11Added simple context menu to syntax-browserRyan Culpepper1+27-0
2006-09-18 16:21Fixed hiding + renaming Changed colors Made bound-id=? defaultRyan Culpepper1+2-0
2006-09-15 13:18Fixed hiding bugs in case-lambda, fixed renaming bug in let-values and letrec-values, fixed hiding on errors fixed do-rename loop; now let bound-id=? works as expected! Added hide.ss to debug.ss exportsRyan Culpepper1+2-0
2006-09-14 19:13Added events for lift-to-let Added rename-tracking to macro hidingRyan Culpepper5+44-10
2006-09-11 13:48Unitized macro stepper view; tool uses different base frameRyan Culpepper2+16-1
2006-09-11 13:47Font size changes; prefs setting overrides defaultRyan Culpepper1+13-3
2006-09-11 01:02Fixed width calculationRyan Culpepper1+2-2
2006-09-11 01:01Added normal form line to all sequencesRyan Culpepper1+7-8
2006-09-11 01:01Improved pretty printing (define-values, define-syntaxes)Ryan Culpepper1+8-1
2006-09-05 19:58Fixed case-lambda reductions bug Removed let*-values prule, faked as mrule Suppressed copies of warning messagesRyan Culpepper5+5-9
2006-08-28 22:58Macro debugger changes merged from /branches/ryanc/md2 4050:4176 Fixed macro hiding on applications Stepper font depends on framework settings Fixed hiding policies and gui wrt lexical vs global bindings Macro hiding removes renaming steps Better handling of nonlinear subterms & local actions Automatic pretty-print resizing Handled local-bind action (partial?) Enabled module language Disabled struct contracts for faster compilation Fixed syntax-browser on boxes, 3d syntax; normalized print params Fixed PR 8246: syntax-browser mishandled non-ascii charactersRyan Culpepper12+305-207
2006-08-13 03:28Merged 4023:4047 from /branches/ryanc/md1 - Fixed macro hiding for letrec-syntaxes+values - Fixed module tracing (prevented required modules from being traced) - Better auto-scroll in gui - Fixed reductions bug in letrec-syntaxes+values - Added hide library syntax optionRyan Culpepper4+28-9
2006-08-08 20:32Added the macro stepperRyan Culpepper29+3932-0