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
Age
Commit message (
Expand
)
Author
Lines
2019-01-27
Auto merge of #57826 - danielhenrymantilla:master, r=Centril
bors
-1
/
+1
2019-01-26
Bump bootstrap compiler to 1.33 beta
Mark Rousskov
-1
/
+1
2019-01-22
Fixed Deref coercion explanation for DerefMut using shared references
danielhenrymantilla
-1
/
+1
2019-01-19
Make `str` indexing generic on `SliceIndex`.
Alexis Hunt
-15
/
+0
2019-01-18
Rollup merge of #57350 - folex:master, r=estebank
Mazdak Farrokhzad
-0
/
+30
2019-01-05
Show suggestion to use .char().nth() and link to The Book on unimplemented In...
folex
-0
/
+30
2019-01-01
Fix broken links to second edition TRPL.
Corey Farwell
-6
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-110
/
+0
2018-12-20
Stabilize `Rc`, `Arc` and `Pin` as method receivers
Michael Hewson
-0
/
+19
2018-12-15
Rollup merge of #56677 - aelred:must-use-on-traits, r=estebank
Pietro Albini
-0
/
+3
2018-12-12
Bump to 1.33.0
Alex Crichton
-1
/
+1
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
-4
/
+4
2018-11-10
constify parts of libcore.
Mazdak Farrokhzad
-2
/
+2
2018-11-01
update DispatchFromDyn doctest
Michael Hewson
-0
/
+3
2018-11-01
Replace CoerceSized trait with DispatchFromDyn
Michael Hewson
-26
/
+26
2018-11-01
fix docs on trait
Michael Hewson
-4
/
+4
2018-11-01
Add CoerceSized trait and lang item
Michael Hewson
-1
/
+35
2018-10-31
Bump nightly to 1.32.0
Alex Crichton
-1
/
+1
2018-10-21
Fix a typo in the documentation of RangeInclusive
Jakub Kądziołka
-1
/
+1
2018-10-03
Only promote calls to `#[rustc_promotable]` const fns
Oliver Schneider
-0
/
+1
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-14
/
+14
2018-08-15
When closure with no arguments was expected, suggest wrapping
Esteban Küber
-0
/
+15
2018-07-31
Fix a typo in unsize.rs
pravic
-1
/
+1
2018-07-13
Changed implementation of the third field to make LLVM optimize it better.
kennytm
-6
/
+14
2018-07-13
Include is_empty() in PartialEq and Hash.
kennytm
-0
/
+19
2018-07-13
Change RangeInclusive to a three-field struct.
kennytm
-7
/
+31
2018-06-19
Add message to `rustc_on_unimplemented` attributes in core
Esteban Küber
-2
/
+8
2018-05-24
stabilize RangeBounds collections_range #30877
Cory Sherman
-85
/
+53
2018-05-17
Add doc comments mentioning unspecified behaviour upon exhaustion
varkor
-1
/
+10
2018-05-17
Stabilise into_inner
varkor
-3
/
+1
2018-05-17
Stabilise inclusive_range_methods
varkor
-10
/
+3
2018-05-17
Switch to 1.26 bootstrap compiler
Mark Simulacrum
-10
/
+0
2018-05-09
add fn `into_inner(self) -> (Idx, Idx)` to RangeInclusive (#49022)
Sebastian Köln
-0
/
+15
2018-05-01
new() should be const; start()/end() after iteration is unspecified.
kennytm
-1
/
+17
2018-05-01
Removed direct field usage of RangeInclusive in rustc itself.
kennytm
-1
/
+1
2018-04-30
Make the fields of RangeInclusive private.
kennytm
-1
/
+59
2018-04-28
Auto merge of #50149 - aaronaaeng:master, r=estebank
bors
-0
/
+13
2018-04-26
Add more doc aliases
Guillaume Gomez
-0
/
+19
2018-04-22
Make must_use lint cover all binary/unary operators
Aaron Aaeng
-0
/
+13
2018-04-21
add more aliases
Guillaume Gomez
-0
/
+23
2018-04-19
Auto merge of #49630 - npmccallum:shl, r=alexcrichton
bors
-3
/
+3
2018-04-16
Auto merge of #49130 - smmalis37:range, r=alexcrichton
bors
-34
/
+123
2018-04-13
[doc] note the special type inference handling for shifts
Andre Bogus
-2
/
+12
2018-04-10
Add symmetric requirement of PartialOrd.
Steven Malis
-8
/
+8
2018-04-07
Add float NaN tests.
Steven Malis
-21
/
+59
2018-04-07
fix tests
Steven Malis
-22
/
+22
2018-04-07
Update based on RangeBounds trait being moved to libcore.
Steven Malis
-12
/
+63
2018-04-06
Consistently default operator Rhs/RHS to Self
Nathaniel McCallum
-3
/
+3
2018-04-03
Remove all unstable placement features
Aidan Hobson Sayers
-147
/
+0
[prev]
[next]