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
/
libcore
/
ops
Age
Commit message (
Expand
)
Author
Lines
2020-05-07
rewrite Drop documentation
Bastian Kauschke
-44
/
+98
2020-04-25
Bump bootstrap compiler
Mark Rousskov
-3
/
+2
2020-04-13
Remove the last remnant of unsigned Neg
Josh Stone
-17
/
+4
2020-04-05
Stop importing the float modules. Use assoc consts
Linus Färnstrand
-12
/
+0
2020-04-03
Replace float module consts with assoc consts in documentation
Linus Färnstrand
-6
/
+4
2020-03-26
permit negative impls for non-auto traits
Niko Matsakis
-0
/
+4
2020-03-23
#[track_caller] on core::ops::{Index, IndexMut}.
Adam Perry
-0
/
+2
2020-03-19
Removed unused `Hasher` import.
CDirkx
-1
/
+1
2020-03-19
Derive PartialEq, Eq and Hash for RangeInclusive
CDirkx
-21
/
+1
2020-03-15
Bump the bootstrap compiler
Jonas Schievink
-29
/
+2
2020-03-10
Make Point `Copy` in arithmetic documentation
Florian Gilcher
-6
/
+6
2020-02-08
Remove problematic specialization from RangeInclusive
CAD97
-31
/
+14
2020-02-08
Auto merge of #68358 - matthewjasper:spec-fix, r=nikomatsakis
bors
-23
/
+15
2020-02-02
Add a resume type parameter to `Generator`
Jonas Schievink
-4
/
+31
2020-02-01
Remove some unsound specializations
Matthew Jasper
-23
/
+15
2019-12-26
Convert collapsed to shortcut reference links
Matthew Kraai
-4
/
+4
2019-12-23
Document that calling Drop, even after it panics, is UB
Mark Rousskov
-0
/
+6
2019-12-22
Rollup merge of #67480 - rossmacarthur:fix-41260-avoid-issue-0-part-2, r=Centril
Mazdak Farrokhzad
-10
/
+10
2019-12-21
Document privacy of RangeInclusive fields
Mark Rousskov
-0
/
+5
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-10
/
+10
2019-12-18
Propagate cfg bootstrap
Mark Rousskov
-28
/
+19
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-0
/
+9
2019-12-06
Format libcore with rustfmt (including tests and benches)
David Tolnay
-14
/
+22
2019-12-03
Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwco
Mazdak Farrokhzad
-3
/
+4
2019-11-26
Format libcore with rustfmt
David Tolnay
-136
/
+180
2019-11-25
added enclosing_scope attr to Try trait and fixed ui tests accordingly
Mikhail Babenko
-3
/
+4
2019-11-16
Suggest borrowing when it would satisfy an unmet trait bound
Esteban Küber
-4
/
+0
2019-11-12
Snap cfgs
Mark Rousskov
-15
/
+2
2019-11-01
Rollup merge of #65902 - gilescope:issue62570, r=estebank
Tyler Mandry
-2
/
+15
2019-10-30
Make ItemContext available for better diagnositcs.
Giles Cope
-2
/
+15
2019-10-20
Remove leading :: from paths in doc examples
Mikko Rantanen
-1
/
+1
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-07-11
hygiene: Fix wording of desugaring descriptions
Vadim Petrochenkov
-2
/
+2
2019-07-01
Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2019-06-15
Remove the default type of `Rem::Output`
Jonas Schievink
-1
/
+1
2019-06-06
Rollup merge of #61376 - czipperz:bound-cloned, r=sfackler
Mazdak Farrokhzad
-0
/
+23
2019-06-05
Remove dereference
Chris Gregory
-1
/
+1
2019-06-05
Take self by value (Self is Copy here)
Chris Gregory
-1
/
+1
2019-06-05
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-1
/
+1
2019-06-01
Enable feature bound_cloned for tests
Chris Gregory
-0
/
+1
2019-05-31
Make Bound::cloned public
Chris Gregory
-1
/
+1
2019-05-30
Fix compilation errors
Chris Gregory
-2
/
+2
2019-05-30
Add Bound::cloned()
Chris Gregory
-0
/
+22
2019-05-30
Fix links in Deref documentation
Guillaume Gomez
-6
/
+6
2019-04-22
Remove double trailing newlines
varkor
-1
/
+0
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-6
/
+6
2019-04-18
libcore => 2018
Taiki Endo
-5
/
+5
2019-04-09
std::ops::Div examples: correct nominator to numerator
Anders Kaseorg
-14
/
+14
[next]