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
/
primitive_docs.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-05
Do not use "nil" to refer to `()`
Ross MacArthur
-1
/
+1
2020-02-12
Add notice about using new consts in new code on float modules
Linus Färnstrand
-2
/
+2
2020-02-12
Remove reference from integer docs to their modules
Linus Färnstrand
-24
/
+0
2019-12-22
Format the world
Mark Rousskov
-27
/
+27
2019-12-14
Revert "Stabilize the `never_type`, written `!`."
Niko Matsakis
-1
/
+3
2019-11-21
Stabilize the `never_type`, written `!`.
Mazdak Farrokhzad
-3
/
+1
2019-10-01
Remove unneeded `fn main` blocks from docs
Lzu Tao
-7
/
+5
2019-09-28
Slice docs: fix typo
Andre Bogus
-1
/
+1
2019-09-27
Docs: slice elements are equidistant
Andre Bogus
-1
/
+3
2019-08-22
Update occurences of as_slice
Sebastian Martinez
-1
/
+1
2019-07-23
word things more like we usually do
Ralf Jung
-2
/
+2
2019-07-23
Apply suggestions from code review
Ralf Jung
-3
/
+6
2019-07-22
account for non-drop-glue types
Ralf Jung
-2
/
+3
2019-07-22
weasle, weasle
Ralf Jung
-3
/
+3
2019-07-21
apply feedback
Ralf Jung
-4
/
+6
2019-07-21
sync with nomicon: raw ptr must be non-dangling and aligned every time it is ...
Ralf Jung
-2
/
+2
2019-07-20
references must be aligned; also move up the warning that fn ptrs must be non...
Ralf Jung
-7
/
+8
2019-07-20
warn that raw pointers must be aligned when used, and that writes cause drop
Ralf Jung
-2
/
+6
2019-06-22
Typo
Felix Rabe
-1
/
+1
2019-06-11
Rollup merge of #61652 - JohnTitor:docs-improve-array, r=Centril
Mazdak Farrokhzad
-2
/
+12
2019-06-10
Add an example
Yuki Okushi
-0
/
+10
2019-06-08
Mention slice patterns
Yuki Okushi
-2
/
+2
2019-05-26
Document tuple's Ord behavior as sequential
Chris Gregory
-0
/
+4
2019-05-04
Correct code points to match their textual description
Gianluca Recchia
-1
/
+1
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-2
/
+2
2019-02-10
libs: doc comments
Alexander Regueiro
-1
/
+1
2019-02-10
tests: doc comments
Alexander Regueiro
-1
/
+1
2019-01-09
actually take a slice in this example
Steve Klabnik
-3
/
+2
2019-01-01
Fix broken links to second edition TRPL.
Corey Farwell
-1
/
+1
2018-12-27
Fix span in char documentation
Esteban Küber
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-11
std: Depend directly on crates.io crates
Alex Crichton
-1
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-21
update various stdlib docs
Steve Klabnik
-3
/
+2
2018-10-25
Rollup merge of #55247 - peterjoel:peterjoel-prim-char-doc-example, r=joshtri...
Pietro Albini
-2
/
+2
2018-10-21
Clarified code example
Peter Hall
-2
/
+2
2018-10-02
Cleans trailing whitespace
Lucas Lois
-5
/
+5
2018-10-02
Documents reference equality by address (#54197)
Lucas Lois
-0
/
+25
2018-09-23
Fixed three small typos.
gardrek
-3
/
+3
2018-09-13
re-mark the never docs as unstable
QuietMisdreavus
-0
/
+1
2018-05-09
make std::str link into See also link
Michael Lamparski
-5
/
+3
2018-05-09
move See also links to top
Michael Lamparski
-8
/
+8
2018-05-09
Rollup merge of #49988 - clarcharr:never_docs, r=steveklabnik
kennytm
-0
/
+53
2018-05-05
Fixed typos
Clar Charr
-6
/
+7
2018-04-22
Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavus
bors
-0
/
+10
2018-04-21
add more aliases
Guillaume Gomez
-0
/
+7
2018-04-21
Generate alias file
Guillaume Gomez
-0
/
+3
2018-04-21
Add back missing `#![feature(never_type)]`s
kennytm
-0
/
+2
2018-04-15
Mention Result<!, E> in never docs.
Clar Charr
-0
/
+52
2018-03-26
Fix missed i128 feature gates
Mark Mansi
-2
/
+2
[next]