about summary refs log tree commit diff stats
path: root/html/075channel.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 4242 - get rid of refcounts entirelyKartik Agaram2018-05-121-510/+502
| | | | | | | | | 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-6/+6
|
* 4200Kartik K. Agaram2018-01-271-76/+76
| | | | Forgot to set up exuberant_ctags_rc as .ctags on new laptop.
* 4199Kartik K. Agaram2018-01-251-230/+229
|
* 4165Kartik K. Agaram2017-12-271-10/+10
|
* 4164Kartik K. Agaram2017-12-271-1/+1
|
* 4161Kartik K. Agaram2017-12-151-9/+9
|
* 4155Kartik K. Agaram2017-12-071-1/+1
|
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-13/+13
|
* 4003Kartik K. Agaram2017-09-231-3/+3
|
* 3934Kartik K. Agaram2017-06-201-433/+453
|
* 3901Kartik K. Agaram2017-06-091-1/+1
|
* 3837Kartik K. Agaram2017-04-191-1/+1
|
* 3830 - crosslink shape-shifting containers in htmlKartik K. Agaram2017-04-181-41/+41
|
* 3829Kartik K. Agaram2017-04-181-3/+3
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-3/+4
|
* 3761Kartik K. Agaram2017-03-071-187/+188
|
* 3751Kartik K. Agaram2017-03-021-1/+1
| | | | Some hacky manual fixes to auto-generated html.
* 3719 - cross-link Mu waypoints to their locationKartik K. Agaram2016-12-271-4/+4
|
* 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-55/+55
|
* 3710Kartik K. Agaram2016-12-261-498/+498
| | | | | 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-501/+525
| | | | | | 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/+3
| | | | | | | 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!
* 3609Kartik K. Agaram2016-10-291-0/+4
|
* 3569Kartik K. Agaram2016-10-231-162/+162
| | | | Update syntax highlighting to not color numeric locations like literals.
* 3568Kartik K. Agaram2016-10-231-1/+1
| | | | Fix syntax highlighting for labels after commit 3552.
* 3558Kartik K. Agaram2016-10-221-1/+1
|
* 3543Kartik K. Agaram2016-10-221-1/+15
|
* 3431Kartik K. Agaram2016-09-301-7/+7
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3430Kartik K. Agaram2016-09-281-24/+25
|
* 3395Kartik K. Agaram2016-09-171-102/+102
|
* 3355Kartik K. Agaram2016-09-151-22/+46
|
* 3266Kartik K. Agaram2016-08-271-4/+4
|
* 3235Kartik K. Agaram2016-08-201-0/+2
|
* 3227Kartik K. Agaram2016-08-181-1/+0
|
* 3219Kartik K. Agaram2016-08-171-2/+2
| | | | | | | | Trying keeping html in the master branch: https://github.com/blog/2228-simpler-github-pages-publishing Let's see if https://akkartik.github.io/mu updates after I push this commit to just the master branch.
* 3158Kartik K. Agaram2016-07-271-0/+491
f='#n691'>691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846