| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -2/+2 | |
| Changes the style guidelines regarding unit tests to recommend using a sub-module named "tests" instead of "test" for unit tests as "test" might clash with imports of libtest. | ||||
| 2015-04-20 | Make stability attributes an error. #22830 | Brian Anderson | -1/+2 | |
| 2015-04-17 | Address nits | Niko Matsakis | -1/+1 | |
| 2015-04-17 | Add licenses. | Niko Matsakis | -1/+31 | |
| 2015-04-17 | Port to use the new Unify code, which has no UnifyValue trait | Niko Matsakis | -0/+529 | |
| but is otherwise mostly the same. | ||||
| 2015-04-17 | Port to using the newer graph, which offers iterators instead of the | Niko Matsakis | -0/+566 | |
| older `each` method, but is otherwise identical. | ||||
| 2015-04-17 | Use the newer snapshot_vec, which has a simplified delegate | Niko Matsakis | -0/+209 | |
| interface since in practice no delegates had any state. | ||||
| 2015-04-17 | Add librustc_data_structures crate | Niko Matsakis | -0/+33 | |
