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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
middle
/
trans
/
cabi.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-30
Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this
Huon Wilson
-2
/
+1
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-3
/
+3
2013-06-22
Fix merge fallout
James Miller
-1
/
+0
2013-06-22
Finish up Type refactoring
James Miller
-38
/
+19
2013-06-22
More Type refactorings
James Miller
-9
/
+9
2013-06-21
auto merge of #7259 : dotdash/rust/ir_improvement, r=graydon
bors
-11
/
+13
2013-06-21
Avoid pointless allocas for "nil" return values
Björn Steinbrink
-11
/
+13
2013-06-21
vec: remove eachi
Daniel Micay
-2
/
+2
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-20
/
+22
2013-05-30
Remove a bunch of unnecessary allocations and copies
Björn Steinbrink
-8
/
+8
2013-05-20
Remove all unnecessary allocations (as flagged by lint)
Alex Crichton
-1
/
+1
2013-05-15
Rename vec::len(var) to var.len()
Youngmin Yoo
-3
/
+3
2013-05-10
renamed vec::from_slice to vec::to_owned
Youngsoo Son
-4
/
+4
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+0
2013-04-19
librustc: Remove debug code; xfail-pretty reverse-complement.
Patrick Walton
-1
/
+0
2013-04-19
librustc: WIP patch for using the return value.
Patrick Walton
-14
/
+26
2013-04-17
rustc: Use an out pointer to return structs in x86 C ABI. #5347
Brian Anderson
-34
/
+0
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2013-03-05
core: convert vec::{tail,tailn} to return references
Erick Tryzelaar
-4
/
+4
2013-02-28
Remove legacy object creation mode, and convert remaining uses of it
Niko Matsakis
-2
/
+2
2013-02-28
Fix implicit leaks of imports throughout libraries
Alex Crichton
-2
/
+6
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-01-30
librustc: De-export trans. rs=deexporting
Patrick Walton
-8
/
+5
2013-01-25
rustc: Make build_wrap_ret compile on Windows and unrevert ABI patch
Tim Chevalier
-0
/
+215
2013-01-23
Revert "Merge pull request #4590 from crabtw/abi"
Tim Chevalier
-214
/
+0
2013-01-24
add ABIInfo trait and separate x86-64 ABI implementation from foreign trans
Jyun-Yan You
-0
/
+214