rust/src/librustc/util
Flavio Percoco 968633b60a Replace crate usage with krate
This patch replaces all `crate` usage with `krate` before introducing the
new keyword. This ensures that after introducing the keyword, there
won't be any compilation errors.

krate might not be the most expressive substitution for crate but it's a
very close abbreviation for it. `module` was already used in several
places already.
2014-02-13 20:52:07 +01:00
..
common.rs Disowned the Visitor. 2014-01-06 14:00:46 +02:00
ppaux.rs Replace crate usage with krate 2014-02-13 20:52:07 +01:00
sha2.rs sha2 -- introduce locals to clarify which subportions are being borrowed 2014-02-11 16:55:24 -05:00