| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -500/+0 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
| 2013-05-11 | Warning police | Tim Chevalier | -2/+0 | |
| 2013-05-04 | Register snapshots | Brian Anderson | -32/+1 | |
| 2013-04-08 | Export adt::trans_get_discr abstractly to the type visitor. | Jed Davis | -0/+26 | |
| 2013-04-08 | Feed enum field offsets to type vistors. | Jed Davis | -2/+12 | |
| 2013-04-05 | Refactor so that references to traits are not represented using a type with a | Niko Matsakis | -2/+2 | |
| bare function store (which is not in fact a kind of value) but rather ty::TraitRef. Removes many uses of fail!() and other telltale signs of type-semantic mismatch. cc #4183 (not a fix, but related) | ||||
| 2013-03-28 | Removing unused imports | Alex Crichton | -1/+1 | |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime ↵ | Patrick Walton | -8/+8 | |
| notation. rs=delifetiming | ||||
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -1/+1 | |
| 2013-03-04 | De-implicit-self libcore | Ben Striegel | -7/+7 | |
| 2013-03-02 | libcore: Remove `fn@`, `fn~`, and `fn&` from libcore. rs=defun | Patrick Walton | -2/+2 | |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -1/+1 | |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -3/+3 | |
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -1/+1 | |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. ↵ | Patrick Walton | -1/+1 | |
| rs=implflipping | ||||
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -3/+0 | |
| correct handling of moves for struct-record update. Part of #3678. Fixes #2828, #3904, #4719. | ||||
| 2013-01-31 | core: Remove transitional code | Tim Chevalier | -428/+0 | |
| 2013-01-29 | librustc: De-implicit-self the visitor. r=graydon | Patrick Walton | -4/+436 | |
| 2013-01-29 | librustc: Disallow trait bounds in types, enumerations, and structure ↵ | Patrick Walton | -1/+1 | |
| definitions. r=tjc | ||||
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ↵ | Patrick Walton | -0/+2 | |
| contain at least two components. r=graydon | ||||
| 2012-12-18 | core: fix remaining repr bugs, r=burningtree. | Graydon Hoare | -0/+7 | |
| 2012-12-17 | core: remove old repr system, enable newer one. Close #3109. | Graydon Hoare | -2/+2 | |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 | |
| 2012-11-29 | impls of traits cannot define methods on the anonymous trait | Brian Anderson | -3/+4 | |
| 2012-10-11 | Export VecUnboxedRepr from vec so a test case can use it | Tim Chevalier | -1/+1 | |
| 2012-10-04 | Forbid deprecated modes again in core | Tim Chevalier | -0/+3 | |
| Sadly, there's only one file that requires deprecated modes (stackwalk)... So, forbid them everywhere else. | ||||
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -1/+1 | |
| 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-09-27 | Finish de-exporting cast, mutable, flate, repr, cleanup, reflect. Part of #3583. | Graydon Hoare | -1/+1 | |
| 2012-09-19 | core: Clean up crate docs and give all mods a brief description | Brian Anderson | -3/+4 | |
| 2012-09-14 | Add core::reflect, start migrating core::repr to use it. Tidy up various ↵ | Graydon Hoare | -0/+472 | |
| Repr types. | ||||
