summary refs log tree commit diff
path: root/src/librustc/util/enum_set.rs
AgeCommit message (Expand)AuthorLines
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-4/+2
2013-06-06FixupsMarvin Löbel-8/+8
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-10/+10
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+1
2013-05-23cleanup warnings from librustcErick Tryzelaar-2/+0
2013-05-22librustc: Add some missing `use core::prelude::*;` in the test casesPatrick Walton-0/+3
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+4
2013-05-19Register snapshotsBrian Anderson-19/+0
2013-05-16fix warningsCorey Richardson-0/+1
2013-05-16Add BuiltinBounds to closure type: parse and handle subtyping,Niko Matsakis-1/+11
2013-05-14Fix test fallout from removing vecs_implicitly_copyableAlex Crichton-1/+0
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-3/+3
2013-05-10Fix merge "failures"Alex Crichton-0/+17
2013-05-09rustc: Add EnumSet testsNiko Matsakis-4/+149
2013-05-09Refactor representation of bounds to separate out BuiltinBounds intoNiko Matsakis-0/+88