about summary refs log tree commit diff
path: root/src/librustc_data_structures
AgeCommit message (Expand)AuthorLines
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1
2015-08-12Fallout in libs -- misc missing bounds uncovered by WF checks.Niko Matsakis-1/+1
2015-08-11rollup merge of #27676: alexcrichton/msvc-unwindAlex Crichton-0/+4
2015-08-11trans: Re-enable unwinding on 64-bit MSVCAlex Crichton-0/+4
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
2015-08-07rename ADTDef to AdtDef etc.Ariel Ben-Yehuda-0/+4
2015-08-06add an Ivar for write-only variablesAriel Ben-Yehuda-0/+71
2015-07-25Implement Default TyParam fallbackJared Roesch-1/+7
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-3/+1
2015-06-19Expand the "givens" set to cover transitive relations. The givens arrayNiko Matsakis-3/+3
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-2/+2
2015-04-20Make stability attributes an error. #22830Brian Anderson-1/+2
2015-04-17Address nitsNiko Matsakis-1/+1
2015-04-17Add licenses.Niko Matsakis-1/+31
2015-04-17Port to use the new Unify code, which has no UnifyValue traitNiko Matsakis-0/+529
2015-04-17Port to using the newer graph, which offers iterators instead of theNiko Matsakis-0/+566
2015-04-17Use the newer snapshot_vec, which has a simplified delegateNiko Matsakis-0/+209
2015-04-17Add librustc_data_structures crateNiko Matsakis-0/+33