| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 | |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -7/+7 | |
| Closes #2569 | ||||
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by ↵ | Marvin Löbel | -1/+1 | |
| value | ||||
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -1/+1 | |
| This needs to be removed as part of removing `~[T]`. Partial type hints are now allowed, and will remove the need to add a version of this method for `Vec<T>`. For now, this involves a few workarounds for partial type hints not completely working. | ||||
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -19/+30 | |
| `~[T]` in test, libgetopts, compiletest, librustdoc, and libnum. | ||||
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 | |
| It's now in the prelude. | ||||
| 2014-03-15 | Add rustdoc html crate info | Steven Fackler | -0/+3 | |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 | |
| This is useless at the moment (since pretty much every crate uses `~[]`), but should help avoid regressions once completely removed from a crate. | ||||
| 2014-03-10 | libstd: Change `slice_shift_char`, `shift_char`, `pop_char`, `shift_byte` ↵ | Piotr Czarnecki | -5/+6 | |
| and `pop_byte` to return an Option instead of failing | ||||
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -4/+4 | |
| 2014-02-14 | Fix all code examples | Alex Crichton | -1/+1 | |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -2/+2 | |
| 2014-02-11 | libglob -- patch closure where const borrow would have helped | Niko Matsakis | -5/+8 | |
| 2014-02-03 | glob: Remove io_error usage | Alex Crichton | -2/+1 | |
| 2014-01-29 | extra: move glob to libglob | David Manescu | -0/+782 | |
| In line with the dissolution of libextra - moves glob to its own library libglob. Changes based on PR #11787. Updates .gitignore to ignore doc/glob. | ||||
