| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -4/+6 | |
| One instance remains in net_tcp due to a foreign fn. Lots of instances remain in serialization.rs, but IIRC that is being removed. I had to do unholy things to task-perf-word-count-generic to get it to compile after demoding pipes. I may well have messed up its performance, but it passes. | ||||
| 2012-10-01 | Demode ebml, ebml2, json, par | Tim Chevalier | -4/+4 | |
| 2012-09-28 | std: More demoding | Brian Anderson | -9/+9 | |
| 2012-09-28 | demode vec | Niko Matsakis | -4/+4 | |
| 2012-09-27 | De-export std::{base64,cmp,par}. Part of #3583. | Graydon Hoare | -6/+5 | |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 | |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -3/+3 | |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -1/+1 | |
| 2012-09-13 | s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rs | Niko Matsakis | -1/+1 | |
| hat tip to @jruderman | ||||
| 2012-09-10 | Make remaining moves explicit in libstd | Tim Chevalier | -2/+2 | |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -6/+6 | |
| 2012-09-06 | Refactor trans to replace lvalue and friends with Datum. | Niko Matsakis | -2/+2 | |
| Also: - report illegal move/ref combos whether or not ref comes first - commented out fix for #3387, too restrictive and causes an ICE | ||||
| 2012-09-04 | libstd: "import" -> "use" | Patrick Walton | -1/+1 | |
| 2012-09-01 | Demode reinterpret_cast | Brian Anderson | -1/+1 | |
| 2012-08-31 | Remove type annotation that is no longer necessary | Tim Chevalier | -2/+1 | |
| Closes #2617 | ||||
| 2012-08-31 | Make utility funs in core::int, core::uint, etc. not by-reference | Tim Chevalier | -2/+2 | |
| Closes #3302 | ||||
| 2012-08-29 | core: Demode int/uint mods | Brian Anderson | -2/+2 | |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -4/+4 | |
| 2012-08-16 | Add std::comm with DuplexStream | Eric Holk | -4/+0 | |
| 2012-08-13 | rustc: Mostly implement region-bounded stack closures | Patrick Walton | -2/+2 | |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -2/+0 | |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -4/+4 | |
| 2012-07-24 | Update some str functions to slices, merge as_buf and unpack_slice. | Graydon Hoare | -1/+1 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -3/+3 | |
| #2907. | ||||
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -16/+22 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-07-03 | core: Eliminate some overloading of the name "future" in future.rs | Patrick Walton | -1/+1 | |
| 2012-07-02 | rustc: Implement a new resolve pass behind a compile flag | Patrick Walton | -0/+1 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -13/+13 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -19/+19 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -17/+17 | |
| 2012-06-26 | libstd: Work around some metadata infelicities that are causing problems in ↵ | Patrick Walton | -1/+2 | |
| resolve3, and remove an unused glob Conflicts: src/libstd/net_tcp.rs src/libstd/par.rs | ||||
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -12/+13 | |
| 2012-06-25 | Improved graph500 performance (Issue #2719) | Eric Holk | -2/+3 | |
| 2012-06-20 | Comments only: typos | Tim Chevalier | -1/+1 | |
| 2012-06-14 | Comments only: annotate FIXMEs | Tim Chevalier | -1/+1 | |
| 2012-06-02 | make vec fns/methods take imm slices. | Niko Matsakis | -7/+7 | |
| this also repairs the unsoundness in typing of unpack_slice, which was silently converting a const ptr to an imm one. | ||||
| 2012-05-30 | Add xorshift to core::rand, which gave a 3x speedup for graph generation in ↵ | Eric Holk | -1/+1 | |
| the bfs code. Also, remove trailing white space. | ||||
| 2012-05-30 | Remove warnings in std::par. | Eric Holk | -10/+14 | |
| 2012-05-30 | Added a factory version of par::mapi, which avoids the need for share_arc, ↵ | Eric Holk | -15/+40 | |
| and copies arcs between tasks better. | ||||
| 2012-05-30 | Move par into libstd. Closes #2441. | Eric Holk | -0/+108 | |
| 2012-05-22 | Removing par.rs, since it's not usable now anyway. | Eric Holk | -103/+0 | |
| 2012-05-22 | Adding a module with parallel vector operations. | Eric Holk | -0/+103 | |
| This should go in libstd, but currently resolve bugs make this not work. | ||||
