summary refs log tree commit diff
path: root/src/test/auxiliary/cci_nested_lib.rs
AgeCommit message (Expand)AuthorLines
2012-09-24Build the export_map2 from visibility markers, unless #[legacy_exports];Graydon Hoare-0/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-1/+3
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-4/+4
2012-09-05test: "import" -> "use"Patrick Walton-1/+1
2012-08-27Camel case various core constructorsBrian Anderson-3/+3
2012-08-15Convert more core types to camel caseBrian Anderson-2/+2
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-08-01Convert ret to returnBrian Anderson-3/+3
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-06minor changes to tests so they pass borrowckNiko Matsakis-9/+9
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-1/+1
2012-03-07Fix #1941: inlining of items that themselves contain nested itemsNiko Matsakis-0/+29