summary refs log tree commit diff
path: root/src/librustc/middle/trans/cabi.rs
AgeCommit message (Expand)AuthorLines
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-2/+1
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-3/+3
2013-06-22Fix merge falloutJames Miller-1/+0
2013-06-22Finish up Type refactoringJames Miller-38/+19
2013-06-22More Type refactoringsJames Miller-9/+9
2013-06-21auto merge of #7259 : dotdash/rust/ir_improvement, r=graydonbors-11/+13
2013-06-21Avoid pointless allocas for "nil" return valuesBjörn Steinbrink-11/+13
2013-06-21vec: remove eachiDaniel Micay-2/+2
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-20/+22
2013-05-30Remove a bunch of unnecessary allocations and copiesBjörn Steinbrink-8/+8
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-1/+1
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-3/+3
2013-05-10renamed vec::from_slice to vec::to_ownedYoungsoo Son-4/+4
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-04-19librustc: Remove debug code; xfail-pretty reverse-complement.Patrick Walton-1/+0
2013-04-19librustc: WIP patch for using the return value.Patrick Walton-14/+26
2013-04-17rustc: Use an out pointer to return structs in x86 C ABI. #5347Brian Anderson-34/+0
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-05core: convert vec::{tail,tailn} to return referencesErick Tryzelaar-4/+4
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-2/+2
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-2/+6
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-01-30librustc: De-export trans. rs=deexportingPatrick Walton-8/+5
2013-01-25rustc: Make build_wrap_ret compile on Windows and unrevert ABI patchTim Chevalier-0/+215
2013-01-23Revert "Merge pull request #4590 from crabtw/abi"Tim Chevalier-214/+0
2013-01-24add ABIInfo trait and separate x86-64 ABI implementation from foreign transJyun-Yan You-0/+214