| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-27 | auto merge of #6766 : fdr/rust/time-by-value, r=catamorphism | bors | -10/+9 | |
| Per the recommendation of the now-removed FIXME. | ||||
| 2013-05-28 | Fix #6696 | Jihyun Yu | -2/+16 | |
| 2013-05-27 | auto merge of #6703 : sanxiyn/rust/allocation-lint, r=sanxiyn | bors | -19/+19 | |
| Fix #6145. In particular, handle operator overloading. | ||||
| 2013-05-27 | extra: Add reserve and reserve_at_least to extra::deque | Tim Chevalier | -0/+51 | |
| As called for in #4994 | ||||
| 2013-05-27 | syntax highlight code examples in docstrings | Daniel Micay | -19/+25 | |
| 2013-05-28 | Remove unnecessary allocations flagged by lint | Seo Sanghyeon | -19/+19 | |
| 2013-05-27 | Get rid of no-longer-needed #[doc(hidden)] attributes. | Lindsey Kuper | -2/+2 | |
| There were several old `#[doc(hidden)]` attributes in libstd and libextra, left over from when rustdoc didn't hide private definitions, tagged with `FIXME #3538`. Since #3538 is now closed, I removed the `#[doc(hidden)]` attributes as well as the FIXMEs, but I left `#[doc(hidden)]` in libstd/task/spawn.rs and libstd/task/rt.rs since those two are apparently `pub`, as well as in libextra/std.rc since std/extra is `pub`. | ||||
| 2013-05-27 | Increment copyright year of time.rs | Daniel Farina | -1/+1 | |
| 2013-05-27 | Use passing by-value in gmtime, mktime | Daniel Farina | -9/+8 | |
| Per the recommendation of the now-removed FIXME. | ||||
| 2013-05-27 | Refactor core::run in order to address many of the issues | gareth | -1/+1 | |
| mentioned in #2625. This change makes the module more oriented around Process values instead of having to deal with process ids directly. Apart from issues mentioned in #2625, other changes include: - Changing the naming to be more consistent - Process/process is now used instead of a mixture of Program/program and Process/process. - More docs/tests. Some io/scheduler related issues remain (mentioned in #2625). | ||||
| 2013-05-24 | Remove the clone function for the method | Olivier Saut | -5/+2 | |
| 2013-05-24 | Remove the get function | Olivier Saut | -16/+9 | |
| Rust is now preferring methods over functions and there is no legacy with ARC | ||||
| 2013-05-23 | cleanup warnings from libextra | Erick Tryzelaar | -474/+460 | |
| 2013-05-23 | libextra: Add missing core::prelude import. rs=burningtree | Patrick Walton | -0/+2 | |
| 2013-05-22 | libextra: Allow unnecessary allocations | Patrick Walton | -0/+1 | |
| 2013-05-22 | libsyntax: Fix more merge fallout. | Patrick Walton | -0/+2 | |
| 2013-05-22 | test: Update tests and import the prelude in some more places. | Patrick Walton | -12/+51 | |
| 2013-05-22 | syntax: Change syntax extensions to expand to `std::foo` instead of `core::foo` | Patrick Walton | -0/+6 | |
| 2013-05-22 | librustc: Change `std` to `extra` throughout libsyntax and librustc | Patrick Walton | -2/+8 | |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd ↵ | Patrick Walton | -5/+133 | |
| to libextra | ||||
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+32233 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
