about summary refs log tree commit diff stats
path: root/src/ldo.c
Commit message (Collapse)AuthorAgeFilesLines
* when editing a function, show its callersKartik K. Agaram2022-01-031-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 functionsKartik K. Agaram2022-01-031-2/+4
| | | | | I think this is significantly slowing things down. Perhaps we should sample or something.
* renameKartik K. Agaram2022-01-031-2/+2
|
* extract a functionKartik K. Agaram2022-01-031-21/+1
|
* .Kartik K. Agaram2022-01-021-3/+0
|
* instrumenting function calls with their depthKartik K. Agaram2021-11-131-0/+54
|
* get rid of userstate hooksKartik K. Agaram2021-10-241-2/+0
|
* new fork of Lua 5.1Kartik K. Agaram2021-10-221-0/+519
https://www.lua.org