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
/
libstd
/
prelude
Age
Commit message (
Expand
)
Author
Lines
2019-11-29
Format libstd with rustfmt
David Tolnay
-46
/
+12
2019-08-15
Remove `__rust_unstable_column`
Vadim Petrochenkov
-1
/
+0
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-18
/
+0
2019-07-31
Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`
Vadim Petrochenkov
-2
/
+0
2019-07-26
Introduce built-in macros through libcore
Vadim Petrochenkov
-1
/
+62
2019-07-05
Replace SliceConcatExt trait with inherent methods and SliceConcat helper trait
Simon Sapin
-6
/
+0
2019-02-28
libstd => 2018
Taiki Endo
-16
/
+16
2019-02-13
Convert old doc links to current edition
Lzu Tao
-4
/
+4
2019-01-17
Document Unpin in std::prelude documentation
Konrad Borowski
-2
/
+3
2018-12-26
Add Unpin to std prelude, not just core
Taylor Cramer
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-20
/
+0
2018-07-07
Reformat std prelude source to show it is the sum of core and alloc preludes
Simon Sapin
-16
/
+42
2018-03-30
Revert "Add TryFrom and TryInto to the prelude"
Simon Sapin
-2
/
+0
2018-03-26
Add TryFrom and TryInto to the prelude
Simon Sapin
-0
/
+2
2018-01-15
Reexport -> re-export in prose and documentation comments
Carol (Nichols || Goulding)
-4
/
+4
2017-08-27
Move unused-extern-crate to late pass
Tatsuyuki Ishi
-0
/
+1
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-2
/
+3
2017-06-15
Update older URLs pointing to the first edition of the Book
Wonwoo Choi
-4
/
+4
2017-04-06
Fix Markdown issues in the docs
Oliver Middleton
-6
/
+6
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-4
/
+4
2016-03-04
End stdlib module summaries with a full stop.
Steve Klabnik
-1
/
+1
2016-02-10
mod.rs: fix typo
Scott Whittaker
-1
/
+1
2016-02-09
mod.rs: fix typo
Scott Whittaker
-1
/
+1
2016-02-08
Fixing typo in prelude documentation
Kenneth Koski
-1
/
+1
2015-12-17
doc: fix typo
Tshepang Lekhonkhobe
-1
/
+1
2015-11-12
Fixup #29785
Manish Goregaokar
-1
/
+1
2015-11-11
Clean up the prelude docs
Steve Klabnik
-96
/
+115
2015-10-14
Fix the link to `Default` trait in the prelude docs
Gleb Kozyrev
-1
/
+1
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-1
/
+1
2015-09-04
Fix typo in prelude docs
Murarth
-2
/
+2
2015-07-30
doc: prelude nits
Tshepang Lekhonkhobe
-3
/
+3
2015-07-13
Address feedback
Brian Anderson
-2
/
+2
2015-07-13
std: Refining crate docs
Brian Anderson
-7
/
+96
2015-05-13
Rollup merge of #25224 - brson:stddoc, r=steveklabnik
Steve Klabnik
-2
/
+2
2015-05-08
std: Update crate docs
Brian Anderson
-2
/
+2
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-1
/
+1
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-4
/
+6
2015-04-14
std: Remove AsSlice/Str from the prelude
Alex Crichton
-3
/
+0
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-5
/
+4
2015-03-31
Stabilize std::num
Aaron Turon
-3
/
+0
2015-03-28
Remove IteratorExt
Steven Fackler
-1
/
+1
2015-03-23
Add generic conversion traits
Aaron Turon
-0
/
+4
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-8
/
+1
2015-03-18
Register new snapshots
Alex Crichton
-14
/
+0
2015-03-16
impl<T> *const T, impl<T> *mut T
Jorge Aparicio
-0
/
+1
2015-03-16
impl<T> [T]
Jorge Aparicio
-0
/
+4
2015-03-16
impl str
Jorge Aparicio
-0
/
+4
2015-03-16
impl char
Jorge Aparicio
-0
/
+1
2015-03-13
Deprecate range, range_step, count, distributions
Aaron Turon
-0
/
+1
2015-03-03
Add `core::num::wrapping` and fix overflow errors.
James Miller
-0
/
+2
[next]