summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-02-06libsyntax: no binary/hex float literalsKang Seonghoon-0/+43
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-479/+482
2013-02-05testsuite: Add test for #4523Tim Chevalier-0/+17
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-482/+479
2013-02-05Register snapshotsTim Chevalier-0/+8
2013-02-05Merge branch 'incoming' into removingTim Chevalier-582/+623
2013-02-05MergeTim Chevalier-5586/+5842
2013-02-05Don't warn when imported traits are indeed usedAlex Crichton-3/+14
2013-02-05Fix some bugs with -W unused-importsAlex Crichton-25/+68
2013-02-05auto merge of #4796 : catamorphism/rust/derecord_std, r=catamorphismbors-71/+74
2013-02-05auto merge of #4793 : brson/rust/ignore_exclusive_unwrap_conflict, r=brsonbors-1/+1
2013-02-05core: Add a rand::Rand trait that is implemented by types that can beZack Corr-0/+100
2013-02-05auto merge of #4790 : pcwalton/rust/at-readers, r=pcwaltonbors-9/+9
2013-02-04auto merge of #4784 : alexcrichton/rust/bitv-clear-fix, r=graydonbors-1/+19
2013-02-04lines too longJohn Clements-11/+12
2013-02-04demodeing, un-gc-ingJohn Clements-70/+72
2013-02-04Fix the each_storage() iterator on big bit vectorsAlex Crichton-1/+19
2013-02-04auto merge of #4747 : sanxiyn/rust/integral-type, r=graydonbors-1/+4
2013-02-04core/syntax: Staging fixesTim Chevalier-44/+2
2013-02-04auto merge of pull req #4777 from thestinger/rust, r=graydonbors-479/+482
2013-02-04std: Stamp out structural recordsTim Chevalier-71/+74
2013-02-04automated mergebors-1/+1
2013-02-04syntax: Make the pipe compiler stop generating set_buffer_ callsTim Chevalier-2/+2
2013-02-04core/syntax: Add transitional code for pipesTim Chevalier-9/+44
2013-02-04Ignore test exclusive_unwrap_conflict. #4689Brian Anderson-1/+1
2013-02-04automated mergebors-19/+33
2013-02-04libcore: Add @ to ReadersPatrick Walton-9/+9
2013-02-04Merge remote-tracking branch 'bstrie/rimov' into incomingBrian Anderson-156/+155
2013-02-04Merge pull request #4684 from erickt/incomingBrian Anderson-72/+88
2013-02-04xfail-faist impl_privace_xc_2.rsBrian Anderson-0/+1
2013-02-04libsyntax: Add explicit self to ast_util. rs=explicit-selfingPatrick Walton-22/+22
2013-02-04Let type_is_integral return false for bool typeSeo Sanghyeon-1/+4
2013-02-04Use x86-64 CABI for foreign function on arm targetILyoan-1/+1
2013-02-03core: Flesh out the either traitsErick Tryzelaar-0/+17
2013-02-03core: export either::{Either,Left,Right} from the preludeErick Tryzelaar-0/+1
2013-02-03core: sort each prelude.rs sectionErick Tryzelaar-19/+15
2013-02-03core: convert ToStr::to_str to take explicit &selfErick Tryzelaar-72/+88
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-479/+482
2013-02-03xfail-fast run-pass/impl-privacy-xc-1.rsBrian Anderson-0/+1
2013-02-03Merge remote-tracking branch 'thestinger/old_map' into incomingBrian Anderson-625/+512
2013-02-03librustc: Fix bugs regarding to impl privacy. rs=bugfixPatrick Walton-3/+47
2013-02-03Solved float, f32 and f64 `to_str_radix()` special value ambiguity.Marvin Löbel-3/+69
2013-02-03Fixed errors resulting from rebase.Marvin Löbel-27/+28
2013-02-03Fixed `fmt!`, tests, doc-tests.Marvin Löbel-19/+25
2013-02-03Removed wrong/wip docMarvin Löbel-4/+0
2013-02-03Converted the floating point types to the new string conversion functions.Marvin Löbel-225/+616
2013-02-03Fixed tests still using old integer to_strMarvin Löbel-24/+49
2013-02-03Converted libcore/uint-template.rs to the new string functions.Marvin Löbel-155/+155
2013-02-03Converted libcore/int-template.rs to the new string functions.Marvin Löbel-79/+133
2013-02-03Added generic string <-> number conversion functions to core::num.Marvin Löbel-3/+537