summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Collapse)AuthorLines
2011-12-07Change literal representation to not truncateMarijn Haverbeke-5/+41
Also shuffles around the organization of numeric literals and types, separating by int/uint/float instead of machine-vs-non-machine types. This simplifies some code. Closes #974 Closes #1252
2011-12-07repair more hash functionsNiko Matsakis-1/+1
2011-12-07Disallow binding by-mut-ref and by-move argumentsMarijn Haverbeke-1/+1
Fix bug in bound by-copy arguments. Closes #1261
2011-12-06hack for now: map uint hashes into a u32, which helps x86_64 perf.Niko Matsakis-8/+12
2011-12-06libstd: Update docsBrian Anderson-13/+177
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+12758