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
/
library
/
std
/
src
/
primitive_docs.rs
Age
Commit message (
Expand
)
Author
Lines
2023-09-18
get rid of duplicate primitive_docs
Ralf Jung
-1593
/
+0
2023-08-29
fix std::primitive doc: homogenous -> homogeneous
Meng Xiangzhuo
-3
/
+3
2023-06-15
Extend `unused_must_use` to cover block exprs
许杰友 Jieyou Xu (Joe)
-1
/
+1
2023-05-08
Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar...
bors
-0
/
+1
2023-05-07
enable `rust_2018_idioms` for doctests
ozkanonur
-0
/
+1
2023-05-03
Mention array<->tuple convs in docs
Maybe Waffle
-0
/
+20
2023-04-28
handle cfg(bootstrap)
Pietro Albini
-50
/
+25
2023-04-12
remove some unneeded imports
KaDiWa
-6
/
+0
2023-04-07
Document that `&T` and `&mut T` are `Sync` if `T` is
Maybe Waffle
-0
/
+1
2023-03-30
Replace doc(primitive) with rustc_doc_primitive
Guillaume Gomez
-25
/
+50
2023-03-15
unequal → not equal
gimbles
-1
/
+1
2023-02-27
Clarify that Copy is a trait in array docs
Coca162
-1
/
+1
2023-02-27
Update docs to show [expr; N] can repeat const expr
Coca162
-2
/
+4
2022-11-22
disable strict-provenance-violating doctests in Miri
Ralf Jung
-0
/
+2
2022-09-10
array docs - advertise how to get array from slice
Doug Cook (WINDOWS)
-1
/
+22
2022-08-26
Add the syntax of references to their documentation summary.
Kevin Reid
-1
/
+1
2022-08-20
Improve primitive/std docs separation and headers
Cameron Steffen
-8
/
+53
2022-08-12
Adjust cfgs
Mark Rousskov
-5
/
+4
2022-07-19
Improve the function pointer docs
Michael Howell
-10
/
+50
2022-07-17
rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers
Michael Howell
-2
/
+2
2022-07-01
update cfg(bootstrap)s
Pietro Albini
-2
/
+2
2022-06-14
rustdoc: change "variadic tuple" notation to look less like real syntax
Michael Howell
-4
/
+4
2022-06-11
Update library/std/src/primitive_docs.rs
Michael Howell
-1
/
+1
2022-06-11
Add test case for #trait-implementations-1 link
Michael Howell
-0
/
+2
2022-06-11
Re-add explicit list of traits to tuple docs, with limit notes
Michael Howell
-5
/
+34
2022-06-11
Use relative path for addressing things in rust-lang/rust
Michael Howell
-2
/
+2
2022-06-11
Fix incorrectly spelled "variadic"
Michael Howell
-2
/
+2
2022-06-08
Fix bootstrap attr
Michael Howell
-2
/
+2
2022-06-08
rustdoc: fixed messed-up rustdoc auto trait impls
Michael Howell
-1
/
+1
2022-06-08
rustdoc: show tuple impls as `impl Trait for (T, ...)`
Michael Howell
-18
/
+7
2022-06-07
docs: show Clone and Copy on () doc pages
Michael Howell
-0
/
+34
2022-06-07
rustdoc: show auto/blanket docs for tuple and unit
Michael Howell
-0
/
+10
2022-05-24
Rollup merge of #97321 - RalfJung:int-to-fnptr, r=Dylan-DPC
Dylan DPC
-0
/
+26
2022-05-23
sync primitive_docs
Ralf Jung
-0
/
+26
2022-05-23
Rollup merge of #96129 - mattheww:2022-04_float_rounding, r=Dylan-DPC
Dylan DPC
-0
/
+13
2022-04-16
Document rounding for floating-point primitive operations
Matthew Woodcraft
-0
/
+13
2022-03-31
match std f32 primitive docs to core f32 primitive docs
Pyry Kontio
-2
/
+3
2022-03-31
Improve wording of "NaN as a special value" top level explanation
Pyry Kontio
-4
/
+5
2022-03-31
Improve floating point documentation:
Pyry Kontio
-4
/
+14
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-10
/
+10
2022-02-01
Fix annotation of code blocks
George Bateman
-2
/
+3
2022-01-31
(#93493) Add items from code review
George Bateman
-15
/
+35
2022-01-30
Document char validity
George Bateman
-5
/
+33
2021-12-04
Update docs.
Mara Bos
-2
/
+1
2021-11-19
Remove unnecessary doc links
Maybe Waffle
-2
/
+0
2021-10-10
Update library/std/src/primitive_docs.rs
Waffle Lapkin
-1
/
+1
2021-10-10
Makes docs for references a little less confusing
Waffle Lapkin
-5
/
+5
2021-09-12
Add primitive documentation to libcore
Joshua Nelson
-21
/
+25
2021-09-08
Bump stage0 compiler to 1.56
Mark Rousskov
-2
/
+1
2021-09-08
Rollup merge of #88594 - steffahn:more_symbolic_doc_aliases, r=joshtriplett
Jack Huey
-2
/
+5
[next]