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
/
libcore
Age
Commit message (
Expand
)
Author
Lines
2015-05-13
doc: unwrap is discouraged, so use Some
Tshepang Lekhonkhobe
-35
/
+35
2015-05-11
Merge pull request #25299 from alexcrichton/beta-backport
Brian Anderson
-10
/
+54
2015-05-12
Please the `make tidy`
Barosl Lee
-1
/
+2
2015-05-12
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-8
/
+8
2015-05-10
core: impl AsRef<[u8]> for str
Sean McArthur
-0
/
+9
2015-05-10
std: Mark `mem::forget` as a safe function
Alex Crichton
-10
/
+45
2015-05-10
Make From::from example more idiomatic / simpler
Corey Farwell
-3
/
+1
2015-05-10
Indicate function call is code-like in doc-comment
Corey Farwell
-2
/
+2
2015-05-10
IMO better borrow_mut() documentation on RefCell
gareins
-1
/
+1
2015-05-07
Merge pull request #25192 from alexcrichton/beta-backport
Brian Anderson
-119
/
+4
2015-05-07
std: Remove index notation on slice iterators
Alex Crichton
-119
/
+4
2015-05-05
Add downcasting to std::error::Error
Aaron Turon
-4
/
+4
2015-04-25
Indicate None is code-like in doc comments
Corey Farwell
-5
/
+5
2015-04-25
Fix broken links in the docs
Florian Hartwig
-4
/
+4
2015-04-25
Indicate keywords are code-like in Fuse::reset_fuse doc comment
Corey Farwell
-2
/
+3
2015-04-25
Improve doc for `Result::unwrap()`
York Xiang
-2
/
+2
2015-04-25
Make iterator struct docs more consistent.
Steve Klabnik
-13
/
+13
2015-04-25
remove bad example from PartialEq docs
Steve Klabnik
-21
/
+0
2015-04-25
Remove doc-comment default::Default imports
Corey Farwell
-9
/
+0
2015-04-24
Fix fallout from wrapping_neg revert
Brian Anderson
-1
/
+1
2015-04-23
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-239
/
+175
2015-04-23
std: Remove deprecated/unstable num functionality
Alex Crichton
-1849
/
+226
2015-04-23
std: Remove deprecated AsOsStr/Str/AsSlice traits
Alex Crichton
-77
/
+0
2015-04-23
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-43
/
+50
2015-04-23
side-step potentially panic'ing negate in `fn abs`.
Felix S. Klock II
-1
/
+5
2015-04-16
Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton
bors
-13
/
+13
2015-04-15
Rollup merge of #24465 - steveklabnik:intoiteratordocfix, r=alexcrichton
Steve Klabnik
-1
/
+1
2015-04-15
Rollup merge of #24440 - nham:improve_enumerate_doc, r=alexcrichton
Steve Klabnik
-2
/
+3
2015-04-15
Rollup merge of #24435 - killercup:patch-9, r=steveklabnik
Steve Klabnik
-3
/
+3
2015-04-15
Describe the Iterator enumerate() method more clearly.
Nick Hamann
-2
/
+3
2015-04-15
Fix link in intoiterator docs
Steve Klabnik
-1
/
+1
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-11
/
+11
2015-04-14
Remove Incorrect Link from std::ptr::null Docs
Pascal Hertleif
-3
/
+3
2015-04-14
rollup merge of #24377: apasel422/docs
Alex Crichton
-113
/
+113
2015-04-14
rollup merge of #24379: rkruppe/fmt-negative-zero
Alex Crichton
-114
/
+52
2015-04-14
rollup merge of #24329: GuillaumeGomez/atomicbool
Alex Crichton
-0
/
+20
2015-04-14
rollup merge of #24310: alexcrichton/stabilize-utf8-error
Alex Crichton
-22
/
+17
2015-04-14
rollup merge of #24303: alexcrichton/remove-deprecated
Alex Crichton
-70
/
+52
2015-04-14
rollup merge of #24048: frewsxcv/patch-11
Alex Crichton
-1
/
+1
2015-04-14
core: Update all Result docs
Alex Crichton
-70
/
+52
2015-04-14
Auto merge of #24312 - rprichard:destabilize-format-args, r=alexcrichton
bors
-29
/
+36
2015-04-14
Rebased
Nick Cameron
-1
/
+1
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-113
/
+113
2015-04-13
Auto merge of #24323 - rprichard:panic-line-type, r=alexcrichton
bors
-4
/
+4
2015-04-12
Destabilize format_args! internals.
Ryan Prichard
-29
/
+36
2015-04-12
Make Debug include the - in -0.0
Robin Kruppe
-114
/
+52
2015-04-13
Rollup merge of #24347 - xamgore:master, r=huonw
Manish Goregaokar
-2
/
+2
2015-04-12
mod.rs documentary fix
Igor Strebezhev
-2
/
+2
2015-04-11
Simplify iterator logic for Fuse
Corey Farwell
-14
/
+6
[next]