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
/
libstd
/
path
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-4
/
+4
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-4
/
+4
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-4
/
+4
2014-09-21
Fix fallout from Vec stabilization
Alex Crichton
-3
/
+3
2014-09-13
librustc: Forbid inherent implementations that aren't adjacent to the
Patrick Walton
-0
/
+2
2014-09-03
Fix spelling errors and capitalization.
Joseph Crail
-1
/
+1
2014-08-29
Register new snapshots
Alex Crichton
-8
/
+0
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-1
/
+9
2014-08-26
Use temp vars for implicit coercion to ^[T]
Nick Cameron
-1
/
+4
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-16
/
+16
2014-08-13
core: Rename ImmutableEqSlice to ImmutablePartialEqSlice
Brian Anderson
-1
/
+1
2014-08-13
std: Rename slice::Vector to Slice
Brian Anderson
-1
/
+1
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-1
/
+1
2014-08-06
Use byte literals in libstd
nham
-3
/
+3
2014-07-31
Add logic to skip the doc tests on windows since these examples are unix-spec...
nham
-0
/
+124
2014-07-31
Use byte strings throughout examples. Add an example that was missed in the l...
nham
-7
/
+14
2014-07-31
Add examples for GenericPath methods.
nham
-0
/
+233
2014-07-29
Remove references to non-existant functions in the std::path documentation
nham
-4
/
+1
2014-07-23
collections: Move push/pop to MutableSeq
Brian Anderson
-1
/
+1
2014-07-15
Deprecate `str::from_utf8_lossy`
Adolfo OchagavĂa
-2
/
+2
2014-06-30
libstd: set baseline stability levels.
Aaron Turon
-0
/
+2
2014-06-29
Wrap two code examples in backticks
Alex Gaynor
-2
/
+2
2014-06-18
Deprecate the bytes!() macro.
Simon Sapin
-2
/
+2
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-9
/
+0
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-3
/
+3
2014-05-23
auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard
bors
-12
/
+0
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-16
/
+0
2014-05-22
Remove a slew of old deprecated functions
Alex Crichton
-12
/
+0
2014-04-18
std: Make ~[T] no longer a growable vector
Alex Crichton
-1
/
+1
2014-04-12
std: update & de-~[] path's tests.
Huon Wilson
-0
/
+2
2014-04-12
std: migrate path::windows to using StrBuf internally.
Huon Wilson
-0
/
+17
2014-04-12
std: migrate path::unix to using Vec internally.
Huon Wilson
-18
/
+17
2014-04-11
Simplify GenericPath::set_extension.
Kevin Butler
-34
/
+21
2014-04-11
Parameterize contains_nul for BytesContainer.
Kevin Butler
-7
/
+7
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-2
/
+2
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-5
/
+5
2014-02-23
Remove all ToStr impls, add Show impls
Alex Crichton
-11
/
+0
2014-02-14
Add c_str::CString.as_bytes_no_nul()
Kevin Ballard
-2
/
+1
2014-02-07
Rewrite path::Display to reduce unnecessary allocation
Kevin Ballard
-20
/
+12
2014-02-07
Implement BytesContainer for MaybeOwned
Kevin Ballard
-0
/
+17
2014-02-07
Tweak from_utf8_lossy to return a new MaybeOwned enum
Kevin Ballard
-2
/
+2
2014-02-08
std::fmt: convert the formatting traits to a proper self.
Huon Wilson
-2
/
+2
2014-02-07
auto merge of #12062 : kballard/rust/from_utf8_lossy, r=huonw
bors
-25
/
+2
2014-02-06
Hoist path::Display on top of from_utf8_lossy()
Kevin Ballard
-25
/
+2
2014-02-06
Remove std::condition
Alex Crichton
-62
/
+23
2014-02-03
Fixing remaining warnings and errors throughout
Alex Crichton
-1
/
+1
2014-02-03
std: Remove io::io_error
Alex Crichton
-1
/
+1
2014-02-02
std: rename fmt::Default to `Show`.
Huon Wilson
-3
/
+3
2014-02-02
std,extra: remove use of & support for @[].
Huon Wilson
-7
/
+0
[prev]
[next]