| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-01-14 | implement the obligation forest data structure and add some unit tests | Niko Matsakis | -1/+5 | |
| 2016-01-05 | Introduce the DepGraph and DepTracking map abstractions, | Niko Matsakis | -0/+1 | |
| along with a README explaining how they are to be used | ||||
| 2015-12-21 | Register new snapshots | Alex Crichton | -3/+0 | |
| Lots of cruft to remove! | ||||
| 2015-12-10 | Add TupleSlice trait to rustc_data_structures. | Michael Woerister | -0/+1 | |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 | |
| 2015-09-06 | move fnv hashing support into librustc_data_structures | Niko Matsakis | -0/+3 | |
| 2015-08-18 | implement transitive relation type that can compute transitive | Niko Matsakis | -0/+1 | |
| closures, upper bounds, and other fun things | ||||
| 2015-08-18 | reorder imports to respect the alphabet, only one of the single most | Niko Matsakis | -2/+2 | |
| important inventions of all time | ||||
| 2015-08-15 | Add issue for the rustc_private feature everywhere | Alex Crichton | -1/+1 | |
| 2015-08-11 | rollup merge of #27676: alexcrichton/msvc-unwind | Alex Crichton | -0/+4 | |
| This commit leverages the runtime support for DWARF exception info added in #27210 to enable unwinding by default on 64-bit MSVC. This also additionally adds a few minor fixes here and there in the test harness and such to get `make check` entirely passing on 64-bit MSVC: * The invocation of `maketest.py` now works with spaces/quotes in CC * debuginfo tests are disabled on MSVC * A link error for librustc was hacked around (see #27438) | ||||
| 2015-08-11 | trans: Re-enable unwinding on 64-bit MSVC | Alex Crichton | -0/+4 | |
| This commit leverages the runtime support for DWARF exception info added in #27210 to enable unwinding by default on 64-bit MSVC. This also additionally adds a few minor fixes here and there in the test harness and such to get `make check` entirely passing on 64-bit MSVC: * The invocation of `maketest.py` now works with spaces/quotes in CC * debuginfo tests are disabled on MSVC * A link error for librustc was hacked around (see #27438) | ||||
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -3/+3 | |
| Also fixes a few outdated links. | ||||
| 2015-08-06 | add an Ivar for write-only variables | Ariel Ben-Yehuda | -0/+1 | |
| 2015-04-20 | Make stability attributes an error. #22830 | Brian Anderson | -1/+2 | |
| 2015-04-17 | Add licenses. | Niko Matsakis | -1/+1 | |
| 2015-04-17 | Port to use the new Unify code, which has no UnifyValue trait | Niko Matsakis | -0/+1 | |
| but is otherwise mostly the same. | ||||
| 2015-04-17 | Port to using the newer graph, which offers iterators instead of the | Niko Matsakis | -0/+2 | |
| older `each` method, but is otherwise identical. | ||||
| 2015-04-17 | Use the newer snapshot_vec, which has a simplified delegate | Niko Matsakis | -0/+2 | |
| interface since in practice no delegates had any state. | ||||
| 2015-04-17 | Add librustc_data_structures crate | Niko Matsakis | -0/+33 | |
