| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -63/+63 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -11/+11 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -46/+46 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -28/+28 | |
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -5/+4 | |
| 2012-06-20 | Remove bind. Issue #2189 | Brian Anderson | -1/+1 | |
| 2012-06-08 | std: Typo fix in docs. | Lindsey Kuper | -1/+1 | |
| 2012-05-31 | Some fixes to bitv. Close #2342. | Graydon Hoare | -13/+34 | |
| 2012-05-27 | std: Fix bitv each() method (issue 2363) | Benjamin Kircher | -0/+10 | |
| 2012-05-26 | core: Make range follow the for loop protocol | Brian Anderson | -5/+5 | |
| 2012-05-03 | Annotate FIXMEs in std::bitv, and remove a FIXME | Tim Chevalier | -8/+3 | |
| Changed a while loop into a for loop in std::bitv::equal. Yay! | ||||
| 2012-03-27 | Move some code over to iterator-for to see how it performs. | Marijn Haverbeke | -3/+9 | |
| 2012-03-26 | Bulk-edit mutable -> mut. | Graydon Hoare | -1/+1 | |
| 2012-03-22 | make --enforce-mut-vars always on, add mut annotations to remaining files | Niko Matsakis | -7/+7 | |
| 2012-03-15 | std: Follow conventions in bitv | Brian Anderson | -48/+53 | |
| 2012-03-14 | annotate libstd and start enforcing mutability | Niko Matsakis | -4/+4 | |
| 2012-03-13 | Overhaul constructor naming in libs | Brian Anderson | -4/+4 | |
| 2012-03-09 | std: Convert to rustdoc | Brian Anderson | -127/+47 | |
| 2012-03-02 | core: Remove _mut functions from vec | Brian Anderson | -2/+2 | |
| Instead, use vec::to_mut/from_mut to transform vectors in place as needed. | ||||
| 2012-01-23 | s/block()/fn()/g | Niko Matsakis | -1/+1 | |
| 2012-01-21 | issue #1352: change param order on vec::init_elt, putting block in final ↵ | Graham Fawcett | -2/+2 | |
| position. To match the init_fn() and init_fn_mut() changes. | ||||
| 2012-01-21 | fix #1352: change param order on vec::init_fn (and vec::init_fn_mut), ↵ | Graham Fawcett | -1/+1 | |
| putting block in final position. | ||||
| 2012-01-17 | libstd: Move std tests into libstd | Brian Anderson | -0/+285 | |
| 2011-12-16 | Merge pull request #1317 from boggle/fix1315 | Graydon Hoare | -1/+1 | |
| fix to #1315 + small additions to std::either and result | ||||
| 2011-12-16 | std: declared fns as pure where sensible | Stefan Plantikow | -1/+1 | |
| 2011-12-16 | reorder block() argument to bitv::process() | Niko Matsakis | -4/+4 | |
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -0/+316 | |
