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
/
ops
/
function.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-26
Convert collapsed to shortcut reference links
Matthew Kraai
-4
/
+4
2019-11-26
Format libcore with rustfmt
David Tolnay
-21
/
+35
2019-11-16
Suggest borrowing when it would satisfy an unmet trait bound
Esteban Küber
-4
/
+0
2019-08-24
Added an extra line to make the formatting conform to the rest of the document.
Christian
-0
/
+1
2019-08-24
Removed the confusing FnOnce example. closes #47091
Christian
-9
/
+0
2019-07-25
Add note suggesting to borrow a String argument to find
Esteban Küber
-0
/
+4
2019-02-07
Add #[must_use] message to Fn* traits
Taiki Endo
-3
/
+3
2019-01-01
Fix broken links to second edition TRPL.
Corey Farwell
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
Add #[must_use] attribute to stdlib traits
Felix Chapman
-0
/
+3
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-3
/
+3
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-5
/
+5
2018-08-15
When closure with no arguments was expected, suggest wrapping
Esteban Küber
-0
/
+15
2017-08-12
Auto merge of #43724 - lukaramu:std-ops-docs, r=QuietMisdreavus
bors
-24
/
+104
2017-08-12
std::ops docs: incorporated changes suggested in review
lukaramu
-33
/
+60
2017-08-07
Revise `Fn`/`FnMut`/`FnOnce` documentation
lukaramu
-21
/
+74
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-06-09
Move Fn to module.
Clar Charr
-0
/
+194