about summary refs log tree commit diff stats
path: root/html/065duplex_list.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 4161Kartik K. Agaram2017-12-151-6/+6
|
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-20/+20
|
* 4008Kartik K. Agaram2017-09-251-722/+718
| | | | | Allow list `push` operation to save result in a new list rather than mutate the existing list.
* 4003Kartik K. Agaram2017-09-231-5/+5
|
* 3901Kartik K. Agaram2017-06-091-2/+2
|
* 3895Kartik K. Agaram2017-05-291-353/+430
|
* 3883Kartik K. Agaram2017-05-271-39/+137
|
* 3879Kartik K. Agaram2017-05-261-58/+52
|
* 3830 - crosslink shape-shifting containers in htmlKartik K. Agaram2017-04-181-119/+119
|
* 3808 - 'length' for duplex listsKartik K. Agaram2017-03-311-457/+469
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-3/+4
|
* 3761Kartik K. Agaram2017-03-071-262/+263
|
* 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-111/+111
|
* 3710Kartik K. Agaram2016-12-261-547/+547
| | | | | 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-550/+574
| | | | | | 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.
* 3569Kartik K. Agaram2016-10-231-294/+294
| | | | Update syntax highlighting to not color numeric locations like literals.
* 3431Kartik K. Agaram2016-09-301-5/+5
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3430Kartik K. Agaram2016-09-281-40/+28
|
* 3395Kartik K. Agaram2016-09-171-128/+128
|
* 3158Kartik K. Agaram2016-07-271-0/+597
|
* 2430 - make room for more transformsKartik K. Agaram2015-11-131-593/+0
|
* 2423 - describe shape-shifting in html docsKartik K. Agaram2015-11-101-254/+248
|
* 2177Kartik K. Agaram2015-09-071-412/+416
|
* 2175Kartik K. Agaram2015-09-061-278/+466
|
* 2062Kartik K. Agaram2015-08-231-2/+2
|
* 1949Kartik K. Agaram2015-08-061-1/+1
|
* 1925Kartik K. Agaram2015-08-031-60/+60
|
* 1885Kartik K. Agaram2015-07-291-238/+238
|
* 1853Kartik K. Agaram2015-07-251-3/+3
|
* 1818Kartik K. Agaram2015-07-181-6/+6
|
* 1778Kartik K. Agaram2015-07-131-8/+8
|
* 1632Kartik K. Agaram2015-06-231-1/+1
|
* 1631 - update html versionsKartik K. Agaram2015-06-231-0/+407
Html is a little more readable thanks to feedback from J David Eisenberg (https://news.ycombinator.com/item?id=9766330), in particular the suggestion to use https://addons.mozilla.org/En-us/firefox/addon/wcag-contrast-checker.