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
/
trans_objects.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-18
Only look for a matching method when normal field access fails
Marijn Haverbeke
-2
/
+2
2011-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-3
/
+3
2011-12-16
Make uses of self in impls compile
Marijn Haverbeke
-2
/
+2
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+1
2011-11-23
Rollback return-by-reference
Marijn Haverbeke
-4
/
+2
2011-11-18
Make tag, resource and object constructors take their arguments by copy
Marijn Haverbeke
-14
/
+5
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-10
Cleanup unused imports
Haitao Li
-1
/
+1
2011-11-03
Disallow writing to function arguments again
Marijn Haverbeke
-1
/
+2
2011-11-02
thread the context through so that int can be 64 bits on x86_64
Niko Matsakis
-17
/
+17
2011-10-21
Drop support for iter, put, and for-each
Marijn Haverbeke
-7
/
+4
2011-10-20
Merge ast::proto_shared and ast::proto_closure
Brian Anderson
-1
/
+2
2011-10-20
Rename ast::proto_fn to ast::proto_shared
Brian Anderson
-1
/
+1
2011-10-20
Get rid of taskpointer-passing throughout the compiler
Marijn Haverbeke
-5
/
+4
2011-10-14
Use trans_expr_save_in instead of trans_expr when appropriate
Marijn Haverbeke
-1
/
+1
2011-10-13
Make trans_anon_obj properly thread its bcx
Marijn Haverbeke
-9
/
+3
2011-10-12
reimplement some of the unsafe stuff which got lost
Niko Matsakis
-2
/
+2
2011-10-12
continue to annotate trans functions as unsafe where neccessary
Niko Matsakis
-3
/
+3
2011-10-07
Make it possible to have locals that don't live on the stack
Marijn Haverbeke
-1
/
+4
2011-10-07
Parse and typecheck by-value and by-ref arg specs
Marijn Haverbeke
-2
/
+3
2011-10-05
Add trans_temp_expr for what used to be trans_expr, rename t_e_dps to trans_expr
Marijn Haverbeke
-3
/
+3
2011-10-05
Revert "Revert "Get rid of 'overwrite' destination kind""
Marijn Haverbeke
-1
/
+1
2011-10-04
Revert "Get rid of 'overwrite' destination kind"
Patrick Walton
-1
/
+1
2011-10-04
Get rid of 'overwrite' destination kind
Marijn Haverbeke
-1
/
+1
2011-09-29
Move last remaining expression types out of trans_expr
Marijn Haverbeke
-32
/
+22
2011-09-28
rustc: Switch to cdecl for all calls. This is needed to make stack growth eff...
Patrick Walton
-5
/
+4
2011-09-24
Small refactors.
Lindsey Kuper
-34
/
+26
2011-09-23
Make sure no dynamic allocas are used before they are allocated
Marijn Haverbeke
-1
/
+1
2011-09-22
rustc: Write raw type parameters instead of linearized type parameters in obj...
Patrick Walton
-6
/
+12
2011-09-17
Add a precondition to GEP_tup_like
Tim Chevalier
-0
/
+16
2011-09-16
Add non_ty_var precondition for type_of_fn, plus minor cleanup
Tim Chevalier
-4
/
+4
2011-09-15
Added non_ty_var precondition to trans::type_of_inner
Tim Chevalier
-6
/
+16
2011-09-14
Add syntax and representation for return-by-mutably-rooted-ref
Marijn Haverbeke
-2
/
+2
2011-09-14
Add support for basic return-by-alias to trans
Marijn Haverbeke
-5
/
+5
2011-09-14
Clean up trans_obj.rs a bit
Marijn Haverbeke
-30
/
+21
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-15
/
+8
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-26
/
+24
2011-09-12
Make the names of the arg mode tag reflect their (revised) meaning
Marijn Haverbeke
-11
/
+3
2011-09-12
Pass all arguments by reference, make immut alias mode equiv to value
Marijn Haverbeke
-1
/
+1
2011-09-02
Reformat. Issue #855
Brian Anderson
-54
/
+42
2011-09-02
Add a constraint to trans::type_of
Tim Chevalier
-1
/
+6
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-8
/
+8
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
2011-08-30
Glob-import trans_build in other trans files
Marijn Haverbeke
-53
/
+53
2011-08-27
Convert rustc::driver::session to istrs. Issue #855
Brian Anderson
-7
/
+7
2011-08-27
Convert the rest of rustc::middle to istrs. Issue #855
Brian Anderson
-4
/
+4
2011-08-27
Convert rustc::middle::trans to istrs. Issue #855
Brian Anderson
-3
/
+3
2011-08-27
Convert local_ctxt to istrs. Issue #855
Brian Anderson
-7
/
+7
2011-08-27
Convert crate_ctxt to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert rustc::lib::llvm to istr::sbufs. Issue #855
Brian Anderson
-3
/
+3
[next]