| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -4/+4 | |
| fail!() used to require owned strings but can handle static strings now. Also, it can pass its arguments to fmt!() on its own, no need for the caller to call fmt!() itself. | ||||
| 2013-05-08 | libstd: convert chained ifs to a match in base64. | Huon Wilson | -24/+20 | |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -2/+2 | |
| 2013-04-25 | Fix incorrect replacement of `modulo` with `rem` | Brendan Zabarauskas | -1/+1 | |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -1/+1 | |
| 2013-04-15 | auto merge of #5895 : huonw/rust/no-pub-tests, r=thestinger | bors | -2/+2 | |
| This patch is a sledge hammer that moves all tests into `#[cfg(test)] mod test { .. }`, and makes them private, there were several instances of `pub mod tests { #[test] pub fn ... } `. (The reason for this is I was playing with using `syntax` to index code ([result so far](http://www.ug.it.usyd.edu.au/~hwil7821/rust-api/)) and it was getting some junk from the tests.) The rustdoc commit is particularly brutal, so it's fine if that one isn't landed. | ||||
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ↵ | Huon Wilson | -2/+2 | |
| pub mod or pub fn). | ||||
| 2013-04-15 | auto merge of #5879 : astrieanna/rust/document_std_base64, r=catamorphism | bors | -1/+79 | |
| This adds examples for the methods in std::base64. Each example is complete in the sense that you can copy-paste it into a file and compile it successfully without adding anything (imports, etc). The hardest part of figuring out how to use this was figuring out the right import statements to put at the top. | ||||
| 2013-04-14 | Change to 4-space indents in code examples | Leah Hanson | -14/+14 | |
| 2013-04-14 | update copyright notice on base64.rs | Leah Hanson | -1/+1 | |
| 2013-04-13 | Doc review, as requested :-). | Dan Luu | -8/+7 | |
| Mostly just phrasing things differently, which is a matter of taste. Feel free to use or not use any of the changes I'm suggesting. I would say this one thing should be changed, though, not necessarily the way I changed it here. * Convert any string (literal, `@`, `&`, `~`) * that contains a base64 encoded value, to the byte values it encodes. If this structure is going to be used, either the entire clause, 'that contains a base64 encoded value', should be bracketed by commas, or the comma at the end of the clause should be removed. | ||||
| 2013-04-13 | move rustdoc comments so that they attach to the functions rather than the ↵ | Leah Hanson | -79/+79 | |
| impl blocks. | ||||
| 2013-04-12 | Add comments for the implementations of from_base64 and to_base64 for . | Leah Hanson | -0/+34 | |
| 2013-04-12 | add rustdoc comments with examples for the string versions of to_base64 and ↵ | Leah Hanson | -0/+45 | |
| from_base64 | ||||
| 2013-04-08 | Removing no longer needed unsafe blocks | Alex Crichton | -81/+77 | |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -14/+14 | |
| 2013-03-27 | base64: add docstring | Daniel Micay | -0/+2 | |
| 2013-03-26 | librustc: Remove obsolete syntax | Patrick Walton | -1/+1 | |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -2/+2 | |
| 2013-03-26 | Isolated bug, static vector seems to behave differently than fixed sized one | Marvin Löbel | -1/+1 | |
| 2013-03-26 | Switched over a bunch of splitting funktions to non-allocating iterators | Marvin Löbel | -13/+17 | |
| 2013-03-22 | libstd: Remove all uses of `pure` from libstd. rs=depure | Patrick Walton | -6/+6 | |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime ↵ | Patrick Walton | -2/+2 | |
| notation. rs=delifetiming | ||||
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -14/+14 | |
| 2013-03-07 | De-implicit-self libstd | Ben Striegel | -8/+8 | |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -2/+2 | |
| are currently inferred. New rules are coming that will require them to be explicit. All add some explicit self declarations. | ||||
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -1/+0 | |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. ↵ | Patrick Walton | -4/+4 | |
| rs=implflipping | ||||
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -4/+4 | |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -2/+0 | |
| correct handling of moves for struct-record update. Part of #3678. Fixes #2828, #3904, #4719. | ||||
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -4/+4 | |
| 2013-01-29 | libstd: De-export libstd. rs=deexport | Patrick Walton | -4/+2 | |
| 2012-12-27 | libstd: Fix a bunch of resolve errors in tests. rs=fire | Patrick Walton | -0/+3 | |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ↵ | Patrick Walton | -1/+5 | |
| contain at least two components. r=graydon | ||||
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 | |
| 2012-11-18 | Fixing warnings for long and blank lines | Jesse Jones | -10/+11 | |
| 2012-11-18 | Made more stuff pure. | Jesse Jones | -86/+88 | |
| escape functions in char, io.with_str_reader, base64 and md5sum, cell.empty_cell and is_empty. | ||||
| 2012-09-28 | std: Eliminate deprecated patterns | Brian Anderson | -1/+0 | |
| 2012-09-27 | De-export std::{base64,cmp,par}. Part of #3583. | Graydon Hoare | -2/+2 | |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -6/+6 | |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -2/+1 | |
| 2012-09-21 | libcore: De-mode str | Patrick Walton | -13/+13 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+1 | |
| #[legacy_exports]; | ||||
| 2012-09-04 | libstd: "import" -> "use" | Patrick Walton | -1/+1 | |
| 2012-09-03 | libstd: Make ToBase64 take slices | Patrick Walton | -2/+2 | |
| 2012-09-02 | std: warn(non_camel_case_types) everywhere. still some exceptions | Brian Anderson | -1/+0 | |
| 2012-09-01 | Confirm demode of base64.rs | Kevin Cantu | -0/+2 | |
| 2012-08-28 | CamelCasify lots of std | Ben Striegel | -6/+7 | |
| 2012-08-23 | Rename str::bytes to str::to_bytes | Tim Chevalier | -9/+9 | |
| Closes #3245 | ||||
| 2012-08-15 | Expunge match checks | Tim Chevalier | -4/+7 | |
