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
/
rustc
/
metadata
/
tyencode.rs
Age
Commit message (
Expand
)
Author
Lines
2012-06-13
Box AST idents
Brian Anderson
-2
/
+2
2012-06-12
Introduce an unboxed_vec type
Michael Sullivan
-0
/
+1
2012-06-02
Add ty_var_integral (WIP on issue #1425).
Lindsey Kuper
-0
/
+6
2012-05-30
integrate purity into type
Niko Matsakis
-1
/
+11
2012-05-24
Teach parser and related things to understand const kind bounds.
Eric Holk
-0
/
+1
2012-05-17
Refactoring, annotating FIXMEs in remainder of metadata code
Tim Chevalier
-21
/
+21
2012-05-14
rustc: Break some of metadata's dependencies on session
Brian Anderson
-2
/
+3
2012-05-09
reduce self type to a special type parameter
Niko Matsakis
-4
/
+3
2012-04-25
lots of work to make iface/impls parameterized by regions
Niko Matsakis
-4
/
+4
2012-04-25
More slice use in vec, io, str, ebml, metadata encoder and decoder.
Graydon Hoare
-26
/
+26
2012-04-23
rustc: Eliminate trans dependency from metadata::tyencode
Brian Anderson
-5
/
+7
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-25
/
+43
2012-04-16
rewrite region resolution so it takes place in typeck
Niko Matsakis
-6
/
+1
2012-04-11
Add enough tyencode stuff to stop faulting when we hit error messages.
Graydon Hoare
-2
/
+30
2012-04-11
Add vstore/evec/estr to compiler.
Graydon Hoare
-0
/
+2
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-13
/
+13
2012-04-05
add static region and also fix regions to be contravariant
Niko Matsakis
-0
/
+3
2012-04-04
wip: refactor repr of regions
Niko Matsakis
-16
/
+43
2012-03-23
Implement new inference algorithm.
Niko Matsakis
-4
/
+11
2012-03-23
rustc: Redo region inference to be a bit less broken
Patrick Walton
-10
/
+10
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-5
/
+5
2012-03-21
rustc: Introduce re_params into the typechecker
Patrick Walton
-1
/
+3
2012-03-16
Classes WIP
Tim Chevalier
-3
/
+8
2012-03-16
Remove shared tydescs
Marijn Haverbeke
-1
/
+0
2012-03-15
rustc: Create self region bindings, and forbid the self region from being use...
Patrick Walton
-0
/
+3
2012-03-13
implement deserialization, rename mk_mem_buffer() to mem_buffer()
Niko Matsakis
-1
/
+1
2012-03-13
rustc: Get reference typedefs working
Patrick Walton
-0
/
+1
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-1
/
+0
2012-03-08
rustc: Add regions to the type system
Patrick Walton
-0
/
+18
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+303
[prev]