| Age | Commit message (Expand) | Author | Lines |
| 2012-09-19 | core: Decompose task into more submodules | Brian Anderson | -0/+2 |
| 2012-09-19 | core: Split local_data into local_data/local_data_priv | Brian Anderson | -0/+1 |
| 2012-09-19 | core: Move TLS to task::local_data | Brian Anderson | -1/+3 |
| 2012-09-19 | core: More doc cleanup | Brian Anderson | -6/+8 |
| 2012-09-19 | core: Clean up crate docs and give all mods a brief description | Brian Anderson | -21/+24 |
| 2012-09-19 | Remove final bits of residual hokey-hash functions. Close #1616. | Graydon Hoare | -4/+4 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -2/+2 |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -0/+2 |
| 2012-09-14 | Add core::reflect, start migrating core::repr to use it. Tidy up various Repr... | Graydon Hoare | -0/+2 |
| 2012-09-14 | rustc: Make the box annihilator a language item | Patrick Walton | -1/+2 |
| 2012-09-14 | libcore: Implement a box annihilator, not called yet | Patrick Walton | -0/+1 |
| 2012-09-12 | libcore: Add some visitor-based logging functionality | Patrick Walton | -2/+2 |
| 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 | -3/+3 |
| 2012-09-10 | Rename the poorly named Managed<T> type to Mut<T>. | Niko Matsakis | -2/+2 |
| 2012-09-09 | core: warn(non_camel_case_types) -> deny | Brian Anderson | -2/+1 |
| 2012-09-07 | gc: Add stack walker for new garbage collector. | Elliott Slaughter | -1/+2 |
| 2012-09-03 | libcore: Add a from_str trait | Patrick Walton | -0/+2 |
| 2012-09-02 | core: Only warn about implicitly copying vecs | Brian Anderson | -1/+1 |
| 2012-09-02 | core: warn(non_camel_case_types) everywhere, with few exceptions | Brian Anderson | -52/+2 |
| 2012-09-02 | core: deny(vecs_implicity_copyable) | Brian Anderson | -1/+1 |
| 2012-08-30 | Bump version to 0.4 | Brian Anderson | -1/+1 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -0/+6 |
| 2012-08-29 | Replace core::path with contents of core::path2. Back to one path module. | Graydon Hoare | -2/+1 |
| 2012-08-28 | Compress metadata section. Seems a minor speed win, major space win. | Graydon Hoare | -0/+3 |
| 2012-08-28 | Convert core::pipes to camel case | Brian Anderson | -0/+1 |
| 2012-08-24 | Start using core::path2::Path in a lot of places. | Graydon Hoare | -1/+1 |
| 2012-08-21 | implement a map testing benchmark | Niko Matsakis | -0/+2 |
| 2012-08-21 | Remove fixmes about exporting. Close #2648, close #3119. | Ben Blum | -3/+2 |
| 2012-08-20 | Add PosixPath to path2. Add path2 to core build. Add dot/dotdot-normalizing. | Graydon Hoare | -0/+1 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -0/+3 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -0/+27 |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -0/+6 |
| 2012-08-13 | core: Camel case some lesser-used modules | Brian Anderson | -0/+14 |
| 2012-08-10 | Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusive | Ben Blum | -3/+1 |
| 2012-08-07 | Add sync.rs with counting blocking semaphores | Ben Blum | -1/+2 |
| 2012-08-01 | core.rc export core::util | Ben Blum | -0/+1 |
| 2012-08-01 | Add core::util, with swap, replace, and noncopyable | Ben Blum | -0/+4 |
| 2012-08-01 | Clean out transitional lint. | Graydon Hoare | -5/+0 |
| 2012-07-30 | Move send_map to libcore | Ben Blum | -0/+2 |
| 2012-07-28 | core: Fix compilation of intrinsic ops when testing | Brian Anderson | -0/+1 |
| 2012-07-26 | Nomenclature fixes in the lint checker. Fewer double-negatives. | Graydon Hoare | -0/+5 |
| 2012-07-25 | rustc: Introduce a lang_items pass, part of coherence and operator overloading. | Patrick Walton | -0/+1 |
| 2012-07-24 | Add core::hash containing SipHash-2-4 implementation. Re: #1616 and #859. | Graydon Hoare | -0/+2 |
| 2012-07-23 | Move fail upcall into rust libcore. | Elliott Slaughter | -0/+7 |
| 2012-07-17 | Create some infrastructure for building up @-vectors. Work on #2921. | Michael Sullivan | -1/+2 |
| 2012-07-14 | core.rc export dlist | Ben Blum | -0/+1 |
| 2012-07-11 | Fix some version numbers. | Graydon Hoare | -1/+1 |
| 2012-07-06 | Removing locked queue port/chan prototype. | Eric Holk | -2/+1 |
| 2012-07-06 | Enabling pipes for all stages, and updating closure syntax. | Eric Holk | -2/+0 |