graydon / rust-prehistoryLinks
historical archive of rust pre-publication development
☆697Updated 11 months ago
Alternatives and similar repositories for rust-prehistory
Users that are interested in rust-prehistory are comparing it to the libraries listed below
Sorting:
- Beautiful diagnostic reporting for text-based programming languages.☆1,256Updated 3 weeks ago
- Defines the Rust borrow checker.☆1,533Updated 5 months ago
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,969Updated 2 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,162Updated 3 weeks ago
- A precise specification for "Rust lite / MIR plus"☆941Updated 3 weeks ago
- Incremental garbage collection from safe Rust☆774Updated 3 months ago
- Language development libraries for Rust☆986Updated 11 months ago
- Run experiments across parts of the Rust ecosystem!☆709Updated 2 months ago
- Simple tracing (mark and sweep) garbage collector for Rust☆1,052Updated 2 months ago
- JIT compiler and runtime for a toy language, using Cranelift☆710Updated last week
- A fast bump allocation arena for Rust☆1,954Updated 3 weeks ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,247Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,554Updated last month
- A home for compiler team planning documents, meeting minutes, and other such things.☆416Updated 2 weeks ago
- Compile time static maps for Rust☆2,039Updated last month
- A parser combinator library for Rust☆1,340Updated 9 months ago
- Slotmap data structure for Rust☆1,250Updated last year
- Rust grammar tool libraries and binaries☆563Updated 2 weeks ago
- PEG parser combinators using operator overloading without macros.☆521Updated 9 months ago
- Compile time numbers in Rust.☆569Updated last week
- A crate for managing memory bit by bit☆1,356Updated last year
- Forum for discussion about what unsafe code can and can't do☆714Updated 2 months ago
- ☆790Updated 3 months ago
- Cranelift based backend for rustc☆1,906Updated last week
- libgccjit AOT codegen for rustc☆1,060Updated last week
- A string type for Rust that is not required to be valid UTF-8.☆1,005Updated 2 weeks ago
- Website for graphing performance of rustc