Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6211 | Kartik Agaram | 2020-04-25 | 1 | -6/+5 |
| | |||||
* | 6210 | Kartik Agaram | 2020-04-24 | 1 | -10824/+10986 |
| | |||||
* | 6209 | Kartik Agaram | 2020-04-24 | 1 | -1/+2 |
| | |||||
* | 6208 | Kartik Agaram | 2020-04-22 | 17 | -116/+123 |
| | |||||
* | 6207 - tweaks while creating a video | Kartik Agaram | 2020-04-19 | 3 | -5/+6 |
| | | | | https://futureofcoding.org/two-minute-week | ||||
* | 6206 | Kartik Agaram | 2020-04-17 | 6 | -115/+66 |
| | |||||
* | 6205 | Kartik Agaram | 2020-04-15 | 2 | -156/+31 |
| | | | | Rip out scaffolding for function overloading. | ||||
* | 6204 | Kartik Agaram | 2020-04-15 | 2 | -28/+0 |
| | |||||
* | 6203 | Kartik Agaram | 2020-04-12 | 2 | -115/+162 |
| | |||||
* | 6202 | Kartik Agaram | 2020-04-11 | 1 | -1/+0 |
| | |||||
* | 6201 | Kartik Agaram | 2020-04-09 | 2 | -6/+6 |
| | | | | Fix CI. Amazing how misleading the ofstream API is when coercing to bool. | ||||
* | 6200 - --dump is not needed for incremental traces | Kartik Agaram | 2020-04-09 | 4 | -11/+7 |
| | | | | | | | | This undoes commit 5764, which was ill-considered. We already had incremental prints at that point to 'last_run'. As long as we don't run out of RAM on large traces, there doesn't seem any need to print to stderr. Now '--dump' is only needed when juggling multiple traces. | ||||
* | 6199 | Kartik Agaram | 2020-04-08 | 1 | -1/+1 |
| | |||||
* | 6198 | Kartik Agaram | 2020-04-08 | 2 | -14/+10 |
| | |||||
* | 6197 | Kartik Agaram | 2020-04-08 | 2 | -18/+18 |
| | |||||
* | 6196 | Kartik Agaram | 2020-04-06 | 2 | -2/+2 |
| | |||||
* | 6195 | Kartik Agaram | 2020-04-06 | 2 | -1/+1 |
| | | | | This bug was never caught because we've never tested with more than 2 segments. | ||||
* | 6194 | Kartik Agaram | 2020-04-06 | 2 | -3/+6 |
| | |||||
* | 6193 | Kartik Agaram | 2020-04-06 | 2 | -3/+6 |
| | |||||
* | 6192 | Kartik Agaram | 2020-04-06 | 2 | -3/+6 |
| | |||||
* | 6191 | Kartik Agaram | 2020-04-06 | 2 | -5/+6 |
| | |||||
* | 6190 | Kartik Agaram | 2020-04-06 | 1 | -31/+33 |
| | |||||
* | 6189 | Kartik Agaram | 2020-04-06 | 2 | -15/+14 |
| | |||||
* | 6188 | Kartik Agaram | 2020-04-06 | 1 | -7/+18 |
| | |||||
* | 6187 | Kartik Agaram | 2020-04-06 | 2 | -1/+3 |
| | |||||
* | 6186 | Kartik Agaram | 2020-04-06 | 2 | -6/+2 |
| | |||||
* | 6185 | Kartik Agaram | 2020-04-06 | 1 | -8/+8 |
| | |||||
* | 6184 | Kartik Agaram | 2020-04-05 | 2 | -1/+0 |
| | | | | Why the heck are we bumping this pointer? Seems like a bug. | ||||
* | 6183 | Kartik Agaram | 2020-04-03 | 1 | -1/+1 |
| | | | | Bugfix in CI setup. | ||||
* | 6182 - start of support for safe handles | Kartik Agaram | 2020-04-03 | 42 | -221/+221 |
| | | | | | | | | | | | | | | So far it's unclear how to do this in a series of small commits. Still nibbling around the edges. In this commit we standardize some terminology: The length of an array or stream is denominated in the high-level elements. The _size_ is denominated in bytes. The thing we encode into the type is always the size, not the length. There's still an open question of what to do about the Mu `length` operator. I'd like to modify it to provide the length. Currently it provides the size. If I can't fix that I'll rename it. | ||||
* | 6181 | Kartik Agaram | 2020-04-03 | 18 | -51/+54 |
| | |||||
* | 6180 | Kartik Agaram | 2020-04-03 | 2 | -73/+11 |
| | | | | | It's going to be hard work retrofitting 8-byte handles in place of 4-byte addrs. Here we just clean up some unused args. | ||||
* | 6179 | Kartik Agaram | 2020-04-03 | 1 | -2/+2 |
| | |||||
* | 6178 | Kartik Agaram | 2020-03-31 | 8 | -8/+40 |
| | |||||
* | 6177 | Kartik Agaram | 2020-03-29 | 1 | -4/+1 |
| | |||||
* | 6176 | Kartik Agaram | 2020-03-29 | 1 | -6/+6 |
| | |||||
* | 6175 - syntax highlighting for dte | Kartik Agaram | 2020-03-29 | 2 | -0/+72 |
| | | | | https://gitlab.com/craigbarnes/dte | ||||
* | 6174 | Kartik Agaram | 2020-03-27 | 1 | -1/+1 |
| | |||||
* | 6173 | Kartik Agaram | 2020-03-27 | 2 | -10/+24 |
| | |||||
* | 6172 | Kartik Agaram | 2020-03-26 | 1 | -1/+1 |
| | | | | Typo in stats: use the same measures as in previous lines. | ||||
* | 6171 | Kartik Agaram | 2020-03-25 | 1 | -2/+2 |
| | |||||
* | 6170 | Kartik Agaram | 2020-03-25 | 2 | -6/+6 |
| | |||||
* | 6169 | Kartik Agaram | 2020-03-25 | 2 | -2/+2 |
| | |||||
* | 6168 | Kartik Agaram | 2020-03-25 | 1 | -1/+1 |
| | |||||
* | 6167 | Kartik Agaram | 2020-03-25 | 1 | -1/+1 |
| | |||||
* | 6166 | Kartik Agaram | 2020-03-25 | 1 | -2/+2 |
| | |||||
* | 6165 | Kartik Agaram | 2020-03-25 | 1 | -10/+10 |
| | |||||
* | 6164 | Kartik Agaram | 2020-03-24 | 2 | -93/+93 |
| | |||||
* | 6163 | Kartik Agaram | 2020-03-23 | 1 | -0/+248 |
| | |||||
* | 6162 | Kartik Agaram | 2020-03-23 | 7 | -36/+45 |
| |