]> git.lizzy.rs Git - rust.git/history - src/comp/syntax/util/interner.rs
Mark some fns as pure so type_is_unique_box doesn't need to be unchecked
[rust.git] / src / comp / syntax / util / interner.rs
2011-09-24 Jesse RudermanMark some fns as pure so type_is_unique_box doesn't...
2011-09-12 Graydon HoareFactor imports mindlessly.
2011-09-12 Brian AndersonMerge branch 'unwind'
2011-09-12 Marijn HaverbekeReformat for new mode syntax, step 1
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-08-23 Graydon HoareAdd kind-checking for assign-op, copy, ret, be, fail...
2011-08-20 Brian AndersonReformat
2011-08-16 Erick TryzelaarPort the compiler to the expr foo::<T> syntax.
2011-08-16 Erick TryzelaarPort the compiler to foo<T> decl syntax.
2011-08-16 Erick TryzelaarPort the compiler to the typaram foo<T> syntax.
2011-08-16 Brian AndersonRename std::ivec to std::vec
2011-08-09 Erick TryzelaarPort the compiler to the ivec type [T] syntax.
2011-08-04 Eric HolkMerge commit '6ec4829' into snap
2011-08-04 Eric HolkMerge branch 'master' of github.com:graydon/rust
2011-08-04 Patrick Waltonrustc: Generate shapes
2011-07-30 Graydon HoareEnable kind checking on typarams, fix kind constraints...
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-27 Marijn HaverbekeReformat for new syntax
2011-07-06 Patrick Waltonrustc: Move the interner over to interior vectors
2011-07-06 Patrick Waltonrustc: Revert the conversion to interior vectors due...
2011-07-06 Patrick Waltonrustc: Move the interner over to interior vectors
2011-07-05 Marijn HaverbekeMove everything syntax-related to syntax/, break deps...