Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | when editing a function, show its callers | Kartik K. Agaram | 2022-01-03 | 1 | -2/+3 |
| | | | | | | No way to select between them. That complicates the UI too much when we do so much with the cursor. But it's still useful to suggest things to type in after ctrl-g. | ||||
* | start saving callers of functions | Kartik K. Agaram | 2022-01-03 | 1 | -2/+4 |
| | | | | | I think this is significantly slowing things down. Perhaps we should sample or something. | ||||
* | rename | Kartik K. Agaram | 2022-01-03 | 1 | -2/+2 |
| | |||||
* | extract a function | Kartik K. Agaram | 2022-01-03 | 1 | -21/+1 |
| | |||||
* | . | Kartik K. Agaram | 2022-01-02 | 1 | -3/+0 |
| | |||||
* | instrumenting function calls with their depth | Kartik K. Agaram | 2021-11-13 | 1 | -0/+54 |
| | |||||
* | get rid of userstate hooks | Kartik K. Agaram | 2021-10-24 | 1 | -2/+0 |
| | |||||
* | new fork of Lua 5.1 | Kartik K. Agaram | 2021-10-22 | 1 | -0/+519 |
https://www.lua.org |