• Stars
    star
    1
  • Language
    JavaScript
  • Created over 10 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Experimental parallel pipeline API for JS

More Repositories

1

intorust

Learn Rust real good.
HTML
306
star
2

how-to-rust

A collection of blog posts and links that talk about how to successfully use Rust.
285
star
3

moro

Experiments with structured concurrency in Rust
Rust
265
star
4

rustacean-principles

Handlebars
176
star
5

skill-tree

Skill-tree rendering
Rust
145
star
6

office-hours

Help me help you!
110
star
7

borrowck

Modeling NLL and the Rust borrowck
Rust
67
star
8

rust-design-axioms

Discovering and describing Rust's design axioms
61
star
9

fields-in-traits-rfc

An (experimental) RFC repo devoted to the "fields in traits" RFC.
59
star
10

gnome-class

Some experimental macros for GNOME integration
Rust
54
star
11

nll-rfc

Non-lexical lifetimes RFC.
46
star
12

bidir-type-infer

Implementing the type system described in the paper "Complete and Easy Bidirectional Type Inference" in Rust
Rust
43
star
13

dogged

Experimental persistent collections in Rust
Rust
42
star
14

rust-redex

A Redex Model of Rust, or more specifically an encoding of Patina, the formal model for rust's type safety
Racket
41
star
15

perf-focus

A perf script for helping to answer queries about how much time a given function occupies, where it is called from, and so forth.
Rust
35
star
16

rustypop

A not-yet-functional Rust parser written in LALRPOP.
Rust
33
star
17

cargo-incremental

A fuzzing tool for incremental compilation that walks git history
Rust
33
star
18

dyner

Experimenting with ergonomic dyn types
Rust
29
star
19

babysteps

Babysteps blog
JavaScript
27
star
20

rust-tutorials-keynote

Keynote versions of my Rust tutorials.
HTML
26
star
21

rust-etags

Exuberant ctags language definition for Rust.
Shell
22
star
22

plmw-2022

Talk to be given at PLMW 2022
CSS
20
star
23

polonius.next

experimental datalog rules for a next gen polonius
Rust
19
star
24

concurrency-tutorial

Rust concurrency tutorial examples
Rust
19
star
25

rust-ctags

ctags definition for Rust
Shell
17
star
26

rust-skill-tree

A (WIP) skill tree for Rust
HTML
17
star
27

mutable

Tinkering with a more ergonomic cell abstraction
Rust
16
star
28

rusty-peg

Rust
16
star
29

great-pl-papers

Exploring awesome PL papers in redex
Racket
16
star
30

rust-tutorializer

A very basic framework for publishing and experimenting with sample code for Rust tutorials. Also includes a collection of lecture plans. Currently for my own personal use, but maybe evolvable into something byeond that.
Rust
14
star
31

rustnl-2024

Type theory for busy engineers
Rust
14
star
32

rust-belt-rust-2019

Polonius talk at RBR 2019
CSS
13
star
33

ppl-2023

Talk for PPL2023
CSS
12
star
34

lsrtm

Concurrency and parallelism in async Rust
CSS
12
star
35

context-capabilities-initiative

12
star
36

rustc-on-demand-incremental-design-doc

A draft design document / RFC describing the plan for incremental and "on-demand"
12
star
37

rust-name-resolution-algorithm

A prototype of my proposed name resolution algorithm for Rust.
Rust
12
star
38

nll-souffle

experimental variant of nll analysis based on datalog
Rust
11
star
39

rustconf-2021

Talk for RustConf 2021
CSS
11
star
40

pliss-2019

Slides for PLISS 2019
CSS
10
star
41

typing-haskell-in-rust

Port of the code from Typing Haskell in Haskell to Rust
Rust
10
star
42

eurorust-2023

Talk for EuroRust 2023
CSS
9
star
43

mathema

An experimental flashcard program.
Rust
9
star
44

learn-some-rust-this-month

Code snippets for Rust discussions
Rust
9
star
45

chalk-it-up

Chalk 2.0: a design document and planning repository
JavaScript
8
star
46

simple-graph

A (very) simple graph library.
Rust
8
star
47

rust-runtime-benchmarks

Some benchmarks for testing rustc performance.
Rust
8
star
48

rust-iter

An iteration library for Rust
Rust
7
star
49

rustc-parallelization

A repo to house plans to parallelize rustc.
7
star
50

