| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -78/+0 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -8/+0 | |
| 2013-04-29 | librustc: Remove `ptr::addr_of`. | Patrick Walton | -11/+5 | |
| 2013-04-20 | Replaced many instances of reinterpret_cast with transmute | Matthijs Hofstra | -4/+4 | |
| 2013-03-07 | libstd: Remove `extern mod { ... }` from libstd. rs=deexterning | Patrick Walton | -9/+13 | |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -1/+0 | |
| correct handling of moves for struct-record update. Part of #3678. Fixes #2828, #3904, #4719. | ||||
| 2013-01-29 | libstd: De-export libstd. rs=deexport | Patrick Walton | -8/+7 | |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -13/+29 | |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ↵ | Patrick Walton | -2/+3 | |
| contain at least two components. r=graydon | ||||
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 | |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -1/+1 | |
| 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-03 | Remove uses of + mode from libstd | Tim Chevalier | -4/+4 | |
| 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-01 | Move over to calling ptr::addr_of | Tim Chevalier | -4/+4 | |
| 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: Eliminate deprecated patterns | Brian Anderson | -1/+0 | |
| 2012-09-27 | De-export std::{dbg,sha1,md4,tempfile,term}. Part of #3583. | Graydon Hoare | -14/+7 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+1 | |
| #[legacy_exports]; | ||||
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -1/+1 | |
| 2012-09-04 | libstd: "import" -> "use" | Patrick Walton | -1/+1 | |
| 2012-09-02 | std: warn(non_camel_case_types) everywhere. still some exceptions | Brian Anderson | -1/+0 | |
| 2012-09-01 | Demode reinterpret_cast | Brian Anderson | -2/+2 | |
| 2012-08-31 | Remove deprecated modes from dbg.rs | Kevin Cantu | -3/+5 | |
| 2012-08-28 | CamelCasify lots of std | Ben Striegel | -0/+1 | |
| 2012-08-13 | core: Camel case some lesser-used modules | Brian Anderson | -6/+6 | |
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -2/+2 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -1/+1 | |
| 2012-06-28 | Fix sys::refcount and remove dbg::refcount | Ben Blum | -6/+0 | |
| 2012-06-06 | std: Add debug::breakpoint | Brian Anderson | -0/+14 | |
| 2012-06-03 | prohibit type parameters in native fns and other minor fixes | Niko Matsakis | -10/+22 | |
| trans now can safely assert that it never sees a type param | ||||
| 2012-03-09 | std: Convert to rustdoc | Brian Anderson | -9/+1 | |
| 2012-03-05 | Remove dead code from rt (debug_obj, rust_obj, rust_closure, rust_box_obj, ↵ | Graydon Hoare | -16/+0 | |
| rust_vtable) | ||||
| 2012-01-19 | Use ctypes in native function declarations | Haitao Li | -1/+2 | |
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -0/+71 | |
