| 2015-11-15 21:19 | fix for expand opaque expression | Ryan Culpepper | 1 | +3 | -1 |
| 2015-10-23 22:30 | fix grammar | Ryan Culpepper | 1 | +2 | -2 |
| 2015-09-15 22:19 | add gui support for selecting primary partition (fg colors) | Ryan Culpepper | 9 | +101 | -77 |
| 2015-09-15 20:40 | remove util/stxobj, rename primary partitions | Ryan Culpepper | 5 | +43 | -21 |
| 2015-09-15 06:41 | add links to add/remove phases | Ryan Culpepper | 1 | +34 | -9 |
| 2015-09-15 06:04 | show scopes info | Ryan Culpepper | 1 | +8 | -3 |
| 2015-09-15 01:00 | Remove dependency on unstable. | Vincent St-Amour | 2 | +21 | -24 |
| 2015-08-25 19:56 | Require recent version of draw-lib. | Vincent St-Amour | 1 | +2 | -1 |
| 2015-08-25 18:28 | Use `draw-arrow` from `racket/draw/arrow`. | Vincent St-Amour | 1 | +1 | -1 |
| 2015-08-19 19:13 | Remove dependency on `unstable/struct`. | Vincent St-Amour | 4 | +43 | -5 |
| 2015-08-18 21:24 | Use preferences:get/set from framework/preferences. | Vincent St-Amour | 1 | +7 | -8 |
| 2015-08-18 21:04 | Replace uses of unstable/gui/notify with framework/notify. | Vincent St-Amour | 7 | +58 | -58 |
| 2015-08-05 21:25 | Make unstable/find a private helper. | Vincent St-Amour | 4 | +1 | -79 |
| 2015-07-28 22:30 | Move unstable/class-iop to racket/class/iop. | Vincent St-Amour | 20 | +21 | -21 |
| 2015-04-12 14:04 | adapt observation of expander | Matthew Flatt | 2 | +48 | -13 |
| 2015-04-12 13:34 | repair "mark" list extraction | Matthew Flatt | 1 | +1 | -1 |
| 2015-03-16 23:30 | fix interaction of `local-expand` use and defn context | Matthew Flatt | 2 | +13 | -30 |
| 2015-02-28 04:36 | eliminate use of `syntax-local-get-shadower` | Matthew Flatt | 2 | +35 | -36 |
| 2014-12-06 22:46 | Add standard .gitignore file. | Sam Tobin-Hochstadt | 1 | +10 | -0 |
| 2014-12-02 04:50 | Remove extra directories. | Sam Tobin-Hochstadt | 93 | +0 | -0 |
| 2014-11-25 19:08 | Remove stray reference to Racket in LICENSE files. | Sam Tobin-Hochstadt | 2 | +2 | -2 |
| 2014-11-13 00:41 | macro-debugger: fix #%top in local-expand closes PR 14822 | Ryan Culpepper | 1 | +6 | -2 |
| 2014-10-30 06:58 | check-require: fix submod-related bugs | Ryan Culpepper | 2 | +11 | -2 |
| 2014-10-29 14:02 | small tweaks to raco show-dependencies | Robby Findler | 1 | +25 | -5 |
| 2014-10-29 12:54 | simplify paths before using as hash keys | Ryan Culpepper | 1 | +2 | -2 |
| 2014-07-18 20:35 | fixed macro stepper test | Ryan Culpepper | 2 | +8 | -13 |
| 2014-05-16 21:52 | use correct editor class in syntax-browser snips | Ryan Culpepper | 1 | +2 | -1 |
| 2014-06-02 11:34 | rackunit/docs-complete: move to the "racket-index" package | Matthew Flatt | 1 | +2 | -1 |
| 2014-02-27 21:42 | LGPL by reference | Matthew Flatt | 2 | +4 | -2 |
| 2014-01-21 20:02 | 2013 -> 2014 | Eli Barzilay | 2 | +2 | -2 |
| 2013-12-29 16:29 | move "props" test configs to `test` submodules or "info.rkt" files | Matthew Flatt | 1 | +6 | -0 |
| 2013-11-04 19:31 | Fix macro stepper icons. | Vincent St-Amour | 2 | +5 | -6 |
| 2013-10-15 23:32 | remove some unneeded dependencies | Matthew Flatt | 1 | +6 | -4 |
| 2013-09-03 16:56 | updated command line in docs | Ryan Culpepper | 1 | +14 | -16 |
| 2013-09-03 02:24 | updated example paths | Ryan Culpepper | 1 | +2 | -2 |
| 2013-08-31 12:23 | include license with each package | Matthew Flatt | 2 | +20 | -0 |
| 2013-07-30 23:50 | add `pkg-desc' and `pkg-authors' to each package | Matthew Flatt | 2 | +8 | -0 |
| 2013-07-30 16:55 | fix macro-stepper tests | Ryan Culpepper | 1 | +15 | -15 |
| 2013-07-16 21:56 | enable compilation of tests formerly in "racket-test"; reorganize | Matthew Flatt | 19 | +2 | -1 |
| 2013-07-12 15:00 | shuffle some unstable modules and fix doc dependencies | Matthew Flatt | 5 | +81 | -76 |
| 2013-07-04 19:45 | Use `#lang info` instead of `#lang setup/infotab`. | Sam Tobin-Hochstadt | 4 | +4 | -4 |
| 2013-06-29 11:42 | auto-fix dependencies in "pkgs" | Matthew Flatt | 2 | +14 | -2 |
| 2013-06-25 20:17 | a step toward single-collection packages as default | Matthew Flatt | 2 | +4 | -0 |
| 2013-05-25 03:57 | reorganize into core plus packages | Matthew Flatt | 112 | +4327 | -4326 |
| 2013-05-09 00:20 | raco pkg create: support "source" and "binary" bundling | Matthew Flatt | 1 | +2 | -0 |
| 2013-05-04 07:55 | added raco commands for check-requires, show-dependencies | Ryan Culpepper | 3 | +21 | -1 |
| 2013-04-18 16:00 | add file menu items to macro stepper frames closes PR 13698 | Ryan Culpepper | 1 | +5 | -2 |
| 2013-02-06 22:14 | fix show-dependencies handling of submodules | Ryan Culpepper | 4 | +126 | -46 |
| 2013-03-12 17:51 | fix "one term at a time" mode for lifts closes PR 13597 | Ryan Culpepper | 1 | +2 | -0 |
| 2013-03-14 11:15 | Fix lots of indentation mistakes. | Eli Barzilay | 3 | +26 | -26 |
| 2013-01-11 21:14 | fix missing argument closes PR 13429 | Ryan Culpepper | 2 | +2 | -2 |
| 2012-12-05 19:47 | fix display when reader abbreviations disabled | Ryan Culpepper | 2 | +6 | -6 |
| 2012-12-05 17:07 | log time for macro-stepper gui steps | Ryan Culpepper | 5 | +80 | -34 |
| 2012-11-06 19:07 | Newlines at EOFs. | Eli Barzilay | 1 | +1 | -3 |
| 2012-11-05 22:25 | macro-stepper: fix for lifted provides closes PR 13236 | Ryan Culpepper | 1 | +8 | -6 |
| 2012-11-01 21:14 | adding close-eval at the end of scribble files that have a toplevel evaluator | Danny Yoo | 1 | +5 | -0 |
| 2012-10-22 21:26 | macro-stepper: show errors in provide expansion closes PR 13018 | Ryan Culpepper | 1 | +10 | -7 |
| 2012-10-10 23:11 | make macro stepper recover from jumps within expansion | Ryan Culpepper | 6 | +84 | -12 |
| 2012-09-17 16:43 | fixed macro-stepper tests | Ryan Culpepper | 2 | +7 | -3 |
| 2012-06-26 20:58 | Added lock-icon | Neil Toronto | 1 | +7 | -7 |
| 2012-04-23 22:55 | fix check-requires for submodules | Ryan Culpepper | 7 | +58 | -21 |
| 2012-04-23 20:04 | macro-debugger: more submod fixes, removed unused code & exports | Ryan Culpepper | 1 | +14 | -57 |
| 2012-03-21 18:00 | macro-debugger: updates for submodules | Ryan Culpepper | 5 | +51 | -10 |
| 2012-05-06 16:06 | A bunch of `fprintf' -> `eprintf' conversions (and a few related things). | Eli Barzilay | 4 | +7 | -15 |
| 2012-03-17 00:28 | macro-debugger: fix parser for local-actions in mod pass 2 | Ryan Culpepper | 4 | +18 | -13 |
| 2012-03-15 12:49 | macro-debugger: internal debugging improvements | Ryan Culpepper | 2 | +57 | -25 |
| 2012-03-15 05:07 | macro-debugger: workaround for instrumentation problem in provide | Ryan Culpepper | 2 | +21 | -0 |
| 2012-03-15 04:39 | macro-debugger: improve internal error debugging support | Ryan Culpepper | 1 | +40 | -13 |
| 2012-03-15 04:03 | macro-debugger: fix deriv parser for begin-for-syntax | Ryan Culpepper | 6 | +22 | -11 |
| 2012-02-25 00:51 | macro-debugger: right-click also changes syntax selection fixes PR 12442 | Ryan Culpepper | 2 | +32 | -6 |
| 2012-02-21 19:21 | A bunch of more typos like the ones in David's commit. | Eli Barzilay | 2 | +2 | -2 |
| 2012-01-16 19:44 | Icon fixes: | Neil Toronto | 1 | +14 | -12 |
| 2012-01-16 03:57 | Lightened icon outlines | Neil Toronto | 2 | +55 | -8 |
| 2011-12-18 21:23 | uniform position for unstable header in unstable docs | Ryan Culpepper | 1 | +1 | -2 |
| 2011-12-18 09:41 | minor doc fixes | Ryan Culpepper | 1 | +11 | -11 |
| 2011-12-01 18:35 | macro-stepper: fix display of "confusable" objects | Ryan Culpepper | 1 | +21 | -18 |
| 2011-11-30 02:52 | macro-stepper: better styling of errors, reduction steps | Ryan Culpepper | 2 | +12 | -37 |
| 2011-11-30 02:11 | macro-stepper: fix value of absent evaluations (local actions) on error related to PR 12316 | Ryan Culpepper | 2 | +2 | -1 |
| 2011-11-30 01:45 | macro-stepper: temp fix for drracket tool closes PR 12349, closes PR 10396 | Ryan Culpepper | 1 | +2 | -2 |
| 2011-11-29 18:53 | macro-stepper: display binding info for phases -5 to 5, clean up | Ryan Culpepper | 1 | +34 | -26 |
| 2011-10-06 21:00 | macro-debugger: removed simplify-marks closes PR 12248 | Ryan Culpepper | 3 | +6 | -4 |
| 2011-10-05 15:28 | remove built-in reader and printing support for Honu | Matthew Flatt | 1 | +1 | -2 |
| 2011-10-01 02:30 | added functions, docs for show-dependencies | Ryan Culpepper | 2 | +127 | -32 |
| 2011-09-30 06:27 | added show-dependencies script | Ryan Culpepper | 2 | +116 | -0 |
| 2011-09-30 04:17 | syntax/parse: added syntax/parse/pre | Ryan Culpepper | 1 | +1 | -0 |
| 2011-09-30 01:34 | macro-stepper: add option to disable reader macro abbreviations | Ryan Culpepper | 5 | +14 | -3 |
| 2011-09-30 01:00 | macro-stepper: fix reader abbreviations | Ryan Culpepper | 1 | +4 | -1 |
| 2011-09-29 04:25 | macro-debugger/emit: more flexible arguments for emit-remark | Ryan Culpepper | 2 | +37 | -17 |
| 2011-09-29 03:03 | check-requires: report renamings | Ryan Culpepper | 4 | +161 | -122 |
| 2011-09-25 23:35 | removed useless requires | Ryan Culpepper | 16 | +13 | -18 |
| 2011-09-25 03:10 | improved check-requires | Ryan Culpepper | 11 | +917 | -444 |
| 2011-09-20 21:49 | disable debugging code accidentally left in | Ryan Culpepper | 1 | +1 | -1 |
| 2011-09-14 08:36 | updated macro-debugger tests | Ryan Culpepper | 13 | +89 | -276 |
| 2011-09-13 22:57 | removed useless requires | Ryan Culpepper | 13 | +2 | -30 |
| 2011-09-09 02:41 | updated macro debugger to work with begin-for-syntax changes | Ryan Culpepper | 7 | +199 | -92 |
| 2011-09-05 22:08 | generalized `begin-for-syntax' | Matthew Flatt | 1 | +1 | -1 |
| 2011-09-04 14:27 | Revert "Abolish "typed-scheme"." | Eli Barzilay | 3 | +58 | -58 |
| 2011-09-04 12:45 | Abolish "typed-scheme". | Eli Barzilay | 3 | +58 | -58 |
| 2011-09-04 02:46 | Fix require analysis heuristics for TS -> TR. | Sam Tobin-Hochstadt | 1 | +4 | -4 |
| 2011-06-17 17:09 | Fixed a macro stepper bug: can't use zero? on syntax span, as it can be #f. | Carl Eastlund | 1 | +4 | -4 |
| 2011-07-18 12:06 | macro-stepper: update tests | Ryan Culpepper | 5 | +50 | -21 |
| 2011-07-18 11:22 | macro-stepper: update for new letrec-syntaxes+values expansion | Ryan Culpepper | 3 | +9 | -6 |
| 2011-07-15 18:54 | macro-stepper: disable taint display until correct Merge to release branch | Ryan Culpepper | 1 | +2 | -1 |
| 2011-07-04 22:37 | fix import collision --- probably due to the addition of `identity' to `scheme[/gui]', but the test file should require `scheme/gui/base' | Matthew Flatt | 1 | +1 | -1 |
| 2011-07-03 05:30 | macro-stepper: more work on syntax tainting | Ryan Culpepper | 3 | +39 | -20 |
| 2011-06-30 07:08 | macro-stepper: first step to making macro stepper aware of syntax tainting | Ryan Culpepper | 5 | +63 | -89 |
| 2011-07-02 14:37 | ".ss" -> ".rkt" scan done. | Eli Barzilay | 9 | +23 | -26 |
| 2011-06-29 09:14 | docs reorganization added tutorial, racket categories relabeled some other categories normalized manual names: de-bolded, changed some names | Ryan Culpepper | 1 | +1 | -1 |
| 2011-06-26 09:57 | macro-stepper: another phase-1-init location related to PR 11938 | Ryan Culpepper | 1 | +10 | -2 |
| 2011-06-26 09:37 | macro-stepper: don't try to remove term when at end of list | Ryan Culpepper | 1 | +4 | -3 |
| 2011-06-26 09:29 | close current macro stepper frame on Run, Macro Stepper, etc closes PR 11964 | Ryan Culpepper | 3 | +9 | -2 |
| 2011-06-24 19:08 | A ton of `@scheme*' -> `@racket*' and related updates. | Eli Barzilay | 1 | +20 | -20 |
| 2011-06-06 13:48 | Remove `eval/require' and many of its one-time uses. | Eli Barzilay | 1 | +5 | -10 |
| 2011-05-31 18:43 | Document show-requires. | Vincent St-Amour | 1 | +9 | -0 |
| 2011-05-31 18:02 | Add show-requires, which is friendlier on the eyes than check-requires. | Vincent St-Amour | 1 | +16 | -0 |
| 2011-05-31 18:37 | Add documentation for check-requires. | Vincent St-Amour | 1 | +55 | -0 |
| 2011-05-11 08:13 | fix warnings | Ryan Culpepper | 1 | +7 | -10 |
| 2011-05-05 19:56 | moved the docs-complete library into rackunit to avoid having a separate, new manual for the one library | Robby Findler | 1 | +1 | -1 |
| 2011-04-26 03:55 | remove undocumented export (macro-debugger) | Ryan Culpepper | 2 | +2 | -3 |
| 2011-04-26 02:20 | weeded out some more of the test-docs-complete.rkt files | Robby Findler | 1 | +0 | -1 |
| 2011-04-25 18:24 | added lots of new tests that our documentation is complete | Robby Findler | 1 | +8 | -0 |
| 2011-04-07 12:35 | created racket/syntax from parts of unstable/syntax | Ryan Culpepper | 4 | +19 | -8 |
| 2011-02-04 22:35 | fixed macro stepper bug Merge to release branch | Ryan Culpepper | 1 | +14 | -3 |
| 2011-02-03 21:32 | fix macro stepper bug (missing hash) Merge to release branch | Ryan Culpepper | 2 | +4 | -4 |
| 2010-12-29 03:34 | reduce some memory use of `unstable' doc build by explicitly closing evaluators | Matthew Flatt | 3 | +25 | -7 |
| 2010-12-17 19:02 | macro-stepper: fix props panel size memory, better width calculation see PR 11551 | Ryan Culpepper | 2 | +23 | -7 |
| 2010-12-16 02:13 | macro-stepper: avoid too-long labels in hiding policy display | Ryan Culpepper | 1 | +11 | -5 |
| 2010-12-15 18:58 | macro-stepper: smooth rounded rectangles Closes PR 11489 | Ryan Culpepper | 48 | +1832 | -757 |
| 2010-12-09 09:41 | macro-stepper: untack arrows on navigation Closes PR 11485 | Ryan Culpepper | 48 | +1818 | -750 |
| 2010-11-27 02:23 | macro-stepper: dummy editor-admin for image creation | Ryan Culpepper | 1 | +12 | -2 |
| 2010-11-27 02:09 | macro-debugger: fixed image creator | Ryan Culpepper | 3 | +28 | -29 |
| 2010-11-17 20:25 | macro-stepper: extra guard in on-demand id-only popup submenu | Ryan Culpepper | 1 | +1 | -1 |
| 2010-11-12 04:59 | macro-debugger: refine position of mouse events | Ryan Culpepper | 1 | +17 | -12 |
| 2010-11-12 01:59 | macro-stepper: map "s" and "h" keys to show and hide selected identifier | Ryan Culpepper | 1 | +4 | -0 |
| 2010-11-11 00:45 | macro-stepper: added module versions of trace, expand/step | Ryan Culpepper | 4 | +51 | -38 |
| 2010-11-09 23:13 | macro-stepper: track phase of binders, definites | Ryan Culpepper | 5 | +79 | -72 |
| 2010-11-09 22:54 | macro-stepper: pretty-print define-for-syntax etc | Ryan Culpepper | 1 | +3 | -1 |
| 2010-11-09 22:04 | macro-stepper: specialized data structure for definites | Ryan Culpepper | 1 | +140 | -0 |
| 2010-11-09 18:40 | macro-stepper: reorganize code to make draw-arrows?=#f more useful | Ryan Culpepper | 1 | +52 | -50 |
| 2010-11-09 07:04 | macro-stepper: faster step rendering - lazily build on-click mapping - more precise un-styling on refresh | Ryan Culpepper | 3 | +135 | -116 |
| 2010-11-09 04:37 | macro-stepper: gui improvements - give "?" of ?-arrows a white background - improved clickback replacement - fixed tack/untack | Ryan Culpepper | 1 | +64 | -33 |
| 2010-11-09 03:26 | macro-stepper: replace clickbacks for syntax selection fixed interval-map bug | Ryan Culpepper | 3 | +81 | -35 |
| 2010-11-09 02:28 | macro-stepper: fixed deadlock (recursive yield) | Ryan Culpepper | 1 | +1 | -2 |
| 2010-11-05 06:39 | macro-stepper: options: draw-arrows?, refresh-on-resize? | Ryan Culpepper | 5 | +36 | -14 |
| 2010-11-04 22:24 | macro-stepper: faster rendering, async improvements added async stop button (and disable breaks around editor operations) eliminated redundant calls to refresh in display<%> | Ryan Culpepper | 10 | +252 | -208 |
| 2010-10-29 22:54 | macro-stepper: added thread/eventspace check Closes PR 11364 (actually, earlier commit closed) | Ryan Culpepper | 1 | +5 | -0 |
| 2010-10-23 04:34 | Macro stepper status bar notifications | Ryan Culpepper | 5 | +308 | -178 |
| 2010-09-17 08:21 | restricted interval-map interface, simplified code, based on splay-trees removed old, awful skip-list iteration-mutation procedures updated skip-lists | Ryan Culpepper | 1 | +1 | -1 |
| 2010-09-11 00:04 | reorganized check-requires script | Ryan Culpepper | 5 | +272 | -182 |
| 2010-09-07 05:00 | added tool for detecting useless requires | Ryan Culpepper | 1 | +518 | -0 |
| 2010-09-03 20:03 | macro stepper: ignore track origin for now, need to coordinate with marks | Ryan Culpepper | 1 | +5 | -1 |
| 2010-09-03 11:39 | removed useless requires | Ryan Culpepper | 30 | +28 | -87 |
| 2010-07-13 16:53 | macro-stepper: better internal debugging | Ryan Culpepper | 2 | +27 | -23 |
| 2010-07-02 17:02 | macro-stepper: track syntax-local-value and syntax-track-origin (not done) | Ryan Culpepper | 5 | +25 | -2 |
| 2010-08-31 04:47 | Merged 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 Culpepper | 1 | +2 | -1 |
| 2010-08-26 22:13 | Create data/ collection. | Sam Tobin-Hochstadt | 1 | +1 | -1 |
| 2010-08-26 16:10 | More "~n" -> "\n" changes | Eli Barzilay | 5 | +16 | -16 |
| 2010-08-25 20:10 | Lots of "~e" to "~.s" changes. | Eli Barzilay | 2 | +28 | -28 |
| 2010-07-13 15:49 | macro-stepper: small doc update | Ryan Culpepper | 1 | +2 | -19 |
| 2010-07-13 15:38 | macro-stepper: re-enabled block test | Ryan Culpepper | 1 | +1 | -3 |
| 2010-07-12 23:19 | macro-stepper: updated tests | Ryan Culpepper | 6 | +80 | -54 |
| 2010-07-12 21:06 | macro-stepper: add support for #%stratified-body | Ryan Culpepper | 9 | +144 | -65 |
| 2010-07-12 19:09 | macro-stepper: switched to racket in hiding policy, labels | Ryan Culpepper | 2 | +9 | -9 |
| 2010-07-09 21:56 | macro-stepper: correctly render new letrec transformation | Ryan Culpepper | 57 | +1049 | -1292 |
| 2010-07-01 19:18 | macro-stepper: removed unnecessary partition code downgraded secondary "partition" to simple binary predicate | Ryan Culpepper | 4 | +23 | -141 |
| 2010-07-01 19:17 | macro-stepper: fixed pretty-{printing => writing} | Ryan Culpepper | 1 | +1 | -1 |
| 2010-06-30 22:31 | macro-stepper: replaced {scheme -> racket}, {*.ss -> *.rkt}, etc | Ryan Culpepper | 54 | +611 | -1044 |
| 2010-06-30 21:38 | macro-stepper: added step count also removed some dead code (warnings) | Ryan Culpepper | 4 | +25 | -8 |
| 2010-06-30 19:38 | unstable: added comments | Ryan Culpepper | 1 | +0 | -1 |
| 2010-06-24 23:33 | macro-stepper: clarified "from" in hiding rules, added todo list | Ryan Culpepper | 2 | +25 | -7 |
| 2010-06-16 22:37 | macro-stepper: simplified partition code | Ryan Culpepper | 1 | +6 | -12 |
| 2010-06-15 00:38 | macro-stepper: fetch mark lists directly | Ryan Culpepper | 3 | +63 | -20 |
| 2010-06-10 22:40 | macro-stepper: added emit-local-step | Ryan Culpepper | 4 | +36 | -1 |
| 2010-06-10 20:58 | macro-stepper: added docs for macro-debugger/emit | Ryan Culpepper | 1 | +42 | -0 |
| 2010-06-09 22:04 | macro-stepper: added api for macro "remarks" (no docs yet) | Ryan Culpepper | 8 | +72 | -3 |
| 2010-06-09 20:04 | macro-stepper: preserve underlining in highlights | Ryan Culpepper | 1 | +1 | -1 |
| 2010-06-08 20:11 | macro-debugger: made properties display respect inverted-colors mode | Ryan Culpepper | 3 | +28 | -18 |
| 2010-06-08 19:18 | macro-stepper: fixed colors for white-on-black display | Ryan Culpepper | 1 | +109 | -18 |
| 2010-06-08 15:53 | changed 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 Findler | 3 | +51 | -26 |
| 2010-05-17 15:04 | "Racunit" -> "Rackunit" | Eli Barzilay | 6 | +8 | -8 |
| 2010-05-17 05:27 | A lot of "DrScheme" -> "DrRacket"s. | Eli Barzilay | 79 | +1951 | -1957 |
| 2010-05-11 12:03 | add 'eprintf' and 'displayln' | Matthew Flatt | 1 | +0 | -6 |
| 2010-05-09 21:06 | move drscheme and tests/drscheme to drracket and tests/drracket | Matthew Flatt | 1 | +1 | -1 |
| 2010-04-30 16:57 | Renaming rktunit to racunit | Jay McCarthy | 6 | +8 | -8 |
| 2010-04-29 21:00 | Renaming schemeunit to rktunit and adding compat layer | Jay McCarthy | 6 | +8 | -8 |
| 2010-04-28 19:21 | Changing unstable, xml, html, and web-server to be rackety | Jay McCarthy | 70 | +162 | -162 |
| 2010-04-27 22:05 | rename all files .ss -> .rkt | Matthew Flatt | 68 | +71 | -71 |
| 2010-04-20 23:28 | fix some tests and docs after racket move | Matthew Flatt | 1 | +1 | -1 |
| 2010-03-05 01:40 | macro-debugger: fixed bug re eval'd top-level forms that cause errors fixed bug re lazy phase 1 init and #%top-interaction unwrapping | Ryan Culpepper | 5 | +18 | -12 |
| 2010-02-26 20:39 | Switching many uses of old Schemeunit to new | Jay McCarthy | 6 | +21 | -24 |
| 2010-02-25 22:15 | macro-debugger: another internal error bug | Ryan Culpepper | 1 | +3 | -3 |
| 2010-02-25 02:05 | macro-debugger: fixed bug re (maybe?) lazy phase 1 initialization fixed popup-menu bug in syntax browser cleaned up signal mapping | Ryan Culpepper | 7 | +133 | -129 |
| 2010-02-24 21:39 | macro-debugger: fixed internal error in reporting internal errors made debug files more readable fixed wrong ordering of local contexts | Ryan Culpepper | 3 | +20 | -16 |
| 2010-02-19 05:45 | macro-debugger: some work on syntax snips | Ryan Culpepper | 4 | +396 | -356 |
| 2010-02-18 22:53 | scheme/pretty: added quasisyntax reader macro macro-debugger: added change layout menu items | Ryan Culpepper | 6 | +56 | -16 |
| 2010-01-29 00:08 | merge to trunk | Sam Tobin-Hochstadt | 3 | +2 | -364 |
| 2010-01-27 17:31 | macro-debugger: fixed breakage of stepper-text, expand-only Please propagate to release branch if possible. | Ryan Culpepper | 2 | +2 | -9 |
| 2010-01-15 21:33 | macro-stepper: yet another local-expansion fix | Ryan Culpepper | 2 | +19 | -14 |
| 2010-01-15 20:13 | macro-debugger: fixed module & local-expansion bug | Ryan Culpepper | 1 | +2 | -1 |
| 2010-01-13 23:41 | macro-debugger: fixed bug re local-expansion and macro hiding | Ryan Culpepper | 2 | +13 | -2 |
| 2010-01-08 21:32 | macro-debugger: fixed local-expand not within macro transformation removed dead forms (eg require-for-syntax) fixed module-level begin-splicing highlighting | Ryan Culpepper | 3 | +40 | -65 |
| 2009-12-19 04:41 | macro-debugger: pretty-print copied syntax | Ryan Culpepper | 1 | +7 | -5 |
| 2009-12-18 03:33 | macro-debugger: add tack/untack to normal context menu fix arrows bug, caused by bug in interval-map unstable/interval-map: fixed stupid update*! bug | Ryan Culpepper | 4 | +77 | -125 |
| 2009-12-13 03:06 | unstable: added skip-list and interval-map unstable/contract: added rename-contract macro-debugger: switched to use interval-map for arrows | Ryan Culpepper | 2 | +95 | -93 |
| 2009-12-02 23:18 | macro-stepper: fixed ? position in arrows | Ryan Culpepper | 1 | +1 | -1 |
| 2009-11-20 19:36 | macro-debugger: fixed binder discovery for lambda Please propagate this change to the release branch. | Ryan Culpepper | 1 | +1 | -1 |
| 2009-11-20 19:09 | macro-debugger/syntax-browser: misc code cleanups added module for making images | Ryan Culpepper | 6 | +177 | -77 |
| 2009-11-19 08:29 | unstable: more docs, a few changes to gui libs | Ryan Culpepper | 9 | +74 | -114 |
| 2009-11-19 04:39 | macro-stepper: added second error location for set! | Ryan Culpepper | 3 | +7 | -5 |
| 2009-11-15 13:05 | unstable/gui/notify: added partial docs | Ryan Culpepper | 1 | +5 | -0 |
| 2009-11-15 11:23 | unstable: added class-iop, gui/prefs (needs doc), gui/notify (needs doc) macro-debugger: changed imports for above, deleted dead code | Ryan Culpepper | 23 | +64 | -69 |
| 2009-11-15 08:03 | few more comments | Eli Barzilay | 1 | +5 | -1 |
| 2009-11-15 07:37 | macro-debugger: eliminated deriv-find, use unstable/find | Ryan Culpepper | 6 | +32 | -44 |
| 2009-11-15 07:00 | unstable/syntax: changed format-id to autoconvert identifiers unstable/struct: changed struct->list, more options added unstable/find | Ryan Culpepper | 2 | +143 | -0 |
| 2009-11-13 21:41 | macro-stepper: do compile-time evals when expanding fixes: (begin macro-def macro-use) pattern updated tests for lifts change | Ryan Culpepper | 9 | +171 | -30 |
| 2009-11-09 02:33 | unstable/syntax: added format-id | Ryan Culpepper | 1 | +14 | -21 |
| 2009-11-08 21:17 | unstable/struct: added struct->list some (cdr (vector->list (struct->vector x))) => (struct->list x) | Ryan Culpepper | 1 | +2 | -1 |
| 2009-10-30 21:07 | macro-stepper: add missing possible error location | Ryan Culpepper | 1 | +2 | -2 |
| 2009-10-22 22:00 | macro-stepper: made syntax display faster, esp for early terms calculate arrows etc wrt known binders instead of all binders | Ryan Culpepper | 10 | +133 | -99 |
| 2009-10-22 20:14 | macro-stepper: minor cleanups | Ryan Culpepper | 4 | +11 | -11 |
| 2009-10-22 06:00 | macro-stepper: syntax display speedups (?) switched from style-deltas to styles tree traversal of ranges, avoid idempotent style changes | Ryan Culpepper | 4 | +135 | -58 |
| 2009-10-22 05:50 | macro-stepper: eliminated spurious update on initial frame "resize" | Ryan Culpepper | 1 | +8 | -1 |
| 2009-10-20 21:32 | macro-debugger: PR 10527: fixed "out of lifts" too-strict sanity check | Ryan Culpepper | 1 | +6 | -5 |
| 2009-10-06 21:33 | Abstracted out a function to set printing parameters for the macro debugger and the syntax browser. | Carl Eastlund | 3 | +17 | -20 |
| 2009-09-29 20:45 | macro-debugger: fixed #%expr regression due to lift cleanup Please apply to the pre-release branch. | Ryan Culpepper | 1 | +2 | -1 |
| 2009-09-17 20:55 | Refactoring all the private contract stuff into its own playpen. | Stevie Strickland | 1 | +11 | -11 |
| 2009-09-17 19:45 | Refactoring scheme/private/contract into reasonably sized pieces. | Stevie Strickland | 1 | +2 | -0 |
| 2009-09-17 17:42 | First moving private/contract.ss to a different name. The diaspora from that file into others will happen next. | Stevie Strickland | 1 | +1 | -1 |
| 2009-09-11 23:16 | redex, macro-debugger: stxclass -> syntax/parse, syntax/private/util | Ryan Culpepper | 2 | +12 | -11 |
| 2009-09-10 01:51 | macro-debugger: fixed scheme end of lifts issue (needs C fix too) added step limit to help catch nonterminating expansions | Ryan Culpepper | 7 | +139 | -71 |
| 2009-07-03 19:47 | merged changes from /branches/ryanc/sp2: added syntax/parse library and documentation added syntax/id-table library and documentation | Ryan Culpepper | 1 | +1 | -1 |
| 2009-06-30 22:41 | macro stepper: fixed opaque variable ref bug | Ryan Culpepper | 1 | +2 | -1 |
| 2009-05-22 00:39 | macro-debugger: disable lift errors Do not apply to release branch. | Ryan Culpepper | 1 | +1 | -1 |
| 2009-05-20 22:43 | macro debugger: fixed hiding bug with non-collection modules improved #%top-interaction elimination Please apply changes for release. | Ryan Culpepper | 4 | +25 | -95 |
| 2009-04-05 17:46 | Changed @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 Barzilay | 1 | +4 | -4 |
| 2009-04-01 02:15 | macro stepper: fixed bug with opaque result of syntax-local-expand-expression fixed debug-file support | Ryan Culpepper | 4 | +22 | -21 |
| 2009-03-13 05:54 | macro stepper: better module hiding display prefab structs updated tests | Ryan Culpepper | 7 | +184 | -143 |
| 2009-03-06 21:20 | macro debugger: fixes for PR 10090 pass1/pass2 for module-begin tagging vs module body expansion reset current syntax on entry to bind-syntaxes | Ryan Culpepper | 2 | +47 | -27 |
| 2009-01-22 05:50 | stxclass: created stxclass collection, with docs | Ryan Culpepper | 1 | +1 | -1 |
| 2009-01-15 14:40 | macro stepper: fixed documentation build (removed dependence on mred-kernel) | Ryan Culpepper | 2 | +37 | -14 |
| 2009-01-15 07:30 | macro stepper: added "factor common context" option | Ryan Culpepper | 7 | +81 | -17 |
| 2009-01-15 00:10 | macro stepper: more iop | Ryan Culpepper | 16 | +150 | -125 |
| 2009-01-15 00:07 | macro stepper tests: updated | Ryan Culpepper | 1 | +3 | -2 |
| 2009-01-14 06:11 | macro stepper: fixed interface bugs | Ryan Culpepper | 5 | +11 | -9 |
| 2009-01-14 06:04 | macro stepper: converted more classes to use iop | Ryan Culpepper | 11 | +294 | -329 |
| 2009-01-14 03:10 | newlines at EOFs | Eli Barzilay | 1 | +1 | -2 |
| 2009-01-13 20:36 | macro stepper: changed syntax browser classes to use iop -- This line, and those below, will be ignored-- | Ryan Culpepper | 6 | +158 | -149 |
| 2009-01-13 00:43 | macro stepper: cleaned up column-width detection/resizing | Ryan Culpepper | 4 | +117 | -125 |
| 2009-01-08 01:02 | macro stepper: fixed pretty-printing width | Ryan Culpepper | 2 | +2 | -1 |
| 2009-01-03 19:58 | macro stepper tests: added regression test for PR 10000 updated lifting tests for new variable name convention | Ryan Culpepper | 4 | +98 | -72 |
| 2009-01-03 19:07 | macro-debugger: fixed PR 10000 (case of eval during expansion in module/pass1) fixed display of multiple terms in stepper | Ryan Culpepper | 3 | +7 | -7 |
| 2008-12-14 07:56 | macro debugger: underline definite binders add rename/shift mapping so module final term retains binding info | Ryan Culpepper | 4 | +138 | -89 |
| 2008-12-13 07:49 | macro debugger: reorg, minor bug fixes | Ryan Culpepper | 6 | +705 | -626 |
| 2008-12-04 21:35 | macro stepper: reorg. lifting error checking | Ryan Culpepper | 1 | +12 | -5 |
| 2008-12-03 05:59 | macro stepper: improved 'provide' handling | Ryan Culpepper | 3 | +26 | -11 |
| 2008-12-03 05:27 | macro stepper: fixed disappearing term bug | Ryan Culpepper | 3 | +9 | -8 |
| 2008-12-02 19:54 | macro stepper: simplified prefs/params, fixed menu bugs | Ryan Culpepper | 15 | +139 | -154 |
| 2008-11-26 04:13 | macro stepper: added index-based extra navigation | Ryan Culpepper | 3 | +118 | -73 |
| 2008-11-06 17:10 | macro stepper: changed hiding policy impl | Ryan Culpepper | 3 | +678 | -64 |
| 2008-11-02 23:18 | macro stepper: added duplicate-frame command (menu items) | Ryan Culpepper | 4 | +111 | -30 |
| 2008-10-27 22:56 | stxclass cleanup, improved error messages | Ryan Culpepper | 1 | +35 | -68 |
| 2008-10-26 23:03 | macro stepper: tidied up menus | Ryan Culpepper | 1 | +25 | -0 |
| 2008-09-08 20:40 | macro-debugger/expand: added new expand function with docs | Ryan Culpepper | 2 | +50 | -30 |
| 2008-09-05 20:57 | restored macro-debugger/expand module (expand-only, expand/hide) | Ryan Culpepper | 1 | +7 | -5 |
| 2008-08-15 20:16 | assign authors to manuals | Matthew Flatt | 1 | +2 | -0 |
| 2008-07-26 20:06 | improved searching (docs not yet quite done, but I want to test on other platforms ... another commit to follow) | Robby Findler | 1 | +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 behind | Eli Barzilay | 2 | +4 | -4 |
| 2008-05-23 16:56 | macro stepper: workaround for occasional out-of-sync rename | Ryan Culpepper | 1 | +19 | -10 |
| 2008-05-23 05:11 | updated macro stepper for change in Module language | Ryan Culpepper | 1 | +3 | -2 |
| 2008-05-13 04:55 | made narrow version of macro stepper icon moved icons to standard place | Ryan Culpepper | 1 | +0 | -1 |
| 2008-05-11 04:46 | changed macro stepper icon | Ryan Culpepper | 1 | +1 | -0 |
| 2008-05-10 11:02 | Ryan's macro-stepper patches | Matthew Flatt | 30 | +4131 | -1117 |
| 2008-04-23 00:20 | proprocessor doc, merge scribblings and doc-categories fields | Matthew Flatt | 2 | +2 | -2 |
| 2008-04-08 21:42 | new hash function names and ops (3.99.0.23) | Matthew Flatt | 6 | +38 | -38 |
| 2008-04-04 17:38 | sync Ryan's macro-debugger changes | Matthew Flatt | 27 | +886 | -896 |
| 2008-02-23 09:42 | use new require specs in many places | Eli Barzilay | 2 | +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 Barzilay | 1 | +0 | -1 |
| 2008-02-05 21:56 | changed macro-debugger to use v4 syntax (mostly) | Ryan Culpepper | 46 | +7566 | -7626 |
| 2008-02-05 17:38 | scribbled macro-debugger docs | Ryan Culpepper | 2 | +308 | -0 |
| 2008-02-04 23:00 | switched info.ss files to #lang | Eli Barzilay | 1 | +4 | -4 |
| 2008-02-04 20:31 | removed unused doc.txt entries from info.ss files | Eli Barzilay | 1 | +1 | -2 |
| 2007-12-14 21:48 | macro stepper: improved error reporting | Ryan Culpepper | 1 | +1 | -1 |
| 2007-12-12 22:56 | macro stepper: enabled for "Module", improved debugging setup | Ryan Culpepper | 2 | +76 | -3 |
| 2007-12-03 13:45 | Macro stepper: made error printing more uniform | Ryan Culpepper | 1 | +1 | -1 |
| 2007-12-03 13:43 | Macro stepper: show error message for interrupted expansion | Ryan Culpepper | 1 | +13 | -0 |
| 2007-12-03 13:38 | Macro stepper: better error handling | Ryan Culpepper | 11 | +766 | -476 |
| 2007-11-15 18:37 | merged changes from branches/ryanc/ms-v4 | Ryan Culpepper | 19 | +1898 | -1811 |
| 2007-11-13 21:21 | fixed macro stepper cursors (no mpairs) | Ryan Culpepper | 1 | +11 | -14 |
| 2007-11-13 12:40 | v3.99.0.2 | Matthew Flatt | 5 | +16 | -16 |
| 2007-10-30 22:02 | Macro stepper: navigation preserves visible line range | Ryan Culpepper | 1 | +16 | -3 |
| 2007-10-11 01:38 | Macro stepper: moved warnings from separate frame to panel/term | Ryan Culpepper | 2 | +77 | -71 |
| 2007-10-10 23:29 | fixed syntax browser bug (mailing list 10/10/2007) | Ryan Culpepper | 1 | +1 | -1 |
| 2007-09-21 21:03 | Macro stepper: fixed bugs and added new binding info (#%app, #%top, #%datum) | Ryan Culpepper | 4 | +31 | -14 |
| 2007-09-14 18:45 | Macro stepper: added navigation methods | Ryan Culpepper | 3 | +58 | -10 |
| 2007-09-02 17:39 | 371.2 | Matthew Flatt | 2 | +48 | -28 |
| 2007-08-30 21:44 | Macro stepper: fail gracefully on frontier-computation errors | Ryan Culpepper | 1 | +20 | -15 |
| 2007-08-29 20:42 | Macro Stepper: merged new ui from branches/ryanc/ms-new-ui | Ryan Culpepper | 28 | +2977 | -1488 |
| 2007-05-08 20:56 | Macro stepper: - removed dead seek-syntax code - fixed bug related to hiding + errors - fixed bug finding bindings in interrrupted expansion | Ryan Culpepper | 3 | +22 | -14 |
| 2007-05-01 19:17 | Macro stepper: fixed bug in frontier tracking | Ryan Culpepper | 1 | +16 | -6 |
| 2007-04-21 17:23 | Macro stepper: fixed quasisyntax pretty-print bug | Ryan Culpepper | 1 | +5 | -3 |
| 2007-04-13 21:33 | Macro stepper: added new options, new command (show in new frame) | Ryan Culpepper | 2 | +22 | -16 |
| 2007-04-13 21:25 | Macro stepper: reductions preserve properties etc | Ryan Culpepper | 1 | +2 | -2 |
| 2007-04-13 16:56 | Macro stepper: tackable arrows | Ryan Culpepper | 2 | +82 | -80 |
| 2007-04-13 16:54 | Macro stepper: abbreviate quote etc when appropriate | Ryan Culpepper | 1 | +42 | -9 |
| 2007-03-30 20:09 | Macro stepper: changed rep/parsing of local-expand etc | Ryan Culpepper | 5 | +27 | -8 |
| 2007-03-30 18:15 | Macro stepper: fixed handling of #%expression | Ryan Culpepper | 5 | +19 | -3 |
| 2007-03-14 21:33 | Macro stepper: refactored display code | Ryan Culpepper | 4 | +102 | -73 |
| 2007-03-08 03:20 | Macro stepper: improved interaction of hiding and lifting (outside of modules, mostly) only mzscheme's top-interaction is stripped off automatically now | Ryan Culpepper | 3 | +27 | -16 |
| 2007-03-07 05:22 | Macro stepper: added final definite reference result | Ryan Culpepper | 1 | +10 | -3 |
| 2007-03-03 09:08 | Macro stepper: improved frontier tracking and macro hiding | Ryan Culpepper | 1 | +29 | -5 |
| 2007-03-01 23:45 | Macro stepper: added basic expansion-frontier tracking and display | Ryan Culpepper | 5 | +157 | -30 |
| 2007-02-27 23:44 | Macro stepper: fixed bug in reductions wrt letrec-syntaxes+values added more binding arrows | Ryan Culpepper | 2 | +31 | -2 |
| 2007-02-27 22:42 | Macro stepper: started tracking definite uses, added definite arrows | Ryan Culpepper | 5 | +106 | -63 |
| 2007-02-27 21:14 | Macro stepper: fixed bug in reductions wrt internal define-syntax | Ryan Culpepper | 1 | +1 | -1 |
| 2007-02-23 22:03 | Macro stepper: fixed display of same-module identifer binding | Ryan Culpepper | 2 | +7 | -18 |
| 2007-02-23 22:02 | Macro stepper: changed apparent binding arrow color to match syncheck | Ryan Culpepper | 1 | +2 | -2 |
| 2007-02-23 11:45 | Macro stepper: fixed bugs re: binding arrows | Ryan Culpepper | 1 | +1 | -1 |
| 2007-02-23 11:06 | Macro Stepper: added "apparent binding" arrows based on macro expansion | Ryan Culpepper | 3 | +287 | -13 |
| 2007-02-23 08:01 | Macro stepper: added env/renaming tracking | Ryan Culpepper | 4 | +107 | -16 |
| 2007-02-22 22:52 | Macro stepper: added properties display code (but disabled) | Ryan Culpepper | 1 | +38 | -4 |
| 2007-02-10 03:46 | Macro stepper: factored derivation synthesis code into separate module | Ryan Culpepper | 1 | +5 | -4 |
| 2007-02-09 18:21 | Macro stepper: fixed internal error | Ryan Culpepper | 1 | +2 | -1 |
| 2007-02-09 08:27 | Macro 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 browser | Ryan Culpepper | 3 | +20 | -11 |
| 2007-02-02 19:56 | Macro stepper: eliminated (unneeded) synchronization from tracing | Ryan Culpepper | 1 | +18 | -27 |
| 2007-02-02 19:30 | Macro stepper: fixed syntax-snip read-special | Ryan Culpepper | 1 | +2 | -1 |
| 2007-02-01 23:19 | Macro stepper: cosmetic changes, new interface (stub) | Ryan Culpepper | 2 | +14 | -6 |
| 2007-02-01 23:18 | Macro stepper: nicer looking syntax snip props view | Ryan Culpepper | 1 | +9 | -3 |
| 2007-02-01 23:10 | Macro stepper: syntax snips display properties inline changed read-special to use procedures instead of promises | Ryan Culpepper | 2 | +213 | -100 |
| 2007-01-30 22:37 | Macro stepper: fixed prefix refresh on hiding policy change | Ryan Culpepper | 1 | +1 | -1 |
| 2007-01-30 22:32 | Macro stepper: internal debugging improvements | Ryan Culpepper | 2 | +22 | -20 |
| 2007-01-30 21:38 | Macro stepper: moved buttons out from under grow-box (thx Robby) | Ryan Culpepper | 1 | +3 | -1 |
| 2007-01-27 19:18 | Macro stepper: fixed another foci type bug | Ryan Culpepper | 1 | +1 | -1 |
| 2007-01-26 19:53 | Macro stepper: cleaned up representation of big (localaction) contexts unitized hiding impl added (broken/experimental) navigation tools (jump, zoom) | Ryan Culpepper | 2 | +12 | -10 |
| 2007-01-26 19:52 | Macro stepper: fixed old error message for clarity | Ryan Culpepper | 1 | +3 | -3 |
| 2007-01-26 18:23 | Macro stepper: fixed bug in error steps (foci) | Ryan Culpepper | 1 | +1 | -1 |
| 2007-01-25 19:20 | Macro stepper: added support for extra nav tools (zoom, jump) but disabled | Ryan Culpepper | 3 | +8 | -1 |
| 2007-01-25 19:16 | Macro stepper: minor bug fix | Ryan Culpepper | 1 | +3 | -1 |
| 2007-01-25 05:11 | Macro stepper: show/hide props reflows syntax display | Ryan Culpepper | 1 | +3 | -4 |
| 2007-01-25 00:32 | Changes to macro stepper (internal): refactored context rep in steps to retain frame structure fixed bug in syntax-restamp (bogus template, broke colors) needs revisiting | Ryan Culpepper | 6 | +135 | -87 |
| 2007-01-12 22:56 | Macro stepper preserves position when hiding policy changed, etc | Ryan Culpepper | 5 | +21 | -11 |
| 2007-01-11 23:16 | Macro 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-type | Ryan Culpepper | 5 | +278 | -258 |
| 2007-01-11 00:10 | New macro stepper option: show one term per step rather than term->term | Ryan Culpepper | 3 | +12 | -2 |
| 2007-01-10 00:17 | Fixed alignment of syntax-snips, separate controllers, props icon | Ryan Culpepper | 1 | +34 | -17 |
| 2007-01-08 22:16 | Fixed macro-stepper to work with #%top-interaction | Ryan Culpepper | 2 | +117 | -90 |
| 2006-12-14 23:29 | Ported macro-debugger collection to new unit system | Ryan Culpepper | 9 | +49 | -56 |
| 2006-12-14 21:25 | Merged 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 terms | Ryan Culpepper | 18 | +601 | -265 |
| 2006-12-07 22:32 | changed 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 Findler | 1 | +0 | -1 |
| 2006-11-14 07:50 | Updates 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 handling | Ryan Culpepper | 4 | +7 | -3 |
| 2006-10-09 15:38 | Fixed linking bug | Ryan Culpepper | 1 | +3 | -8 |
| 2006-10-08 04:17 | Added show/hide props to context menu Added refresh after policy change through context menu | Ryan Culpepper | 1 | +1 | -1 |
| 2006-10-08 04:14 | Improved handling of lifts in modules | Ryan Culpepper | 3 | +32 | -30 |
| 2006-10-07 22:32 | Removed old dead code | Ryan Culpepper | 1 | +0 | -11 |
| 2006-10-06 04:53 | Trying to improve module handling | Ryan Culpepper | 6 | +15 | -7 |
| 2006-10-06 04:48 | Fixed eol properties Reorganized macro stepper gui Added macro stepper actions to popup menu | Ryan Culpepper | 10 | +417 | -86 |
| 2006-10-06 02:26 | Reorganized syntax-browser | Ryan Culpepper | 13 | +699 | -603 |
| 2006-10-05 06:08 | Fixed location bug with popup menu Improved syntax snips | Ryan Culpepper | 5 | +287 | -95 |
| 2006-10-02 15:31 | Fixed some hiding+modules interactions Fixed some hiding+renames interactions | Ryan Culpepper | 1 | +2 | -0 |
| 2006-10-01 22:38 | Added context popup menu to syntax browser & macro stepper Made identifier=? menus use checkable items | Ryan Culpepper | 2 | +48 | -12 |
| 2006-10-01 19:11 | Added simple context menu to syntax-browser | Ryan Culpepper | 1 | +27 | -0 |
| 2006-09-18 16:21 | Fixed hiding + renaming Changed colors Made bound-id=? default | Ryan Culpepper | 1 | +2 | -0 |
| 2006-09-15 13:18 | Fixed 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 exports | Ryan Culpepper | 1 | +2 | -0 |
| 2006-09-14 19:13 | Added events for lift-to-let Added rename-tracking to macro hiding | Ryan Culpepper | 5 | +44 | -10 |
| 2006-09-11 13:48 | Unitized macro stepper view; tool uses different base frame | Ryan Culpepper | 2 | +16 | -1 |
| 2006-09-11 13:47 | Font size changes; prefs setting overrides default | Ryan Culpepper | 1 | +13 | -3 |
| 2006-09-11 01:02 | Fixed width calculation | Ryan Culpepper | 1 | +2 | -2 |
| 2006-09-11 01:01 | Added normal form line to all sequences | Ryan Culpepper | 1 | +7 | -8 |
| 2006-09-11 01:01 | Improved pretty printing (define-values, define-syntaxes) | Ryan Culpepper | 1 | +8 | -1 |
| 2006-09-05 19:58 | Fixed case-lambda reductions bug Removed let*-values prule, faked as mrule Suppressed copies of warning messages | Ryan Culpepper | 5 | +5 | -9 |
| 2006-08-28 22:58 | Macro 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 characters | Ryan Culpepper | 12 | +305 | -207 |
| 2006-08-13 03:28 | Merged 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 option | Ryan Culpepper | 4 | +28 | -9 |
| 2006-08-08 20:32 | Added the macro stepper | Ryan Culpepper | 29 | +3932 | -0 |