| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-06-19 | Expand the "givens" set to cover transitive relations. The givens array | Niko Matsakis | -3/+3 | |
| stores relationships like `'c <= '0` (where `'c` is a free region and `'0` is an inference variable) that are derived from closure arguments. These are (rather hackily) ignored for purposes of inference, preventing spurious errors. The current code did not handle transitive cases like `'c <= '0` and `'0 <= '1`. Fixes #24085. | ||||
| 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 | |
