| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 | |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 | |
| Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo. | ||||
| 2021-04-21 | Use arrayvec 0.7, drop smallvec 0.6 | Jubilee Young | -1/+1 | |
| With the arrival of min const generics, many alt-vec libraries have updated to use it in some way and arrayvec is no exception. Use the latest with minor refactoring. Also, rustc_workspace_hack is the only user of smallvec 0.6 in the entire tree, so drop it. | ||||
| 2020-09-19 | cache types during normalization | Bastian Kauschke | -1/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+13 | |
