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-12-18
rt: Create different stack-switching paths for upcalls and shims
Brian Anderson
-22
/
+34
2011-12-18
rt: Run the cycle collector on the C stack
Brian Anderson
-1
/
+3
2011-12-18
rt: Give each platform its own red zone definition
Brian Anderson
-3
/
+26
2011-12-18
rt: Trim the red zone to 20k on all platforms
Brian Anderson
-2
/
+2
2011-12-18
libcore: Remove task::set_min_stack
Brian Anderson
-27
/
+0
2011-12-18
test: Enable all morestack tests
Brian Anderson
-27
/
+3
2011-12-18
Only look for a matching method when normal field access fails
Marijn Haverbeke
-95
/
+120
2011-12-18
Improve efficienty of impl cache in resolve
Marijn Haverbeke
-10
/
+15
2011-12-18
rt: Remove a bogus FIXME from ~rust_task
Brian Anderson
-3
/
+1
2011-12-18
rt: Add lots of documentation to __morestack
Brian Anderson
-42
/
+139
2011-12-18
Revert "rt: Turn on big stacks again. Unwinding still doesn't always succeed ...
Brian Anderson
-1
/
+1
2011-12-18
rustc: Don't emit compact unwind info on mac
Brian Anderson
-0
/
+8
2011-12-17
rt: Turn on big stacks again. Unwinding still doesn't always succeed on mac
Brian Anderson
-1
/
+1
2011-12-17
libstd: Long lines
Brian Anderson
-1
/
+2
2011-12-17
rustc: Remove --stack-growth option
Brian Anderson
-5
/
+0
2011-12-17
rt: Get rid of the valgrind guard bytes at the end of the stack
Brian Anderson
-17
/
+2
2011-12-17
libstd: Add 'xterm-256-color' to list of color-enabled terminals
Brian Anderson
-1
/
+1
2011-12-17
rt: Use a DWARF CFI scheme that works on mac in __morestack
Brian Anderson
-24
/
+34
2011-12-17
rt: Turn on stack alignment checks for mac
Brian Anderson
-2
/
+2
2011-12-17
rt: Cache an extra stack segment to avoid bad behavior at stack boundaries
Brian Anderson
-12
/
+80
2011-12-17
rt: Set the default stack size to 768 bytes. Double on each alloc
Brian Anderson
-11
/
+39
2011-12-16
cargo: complain if rustc fails
Elly Jones
-1
/
+5
2011-12-16
Merge pull request #1320 from elly/cargo
Brian Anderson
-1
/
+2
2011-12-16
cargo: shorten a line
Elly Jones
-1
/
+2
2011-12-16
Merge pull request #1319 from elly/cargo
Graydon Hoare
-45
/
+307
2011-12-16
cargo: fix lib detection logic
Elly Jones
-1
/
+1
2011-12-16
Install and snapshot cargo by default.
Graydon Hoare
-0
/
+3
2011-12-16
cargo: fix remaining warnings
Elly Jones
-3
/
+3
2011-12-16
cargo: remove obsolete rust-pkg-index lookup code
Elly Jones
-22
/
+0
2011-12-16
cargo: fix some warnings
Elly Jones
-4
/
+5
2011-12-16
cargo: flesh out usage
Elly Jones
-0
/
+4
2011-12-16
cargo: Support distributed package indexes.
Elly Jones
-36
/
+135
2011-12-16
rt: Make 32-bit morestack compatible with fastcc
Brian Anderson
-9
/
+18
2011-12-16
rt: Fix saved address of unwinding %rsp in __morestack
Brian Anderson
-1
/
+1
2011-12-16
rt: Fix alignment of the call to upcall_del_stack in __morestack
Brian Anderson
-2
/
+7
2011-12-16
rt: Fix alignment of new stack segments
Brian Anderson
-4
/
+2
2011-12-16
rt: Only call check_stack_alignment on linux
Brian Anderson
-0
/
+5
2011-12-16
rt: Insert stack alignment checks into upcalls
Brian Anderson
-1
/
+31
2011-12-16
cargo: wip
Elly Jones
-10
/
+190
2011-12-16
Update build machinery to build and install librustc everywhere (including sn...
Graydon Hoare
-0
/
+3
2011-12-16
libstd: Temporarily use #[link_name = ""]
Brian Anderson
-0
/
+1
2011-12-16
allow #[link_args] with #[nolink]. For now, fail if two modules link same lib...
Graham Fawcett
-15
/
+48
2011-12-16
implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em...
Graham Fawcett
-17
/
+32
2011-12-16
std: file_is_dir -> path_is_dir, add path_exists
Elly Jones
-13
/
+39
2011-12-16
Fix arg order for vec::map call
Marijn Haverbeke
-4
/
+5
2011-12-16
Finish resolving and calling of crate-external impls
Marijn Haverbeke
-76
/
+196
2011-12-16
Reserve node_id 0 for the crate top-level module
Marijn Haverbeke
-9
/
+12
2011-12-16
Merge pull request #1317 from boggle/fix1315
Graydon Hoare
-25
/
+58
2011-12-16
Remove hopefully-now-redundant chops of ./ at the beginning of filenames in c...
Graydon Hoare
-4
/
+2
2011-12-16
Switch fmt extension to reference extfmt that's in core.
Graydon Hoare
-7
/
+2
[next]