summary refs log tree commit diff
path: root/src/cargo/pgp.rs
AgeCommit message (Collapse)AuthorLines
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-12/+17
2012-08-01Convert ret to returnBrian Anderson-3/+3
2012-07-14Move the world over to using the new style string literals and types. Closes ↵Michael Sullivan-19/+19
#2907.
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-6/+6
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-5/+6
2012-04-18Fix use of wrong block context in return-from-loop codeMarijn Haverbeke-3/+2
Closes #2142
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-5/+4
Most could use the each method, but because of the hack used to disambiguate old- and new-style loops, some had to use vec::each. (This hack will go away soon.) Issue #1619
2012-04-05Explicitly use version 0.2 of cratesBrian Anderson-2/+0
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-8/+5
- Move io, run and rand to core. - Remove incorrect ctypes module (use libc). - Remove os-specific modules for os and fs. - Split fs between core::path and core::os.
2012-02-23Adjust fuzzer and cargo to changes in core::str APIMarijn Haverbeke-1/+1
2012-02-07String split renaming:Kevin Cantu-1/+1
* Renamed str::split -> str::split_byte * Renamed str::splitn -> str::splitn_byte * Renamed str::split_func -> str::split * Renamed str::split_char -> str::split_char * Renamed str::split_chars_iter -> str::split_char_iter * Added u8::is_ascii * Fixed the behavior of str::split_str, so that it matches split_chars and split (i.e. ["", "XXX", "YYY", ""] == split_str(".XXX.YYY.", ".")) * Fixed str::split_byte and str::splitn_byte so that they handle splitting UTF-8 strings on a given UTF-8/ASCII byte and also handle "" as the others do
2011-12-20cargo: syntax fixesElly Jones-1/+2
2011-12-20cargo: support optional signing of packages.json files.Elly Jones-0/+102