]> git.lizzy.rs Git - rust.git/history - src/lib.rs
Replace Repr with the new ty::layout in rustc.
[rust.git] / src / lib.rs
2016-04-23 Scott OlsonReplace Repr with the new ty::layout in rustc.
2016-04-07 Scott OlsonImplement filling drop.
2016-04-07 Scott OlsonUpdate for changes in rustc master.
2016-03-21 Scott OlsonRefactor handling of relocations.
2016-03-19 Scott OlsonImplement min_align_of and a hacky mul_with_overflow.
2016-03-17 Scott OlsonArena allocate and cache type representations.
2016-03-15 Scott OlsonReorganize and simplify.
2016-03-13 Scott OlsonAdd support for pointers.
2016-03-13 Scott OlsonAdd support for smaller signed integers.
2016-03-05 Scott OlsonMove memory module to its own file.
2016-02-28 Scott OlsonWIP: Switching to a new byte-based value representation.
2015-11-22 Scott OlsonRestructure into separate binary and library.