about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-04-24Implement Signed and Unsigned traits and remove related predicate functionsBrendan Zabarauskas-178/+328
2013-04-23Merge remote-tracking branch 'brson/io'Brian Anderson-292/+1206
2013-04-23auto merge of #6038 : alexcrichton/rust/more-unsafe, r=pcwaltonbors-144/+160
2013-04-23Fixing some various warnings about unused importsAlex Crichton-4/+6
2013-04-23Removing more unnecessary unsafe blocks throughoutAlex Crichton-97/+83
2013-04-23Improve the unused unsafe block warning to include unsafe blocks in unsafe fu...Alex Crichton-43/+71
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/+122
2013-04-23Remove a stray new operator in rust_task.hAlex Crichton-6/+0
2013-04-22mk: core has another level of directories with rt/io/netBrian Anderson-1/+1
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-22mk: Pass CFLAGS to the uv buildBrian Anderson-2/+2
2013-04-22auto merge of #6007 : pcwalton/rust/use-mod, r=brsonbors-53/+15
2013-04-22rustpkg: In doc, mention other implicit RUST_PATH entriesTim Chevalier-1/+6
2013-04-22docs: Sketch out rustpkg manualTim Chevalier-21/+117
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