about summary refs log tree commit diff
path: root/src/libsyntax/util
AgeCommit message (Collapse)AuthorLines
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest ↵Patrick Walton-5/+5
module scope. r=tjc
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the ↵Patrick Walton-5/+5
nearest module scope. r=tjc" This reverts commit a8d37af2473da79be704c9ce2374f278c47177b6.
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest ↵Patrick Walton-5/+5
module scope. r=tjc
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-5/+5
2012-10-12Make moves explicit in libsyntaxTim Chevalier-1/+1
2012-09-26Allow hashmaps to infer their typesErick Tryzelaar-1/+1
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-10Make all moves explicit in libsyntaxTim Chevalier-1/+1
2012-09-10Convert std::map to camel caseBrian Anderson-3/+3
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-5/+5
2012-09-07Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes.Graydon Hoare-13/+12
2012-09-04libsyntax: "import" -> "use"Patrick Walton-3/+3
2012-08-27Camel case various core constructorsBrian Anderson-2/+2
2012-08-26Camel case the option typeBrian Anderson-2/+2
2012-08-22intern identifiersPaul Stansifer-1/+8
2012-08-22pre-intern some fixed names so they can be used as constantsPaul Stansifer-0/+9
2012-08-15Convert more core types to camel caseBrian Anderson-2/+2
2012-08-08Convert impls to new syntaxBrian Anderson-2/+2
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-2/+2
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-2/+2
API is (for now) mostly by value, there are options to use it by reference if you like. Hash and equality functions must be pure and by reference (forward looking to the day when something like send_map becomes the standard map).
2012-08-01Convert ret to returnBrian Anderson-4/+4
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-1/+1
2012-07-30Work around bug #2935 by unautounboxing.Paul Stansifer-0/+1
2012-07-30Impl-ize interner.Paul Stansifer-20/+26
2012-05-31Make std::map require const keys.Eric Holk-5/+5
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+40
Per issue #2418.