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
/
libsemver
Age
Commit message (
Expand
)
Author
Lines
2014-06-27
Update to 0.11.0
0.11.0
Alex Crichton
-2
/
+2
2014-06-17
Mark all crates except std as experimental
Brian Anderson
-0
/
+1
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-1
/
+0
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-4
/
+4
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-4
/
+4
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-15
/
+15
2014-05-27
std: Remove String's to_owned
Richo Healey
-4
/
+4
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-4
/
+4
2014-05-21
Change static.rust-lang.org to doc.rust-lang.org
Alex Crichton
-1
/
+1
2014-05-15
Updates with core::fmt changes
Alex Crichton
-5
/
+5
2014-05-14
libsemver: Remove all uses of `~str` from `libsemver`
Patrick Walton
-21
/
+25
2014-05-12
Add the patch number to version strings. Closes #13289
Brian Anderson
-1
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-19
/
+19
2014-04-10
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and
Patrick Walton
-2
/
+3
2014-04-05
Make the fields of semver::Version public again.
Ms2ger
-5
/
+5
2014-04-03
Bump version to 0.11-pre
Brian Anderson
-1
/
+1
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
-8
/
+8
2014-03-22
Add #[deny(deprecated_owned_vector)] to several modules.
Huon Wilson
-0
/
+1
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-1
/
+0
2014-03-15
auto merge of #12923 : sfackler/rust/vecify, r=brson
bors
-25
/
+24
2014-03-15
Remove ~[] from libsemver
Steven Fackler
-25
/
+24
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
/
+2
2014-02-25
Exclude build metadata from equality checking.
OGINO Masanori
-13
/
+25
2014-02-23
Remove all ToStr impls, add Show impls
Alex Crichton
-15
/
+0
2014-02-20
Mass rename if_ok! to try!
Alex Crichton
-7
/
+7
2014-02-08
auto merge of #12109 : omasanori/rust/small-fixes, r=sfackler
bors
-13
/
+0
2014-02-08
Remove redundant Ord implementation for Version.
OGINO Masanori
-13
/
+0
2014-02-08
std::fmt: convert the formatting traits to a proper self.
Huon Wilson
-12
/
+13
2014-02-07
Implement std::fmt::Show for semver::{Identifier, Version}
Brendan Zabarauskas
-15
/
+51
2014-02-07
Make semver::Version fields public
Brendan Zabarauskas
-5
/
+5
2014-02-03
Move semver out of libextra.
OGINO Masanori
-0
/
+428