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
/
middle
/
ty.rs
Age
Commit message (
Expand
)
Author
Lines
2011-07-06
rustc: Make type parameter substitutions interior vectors
Patrick Walton
-5
/
+5
2011-07-06
rustc: Change constraints in types to use interior vectors
Patrick Walton
-8
/
+8
2011-07-06
rustc: Switch tag type parameters to interior vectors
Patrick Walton
-7
/
+7
2011-07-06
rustc: Use interior vectors for tag type parameters
Patrick Walton
-20
/
+35
2011-07-05
Don't thread the local crate number through the session
Marijn Haverbeke
-2
/
+2
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-68
/
+70
2011-07-04
Move the ids of pat AST nodes into their struct
Marijn Haverbeke
-12
/
+1
2011-07-01
rustc: Move path_to_str to front::ast
Patrick Walton
-14
/
+1
2011-07-01
Revert "rustc: Change methods in ty::t to use interior vectors"
Patrick Walton
-22
/
+22
2011-07-01
rustc: Change methods in ty::t to use interior vectors
Patrick Walton
-22
/
+22
2011-07-01
Track def_ids of native types so that they can be distinguished
Marijn Haverbeke
-23
/
+34
2011-07-01
Allow dereferencing of single-variant, single-argument tag values
Marijn Haverbeke
-2
/
+12
2011-07-01
Move autoderefed_ty to ty.rs and rename it type_autoderef.
Michael Sullivan
-0
/
+12
2011-06-30
rustc: Change function argument types to interior vectors
Patrick Walton
-28
/
+29
2011-06-30
Kill unused variables
Tim Chevalier
-1
/
+0
2011-06-30
rustc: Use interior vectors for record types
Patrick Walton
-15
/
+13
2011-06-30
rustc: Make mk_imm_tup() take an interior vector
Patrick Walton
-3
/
+12
2011-06-30
rustc: Use interior vectors for tuple types
Patrick Walton
-13
/
+14
2011-06-30
Support type parameters in resources
Marijn Haverbeke
-20
/
+67
2011-06-29
Re-enable tidy (it was broken) and fix various non-tidy things.
Graydon Hoare
-1
/
+2
2011-06-28
rustc: Add a "type-owns-heap-mem" cache. 2x translation speedup.
Patrick Walton
-0
/
+10
2011-06-28
Add some missing cases for ty_res in ty.rs
Marijn Haverbeke
-2
/
+28
2011-06-27
Move what's left of metadata::cwriter into middle::trans
Brian Anderson
-1
/
+0
2011-06-27
Extract metadata::decoder from metadata::creader
Brian Anderson
-2
/
+3
2011-06-27
Rename middle::metadata to metadata::cwriter. Move creader to metadata
Brian Anderson
-2
/
+2
2011-06-26
Reformulate an assert in ty::tag_variants
Brian Anderson
-2
/
+7
2011-06-25
Fail typechecking for bad binop/type combinations
Brian Anderson
-0
/
+91
2011-06-25
Primitive support for non-copyable values
Marijn Haverbeke
-0
/
+8
2011-06-25
Partial implementation of resources
Marijn Haverbeke
-6
/
+18
2011-06-24
Remove uses of variable name 'res' from rustc
Marijn Haverbeke
-3
/
+3
2011-06-24
Remove def_obj
Marijn Haverbeke
-1
/
+0
2011-06-24
rustc: If needed, duplicate types' heap parts recursively through structural ...
Patrick Walton
-26
/
+52
2011-06-23
Correct error message for argument mode mismatch
Tim Chevalier
-3
/
+9
2011-06-22
rustc: Remove some unneeded type annotations
Brian Anderson
-9
/
+9
2011-06-22
rustc: Don't commit unification changes until unify succeeds
Brian Anderson
-8
/
+16
2011-06-22
Fix bug: globbed imports were importing everything visible from the other
Paul Stansifer
-1
/
+3
2011-06-21
Emit a better error message for unbound type parameters in nested functions
Tim Chevalier
-6
/
+11
2011-06-21
Serialize constraints in types (literal arguments still not supported)
Tim Chevalier
-1
/
+1
2011-06-21
Move expr ids into the expr record type
Marijn Haverbeke
-56
/
+8
2011-06-20
Use ast_map in typeck, instead of building another index
Marijn Haverbeke
-11
/
+5
2011-06-20
Get rid of def_ids and anns in AST nodes, use single node_id
Marijn Haverbeke
-91
/
+95
2011-06-20
Added string duplication to deep_copy. Closes #520.
Eric Holk
-0
/
+8
2011-06-20
Removed duplicated ret_ty_of_fn. This also means the native function branch i...
Eric Holk
-1
/
+5
2011-06-19
rustc: Change smallintmap to use an ivec and use it for the node type table. ...
Patrick Walton
-5
/
+4
2011-06-19
rustc: Export only what's needed from middle::ty
Brian Anderson
-3
/
+164
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-4
/
+4
2011-06-19
Revert previous 6 commits. Hopefully put out Windows fire.
Brian Anderson
-168
/
+7
2011-06-19
rustc: Export only what's needed from middle::ty
Brian Anderson
-3
/
+164
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-4
/
+4
2011-06-18
rustc: Cache results of type_has_pointers. 70% translation speedup.
Patrick Walton
-21
/
+27
[prev]
[next]