]> git.lizzy.rs Git - rust.git/history - src/rt/arch/x86_64/morestack.S
auto merge of #15999 : Kimundi/rust/fix_folder, r=nikomatsakis
[rust.git] / src / rt / arch / x86_64 / morestack.S
2014-07-31 borsauto merge of #15999 : Kimundi/rust/fix_folder, r=nikom...
2014-07-31 borsauto merge of #16073 : mneumann/rust/dragonfly2, r...
2014-07-29 Michael NeumannPort Rust to DragonFlyBSD
2013-11-14 borsauto merge of #9788 : geoffhill/rust/bare-fn-cast,...
2013-10-28 borsauto merge of #10095 : huonw/rust/master, r=cmr
2013-10-23 borsauto merge of #9810 : huonw/rust/rand3, r=alexcrichton
2013-10-23 borsauto merge of #10021 : alexcrichton/rust/asm-now-analyz...
2013-10-23 borsauto merge of #10015 : huonw/rust/minor-fixes, r=alexcr...
2013-10-23 borsauto merge of #10020 : mletterle/rust/documentation...
2013-10-22 borsauto merge of #9969 : reedlepee123/rust/priv_fields...
2013-10-22 borsauto merge of #10013 : bdash/rust/mavericks-unwinding...
2013-10-22 Mark RoweFix unwinding on OS X 10.9.
2013-10-21 borsauto merge of #9736 : catamorphism/rust/rustpkg-issue...
2013-10-20 borsauto merge of #9812 : HNO3/rust/windows-utf8, r=alexcri...
2013-10-19 borsauto merge of #9956 : sfackler/rust/more-more-visibilit...
2013-10-19 borsauto merge of #9952 : huonw/rust/fmt-doc, r=alexcrichton
2013-10-19 borsauto merge of #9949 : Heather/rust/driver-rs-cleanup...
2013-10-19 borsauto merge of #9834 : alexcrichton/rust/morestack,...
2013-10-19 Alex CrichtonUse __morestack to detect stack overflow
2013-08-28 borsauto merge of #8718 : bblum/rust/typeof, r=pcwalton
2013-08-28 borsauto merge of #8797 : nikomatsakis/rust/issue-8625...
2013-08-27 borsauto merge of #8792 : adridu59/rust/master, r=catamorphism
2013-08-27 borsauto merge of #8772 : thestinger/rust/option, r=anasazi
2013-08-27 borsauto merge of #8777 : Kimundi/rust/doc_stuff, r=cmr
2013-08-27 borsauto merge of #8757 : vadimcn/rust/debug-info-tests...
2013-08-27 borsauto merge of #8700 : alexcrichton/rust/better-llvm...
2013-08-27 borsauto merge of #8747 : pnkfelix/rust/fsk-issue6887-fix...
2013-08-27 borsauto merge of #8739 : fhahn/rust/ticket_2275, r=brson
2013-08-27 borsauto merge of #8438 : cmr/rust/default, r=thestinger
2013-08-26 borsauto merge of #8766 : brson/rust/vecfromfn, r=alexcrichton
2013-08-26 borsauto merge of #8488 : klutzy/rust/mingw-w64, r=brson
2013-08-26 klutzyrt: Remove leading underscore on Win64
2013-04-27 borsauto merge of #6066 : djui/rust/patch-1, r=graydon
2013-04-23 borsauto merge of #6026 : isanbard/rust/ca73fbf72615575f106...
2013-04-22 borsauto merge of #5887 : jdm/rust/stackbounds, r=brson
2013-04-19 borsauto merge of #5824 : bleibig/rust/debuginfo, r=brson
2013-04-19 borsauto merge of #5943 : brson/rust/struct-return, r=graydon
2013-04-19 borsauto merge of #5938 : thestinger/rust/iterator, r=pcwalton
2013-04-18 borsauto merge of #5920 : catamorphism/rust/rustpkg, r...
2013-04-18 borsauto merge of #5921 : brson/rust/pipes, r=brson
2013-04-18 borsauto merge of #5418 : luqmana/rust/stack-float, r=brson
2013-04-03 borsauto merge of #5559 : jbclements/rust/change-to-tt...
2013-04-01 borsauto merge of #5653 : brson/rust/warnings, r=brson
2013-04-01 borsauto merge of #5651 : luqmana/rust/incoming, r=thestinger
2013-04-01 borsauto merge of #5649 : thestinger/rust/lib, r=brson
2013-04-01 borsauto merge of #5647 : thestinger/rust/execstack, r...
2013-03-31 Daniel Micaymark the assembly object stacks as non-executable
2013-03-17 Luqman Adenrt: don't save and restore xmm/regs in __morestack.
2012-06-28 Tim ChevalierRemove FIXME question
2012-06-22 Brian AndersonMerge pull request #2706 from mozilla/incoming
2012-06-21 Tim ChevalierTry removing code marked with "I don't think this is...
2012-03-22 Brian Andersonrt: Shave 16 bytes off the __morestack frame
2012-03-22 Brian Andersonrt: Shave a few instructions off __morestack
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-03 Brian AndersonMerge pull request #1392 from Lenny222/list
2012-01-02 User Jyyoufreebsd support
2011-12-29 Graydon HoareSave and restore xmm regs across the call to UPCALL_NEW...
2011-12-29 Graydon HoareRemove obsolete comments.
2011-12-20 Brian Andersonrt: Save and restore %rax/%eax in __morestack
2011-12-20 Brian Andersonrt: Remove unused saves from __morestack
2011-12-20 Brian Andersonrt: Give upcall_new_stack the same convention as other...
2011-12-20 Brian Andersonrt: Give upcall_del_stack the same convention as other...
2011-12-18 Brian Andersonrt: Add lots of documentation to __morestack
2011-12-17 Brian Andersonrt: Use a DWARF CFI scheme that works on mac in __morestack
2011-12-17 Brian AndersonMerge pull request #1320 from elly/cargo
2011-12-17 Graydon HoareMerge pull request #1319 from elly/cargo
2011-12-17 Brian Andersonrt: Fix saved address of unwinding %rsp in __morestack
2011-12-13 Brian Andersonrt: Remove some duplicated code from 64-bit __morestack
2011-12-13 Brian Andersonrt: Make unwinding through __morestack work on mac
2011-12-13 Brian Andersonrt: Write CFI instructions that (might) work on mac...
2011-12-12 Brian Andersonrt: Make unwinding through __morestack work on mac
2011-12-12 Brian Andersonrt: Write CFI instructions that (might) work on mac...
2011-12-11 Brian Andersonbuild: Use llvm-mc as our assembler
2011-12-07 Graydon HoareMerge branch 'master' of github.com:graydon/rust
2011-12-07 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-12-07 Brian Andersonrt: Various tweaks to make __morestack unwinding work...
2011-12-06 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-12-06 Brian Andersonrt: Use an out pointer for rust_new_stack
2011-12-02 Brian Andersonrt: Fix __morestack prologue on x86_64 mac
2011-12-02 Brian Andersonrt: Fix 64-bit linux __morestack
2011-12-02 Brian Andersonrt: Implement __morestack for 64-bit mac. Doesn't unwin...
2011-12-01 Brian Andersonrt: Reorganize stack growth code
2011-12-01 Brian Andersonrt: Remove redundant defs of RUST_DEL_STACK
2011-12-01 Brian Andersonrt: Remove the stack pointer field of stk_seg
2011-11-29 Brian Andersonrt: Fix the name of the linux macro in x86_64/morestack.S
2011-11-29 Brian Andersonrt: Fix calculation of stack args location in x86_64...
2011-11-29 Brian Andersonrt: Make 64-bit __morestack grow and shrink properly
2011-11-29 Brian Andersonrt: Remove a FIXME frome x86_64/morestack.S
2011-11-29 Brian Andersonrt: Get 64-bit Linux __morestack allocating new stacks
2011-11-29 Brian Andersonrt: Set hidden visibility on __morestack
2011-11-29 Brian Andersonrt: Implement part of the 64-bit __morestack
2011-11-17 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-11-17 Niko Matsakisadd an extra underscore
2011-11-17 Brian Andersonrt: Make morestack link on x86_64. Still utterly broken
2011-11-02 Niko Matsakishastily port so we don't fail to build