| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-04 | Forbid deprecated modes again in core | Tim Chevalier | -1/+1 | |
| Sadly, there's only one file that requires deprecated modes (stackwalk)... So, forbid them everywhere else. | ||||
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -3/+3 | |
| 2012-10-03 | Attempt to fix os::args errors on various platforms. | Graydon Hoare | -13/+21 | |
| 2012-10-02 | rustc: Only allow imports marked with "pub" to be imported from other modules | Patrick Walton | -4/+4 | |
| 2012-10-02 | Fix long line. | Graydon Hoare | -1/+2 | |
| 2012-10-02 | libcore: Implement os::args() on Windows | Patrick Walton | -1/+46 | |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -3/+3 | |
| 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 | -2/+2 | |
| 2012-10-02 | core: Add implementation of real_args for FreeBSD | Brian Anderson | -0/+5 | |
| 2012-10-01 | silence warning | Niko Matsakis | -1/+1 | |
| 2012-10-01 | libcore: Fix tidy error | Patrick Walton | -2/+2 | |
| 2012-10-01 | libcore: Allow the command line arguments to be set on a per-task basis | Patrick Walton | -1/+33 | |
| 2012-10-01 | libcore: Implement a sys::args() on Mac | Patrick Walton | -0/+24 | |
| 2012-09-28 | Unbork Windows | Tim Chevalier | -2/+2 | |
| 2012-09-28 | Add a demoded version of ptr::addr_of | Tim Chevalier | -3/+3 | |
| Currently, the new version is ptr::p2::addr_of and the old one is ptr::addr_of. This is kind of cheesy, but I need a snapshot before I can ditch the old version, since the pipe compiler generates calls to addr_of. core is converted over to use the new version, std is not. | ||||
| 2012-09-28 | core: Demode patterns | Brian Anderson | -7/+7 | |
| 2012-09-28 | core: Fix more windows bustage | Brian Anderson | -1/+1 | |
| 2012-09-28 | Fix windows breakage. | Graydon Hoare | -1/+2 | |
| 2012-09-28 | demode vec | Niko Matsakis | -3/+3 | |
| 2012-09-27 | core: More option demoding | Brian Anderson | -3/+3 | |
| 2012-09-27 | More fixing for windows build. | Graydon Hoare | -3/+3 | |
| 2012-09-27 | Try to fix win32 breakage on os. | Graydon Hoare | -9/+8 | |
| 2012-09-27 | De-export os and libc. Close #2006. | Graydon Hoare | -140/+79 | |
| 2012-09-26 | core: Replace map/map_default with map_ref/map_default_ref | Brian Anderson | -1/+1 | |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 | |
| 2012-09-23 | Fix more windows breakage | Brian Anderson | -2/+2 | |
| 2012-09-23 | core: Fix some option-demode fallout on windows | Brian Anderson | -1/+1 | |
| 2012-09-23 | core: Demode option | Brian Anderson | -8/+8 | |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -3/+2 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+11 | |
| #[legacy_exports]; | ||||
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -1/+1 | |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -3/+5 | |
| Note that the method foo.each() is not de-moded, nor the other vec routines. | ||||
| 2012-09-19 | libcore: unsafe mod renamed to cast | Erick Tryzelaar | -1/+1 | |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially ↵ | Niko Matsakis | -7/+5 | |
| demode str" This reverts commit 1be24f0758d3075d2e7f141f8831bb8a233ce86e. Not quite ready. | ||||
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -5/+7 | |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -2/+2 | |
| 2012-09-13 | Fix stray vec::as_buf, try to put out fire on win32. | Graydon Hoare | -1/+1 | |
| 2012-09-13 | core: Fix stray usage of vec::unsafe on FreeBSD | Brian Anderson | -1/+1 | |
| 2012-09-12 | Rename str::unsafe to str::raw | Brian Anderson | -2/+2 | |
| 2012-09-11 | Promote 'impl' from restricted keyword to strict | Brian Anderson | -4/+4 | |
| 2012-09-11 | Promote 'pub' and 'priv' from restricted to strict keywords | Brian Anderson | -2/+2 | |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -40/+39 | |
| 2012-09-10 | Make all remaining moves explicit in libcore | Tim Chevalier | -1/+1 | |
| 2012-09-04 | libcore: "import" -> "use" | Patrick Walton | -5/+5 | |
| 2012-09-02 | Silence non-implicitly-copyable-typarams in coretest | Brian Anderson | -2/+3 | |
| 2012-09-02 | core: deny(vecs_implicity_copyable) | Brian Anderson | -1/+4 | |
| 2012-09-01 | Demode reinterpret_cast | Brian Anderson | -3/+3 | |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -1/+1 | |
| 2012-08-29 | Replace core::path with contents of core::path2. Back to one path module. | Graydon Hoare | -1/+1 | |
| 2012-08-27 | libcore: Replace a bunch of "== None" with ".is_none()". | Patrick Walton | -2/+2 | |
| Generally, "== None" calls into the shape glue, and it's also more useful. | ||||
