| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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. | ||||
