]> git.lizzy.rs Git - rust.git/history - src/rt/arch/i386/record_sp.S
Auto merge of #27529 - dotdash:c_u8, r=eddyb
[rust.git] / src / rt / arch / i386 / record_sp.S
2015-07-14 Alexis Beingessnermove everything into the Rust tree
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-28 borsauto merge of #5561 : fabiand/rust/wllvm32, r=catamorphism
2013-03-26 borsauto merge of #5542 : catamorphism/rust/issue-4983...
2013-03-26 borsauto merge of #5540 : dbaupp/rust/configure-pandoc...
2013-03-26 borsauto merge of #5539 : apasel422/rust/kate, r=brson
2013-03-26 borsauto merge of #5537 : yichoi/rust/pull-0325, r=brson
2013-03-26 borsauto merge of #5536 : sanxiyn/rust/doc-purity, r=brson
2013-03-26 borsauto merge of #5528 : thestinger/rust/find_mut, r=brson
2013-03-26 borsauto merge of #5525 : dbaupp/rust/minor_fixups, r=graydon
2013-03-26 borsauto merge of #5524 : luqmana/rust/repeat-loop, r=pcwalton
2013-03-26 borsauto merge of #5513 : apasel422/rust/deriving, r=luqmana
2013-03-26 borsauto merge of #5509 : thestinger/rust/oldmap, r=brson
2013-03-25 borsauto merge of #5505 : catamorphism/rust/macro-tutorial...
2013-03-25 borsauto merge of #5409 : brson/rust/rt, r=brson
2013-03-25 borsauto merge of #5424 : luqmana/rust/inline-rt, r=brson
2013-03-18 Luqman Adenrt: Inline get_sp_limit/set_sp_limit/get_sp for x86.
2012-06-10 Brian AndersonMerge remote-tracking branch 'z0w0/cargo-deps'
2012-06-08 Patrick WaltonMerge branch 'incoming'
2012-06-07 Brian Andersonrt: Remove check_stack_alignment
2012-03-22 Brian Andersonrt: Add a get_sp_limit function
2012-03-22 Brian Andersonrt: Rename record_sp to record_sp_limit
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-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: Insert stack alignment checks into upcalls
2011-12-09 Brian Andersonrt: Make __morestack work on win32
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-03 Brian Andersonrt: Implement 32-bit __morestack for mac
2011-11-23 Brian Andersonrt: Make __morestack (without unwinding) work on 32...