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-10-07
Parse and typecheck by-value and by-ref arg specs
Marijn Haverbeke
-15
/
+19
2011-09-29
Move last remaining expression types out of trans_expr
Marijn Haverbeke
-4
/
+4
2011-09-27
Don't ever raise unique kinds of pinned kinds to shared (again)
Brian Anderson
-1
/
+8
2011-09-26
Unique vectors and boxes of pinned are unique kinds. Closes #977
Brian Anderson
-12
/
+2
2011-09-25
Refine notes in kind.rs some more. Add a fixme to ty.rs.
Graydon Hoare
-0
/
+5
2011-09-24
Reduce and clarify abuse of 'pure' in interner
Jesse Ruderman
-4
/
+2
2011-09-24
Mark some fns as pure so type_is_unique_box doesn't need to be unchecked
Jesse Ruderman
-7
/
+7
2011-09-24
Vectors containing pinned kinds become pinned
Brian Anderson
-7
/
+4
2011-09-24
Unique pointers containing pinned kinds become pinned
Brian Anderson
-1
/
+8
2011-09-22
Allow vectors to contain unique boxes. Closes #952
Brian Anderson
-1
/
+1
2011-09-22
Calculate the correct kind for unique boxes
Brian Anderson
-5
/
+1
2011-09-22
Add assignment to unique box locals
Brian Anderson
-0
/
+4
2011-09-22
Don't unify unique boxes with different mutability
Brian Anderson
-3
/
+2
2011-09-22
Convert ty::ty_uniq to contain a mutable type
Brian Anderson
-11
/
+25
2011-09-21
Add ability to deref unique boxes. Make unique boxes immediates.
Brian Anderson
-2
/
+16
2011-09-18
Stop creating function pairs for static functions
Marijn Haverbeke
-0
/
+1
2011-09-17
Add a type_is_tup_like predicate that takes a block ctxt, and make some fns pure
Tim Chevalier
-7
/
+5
2011-09-16
Make ty_fn_ret pure and get rid of a duplicate function
Tim Chevalier
-16
/
+14
2011-09-15
Require the parameter that will be referenced to be noted
Marijn Haverbeke
-1
/
+4
2011-09-15
Make storing returned references in a by-reference local work
Marijn Haverbeke
-11
/
+0
2011-09-15
Forbid assignment to by-reference bindings
Marijn Haverbeke
-1
/
+1
2011-09-15
Insert omitted semicolons for statements
Marijn Haverbeke
-7
/
+6
2011-09-14
Add syntax and representation for return-by-mutably-rooted-ref
Marijn Haverbeke
-1
/
+1
2011-09-14
Add support for basic return-by-alias to trans
Marijn Haverbeke
-0
/
+9
2011-09-14
Make most of the compiler aware of return-by-reference
Marijn Haverbeke
-24
/
+18
2011-09-14
Rename ast::controlflow to ast::ret_style
Marijn Haverbeke
-10
/
+6
2011-09-13
Apply implicit copying for unsafe references to alt patterns
Marijn Haverbeke
-0
/
+11
2011-09-12
Undo some pretty-printer damage in ty.rs
Marijn Haverbeke
-134
/
+26
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-18
/
+39
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-211
/
+240
2011-09-12
Make the names of the arg mode tag reflect their (revised) meaning
Marijn Haverbeke
-5
/
+1
2011-09-12
Pass all arguments by reference, make immut alias mode equiv to value
Marijn Haverbeke
-0
/
+30
2011-09-07
Make it possible to take the value of (and bind) native fns
Marijn Haverbeke
-0
/
+1
2011-09-02
Rename istr-stuff to str in rustc. Issue #855
Brian Anderson
-3
/
+3
2011-09-02
Rename ty_istr to ty_str. Issue #855
Brian Anderson
-16
/
+16
2011-09-02
Reformat. Issue #855
Brian Anderson
-111
/
+117
2011-09-02
Add a constraint to trans::type_of
Tim Chevalier
-3
/
+13
2011-09-02
Rename ivecs to vecs in the compiler
Marijn Haverbeke
-2
/
+2
2011-09-02
Remove remaining evec support from trans
Marijn Haverbeke
-9
/
+0
2011-09-01
Remove lots of estr code from rustc. Issue #855
Brian Anderson
-32
/
+5
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-2
/
+2
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-9
/
+9
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
2011-09-01
Make resolve recognize upvars
Marijn Haverbeke
-4
/
+1
2011-09-01
Store arg mode and objfield mutability in their def
Marijn Haverbeke
-2
/
+2
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-5
/
+5
2011-08-29
Remove obsolete exports
Marijn Haverbeke
-8
/
+0
2011-08-29
Implement non-internal ivecs
Marijn Haverbeke
-103
/
+16
2011-08-27
Convert misc compiler bits to istrs. Issue #855
Brian Anderson
-10
/
+10
2011-08-27
Convert rustc::driver::session to istrs. Issue #855
Brian Anderson
-30
/
+32
[prev]
[next]