This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
src
/
libsyntax
/
parse
History
Björn Steinbrink
7ba685c7ab
Add inlining for iter_bytes for types used as hashmap keys
...
Not inlining these affects the hash table performance quite badly.
2013-05-14 20:32:49 +02:00
..
attr.rs
…
classify.rs
…
comments.rs
syntax: Remove #[allow(vecs_implicitly_copyable)]
2013-05-14 12:24:43 -04:00
common.rs
librustc: Make
self
and
static
into keywords
2013-05-12 16:35:18 -07:00
lexer.rs
Use a specialized string interner to reduce the need for owned strings
2013-05-09 14:40:19 +02:00
mod.rs
Fix test fallout from removing vecs_implicitly_copyable
2013-05-14 12:25:19 -04:00
obsolete.rs
syntax: Remove #[allow(vecs_implicitly_copyable)]
2013-05-14 12:24:43 -04:00
parser.rs
Fix test fallout from removing vecs_implicitly_copyable
2013-05-14 12:25:19 -04:00
token.rs
Add inlining for iter_bytes for types used as hashmap keys
2013-05-14 20:32:49 +02:00