| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-03-08 | core: Remove the dvec module | Alex Crichton | -37/+0 | |
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -1/+1 | |
| 2013-01-14 | Inlining methods/functions in core. | gifnksm | -0/+2 | |
| Also inlining some functions which take functions as arguments. | ||||
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest ↵ | Patrick Walton | -0/+1 | |
| module scope. r=tjc | ||||
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the ↵ | Patrick Walton | -1/+0 | |
| nearest module scope. r=tjc" This reverts commit a8d37af2473da79be704c9ce2374f278c47177b6. | ||||
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest ↵ | Patrick Walton | -0/+1 | |
| module scope. r=tjc | ||||
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ↵ | Patrick Walton | -1/+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-11-28 | core: Remove old template files | Brian Anderson | -16/+18 | |
| 2012-10-01 | De-export dlist, dvec. Part of #3583. | Graydon Hoare | -3/+3 | |
| 2012-09-25 | Demode iter-trait | Tim Chevalier | -2/+2 | |
| 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 | -1/+6 | |
| Note that the method foo.each() is not de-moded, nor the other vec routines. | ||||
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially ↵ | Niko Matsakis | -6/+1 | |
| 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 | -1/+6 | |
| 2012-09-10 | Make more moves explicit in libcore | Tim Chevalier | -1/+1 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -2/+2 | |
| 2012-08-23 | Make a bunch more of the iteration functions/methods marked pure. Closes #3253. | Michael Sullivan | -3/+3 | |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -1/+2 | |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -2/+0 | |
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -5/+5 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -1/+1 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -1/+1 | |
| 2012-05-18 | add swappable/dvec modules | Niko Matsakis | -0/+16 | |
