summary refs log tree commit diff
path: root/src/libcore/managed.rs
AgeCommit message (Expand)AuthorLines
2012-12-03core: rename box to managed. Close #4079.Graydon Hoare-0/+62
2012-09-10Rename the poorly named Managed<T> type to Mut<T>.Niko Matsakis-143/+0
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-2/+2
2012-09-04libcore: "import" -> "use"Patrick Walton-2/+2
2012-09-02core: warn(non_camel_case_types) everywhere, with few exceptionsBrian Anderson-1/+0
2012-08-21ignore should_fail tests on windowsNiko Matsakis-0/+3
2012-08-21add tests to manage, fix test breakage I inadvertently introducedNiko Matsakis-3/+82
2012-08-21implement a map testing benchmarkNiko Matsakis-0/+62