about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-04-23core::rt: Tasks to not require an unwinderBrian Anderson-47/+126
2013-04-23auto merge of #6010 : Dretch/rust/run-windows, r=brsonbors-65/+133
2013-04-23Cleanup some mistakes made during rebasing/merging.gareth-3/+2
2013-04-23Oops, the should_fail test needs to be ignored on windows.gareth-0/+1
2013-04-23Remove os::waitpid because:gareth-30/+19
2013-04-23Fix issue #5976 - HANDLE leaks and undefined/bad behavourgareth-40/+119
2013-04-23auto merge of #6034 : thestinger/rust/num, r=catamorphism,pcwaltonbors-0/+58
2013-04-23auto merge of #6028 : Kimundi/rust/strconv-test-fixup, r=brsonbors-3/+2
2013-04-23inline the primitive numeric operationsDaniel Micay-0/+58
2013-04-23auto merge of #6022 : catamorphism/rust/warning-police, r=catamorphismbors-330/+312
2013-04-23rustc: Remove dead codeTim Chevalier-8/+0
2013-04-23rustc: Comments only: change XXX to FIXMETim Chevalier-2/+2
2013-04-23core, rustc: Warning policeTim Chevalier-320/+310
2013-04-23auto merge of #6027 : alexcrichton/rust/more-backticks, r=catamorphismbors-6/+6
2013-04-23auto merge of #6026 : isanbard/rust/ca73fbf72615575f106ee18160580711aca89d85,...bors-1/+2
2013-04-23Attempt to fix x86 only strconv test failureMarvin Löbel-3/+2
2013-04-23auto merge of #6025 : alexcrichton/rust/issue-2697, r=catamorphismbors-6/+0
2013-04-23auto merge of #6020 : yichoi/rust/pull-0423, r=brsonbors-0/+31
2013-04-22auto merge of #6017 : brson/rust/revert-span-merge, r=catamorphismbors-147/+13
2013-04-23Use backticks for the unsafe keyword in error messagesAlex Crichton-6/+6
2013-04-22Use correct grammar for error message.Bill Wendling-1/+2
2013-04-22auto merge of #6015 : catamorphism/rust/rustpkg-doc-second-try, r=catamorphismbors-21/+0
2013-04-23Remove a stray new operator in rust_task.hAlex Crichton-6/+0
2013-04-22auto merge of #6013 : gifnksm/rust/bigint-quot-rem, r=graydonbors-56/+57
2013-04-22auto merge of #6019 : brson/rust/xfail, r=brsonbors-0/+1
2013-04-23test: fix for missing ARM supportYoung-il Choi-0/+31
2013-04-22core: ignore test from_str_ignore_underscores. Broken on i686. #6018Brian Anderson-0/+1
2013-04-22core::rt: Fix a use after free in uv 'write'Brian Anderson-12/+21
2013-04-22auto merge of #6007 : pcwalton/rust/use-mod, r=brsonbors-53/+15
2013-04-22docs: Sketch out rustpkg manualTim Chevalier-21/+0
2013-04-22Revert "Errors with the same span print the span once"Brian Anderson-147/+13
2013-04-22auto merge of #5996 : sanxiyn/rust/target-feature, r=graydonbors-59/+64
2013-04-22core::rt: Add unwinding to newsched tasksBrian Anderson-20/+190
2013-04-22auto merge of #5980 : Kimundi/rust/ascii-encoding, r=thestingerbors-31/+320
2013-04-22auto merge of #5966 : alexcrichton/rust/issue-3083, r=graydonbors-120/+265
2013-04-22core::rt: Add implementations of Reader, Writer, and Listener for OptionBrian Anderson-3/+174
2013-04-23libstd: correct bigint's quot/rem, div/modulogifnksm-56/+57
2013-04-22Make conditions public. #6009Brian Anderson-1/+22
2013-04-22auto merge of #5971 : pcwalton/rust/is-absolute, r=pcwaltonbors-3/+13
2013-04-22core::rt: Move the definition of Listener to rt::ioBrian Anderson-34/+21
2013-04-22core::rt: Make I/O constructors return Option instead of ResultBrian Anderson-7/+7
2013-04-22Added missing assert, did some formatingMarvin Löbel-12/+1
2013-04-22core::rt Wire up task-local storage to the new schedulerBrian Anderson-26/+144
2013-04-22Moved ascii out of strMarvin Löbel-38/+35
2013-04-22librustc: Remove `use mod` from the languagePatrick Walton-53/+15
2013-04-22auto merge of #6001 : jld/rust/enum-nullable, r=pcwaltonbors-48/+327
2013-04-22libcore: Add `is_absolute()` to paths. Closes #5851.Patrick Walton-3/+13
2013-04-22cell: public field is unsafeDaniel Micay-1/+1
2013-04-22auto merge of #5995 : huonw/rust/core-rand-impls, r=pcwaltonbors-0/+46
2013-04-22Add some tests for nullable-pointer enumsJed Davis-0/+131