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
Age
Commit message (
Expand
)
Author
Lines
2011-11-17
Register snapshots
Brian Anderson
-0
/
+5
2011-11-17
rt: Make morestack link on x86_64. Still utterly broken
Brian Anderson
-4
/
+10
2011-11-17
rt: Make stack growth code build on Linux
Brian Anderson
-5
/
+6
2011-11-17
rt: More work on morestack
Patrick Walton
-29
/
+142
2011-11-17
rustc: Add a flag '--warn-unused-imports'
Haitao Li
-4
/
+13
2011-11-17
rustc: Fix warn on unused import bug
Haitao Li
-11
/
+10
2011-11-16
remove unused flag (thanks lht)
Niko Matsakis
-1
/
+1
2011-11-16
Removed --no-typestate flag from rutsc
Stefan Plantikow
-9
/
+3
2011-11-16
Revert "rt: More work on morestack"
Brian Anderson
-142
/
+29
2011-11-16
Revert "rt: Make stack growth code build on Linux"
Brian Anderson
-6
/
+5
2011-11-16
rustc: Fix help text for --sysroot
Brian Anderson
-1
/
+1
2011-11-16
rt: Make stack growth code build on Linux
Brian Anderson
-5
/
+6
2011-11-16
rt: More work on morestack
Patrick Walton
-29
/
+142
2011-11-16
rt: Remove an unnecessary check from rust_task::yield
Brian Anderson
-3
/
+1
2011-11-16
rt: Remove rust_task::notify_tasks_wating_to_join
Brian Anderson
-22
/
+0
2011-11-16
Disconnect ports before draining them. Issue #1155
Brian Anderson
-2
/
+55
2011-11-16
fix minor merge errors
Niko Matsakis
-31
/
+28
2011-11-16
wrap long line
Niko Matsakis
-2
/
+2
2011-11-16
correct signed-ness and long line
Niko Matsakis
-1
/
+1
2011-11-16
apply calling convention at call site too
Niko Matsakis
-1
/
+1
2011-11-16
temp workaround for failure to pass ulonglong successfully
Niko Matsakis
-2
/
+15
2011-11-16
missed merges
Niko Matsakis
-5
/
+0
2011-11-16
remove wrappers from intrinsics
Niko Matsakis
-301
/
+335
2011-11-16
fix win32 types, make close() use i32 as return type
Niko Matsakis
-53
/
+54
2011-11-16
make stdcall use shim
Niko Matsakis
-43
/
+26
2011-11-16
Various fixes for x86_64 on linux
Brian Anderson
-4
/
+10
2011-11-16
fix natives with user-specified link names, remove unused imports
Niko Matsakis
-9
/
+18
2011-11-16
fix mismatched types---make check passes on x86_64!
Niko Matsakis
-17
/
+18
2011-11-16
refactor all unix types
Niko Matsakis
-138
/
+192
2011-11-16
fix bug in shape where s_int/s_uint were not customized to platform
Niko Matsakis
-12
/
+29
2011-11-16
wrap long line;
Niko Matsakis
-1
/
+2
2011-11-16
temporarily disable these tests b/c they crash rustc
Niko Matsakis
-4
/
+4
2011-11-16
adjust alignment, size of tag variant id and make it easy to
Niko Matsakis
-15
/
+17
2011-11-16
enable comments in generated asm, ll
Niko Matsakis
-6
/
+36
2011-11-16
correct translation of neg. numbers in 64-bit architectures
Niko Matsakis
-17
/
+11
2011-11-16
remove fixed FIXME
Niko Matsakis
-1
/
+0
2011-11-16
fix alignment for chan_handle structs; rust equiv is translated
Niko Matsakis
-3
/
+3
2011-11-16
temp. disable cycle coll. on x86_64
Niko Matsakis
-0
/
+2
2011-11-16
enum does not have a size consistent with a tag, so use unsigned long instead
Niko Matsakis
-4
/
+3
2011-11-16
change u32 to uint. maybe we want an intptr_t built-in type.
Niko Matsakis
-1
/
+1
2011-11-16
add shim upcall func
Niko Matsakis
-0
/
+16
2011-11-16
wrap long line
Niko Matsakis
-1
/
+2
2011-11-16
finish up the shim approach
Niko Matsakis
-9
/
+17
2011-11-16
add back call to zero_and_revoke
Niko Matsakis
-0
/
+1
2011-11-16
correct alignment
Niko Matsakis
-3
/
+4
2011-11-16
begin efforts to use shim functions for c-stack calls
Niko Matsakis
-77
/
+166
2011-11-16
Replace 'mutable?' with 'const'
Brian Anderson
-54
/
+53
2011-11-16
Register snapshots
Brian Anderson
-0
/
+5
2011-11-16
rustc: Accept 'const' as synonym for 'mutable?'
Brian Anderson
-7
/
+10
2011-11-16
Fix S_IRUSR/S_IWUSR constants on mac. Closes #726
Brian Anderson
-15
/
+2
[prev]
[next]