summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-02-03Added some generic number functions to core::numMarvin Löbel-0/+89
2013-02-03Added char::from_digit(), char::is_digit_radix() and an argument check to cha...Marvin Löbel-0/+50
2013-02-03Added ToStrRadix and FromStrRadix traitsMarvin Löbel-0/+10
2013-02-03Added Round trait to coreMarvin Löbel-0/+126
2013-02-03Moved all numeric modules in core into own directoryMarvin Löbel-10/+15
2013-02-03oldmap: &K instead of K for the remove parameterDaniel Micay-12/+12
2013-02-03oldmap: start conversion to explicit selfDaniel Micay-7/+6
2013-02-03oldmap: remove legacy each methodDaniel Micay-51/+48
2013-02-03oldmap: get rid of the legacy each_key methodDaniel Micay-13/+9
2013-02-03oldmap: remove the legacy each_value methodDaniel Micay-11/+7
2013-02-03oldmap: implement core::container::MutableDaniel Micay-6/+8
2013-02-03oldmap: implement core::container::ContainerDaniel Micay-18/+22
2013-02-03oldmap: get rid of the legacy contains_key methodDaniel Micay-87/+86
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-228/+227
2013-02-03rm commented out std::map code from json moduleDaniel Micay-12/+0
2013-02-03remove old StdMap traitDaniel Micay-80/+2
2013-02-03cat modernization (cleanup of a run-pass test)Daniel Micay-97/+84
2013-02-03update compile-fail/map-types.rs to use hashmapDaniel Micay-8/+6
2013-02-02automated mergebors-7/+7
2013-02-01rt: Remove some unused upcallsBrian Anderson-37/+0
2013-02-01rt: Remove get_frame_glue_fns. UnusedBrian Anderson-8/+0
2013-02-01rt: Remove circular_bufferBrian Anderson-276/+0
2013-02-01rt: Remove portsBrian Anderson-537/+2
2013-02-01core: Remove oldcommBrian Anderson-550/+0
2013-02-01rustdoc: Convert to pipesBrian Anderson-14/+12
2013-02-01rustdoc: Remove stray modeBrian Anderson-1/+1
2013-02-01rustdoc: Remove another use of oldcommBrian Anderson-8/+3
2013-02-01rustdoc: Fix some search-and-replace falloutBrian Anderson-10/+10
2013-02-01rustdoc: Remove definitions of spawn_listener and spawn_conversationBrian Anderson-24/+0
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1083/+1083
2013-02-01vim: 'fail' is no longer a keywordDaniel Micay-1/+1
2013-02-01automated mergebors-0/+1
2013-02-01Fix breakageBrian Anderson-2/+2
2013-02-01README.txt: Mention linenoiseGraydon Hoare-0/+1
2013-02-01vim: pub is just a plain old token keywordDaniel Micay-2/+1
2013-02-01vim: use StorageClass for mut and constDaniel Micay-2/+4
2013-02-01vim: 'be' is a reserved keywordDaniel Micay-1/+1
2013-02-01vim: unsafe:: namespaces were renamed to raw::Daniel Micay-2/+1
2013-02-01vim: add Self typeDaniel Micay-1/+1
2013-02-01Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1Brian Anderson-154/+131
2013-02-01Merge pull request #4720 from jbclements/syntactic-cleanupBrian Anderson-308/+468
2013-02-01vim: export is no longer a keywordDaniel Micay-1/+1
2013-02-01Revert "DO NOT COMMIT"Brian Anderson-23/+1
2013-02-01Long linesBrian Anderson-1/+2
2013-02-01rustdoc: Convert page_pass to pipesBrian Anderson-14/+17
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-105/+82
2013-02-01DO NOT COMMITBrian Anderson-1/+23
2013-02-01rustdoc: Convert astsrv to pipesBrian Anderson-107/+122
2013-01-31cleanup for make checkJohn Clements-11/+12
2013-01-31more cleanupJohn Clements-59/+69