summary refs log tree commit diff
path: root/src/librustc/middle
AgeCommit message (Expand)AuthorLines
2013-07-01auto merge of #7409 : alexcrichton/rust/threadsafe, r=cmrbors-6/+4
2013-07-01Turn on using LLVM threadsafelyAlex Crichton-6/+4
2013-07-01auto merge of #7443 : yjh0502/rust/fix_field_dup, r=huonwbors-0/+21
2013-07-01auto merge of #7521 : thestinger/rust/vec, r=Aatchbors-19/+37
2013-06-30auto merge of #7487 : huonw/rust/vec-kill, r=cmrbors-65/+63
2013-06-30pass exchange_malloc an alignment, not a tydescDaniel Micay-19/+37
2013-06-30auto merge of #7495 : thestinger/rust/exchange, r=cmrbors-79/+96
2013-06-30add a closure_exchange_malloc lang itemDaniel Micay-71/+87
2013-06-30stop copying the tydesc in unique box take glueDaniel Micay-9/+4
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-55/+54
2013-06-30Convert vec::dedup to a method.Huon Wilson-1/+1
2013-06-30Convert vec::{rposition, rposition_elem, position_elem, contains} to methods.Huon Wilson-8/+7
2013-06-30Remove vec::{rfind, rfind_between, find_between}, replaced by slices and iter...Huon Wilson-1/+1
2013-06-30auto merge of #7468 : cmr/rust/great_renaming, r=pcwaltonbors-286/+207
2013-06-30add a contains_managed intrinsicDaniel Micay-2/+8
2013-06-29auto merge of #7457 : Blei/rust/fix-ffi-floats, r=cmrbors-9/+5
2013-06-30Fixes #7377jihyun-0/+21
2013-06-29auto merge of #7452 : dotdash/rust/self_indirection, r=cmrbors-127/+82
2013-06-29Avoid double indirection for the "self" arg in methodsBjörn Steinbrink-78/+57
2013-06-29Fix handling of temp cleanups for the "self" argumentBjörn Steinbrink-25/+23
2013-06-29Remove mutability from unique boxes in the ASTAlex Crichton-14/+15
2013-06-29Removing a lot of usage of '&const'Alex Crichton-41/+41
2013-06-29Warning cleanupCorey Richardson-9/+3
2013-06-29Fix merge falloutCorey Richardson-7/+10
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-271/+195
2013-06-29Avoid extra casts for "self" argumentsBjörn Steinbrink-30/+8
2013-06-29Add missing argument to a debug! call in trans_arg_exprBjörn Steinbrink-1/+1
2013-06-29auto merge of #7363 : bblum/rust/soundness, r=nikomatsakisbors-319/+89
2013-06-29auto merge of #7244 : bblum/rust/once, r=nikomatsakisbors-27/+78
2013-06-29Trade stack closure copyability for type soundness.Ben Blum-14/+36
2013-06-29'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...Ben Blum-30/+30
2013-06-29Use more deriving(IterBytes) in librustc.Ben Blum-275/+23
2013-06-28auto merge of #7479 : mozilla/rust/rollup, r=thestingerbors-8/+6
2013-06-29librustc: fix #7467 for androidYoung-il Choi-5/+3
2013-06-29Rename #[mutable] to #[no_freeze]Brian Anderson-1/+1
2013-06-29Rename #[non_sendable] to #[no_send]Brian Anderson-2/+2
2013-06-28Drop the impl_id field from fn_ctxt.Michael Sullivan-38/+7
2013-06-28Drop an unused field from param_substs.Michael Sullivan-6/+3
2013-06-28Improve handling of trait bounds on a trait in default methods.Michael Sullivan-38/+92
2013-06-28Rework vtable_res to not be flattened. It is now a list of the resolutions fo...Michael Sullivan-90/+76
2013-06-28Actually resolve trait bounds on impls. Closes #7266.Michael Sullivan-0/+28
2013-06-28Make calling methods parameterized on the trait work from default methods.Michael Sullivan-31/+117
2013-06-28Make default method handling not choke on self region params. Closes #7341.Michael Sullivan-1/+6
2013-06-28librustc: don't skip ahead when computing register types of SSEFloatVectorsPhilipp Brüschweiler-9/+5
2013-06-28Rename Const/Owned in more placesJames Miller-1/+1
2013-06-28librustc: Fix even *MORE* merge fallout!Patrick Walton-2/+2
2013-06-28librustc: Fix even *more* merge fallout!Patrick Walton-5/+5
2013-06-28librustc: Fix more merge fallout.Patrick Walton-4/+5
2013-06-28librustc: Fix merge fallout and test cases.Patrick Walton-14/+38
2013-06-28Rewrite each_path to allow performance improvements in the future.Patrick Walton-208/+151