| Age | Commit message (Expand) | Author | Lines |
| 2016-02-05 | Auto merge of #31349 - nikomatsakis:issue-31157-obligation-forest-cache, r=at... | bors | -96/+191 |
| 2016-02-01 | Add a notion of "per-tree" state | Niko Matsakis | -96/+191 |
| 2016-01-26 | Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson | bors | -0/+1 |
| 2016-01-26 | Auto merge of #31081 - alexcrichton:stabilize-hasher, r=aturon | bors | -7/+5 |
| 2016-01-26 | std: Stabilize custom hasher support in HashMap | Alex Crichton | -7/+5 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -0/+1 |
| 2016-01-21 | [MIR] Promote temps to alloca on multi-assignment | Simonas Kazlauskas | -2/+4 |
| 2016-01-16 | Document `ObligationForest` better. | Niko Matsakis | -49/+178 |
| 2016-01-16 | Pacify tidy. | Niko Matsakis | -57/+85 |
| 2016-01-16 | Permit coinductive match only for purely OIBIT backtraces. | Niko Matsakis | -0/+1 |
| 2016-01-14 | implement the obligation forest data structure and add some unit tests | Niko Matsakis | -1/+626 |
| 2016-01-06 | Fix tidy errors | Niko Matsakis | -0/+10 |
| 2016-01-05 | Introduce the DepGraph and DepTracking map abstractions, | Niko Matsakis | -3/+49 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-12-12 | fix dropck performance regression | Ariel Ben-Yehuda | -3/+18 |
| 2015-12-10 | Add TupleSlice trait to rustc_data_structures. | Michael Woerister | -0/+61 |
| 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/+55 |
| 2015-09-06 | add a few accessors to Graph | Niko Matsakis | -0/+10 |
| 2015-08-23 | Fix panic in docs for librustc_data_structures | Manish Goregaokar | -1/+1 |
| 2015-08-21 | move the reverse into the iterator | Niko Matsakis | -2/+2 |
| 2015-08-21 | missed one reference to "best" | Niko Matsakis | -4/+5 |
| 2015-08-21 | rename `best_upper_bound` to `postdom_upper_bound` | Niko Matsakis | -8/+8 |
| 2015-08-21 | remove use of swap_remove and compress the list as we go instead | Niko Matsakis | -13/+12 |
| 2015-08-21 | nits from pnkfelix | Niko Matsakis | -45/+75 |
| 2015-08-21 | add final test case, correct one of the others (both versions produced | Niko Matsakis | -4/+22 |
| 2015-08-21 | add test cases suggested by pnkfelix | Niko Matsakis | -0/+82 |
| 2015-08-21 | clarify diagonal arrows | Niko Matsakis | -0/+3 |
| 2015-08-18 | implement transitive relation type that can compute transitive | Niko Matsakis | -0/+464 |
| 2015-08-18 | remove unused import | Niko Matsakis | -1/+0 |
| 2015-08-18 | reorder imports to respect the alphabet, only one of the single most | Niko Matsakis | -2/+2 |
| 2015-08-18 | generalize bitvector code into a bitmatrix; write some unit tests, but | Niko Matsakis | -9/+176 |
| 2015-08-15 | Add issue for the rustc_private feature everywhere | Alex Crichton | -1/+1 |
| 2015-08-12 | Fallout in libs -- misc missing bounds uncovered by WF checks. | Niko Matsakis | -1/+1 |
| 2015-08-11 | rollup merge of #27676: alexcrichton/msvc-unwind | Alex Crichton | -0/+4 |
| 2015-08-11 | trans: Re-enable unwinding on 64-bit MSVC | Alex Crichton | -0/+4 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -3/+3 |
| 2015-08-07 | rename ADTDef to AdtDef etc. | Ariel Ben-Yehuda | -0/+4 |
| 2015-08-06 | add an Ivar for write-only variables | Ariel Ben-Yehuda | -0/+71 |
| 2015-07-25 | Implement Default TyParam fallback | Jared Roesch | -1/+7 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -3/+1 |
| 2015-06-19 | Expand the "givens" set to cover transitive relations. The givens array | Niko Matsakis | -3/+3 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -2/+2 |
| 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 |
| 2015-04-17 | Port to using the newer graph, which offers iterators instead of the | Niko Matsakis | -0/+566 |
| 2015-04-17 | Use the newer snapshot_vec, which has a simplified delegate | Niko Matsakis | -0/+209 |
| 2015-04-17 | Add librustc_data_structures crate | Niko Matsakis | -0/+33 |