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-12-02
stdlib: Actually write the word 'fail' instead of just thinking it
Brian Anderson
-0
/
+1
2011-12-02
stdlib: Add issue number to win32 fsync FIXME
Brian Anderson
-1
/
+1
2011-12-02
stdlib: Win32 fsync is just fail
Brian Anderson
-3
/
+1
2011-12-02
Added cross-platform fsync api to io; win32 impl needs to be refined
Stefan Plantikow
-13
/
+147
2011-12-02
Be less specific in 'unresolved import' error patterns
Marijn Haverbeke
-6
/
+6
2011-12-02
Disable a test that's failing on 32-bit due to imprecise literal handling
Marijn Haverbeke
-1
/
+2
2011-12-02
Include full module path in unresolved errors when looking in module
Marijn Haverbeke
-28
/
+61
2011-12-02
Make import ignore imports coming after them
Marijn Haverbeke
-17
/
+57
2011-12-02
Finally make the -1 crate id in resolve.rs a const
Marijn Haverbeke
-10
/
+7
2011-12-02
Stop lexing -1 as a single token
Marijn Haverbeke
-62
/
+3
2011-12-02
Allow literal patterns to contain arbitrary literal expressions
Marijn Haverbeke
-128
/
+175
2011-12-01
rt: Fix 64-bit linux __morestack
Brian Anderson
-2
/
+26
2011-12-01
test: Don't fill queue in run-pass/send-iloop. Closes #1244
Brian Anderson
-0
/
+3
2011-12-01
cargo: support build-from-source
Elly Jones
-7
/
+36
2011-12-01
rt: Implement __morestack for 64-bit mac. Doesn't unwind yet
Brian Anderson
-10
/
+5
2011-12-01
rt: Implement record_sp for 64-bit mac
Brian Anderson
-1
/
+8
2011-12-01
fix name of SetCurrentDirectory
Niko Matsakis
-2
/
+2
2011-12-01
libstd: add fs::change_dir()
Elly Jones
-0
/
+18
2011-12-01
rt: Move RED_ZONE_SIZE to rust_task.cpp
Brian Anderson
-9
/
+10
2011-12-01
rt: Add FIXME's about future changes to LLVM's __morestack impl
Brian Anderson
-0
/
+5
2011-12-01
rt: Refactor record_sp into task::record_stack_limit
Brian Anderson
-6
/
+8
2011-12-01
Build infra and minor build-enabling bugfixes for cargo.
Graydon Hoare
-9
/
+42
2011-12-01
cargo: add start of rust rewrite
Elly Jones
-0
/
+135
2011-12-01
stdlib: Implement some preliminary libuv bindings
Brian Anderson
-2
/
+284
2011-12-01
build: Pass -fPIC to the libuv build
Brian Anderson
-2
/
+2
2011-12-01
Fix mistake in last use pass
Marijn Haverbeke
-5
/
+12
2011-11-30
rt: Reorganize stack growth code
Brian Anderson
-72
/
+75
2011-11-30
rt: Remove redundant defs of RUST_DEL_STACK
Brian Anderson
-2
/
+0
2011-11-30
rt: Remove the stack pointer field of stk_seg
Brian Anderson
-42
/
+9
2011-11-30
rt: Remove upcall_alloc_c_stack/call_c_stack, et. al.
Brian Anderson
-129
/
+0
2011-11-30
rt: Rewrite 32-bit __morestack to use the shim upcall
Brian Anderson
-85
/
+63
2011-11-30
adjust and un-xfail
Niko Matsakis
-17
/
+21
2011-11-30
fix path for the find command
Niko Matsakis
-1
/
+1
2011-11-30
use 64-bit as host if on 64-bit CPU
Niko Matsakis
-3
/
+1
2011-11-30
Register snapshots
Brian Anderson
-0
/
+7
2011-11-30
xfail run-pass/bind-native-printf
Brian Anderson
-0
/
+1
2011-11-30
Box ast::path values
Marijn Haverbeke
-103
/
+102
2011-11-30
Fix typo in stdlib docs.
Lindsey Kuper
-1
/
+1
2011-11-29
rt: Request the correct number of bytes on the C stack
Brian Anderson
-1
/
+1
2011-11-29
rt: Delete the entire stack chain on task destruction
Brian Anderson
-2
/
+6
2011-11-29
Fix terminology typo.
Graydon Hoare
-1
/
+1
2011-11-29
Reflow at 60 columns. Nsis seems happy. Close #1010.
Graydon Hoare
-175
/
+222
2011-11-29
build: Have 'make check' run all target/host combinations
Brian Anderson
-16
/
+48
2011-11-29
build: Fix stage0 rules for non-host targets
Brian Anderson
-3
/
+3
2011-11-29
rt: Conditionalize out the 32-bit __morestack for everything but Linux
Brian Anderson
-0
/
+7
2011-11-29
rt: Fix the name of the linux macro in x86_64/morestack.S
Brian Anderson
-1
/
+1
2011-11-29
rt: Fix calculation of stack args location in x86_64/morestack.S
Brian Anderson
-3
/
+49
2011-11-29
rt: Fix i386/morestack.S for static linking
Brian Anderson
-2
/
+3
2011-11-29
improve install, fix MKFILE_DEPS so it works
Niko Matsakis
-25
/
+23
2011-11-29
fix snap
Niko Matsakis
-6
/
+15
[prev]
[next]