summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-04-25Fix incorrect replacement of `modulo` with `rem`Brendan Zabarauskas-1/+1
2013-04-24auto merge of #6044 : Dretch/rust/run-remove-progrepr, r=graydonbors-67/+50
2013-04-24core: Turn off rtdebug loggingBrian Anderson-2/+2
2013-04-24core: Warning policeBrian Anderson-12/+5
2013-04-24Fixed typo... And a billion other things.Marvin Löbel-20/+31
2013-04-24Removed ascii functions from other modulesMarvin Löbel-89/+43
2013-04-24Refactor core::run to remove the ProgRepr struct, which wasgareth-67/+50
2013-04-24auto merge of #6036 : huonw/rust/core-less-at, r=nikomatsakisbors-538/+397
2013-04-24libcore: remove unnecessary derefHuon Wilson-1/+1
2013-04-24libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.Huon Wilson-247/+106
2013-04-24libcore: convert the Program @-object to be a plain struct + impl.Huon Wilson-114/+104
2013-04-24libcore: remove @Rng from rand, and use traits instead.Huon Wilson-195/+205
2013-04-23TidyBrian Anderson-1/+1
2013-04-23core::rt: Add more I/O docsBrian Anderson-22/+153
2013-04-24Merge branch 'incoming' of git://github.com/mozilla/rust into unwind-fixJames Miller-188/+671
2013-04-24Remove rust_unwind.hJames Miller-41/+7
2013-04-24Improve divide-by-zero error messagesBrendan Zabarauskas-10/+10
2013-04-24Implement Natural traitBrendan Zabarauskas-2/+335
2013-04-23core: Convert reinterpret_cast to transmute in TLS. #6039Brian Anderson-11/+6
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-289/+1203
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/+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