| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-06 | Rename dvec::from_elt to dvec::from_elem. Closes #2792. | Michael Sullivan | -2/+2 | |
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -77/+73 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-07-03 | Export dvec::from_elt. | Erick Tryzelaar | -0/+1 | |
| 2012-07-02 | rustc: Implement a new resolve pass behind a compile flag | Patrick Walton | -1/+24 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -9/+9 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -8/+8 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -13/+13 | |
| 2012-06-27 | Removed pretty much all the vector+ from core (issue #2719) | Eric Holk | -1/+2 | |
| 2012-06-26 | More perf tweaks (issue #2719) | Eric Holk | -1/+0 | |
| 2012-06-26 | Getting rid of lots more vector +=. (issue #2719) | Eric Holk | -1/+1 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -15/+14 | |
| 2012-06-21 | Basic functionality for new ports and chans | Eric Holk | -18/+32 | |
| The first benchmark shows about twice the throughput of the old system. | ||||
| 2012-06-21 | Library vecs are fast now. | Eric Holk | -5/+3 | |
| 2012-06-21 | Move vector addition out of trans and into libcore. | Eric Holk | -2/+4 | |
| 2012-06-15 | remove irrelevant fixme (#2607) | Niko Matsakis | -1/+1 | |
| 2012-06-14 | Comments only: Annotate FIXMEs in libcore | Tim Chevalier | -1/+1 | |
| 2012-06-14 | In dvec, annotate a FIXME and uncomment append_iter | Tim Chevalier | -20/+23 | |
| I uncommented append_iter and made it compile. I hope it wasn't horribly flawed in some other way... but if so, there was no comment explaining how. | ||||
| 2012-06-06 | add some purity annotations in dvec/vec, occasional accessor method | Niko Matsakis | -1/+13 | |
| 2012-05-29 | make all arguments modes immutable | Niko Matsakis | -2/+10 | |
| note: you can still move from copy/move mode args | ||||
| 2012-05-18 | add more inline directives to dvec | Niko Matsakis | -2/+2 | |
| 2012-05-18 | move io over to dvec | Niko Matsakis | -1/+1 | |
| 2012-05-18 | add swappable/dvec modules | Niko Matsakis | -0/+237 | |
