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
Age
Commit message (
Expand
)
Author
Lines
2011-10-24
Fix long lines
Brian Anderson
-1
/
+2
2011-10-24
fix c-stack-cdecl when used w/ i64
Niko Matsakis
-5
/
+40
2011-10-24
kill errant log_err
Niko Matsakis
-2
/
+0
2011-10-24
remove (unused) fn rust_list_files from win32_fs; that is
Niko Matsakis
-1
/
+0
2011-10-24
switch over sqrt from llvm to c-stack-cdecl, exposing a bug in
Niko Matsakis
-9
/
+31
2011-10-24
add implicit ctx
Niko Matsakis
-1
/
+1
2011-10-24
remove unused task ptr arg
Niko Matsakis
-7
/
+5
2011-10-24
update intrinsics file
Niko Matsakis
-10
/
+9
2011-10-24
move uses of rust ABI in tests to cdecl or c-stack-cdecl as appr
Niko Matsakis
-17
/
+26
2011-10-24
move remaining task natives to cdecl ABI (run on rust stack)
Niko Matsakis
-10
/
+12
2011-10-24
isolate those funcs in task that can run on the c stack
Niko Matsakis
-19
/
+20
2011-10-24
work around bug when calling c-stack-cdecl fns from outside crate
Niko Matsakis
-1
/
+14
2011-10-24
move sys fns into c-stack-cdecl and get_type_desc() into rusti
Niko Matsakis
-91
/
+96
2011-10-24
migrate leak
Niko Matsakis
-2
/
+2
2011-10-24
migrate rust_run_program
Niko Matsakis
-1
/
+1
2011-10-24
migrate debugging funcs
Niko Matsakis
-34
/
+36
2011-10-24
migrate sched_threads call
Niko Matsakis
-1
/
+1
2011-10-24
convert str methods to c-stack-cdecl
Niko Matsakis
-1
/
+1
2011-10-24
make time module use c-stack-cdecl
Niko Matsakis
-1
/
+1
2011-10-24
move rand functions into c-stack-cdecl mode
Niko Matsakis
-1
/
+11
2011-10-24
remove unnecessary && from various file routines
Niko Matsakis
-3
/
+3
2011-10-24
move more native "rust" to native "c-stack-cdecl"
Niko Matsakis
-3
/
+3
2011-10-24
move io.rs natives from "rust" to "c-stack-stdlib"
Niko Matsakis
-1
/
+1
2011-10-24
move fs routines to c-stack-stdlib
Niko Matsakis
-6
/
+6
2011-10-24
rip out unused task pointers
Niko Matsakis
-12
/
+12
2011-10-24
move comm functions out of rust abi
Niko Matsakis
-14
/
+34
2011-10-24
purge log_err
Niko Matsakis
-1
/
+0
2011-10-24
update vec libs to use c-stack-cdecl calling convention
Niko Matsakis
-6
/
+23
2011-10-24
Register snapshots
Brian Anderson
-0
/
+5
2011-10-23
Revert "Register snapshots"
Brian Anderson
-5
/
+0
2011-10-23
Revert "Register snapshots"
Brian Anderson
-5
/
+0
2011-10-23
Register snapshots
Brian Anderson
-0
/
+5
2011-10-23
Register snapshots
Brian Anderson
-0
/
+5
2011-10-23
Add commentary about -znoexecstack
Brian Anderson
-0
/
+2
2011-10-23
Make sure librustrt.so is linked with a non-executable stack.
Austin Seipp
-1
/
+1
2011-10-23
Fix an insane rt build error running 'make check -j3'
Austin Seipp
-3
/
+1
2011-10-23
Remove a test binary that shouldn't exist
Brian Anderson
-0
/
+0
2011-10-23
Add Austin Seipp to AUTHORS.txt
Brian Anderson
-0
/
+1
2011-10-23
Make sure $CFG_LLVM_CONFIG is set to $CFG_LLVM_ROOT/bin/llvm-config
Austin Seipp
-0
/
+1
2011-10-22
Update src/etc/gyp-uv
Brian Anderson
-7
/
+9
2011-10-22
Upgrade libuv to 179f475b2ad64729feb0422f06ce133cb364482a
Brian Anderson
-1836
/
+19561
2011-10-21
Remove hack to break the AST fold cycle. Closes #998
Brian Anderson
-38
/
+2
2011-10-21
Get 'make tidy' to work rustllvm and rt again
Brian Anderson
-145
/
+145
2011-10-21
Register snapshots
Brian Anderson
-0
/
+5
2011-10-21
Cycle-collect objects
Brian Anderson
-2
/
+18
2011-10-21
update trans_c_stack_native_call() to use type_of_explicit_args()
Niko Matsakis
-28
/
+18
2011-10-21
add get_type_desc to list of exported funcs
Niko Matsakis
-0
/
+1
2011-10-21
add get_type_desc function to library
Niko Matsakis
-0
/
+5
2011-10-21
avoid extra load for by_mutable_ref parameters
Niko Matsakis
-4
/
+7
2011-10-21
Free vectors during cc sweep
Brian Anderson
-3
/
+136
[prev]
[next]