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
2017-04-12
Rollup merge of #41243 - projektir:prim_str_docs, r=GuillaumeGomez
Tim Neumann
-4
/
+4
2017-04-12
Minor nits in primitive str
projektir
-4
/
+4
2017-04-10
Fixes incorrect formatting in array's documentation.
Nathaniel Ringo
-1
/
+1
2017-03-31
Rollup merge of #40703 - GuillaumeGomez:pointer-docs, r=steveklabnik
Corey Farwell
-4
/
+9
2017-03-21
Add missing urls in ptr docs
Guillaume Gomez
-4
/
+9
2017-03-20
Fix up various links
steveklabnik
-2
/
+2
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-3
/
+3
2017-02-20
Revert "Fix up links"
Steve Klabnik
-1
/
+1
2017-02-13
Fix up links
Steve Klabnik
-1
/
+1
2017-01-24
Add missing urls for array docs
Guillaume Gomez
-21
/
+22
2017-01-21
Specify the result of integer cast on boolean
Guillaume Gomez
-1
/
+9
2017-01-15
rustdoc: Give primitive types stability attributes
Oliver Middleton
-0
/
+22
2017-01-05
Fix typo in tuple docs
Oliver Middleton
-1
/
+1
2016-12-30
Make rustdoc aware of the primitive i128 type
est31
-0
/
+22
2016-10-08
Use less `size_t` casts in libstd since it's now defined as `usize`
Tobias Bucher
-1
/
+1
2016-09-11
Tweak array docs
Keegan McAllister
-21
/
+65
2016-08-18
Fix links
Nick Cameron
-1
/
+1
2016-08-17
Rollup merge of #35613 - matthew-piziak:array-docs-trait-justification, r=ste...
Jonathan Turner
-3
/
+8
2016-08-12
provide additional justification for array interface design
Matthew Piziak
-3
/
+8
2016-08-12
Update note to include recommendation to use `.as_slice()`
JessRudder
-1
/
+2
2016-08-11
Add note to docs for &str that example is to demo internals only
JessRudder
-0
/
+3
2016-07-08
Improve primitive integers documentation
Guillaume Gomez
-0
/
+30
2016-06-22
Use the correct types in float examples
Oliver Middleton
-6
/
+0
2016-06-01
Fix broken link name in `bool` documentation
Matt Kraai
-1
/
+1
2016-04-06
Add `Copy` to the traits that are automatically implemented for tuples
Tobias Bucher
-2
/
+4
2016-03-22
doc: small char improvements
Tshepang Lekhonkhobe
-3
/
+3
2016-03-08
doc: Fix a bunch of broken links
Alex Crichton
-15
/
+15
2016-03-06
Spelling fix for "because"
Craig M. Brandenburg
-1
/
+1
2016-02-25
Add f32 and f64 examples warning
Guillaume Gomez
-0
/
+6
2016-02-24
Updated the primitive docs for bool
Ravi Shankar
-1
/
+44
2016-02-15
correct the primitive char doc's use of bytes and code points
Jack O'Connor
-21
/
+11
2016-02-09
make note of arity and 32-length restriction
Steve Klabnik
-0
/
+6
2016-02-09
Properly document tuples
Steve Klabnik
-27
/
+65
2015-12-16
small fix to str doc example
Steve Klabnik
-1
/
+1
2015-12-09
Fix extra space in str docs
Steve Klabnik
-1
/
+1
2015-12-01
Auto merge of #30129 - tbu-:pr_doc_arrays_coerce, r=steveklabnik
bors
-6
/
+6
2015-12-01
Arrays don't dereference but coerce to slices
Tobias Bucher
-6
/
+6
2015-11-30
Better docs for the str primitive
Steve Klabnik
-22
/
+42
2015-11-24
Fix up docs for char
Steve Klabnik
-11
/
+72
2015-11-07
Update list of array implementations in src/libstd/primitive_docs.rs
Oliver Middleton
-1
/
+3
2015-09-30
Fix typo in docs: usize is unsigned, not signed.
Dato Simó
-1
/
+1
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-2
/
+0
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-1
/
+2
2015-07-20
Address feedback
Brian Anderson
-15
/
+15
2015-07-20
std: Create separate docs for the primitives
Brian Anderson
-0
/
+420