lsrtm-2022-05

Talking about async Rust
CSS
7
star
51

rust-formal

Featherweight Java for Rust
6
star
52

rustconf2019-solana

Talk for RustConf 2019 at Solana event
CSS
5
star
53

rustc-mux

A rustup-compatible rustc toolchain that selects which version of `rustc` to use based on your local directory.
Shell
5
star
54

rust-latam-2019

Keynote speech for Rust LATAM 2019
CSS
5
star
55

graph-compress

A little algorithm used in incremental compilation to compress graphs. Will move into rustc eventually.
Rust
5
star
56

rust-recursive-descent-regex-parser

A very simple demonstration of how a recursice descent parser works.
Rust
5
star
57

cargo-chrono

a cargo benchmarking tool
Rust
5
star
58

pjs-polyfill

Prototype of PJS API based on typed objects.
JavaScript
5
star
59

rustnation-24

CSS
5
star
60

rusty-rete

An implementation of the Rete algorithm in Rust.
Rust
5
star
61

2022-06-15-blogpost

Rust
4
star
62

rebnf

"Rebnf" -- an extended form of EBNF, intended primarily for specifying Rust grammar
Rust
4
star
63

boston-rust-artwork

Citgo sign forever
4
star
64

rusty-wam

A Rust implementation of the classic Warren Abstract Machine (WAM) for Prolog
Rust
4
star
65

iFood-Tech-Day-2022

CSS
4
star
66

dwim

Who *doesn't* want the computer to just do what they mean?!
4
star
67

yaccrpop

A hacky and quite incomplete program to convert YACC files into skeleton LALRPOP files.
Rust
4
star
68

crabcake

Rust
4
star
69

plar-rs

Exploring John Harrison's Handbook of Practical Logic and Automated Reasoning, in Rust
Rust
4
star
70

Popsicle

A utility for writing type rules that are emitted as LaTeX.
Python
3
star
71

rust-trait-object-upcast

In-progress RFC around trait object upcasting
3
star
72

async-fn-in-traits

Playground for async fn in traits
3
star
73

rayon-plot

Plotting tool for Rayon logs (WIP)
3
star
74

rustverify2022

Presentation for Rust Verify 2022
CSS
3
star
75

rust-lifetime-errors

A collection of rust files with lifetime errors
3
star
76

Lathos

A generic debug log server.
Java
3
star
77

enimerosi

github notification manager (super megaduper experimental)
TypeScript
2
star
78

rust-grammar-toy

Toy model of Rust grammar, specifically targeted at exploring RFC 2250
Rust
2
star
79

SpanakopitaPlugin

A plugin for TextMate to create a Wiki-like environment.
Objective-C
2
star
80

genasynciter

sketching a possible approach to generator/iterator traits
Rust
2
star
81

nll-crater-run-results

tracking NLL crater run results
2
star
82

intorust.vscode

A VSCode extension for learning Rust
CSS
2
star
83

PopsicleBundle

A TextMate bundle for Popsicle.
2
star
84

Harmonic

Harmonic Programming Language
2
star
85

suspend

Experiments with suspension
Rust
2
star
86

vision-squared

Visionยฒ -- the vision doc for vision docs.
2
star
87

patpar

Java prototype of the Patient Parent model for parallel programming
Java
2
star
88

pjs-old

C++
2
star
89

skillsmatter2022

Skills Matter 2022
CSS
2
star
90

SpanakopitaBundle

A TextMate bundle for Spanakopita.
Python
2
star
91

teyjus-rust-region-solver

Messing about with the "redction" of higher-ranked regions to simpler constraints in teyjus
AMPL
2
star
92

coq-a-doodle-do

messing around with "Certified Programming with Dependent Types"
Coq
2
star
93

talk-template

A template for talks I give
CSS
2
star
94

americano

Experimental calendaring software
SCSS
1
star
95

rust-safe-robinhood-map

An experimental safe version of robin hood map in Rust
Rust
1
star
96

me

Various pictures of myself that I have used as avatar pics.
1
star
97

dyn-vision-doc

Notes on dyn in Rust
1
star
98

rusty-regex

A regex macro that creates compile-time macros.
Rust
1
star
99

nikomatsakis-babysteps-theme

Theme for my babysteps blog
SCSS
1
star
100

pjs-pipeline

Experimental API.
JavaScript
1
star