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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libgetopts
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-1
/
+1
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-1
/
+1
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-1
/
+1
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-0
/
+1
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-26
/
+26
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-26
/
+26
2015-01-06
Register new snapshots
Alex Crichton
-2
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-11
/
+11
2015-01-07
fallout
Nick Cameron
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-11
/
+11
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-32
/
+37
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-12
/
+12
2014-12-31
getopts: unbox closures used in let bindings
Jorge Aparicio
-1
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-33
/
+28
2014-12-20
Remove feature(import_shadowing) from all crates.
Eduard Burtescu
-1
/
+0
2014-12-19
libgetopts: use `#[deriving(Copy)]`
Jorge Aparicio
-12
/
+6
2014-12-17
rollup merge of #19820: alexcrichton/deprecate-some-more-libs
Alex Crichton
-1
/
+1
2014-12-13
Deprecate more in-tree libs for crates.io
Alex Crichton
-1
/
+1
2014-12-13
libgetopts: use unboxed closures in `each_split_within`
Jorge Aparicio
-2
/
+4
2014-12-13
auto merge of #19695 : arthurtw/rust/master, r=steveklabnik
bors
-5
/
+4
2014-12-11
Register new snapshots
Alex Crichton
-2
/
+2
2014-12-10
Update sample code to use `getopts::usage` in `print_usage`
Arthur Liao
-5
/
+4
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-3
/
+23
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-48
/
+47
2014-12-06
libgetopts: remove unnecessary `to_string()` calls
Jorge Aparicio
-39
/
+39
2014-12-06
libgetops: remove unnecessary `as_slice()` calls
Jorge Aparicio
-9
/
+8
2014-12-05
Utilize fewer reexports
Corey Farwell
-10
/
+10
2014-11-27
getopts: cleanup, renames, remove reexports
Corey Farwell
-70
/
+42
2014-11-27
auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichton
bors
-1
/
+0
2014-11-26
Remove special casing for some meta attributes
Steven Fackler
-1
/
+0
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-21
unicode: Add stability attributes to u_char
Brian Anderson
-1
/
+1
2014-11-20
Rename remaining Failures to Panic
Subhash Bhushan
-3
/
+3
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-14
/
+24
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-35
/
+35
2014-11-12
Fix remaining documentation to reflect fail!() -> panic!()
Barosl Lee
-1
/
+1
2014-11-05
Fix fallout of changing the expansion of `#[deriving(PartialEq)]`
Jorge Aparicio
-1
/
+0
2014-11-02
Extend documentation of getopts for arguments
Robin Stocker
-6
/
+38
2014-10-30
rollup merge of #18445 : alexcrichton/index-mut
Alex Crichton
-6
/
+6
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-2
/
+2
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-6
/
+6
2014-10-29
Rename fail! to panic!
Steve Klabnik
-45
/
+47
2014-10-28
Update code with new lint names
Aaron Turon
-2
/
+2
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-9
/
+9
[next]