summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-02-24rustdoc: Record paths to native functionsBrian Anderson-1/+19
2012-02-24rustdoc: Remove a pointer that's no longer neededBrian Anderson-25/+24
2012-02-24rustdoc: Extract doc nodes for native modsBrian Anderson-2/+45
2012-02-24rustdoc: Add doc node for native modsBrian Anderson-0/+36
2012-02-24Revert "rt: Cut the red zone to 10K on mac"Brian Anderson-2/+2
2012-02-23rustc: Don't add duplicate entries to exp_mapBrian Anderson-2/+19
2012-02-23rt: Cut the red zone to 10K on macBrian Anderson-2/+2
2012-02-23Support basic, unsophisticated, somewhat wrong export-globs.Graydon Hoare-52/+145
2012-02-23Fix comment, add test that export glob works as import glob in scope.Graydon Hoare-1/+17
2012-02-23Treat export-globs as import-globs for sake of linking.Graydon Hoare-3/+12
2012-02-23Minor renaming to help my comprehension.Graydon Hoare-38/+44
2012-02-23Revert "etc: Add helgrind suppression for lock_held_by_current_thread"Brian Anderson-7/+0
2012-02-23rustdoc: Make reexports work in the crate moduleBrian Anderson-1/+32
2012-02-23etc: Add helgrind suppression for lock_held_by_current_threadBrian Anderson-0/+7
2012-02-23Make sure fold_ty preserves associated def_idsMarijn Haverbeke-0/+4
2012-02-23Adjust fuzzer and cargo to changes in core::str APIMarijn Haverbeke-4/+4
2012-02-23Finish cleanup of core::strMarijn Haverbeke-494/+353
2012-02-23Optimize str::replaceMarijn Haverbeke-40/+49
2012-02-23Various cleanups and optimizations in core::strMarijn Haverbeke-396/+270
2012-02-23Make str::pop_char and str::unsafe::pop_byte efficientMarijn Haverbeke-14/+15
2012-02-23(core::str) commentsKevin Cantu-11/+18
2012-02-23(core::str) rename ++Kevin Cantu-2/+2
2012-02-23(core::str) rename substr_len_bytes to substr_len, and delete unused byte_ind...Kevin Cantu-26/+5
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-145/+135
2012-02-23(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes wi...Kevin Cantu-64/+64
2012-02-23(core::str) stop using index_charsKevin Cantu-5/+3
2012-02-23(core::str) replace byte_index[_from] with index[_from]Kevin Cantu-21/+23
2012-02-23(core::str) do some replacementsKevin Cantu-8/+9
2012-02-23(core::str) add index, index_from, rindex which return byte positions of char...Kevin Cantu-15/+76
2012-02-23(core::str) add a safe byte slice and maybe_slice ++Kevin Cantu-1/+1
2012-02-23(core::str) add a safe byte slice and maybe_sliceKevin Cantu-0/+77
2012-02-23(core::char) rename slice -> slice_charsKevin Cantu-36/+37
2012-02-23(core::str) rename rindex -> rindex_charsKevin Cantu-11/+11
2012-02-23(core::str) rename index -> index_charsKevin Cantu-12/+10
2012-02-23(core::str) make len an alias for len_bytes ++Kevin Cantu-2/+2
2012-02-23(core::str) make len an alias for len_bytesKevin Cantu-4/+2
2012-02-23(core::str) mostly rename len -> len_charsKevin Cantu-52/+54
2012-02-23rt: Cut the red zone to 2K on linuxBrian Anderson-2/+2
2012-02-22rt: Cut the red zone to 4K on linuxBrian Anderson-2/+2
2012-02-22rt: Switch to the C stack in reset_stack_limitBrian Anderson-5/+24
2012-02-22rt: Stop logging on the Rust stack. Closes #1478Brian Anderson-1/+9
2012-02-22rustc: Don't ignore attributes inside empty mods. Closes #1655Brian Anderson-1/+18
2012-02-22test: Add a test for #1696Brian Anderson-0/+8
2012-02-22test: Add a test for #1697Brian Anderson-0/+7
2012-02-22rustc: Allow any integral types on rhs of shift opsBrian Anderson-8/+156
2012-02-22Improve error message for use of a non-pure-fn in a predTim Chevalier-4/+4
2012-02-22Stop normalizing patternsMarijn Haverbeke-320/+285
2012-02-22Fix uint/u64 confusionMarijn Haverbeke-1/+1
2012-02-22Take move captures in account in mutability checkerMarijn Haverbeke-0/+17
2012-02-22Return a new type var instead of nil when failing to typecheck a fieldMarijn Haverbeke-3/+5