index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libextra
/
getopts.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-05
Remove a fixme
Corey Richardson
-1
/
+3
2013-12-31
Fix tests
Alan Andrade
-1
/
+1
2013-12-30
Avoid compiler error about glob imports in getopts example
Alan Andrade
-1
/
+1
2013-12-15
extra: fix spelling in docs.
Huon Wilson
-3
/
+3
2013-11-28
Register new snapshots
Alex Crichton
-2
/
+2
2013-11-26
librustuv: Remove all non-`proc` uses of `do` from `libextra` and
Patrick Walton
-5
/
+5
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-3
/
+3
2013-11-19
libextra: Convert uses of `&fn(A)->B` to `|A|->B`.
Patrick Walton
-5
/
+4
2013-11-10
extra::getopts: update docs for minor renaming.
Huon Wilson
-1
/
+2
2013-11-08
extra / rustpkg: Make getopts::opt_val private again
Tim Chevalier
-6
/
+2
2013-10-23
Removed unnecessary comments and white spaces as suggested
reedlepee
-4
/
+2
2013-10-23
Removed Unnecessary comments and white spaces #4386
reedlepee
-3
/
+0
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-5
/
+10
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-56
/
+56
2013-10-02
Check enums in missing_doc lint
Steven Fackler
-0
/
+5
2013-09-30
extra: Remove usage of fmt!
Alex Crichton
-62
/
+62
2013-09-27
auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestinger
bors
-1
/
+1
2013-09-26
Update the compiler to not use printf/printfln
Alex Crichton
-1
/
+1
2013-09-26
Enclose code in documentation in backticks
kud1ing
-5
/
+5
2013-09-25
rustdoc: Improve comment stripping
Alex Crichton
-2
/
+2
2013-09-19
Turned extra::getopts functions into methods
Marvin Löbel
-495
/
+522
2013-08-25
char_len is more succinct than count_chars.
Felix S. Klock II
-2
/
+1
2013-08-24
Added note that there is still more to do on 5516.
Felix S. Klock II
-3
/
+30
2013-08-23
Make getopts count (and thus align/paginate) in terms of codepoints not bytes.
Felix S. Klock II
-2
/
+3
2013-08-10
std: Rename Iterator.transform -> .map
Erick Tryzelaar
-1
/
+1
2013-08-07
Turn OptGroups into a main opt and a main and an aliased opts
Jordi Boggiano
-35
/
+72
2013-08-07
Add missing getopts::groups::optflagmulti function
Jordi Boggiano
-0
/
+14
2013-08-07
Forbid `priv` where it has no effect
Alex Crichton
-4
/
+4
2013-08-05
Updated std::Option, std::Either and std::Result
Marvin Löbel
-4
/
+4
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-5
/
+5
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-1
/
+1
2013-08-01
extra: Replace `for` with `do { .. }` expr where internal iterators are used
blake2-ppc
-3
/
+4
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-5
/
+5
2013-07-30
auto merge of #8135 : dim-an/rust/master, r=pcwalton
bors
-18
/
+47
2013-07-31
Fix comment.
Dmitry Ermolov
-1
/
+3
2013-07-30
Fix opts_str.
Dmitry Ermolov
-3
/
+13
2013-07-30
Modify test to expose issue #6492.
Dmitry Ermolov
-14
/
+31
2013-07-30
Do not enforce two newlines after the options
Jordi Boggiano
-3
/
+1
2013-07-30
Added str::char_offset_iter() and str::rev_char_offset_iter()
Marvin Löbel
-2
/
+98
2013-07-24
auto merge of #7996 : erickt/rust/cleanup-strs, r=erickt
bors
-21
/
+21
2013-07-24
Change 'print(fmt!(...))' to printf!/printfln! in src/lib*
Birunthan Mohanathas
-1
/
+1
2013-07-23
std: remove str::to_owned and str::raw::slice_bytes_owned
Erick Tryzelaar
-21
/
+21
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-31
/
+42
2013-07-12
Remove the global 'vec::to_owned' function
Alex Crichton
-1
/
+1
2013-07-07
remove some method resolve workarounds
Daniel Micay
-1
/
+1
2013-06-30
Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this
Huon Wilson
-3
/
+3
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-11
/
+10
2013-06-28
librustc: Remove the broken overloaded assign-ops from the language.
Patrick Walton
-18
/
+32
2013-06-25
remove `each` from vec, HashMap and HashSet
Daniel Micay
-2
/
+3
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-3
/
+3
[next]