index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
syntax
/
util
/
interner.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-39
/
+0
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-2
/
+0
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-1
/
+1
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-3
/
+3
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-2
/
+3
2011-11-18
Update stdlib, compiler, and tests to new kind system
Marijn Haverbeke
-3
/
+3
2011-11-10
Cleanup unused imports
Haitao Li
-1
/
+1
2011-10-25
Update our code to new type parameter kind syntax
Marijn Haverbeke
-3
/
+3
2011-09-24
Reduce and clarify abuse of 'pure' in interner
Jesse Ruderman
-3
/
+9
2011-09-24
Mark some fns as pure so type_is_unique_box doesn't need to be unchecked
Jesse Ruderman
-2
/
+2
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-8
/
+3
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-3
/
+3
2011-08-23
Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught kindin...
Graydon Hoare
-1
/
+1
2011-08-20
Reformat
Brian Anderson
-4
/
+4
2011-08-16
Port the compiler to the expr foo::<T> syntax.
Erick Tryzelaar
-2
/
+2
2011-08-16
Port the compiler to foo<T> decl syntax.
Erick Tryzelaar
-5
/
+5
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-7
/
+7
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-3
/
+3
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-1
/
+1
2011-08-04
rustc: Generate shapes
Patrick Walton
-0
/
+4
2011-07-29
Enable kind checking on typarams, fix kind constraints in library and comp.
Graydon Hoare
-2
/
+2
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-17
/
+17
2011-07-06
rustc: Move the interner over to interior vectors
Patrick Walton
-6
/
+6
2011-07-06
rustc: Revert the conversion to interior vectors due to heap corruption
Patrick Walton
-6
/
+6
2011-07-06
rustc: Move the interner over to interior vectors
Patrick Walton
-6
/
+6
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-0
/
+35