| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-11 | Remove comment that is now false | Tim Chevalier | -4/+2 | |
| 2012-10-05 | Silence most of the remaining warnings | Brian Anderson | -1/+2 | |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -10/+11 | |
| 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-04 | De-mode comm::Chan | Tim Chevalier | -15/+15 | |
| 2012-10-03 | De-export net::*. Part of #3583. | Graydon Hoare | -35/+17 | |
| 2012-10-03 | Remove uses of + mode from libstd | Tim Chevalier | -7/+7 | |
| More or less the same as my analogous commit for libcore. Had to remove the forbid(deprecated_modes) pragma from some files -- will restore it after the snapshot. | ||||
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -4/+4 | |
| This removes most explicit uses of the + argument mode. Pending a snapshot, I had to remove the forbid(deprecated_modes) pragma from a bunch of files. I'll put it back! + mode still has to be used in a few places for functions that get moved (see task.rs) The changes outside core and std are due to the to_bytes trait and making the compiler (with legacy modes on) agree with the libraries (with legacy modes off) about modes. | ||||
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -21/+21 | |
| Everything should now call ptr::addr_of instead of ptr::p2::addr_of. Only the pipes macro code when compiled by stage0 will call ptr::p2::addr_of. Needs a snapshot to get rid of that. | ||||
| 2012-09-28 | std: More demoding | Brian Anderson | -1/+1 | |
| 2012-09-28 | demode vec | Niko Matsakis | -1/+1 | |
| 2012-09-28 | Fix missed pattern on std::net_tcp. | Graydon Hoare | -1/+1 | |
| 2012-09-28 | Long lines | Brian Anderson | -2/+3 | |
| 2012-09-28 | std: Eliminate deprecated patterns | Brian Anderson | -17/+17 | |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -2/+2 | |
| 2012-09-25 | Demode core::result | Brian Anderson | -14/+14 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+5 | |
| #[legacy_exports]; | ||||
| 2012-09-19 | std: Mostly demode net::tcp | Brian Anderson | -30/+30 | |
| 2012-09-15 | vec::u8 => vec::bytes (#3444) | Erick Tryzelaar | -1/+1 | |
| 2012-09-12 | Rename vec::unsafe to vec::raw | Brian Anderson | -2/+2 | |
| 2012-09-11 | Introduce auto adjustment table to subsume autoderef/autoref/borrowings. | Niko Matsakis | -1/+1 | |
| Fixes #3261 Fixes #3443 | ||||
| 2012-09-11 | Make moves explicit in arguments | Tim Chevalier | -8/+11 | |
| 2012-09-10 | Make remaining moves explicit in libstd | Tim Chevalier | -4/+4 | |
| 2012-09-09 | libstd: Fix botched exports for net_tcp | Patrick Walton | -1/+1 | |
| 2012-09-07 | Remove 'let' syntax for struct fields | Brian Anderson | -2/+2 | |
| 2012-09-04 | std: Remove struct ctors | Brian Anderson | -2/+12 | |
| 2012-09-04 | Demode libstd/net_ip.rs | Kevin Cantu | -2/+2 | |
| 2012-09-04 | libstd: "import" -> "use" | Patrick Walton | -8/+8 | |
| 2012-08-31 | Make utility funs in core::int, core::uint, etc. not by-reference | Tim Chevalier | -1/+1 | |
| Closes #3302 | ||||
| 2012-08-31 | std: Camel case net modules | Brian Anderson | -146/+146 | |
| 2012-08-29 | std: More camel casing | Brian Anderson | -9/+9 | |
| 2012-08-29 | core: Demode int/uint mods | Brian Anderson | -1/+1 | |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -30/+30 | |
| 2012-08-27 | Convert core::result to camel case | Brian Anderson | -53/+53 | |
| 2012-08-27 | remove ipv4 match which looks like it was... purposeless | Niko Matsakis | -58/+54 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -36/+36 | |
| 2012-08-25 | libstd: Don't make task-local GC data when creating TCP streams. | Patrick Walton | -9/+12 | |
| This exposed an ICE in a test; it's commented out for now. | ||||
| 2012-08-25 | libstd: Suppress warning about unused variable in net_tcp. | Erick Tryzelaar | -1/+1 | |
| 2012-08-24 | Add a bunch more unsafe blocks to prepare for the new semantics of ↵ | Michael Sullivan | -9/+9 | |
| unsafe/closure interactions. | ||||
| 2012-08-23 | Rename str::bytes to str::to_bytes | Tim Chevalier | -2/+2 | |
| Closes #3245 | ||||
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -69/+69 | |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -2/+2 | |
| 2012-08-16 | Add std::comm with DuplexStream | Eric Holk | -91/+94 | |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -28/+28 | |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -11/+11 | |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -8/+5 | |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -33/+33 | |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -90/+67 | |
| 2012-08-01 | Convert ret to return | Brian Anderson | -2/+2 | |
| 2012-07-31 | Change remaining "iface" occurrences to "trait"; deprecate "iface" | Lindsey Kuper | -5/+5 | |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -69/+69 | |
