| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 | |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 | |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -2/+2 | |
| * The select/plural methods from format strings are removed * The # character no longer needs to be escaped * The \-based escapes have been removed * '{{' is now an escape for '{' * '}}' is now an escape for '}' Closes #14810 [breaking-change] | ||||
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 | |
| This grows a new option inside of rustdoc to add the ability to submit examples to an external website. If the `--markdown-playground-url` command line option or crate doc attribute `html_playground_url` is present, then examples will have a button on hover to submit the code to the playground specified. This commit enables submission of example code to play.rust-lang.org. The code submitted is that which is tested by rustdoc, not necessarily the exact code shown in the example. Closes #14654 | ||||
| 2014-06-06 | url: encode small bytes correctly. | Huon Wilson | -2/+6 | |
| Previously, bytes less than 16 would be encoded as %X, rather than %XX, since the output width was left to be automatic. | ||||
| 2014-06-06 | auto merge of #14667 : aochagavia/rust/pr2, r=huonw | bors | -1/+1 | |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo OchagavĂa | -1/+1 | |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -8/+5 | |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -2/+2 | |
| This completes the last stage of the renaming of the comparison hierarchy of traits. This change renames TotalEq to Eq and TotalOrd to Ord. In the future the new Eq/Ord will be filled out with their appropriate methods, but for now this change is purely a renaming change. [breaking-change] | ||||
| 2014-05-31 | Fix broken markup in query_to_str documentation | Florian Hartwig | -2/+2 | |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -5/+5 | |
| This is part of the ongoing renaming of the equality traits. See #12517 for more details. All code using Eq/Ord will temporarily need to move to Partial{Eq,Ord} or the Total{Eq,Ord} traits. The Total traits will soon be renamed to {Eq,Ord}. cc #12517 [breaking-change] | ||||
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -207/+207 | |
| [breaking-change] | ||||
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -45/+45 | |
| [breaking-change] | ||||
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 | |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -4/+4 | |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 | |
| The new documentation site has shorter urls, gzip'd content, and index.html redirecting functionality. | ||||
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -13/+13 | |
| 1. Wherever the `buf` field of a `Formatter` was used, the `Formatter` is used instead. 2. The usage of `write_fmt` is minimized as much as possible, the `write!` macro is preferred wherever possible. 3. Usage of `fmt::write` is minimized, favoring the `write!` macro instead. | ||||
| 2014-05-14 | liburl: Remove all uses of `~str` from `liburl` | Patrick Walton | -302/+315 | |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 | |
| 2014-05-01 | remove leftover obsolete string literals | Daniel Micay | -2/+2 | |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -213/+215 | |
| 2014-04-15 | liburl doc: insert missing hyphen | Chris Shea | -1/+1 | |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -24/+25 | |
| port all code over to use it. | ||||
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -1/+1 | |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 | |
| This also changes some of the download links in the documentation to 'nightly'. | ||||
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 | |
| Merging the 0.10 release into the master branch. | ||||
| 2014-03-31 | url: Switch privacy defaults where necessary | Alex Crichton | -12/+12 | |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 | |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -8/+8 | |
| Closes #2569 | ||||
| 2014-03-23 | Make url::Url derive TotalEq. | Ms2ger | -2/+2 | |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -2/+0 | |
| It's now in the prelude. | ||||
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 | |
| Closes #12771 | ||||
| 2014-03-15 | auto merge of #12923 : sfackler/rust/vecify, r=brson | bors | -23/+24 | |
| 2014-03-15 | Remove most ~[] usage in liburl | Steven Fackler | -23/+24 | |
| 2014-03-15 | Add rustdoc html crate info | Steven Fackler | -0/+3 | |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -0/+1283 | |
| This commit shreds all remnants of libextra from the compiler and standard distribution. Two modules, c_vec/tempfile, were moved into libstd after some cleanup, and the other modules were moved to separate crates as seen fit. Closes #8784 Closes #12413 Closes #12576 | ||||
