about summary refs log tree commit diff
path: root/src/libsyntax/util
AgeCommit message (Collapse)AuthorLines
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.