about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* 890Kartik K. Agaram2015-03-122-1/+2
|
* 889 - ah, fixed that final errorKartik K. Agaram2015-03-122-0/+36
|
* 888Kartik K. Agaram2015-03-121-20/+0
|
* 887 - first pass of pagination bugs squashedKartik K. Agaram2015-03-112-53/+127
| | | | | | | | This must be the second or third time I've mis-tagged a literal as 'integer'.. I also spotted an error with the cursor bouncing out above the screen area of the trace browser. But I haven't been able to recreate it..
* 886Kartik K. Agaram2015-03-113-21/+71
| | | | Another test, but now the tests run 50% slower (8 vs 12 minutes)
* 885Kartik K. Agaram2015-03-112-1/+2
|
* 884 - expand/collapse now seems page-awareKartik K. Agaram2015-03-112-36/+185
|
* 883Kartik K. Agaram2015-03-112-27/+21
|
* 882Kartik K. Agaram2015-03-103-21/+70
|
* 881Kartik K. Agaram2015-03-103-0/+3
|
* 880 - new personal convention: capitalize names in proseKartik K. Agaram2015-03-101-12/+12
|
* 879 - debug prints shouldn't mess up interactive runsKartik K. Agaram2015-03-092-14/+19
|
* 878Kartik K. Agaram2015-03-091-156/+156
|
* 877 - supporting pages in expandKartik K. Agaram2015-03-092-14/+79
|
* 876Kartik K. Agaram2015-03-091-0/+2
|
* 875Kartik K. Agaram2015-03-092-7/+27
|
* 874Kartik K. Agaram2015-03-091-3/+3
|
* 873Kartik K. Agaram2015-03-091-15/+0
|
* 872Kartik K. Agaram2015-03-091-1/+1
|
* 871Kartik K. Agaram2015-03-081-8/+8
|
* 870 - page-up starting to look solidKartik K. Agaram2015-03-081-0/+70
|
* 869Kartik K. Agaram2015-03-073-43/+333
| | | | | | | The repeated need for bugfixes after every new test isn't very confidence-inducing. On the other hand, I'm starting to get into a cadence where fixes have been easy to make. We'll see. Monotonic progress continues.
* 868Kartik K. Agaram2015-03-071-8/+0
|
* 867Kartik K. Agaram2015-03-061-0/+16
|
* 866 - starting to finally gain confidence in page-upKartik K. Agaram2015-03-062-105/+140
|
* 865Kartik K. Agaram2015-03-061-3/+7
|
* 864Kartik K. Agaram2015-03-062-28/+80
|
* 863Kartik K. Agaram2015-03-061-1/+0
|
* 862Kartik K. Agaram2015-03-061-0/+24
|
* 861Kartik K. Agaram2015-03-051-5/+10
|
* 860Kartik K. Agaram2015-03-042-4/+38
| | | | A new intermediate test might help.
* 859Kartik K. Agaram2015-03-022-54/+238
| | | | | | Intermediate snapshot after 2 days of desultorily debugging this still-failing test. Our divising of the problem into cases just seems wrong right now.
* 858Kartik K. Agaram2015-03-011-2/+1
| | | | | Don't warn when reusing function names in tests, instead just dump section titles in the trace to aid navigation.
* 857Kartik K. Agaram2015-03-011-23/+23
|
* 856 - stop perturbing traces on new functionsKartik K. Agaram2015-03-013-290/+267
| | | | | Still hacky, but now we can standardize the couple of different workflows we need.
* 855 - page-up fleshed out, but needs a lot more testsKartik K. Agaram2015-03-012-2/+134
|
* 854Kartik K. Agaram2015-03-011-1/+3
|
* 853Kartik K. Agaram2015-02-281-6/+19
|
* 852 - page-down stitches expanded lines properlyKartik K. Agaram2015-02-283-10/+143
|
* 851Kartik K. Agaram2015-02-271-13/+51
|
* 850Kartik K. Agaram2015-02-271-1/+1
|
* 849Kartik K. Agaram2015-02-271-2/+4
|
* 848Kartik K. Agaram2015-02-272-12/+14
|
* 847Kartik K. Agaram2015-02-262-0/+21
|
* 846Kartik K. Agaram2015-02-262-1/+18
|
* 845Kartik K. Agaram2015-02-261-4/+15
|
* 844 - start of support for page navigationKartik K. Agaram2015-02-262-0/+54
| | | | | To keep things simple we won't allow line navigation to span pages. You have to switch pages with dedicated hotkeys.
* 843Kartik K. Agaram2015-02-262-90/+92
|
* 842Kartik K. Agaram2015-02-263-725/+578
|
* 841 - no obvious optimization targetsKartik K. Agaram2015-02-262-578/+584
| | | | | | | | | | | | | | | | | Top functions (ms and #calls): run-for-time-slice 209953 184 m 63880 99478 canonize 63568 307282 setm 44378 67281 sizeof 37786 130452 absolutize 36587 370943 addr 34567 146896 typeof 17395 63661 parse-instr 11670 99243 space 10988 561036 typeinfo 10691 563272 absolutize seems like a target.