about summary refs log tree commit diff
path: root/src/libsyntax/symbol.rs
AgeCommit message (Expand)AuthorLines
2017-03-29Merge `ExpnId` and `SyntaxContext`.Jeffrey Seyfried-342/+0
2017-03-27allow `InternedString` to be compared to `str` directlyOliver Schneider-4/+40
2017-03-11Add catch expr to AST and disallow catch as a struct nameTaylor Cramer-1/+2
2017-01-29Fix the falloutVadim Petrochenkov-10/+9
2016-12-22Refactor how global paths are represented (for both ast and hir).Jeffrey Seyfried-0/+3
2016-11-21Remove `Rc` from the interner.Jeffrey Seyfried-18/+21
2016-11-21Cleanup `InternedString`.Jeffrey Seyfried-32/+0
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-7/+0
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-0/+339