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
Age
Commit message (
Expand
)
Author
Lines
2014-10-09
std: Convert statics to constants
Alex Crichton
-6
/
+6
2014-10-07
Rename slice::Slice
Nick Cameron
-4
/
+4
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-14
/
+14
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-0
/
+2
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-14
/
+14
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-14
/
+14
2014-09-23
Deal with the fallout of string stabilization
Alex Crichton
-10
/
+10
2014-09-21
Fix fallout from Vec stabilization
Alex Crichton
-9
/
+11
2014-09-21
Remove #[allow(deprecated)] from libstd
Alex Crichton
-9
/
+9
2014-09-16
Fallout from renaming
Aaron Turon
-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
DST coercions and DST structs
Nick Cameron
-78
/
+100
2014-08-26
Use temp vars for implicit coercion to ^[T]
Nick Cameron
-1
/
+4
2014-08-21
auto merge of #16443 : steveklabnik/rust/fix_path_docs, r=kballard
bors
-4
/
+22
2014-08-20
Fix error message for WindowsPath::new
Steve Klabnik
-4
/
+22
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
-2
/
+2
2014-08-13
std: Rename slice::Vector to Slice
Brian Anderson
-4
/
+4
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-3
/
+3
2014-08-06
Use byte literals in libstd
nham
-8
/
+8
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
-3
/
+3
2014-07-22
auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton
bors
-0
/
+2
2014-07-21
Add a ton of ignore-lexer-test
Corey Richardson
-0
/
+2
2014-07-15
auto merge of #15619 : kwantam/rust/master, r=huonw
bors
-1
/
+1
2014-07-15
Deprecate `str::from_utf8_lossy`
Adolfo OchagavĂa
-2
/
+2
2014-07-14
add Graphemes iterator; tidy unicode exports
kwantam
-1
/
+1
2014-07-10
std: Add some implementation of common traits
Alex Crichton
-2
/
+26
2014-07-09
auto merge of #15283 : kwantam/rust/master, r=alexcrichton
bors
-2
/
+3
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-3
/
+3
2014-07-07
Add libunicode; move unicode functions from core
kwantam
-2
/
+3
2014-07-01
rustc: Remove `&str` indexing from the language.
Brian Anderson
-21
/
+25
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-26
Remove unnecessary to_string calls
Piotr Jawniak
-1
/
+1
2014-06-18
Deprecate the bytes!() macro.
Simon Sapin
-203
/
+173
2014-06-15
Register new snapshots
Alex Crichton
-6
/
+0
2014-06-13
auto merge of #14831 : alexcrichton/rust/format-intl, r=brson
bors
-0
/
+6
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-0
/
+6
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-12
/
+2
2014-06-09
core: Move the collections traits to libcollections
Alex Crichton
-1
/
+1
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-2
/
+2
2014-06-08
Fix spelling errors in comments.
Joseph Crail
-1
/
+1
2014-06-05
std: Recreate a `collections` module
Alex Crichton
-4
/
+6
[next]