about summary refs log tree commit diff stats
path: root/html/068random.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 4814Kartik Agaram2018-12-011-11/+14
|
* 4539Kartik Agaram2018-09-071-6/+6
|
* 4447Kartik Agaram2018-07-271-6/+6
|
* 4242 - get rid of refcounts entirelyKartik Agaram2018-05-121-7/+7
| | | | | | | | | 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-4/+4
|
* 4200Kartik K. Agaram2018-01-271-13/+13
| | | | Forgot to set up exuberant_ctags_rc as .ctags on new laptop.
* 4199Kartik K. Agaram2018-01-251-40/+39
|
* 4165Kartik K. Agaram2017-12-271-3/+3
|
* 4161Kartik K. Agaram2017-12-151-6/+6
|
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-6/+6
|
* 3830 - crosslink shape-shifting containers in htmlKartik K. Agaram2017-04-181-10/+10
|
* 3829Kartik K. Agaram2017-04-181-18/+19
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-3/+4
|
* 3761Kartik K. Agaram2017-03-071-26/+27
|
* 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-13/+13
|
* 3710Kartik K. Agaram2016-12-261-74/+74
| | | | | 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-77/+101
| | | | | | 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.
* 3667Kartik K. Agaram2016-11-111-1/+1
|
* 3569Kartik K. Agaram2016-10-231-31/+31
| | | | Update syntax highlighting to not color numeric locations like literals.
* 3543Kartik K. Agaram2016-10-221-0/+19
|
* 3431Kartik K. Agaram2016-09-301-3/+3
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3395Kartik K. Agaram2016-09-171-12/+12
|
* 3158Kartik K. Agaram2016-07-271-0/+92