about summary refs log tree commit diff stats
path: root/html/070table.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 4814Kartik Agaram2018-12-011-11/+14
|
* 4539Kartik Agaram2018-09-071-7/+7
|
* 4447Kartik Agaram2018-07-271-3/+3
|
* 4242 - get rid of refcounts entirelyKartik Agaram2018-05-121-8/+8
| | | | | | | | | We're going to lean back into the experiment of commit 4179 back in Jan. If we delete memory it's up to us to ensure no pointers into it survive. Since deep-copy depends on our refcounting infrastructure, it's gone as well. So we're going to have to start watching out for pointers shared over channels.
* 4239Kartik Agaram2018-05-081-5/+5
|
* 4200Kartik K. Agaram2018-01-271-26/+26
| | | | Forgot to set up exuberant_ctags_rc as .ctags on new laptop.
* 4199Kartik K. Agaram2018-01-251-43/+42
|
* 4161Kartik K. Agaram2017-12-151-6/+6
|
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-4/+4
|
* 3934Kartik K. Agaram2017-06-201-8/+8
|
* 3830 - crosslink shape-shifting containers in htmlKartik K. Agaram2017-04-181-15/+15
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-3/+4
|
* 3761Kartik K. Agaram2017-03-071-14/+15
|
* 3716Kartik K. Agaram2016-12-261-0/+2
| | | | Make hyperlinks less salient in the rendered html since there's so many of them.
* 3713 - cross-link calls with definitions in htmlKartik K. Agaram2016-12-261-16/+16
|
* 3710Kartik K. Agaram2016-12-261-109/+109
| | | | | Turns out we don't need to explicitly add anchors for each line. Vim's TOhtml has magic for that out of the box.
* 3709 - line numbers in htmlKartik K. Agaram2016-12-261-112/+136
| | | | | | Each line number also gets an anchor name, but I'm not hyperlinking them for now because I don't want to encourage bookmarking these links just yet. They aren't permalinks because every revision may change what's at any given line number.
* 3688Kartik K. Agaram2016-11-251-0/+4
| | | | | | | Move my todos over the past couple of years into the codebase now that it might be going dormant. Surprising how few todos left undone!
* 3621Kartik K. Agaram2016-11-041-2/+2
|
* 3619Kartik K. Agaram2016-10-311-6/+25
|
* 3618Kartik K. Agaram2016-10-311-2/+2
|
* 3617Kartik K. Agaram2016-10-311-21/+21
|
* 3613Kartik K. Agaram2016-10-311-6/+5
|
* 3569Kartik K. Agaram2016-10-231-34/+34
| | | | Update syntax highlighting to not color numeric locations like literals.
* 3431Kartik K. Agaram2016-09-301-6/+6
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3430Kartik K. Agaram2016-09-281-7/+7
|
* 3395Kartik K. Agaram2016-09-171-22/+22
|
* 3355Kartik K. Agaram2016-09-151-2/+2
|
* 3158Kartik K. Agaram2016-07-271-0/+125