summary refs log tree commit diff
path: root/src/libgetopts
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-10/+10
2014-03-22getopts: remove all uses of `~[]`.Huon Wilson-11/+11
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-184/+189
2014-03-20Register new snapshotsAlex Crichton-2/+2
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-18deny missing docsAlan Andrade-1/+1
2014-03-16getopts missing docsAlan Andrade-4/+15
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+3
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-06debuginfo: Expose limited debuginfo in command line optionsMichael Woerister-0/+19
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-1/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11libgetopts -- fix unsafe sharing in closuresNiko Matsakis-13/+37
2014-02-06getopts: fixed a failing testArcterus-6/+5
2014-02-06getopts: unify testsArcterus-362/+148
2014-02-06getopts: replaced base functions with those from groupArcterus-473/+435
2014-02-06Move getopts out of extraArcterus-0/+1712