| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-05 | Silence most of the remaining warnings | Brian Anderson | -2/+2 | |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -0/+2 | |
| 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-02 | libstd: Switch off legacy modes in both core and std. | Patrick Walton | -3/+4 | |
| 2012-09-23 | core: Un-legacy-export stackwalk, cmath | Brian Anderson | -4/+4 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+2 | |
| #[legacy_exports]; | ||||
| 2012-09-20 | core: Mark gc and stackwalk as demoded | Brian Anderson | -0/+4 | |
| 2012-09-19 | core: Clean up crate docs and give all mods a brief description | Brian Anderson | -1/+1 | |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -1/+1 | |
| 2012-09-07 | Remove 'let' syntax for struct fields | Brian Anderson | -1/+1 | |
| 2012-09-04 | core: Remove struct ctors | Brian Anderson | -2/+4 | |
| 2012-09-04 | libcore: "import" -> "use" | Patrick Walton | -3/+3 | |
| 2012-09-01 | Demode reinterpret_cast | Brian Anderson | -3/+3 | |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -3/+3 | |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -1/+1 | |
| 2012-08-13 | core: Camel case some lesser-used modules | Brian Anderson | -8/+8 | |
| 2012-08-01 | Convert ret to return | Brian Anderson | -1/+1 | |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -3/+3 | |
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -3/+3 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -3/+3 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -1/+1 | |
| 2012-06-20 | Don't shadow a class name with a local | Tim Chevalier | -5/+5 | |
| The fix in 208621 means you now can't shadow a class name with a local, which is consistent with other behavior. But stackwalk was doing that. Fixed it. | ||||
| 2012-06-11 | core: More stack walking | Brian Anderson | -9/+48 | |
| 2012-06-07 | core: Remove transitional code | Brian Anderson | -11/+0 | |
| 2012-06-06 | core: Start on a stack walker | Brian Anderson | -0/+54 | |
