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
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
2019-04-04
Rollup merge of #59596 - LukasKalbertodt:fix-range-fmt, r=Kimundi
Mazdak Farrokhzad
-5
/
+17
2019-04-02
Rollup merge of #59529 - DevQps:improve-rem-docs, r=cuviper
Mazdak Farrokhzad
-0
/
+15
2019-04-01
Improved the example with numbers that can be exactly represented as floats a...
Christian
-2
/
+3
2019-04-01
Forward formatter settings to bounds of `Range<T>` in `fmt::Debug` impl
Lukas Kalbertodt
-5
/
+17
2019-03-30
Added an example that shows how the remainder function on floating point valu...
Christian
-1
/
+11
2019-03-29
Added documentation on the remainder (Rem) operator for floating points.
Christian
-0
/
+4
2019-03-22
Rollup merge of #59190 - greg-kargin:master, r=sanxiyn
Mazdak Farrokhzad
-50
/
+50
2019-03-18
Replaced self-reflective explicit types with clearer `Self` or `Self::…` in...
Vincent Esche
-34
/
+34
2019-03-16
Rollup merge of #59152 - smmalis37:range_contains, r=SimonSapin
kennytm
-30
/
+19
2019-03-15
consistent naming for Rhs type parameter in libcore/ops
Grigorii Kargin
-50
/
+50
2019-03-12
Stabilize Range*::contains.
Steven Malis
-30
/
+19
2019-03-11
Fix RangeBounds documentation to include inclusive operations
Chris Gregory
-1
/
+1
2019-03-11
Standardize `Range*` documentation
Chris Gregory
-26
/
+42
2019-02-23
Rollup merge of #58122 - matthieu-m:range_incl_perf, r=dtolnay
Mazdak Farrokhzad
-0
/
+2
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-6
/
+6
2019-02-10
libs: doc comments
Alexander Regueiro
-4
/
+4
2019-02-10
tests: doc comments
Alexander Regueiro
-2
/
+2
2019-02-07
Add #[must_use] message to Fn* traits
Taiki Endo
-3
/
+3
2019-02-03
RangeInclusive internal iteration performance improvement.
Matthieu M
-0
/
+2
2019-01-27
Change generator trait to use pinning
Wim Looman
-14
/
+23
[next]