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
Age
Commit message (
Expand
)
Author
Lines
2017-08-09
Put `intrinsics::unreachable` on a possible path to stabilization
Tobias Bucher
-3
/
+16
2017-08-08
mark comparison trait methods as #[must_use]
Zack M. Davis
-0
/
+7
2017-08-08
Clarify the language around `RefCell::swap`
Michael Howell
-1
/
+1
2017-08-08
Assign tracking issue to option_ref_mut_cloned
panicbit
-1
/
+1
2017-08-08
Avoid calling the column!() macro in panic
est31
-2
/
+12
2017-08-08
Added to core::ops module docs
lukaramu
-5
/
+12
2017-08-08
Revised core::ops::range::* docs
lukaramu
-95
/
+120
2017-08-07
Revise `Fn`/`FnMut`/`FnOnce` documentation
lukaramu
-21
/
+74
2017-08-07
Revise `Index` and `IndexMut` docs.
lukaramu
-26
/
+23
2017-08-07
Revise `Drop` docs
lukaramu
-22
/
+40
2017-08-07
Expand docs on `Deref` and `DerefMut`
lukaramu
-24
/
+78
2017-08-07
Revise documentation in core::ops::bit
lukaramu
-150
/
+122
2017-08-07
Revise documentation in core::ops::arith
lukaramu
-182
/
+118
2017-08-07
Fix Option<&mut T>::cloned doc test
panicbit
-0
/
+1
2017-08-07
libcore: Implement cloned() for Option<&mut T>
panicbit
-0
/
+19
2017-08-06
Preface 'cares' with 'only'
Ryan Leckey
-1
/
+1
2017-08-02
Change "Example" to "Examples" in the doc comments
Michael Howell
-2
/
+2
2017-08-02
Fixed errors in libstd.
Isaac van Bakel
-6
/
+6
2017-08-02
Rollup merge of #43423 - xliiv:cell-example, r=steveklabnik
Corey Farwell
-0
/
+28
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-3
/
+3
2017-08-01
Add an overflow check in the Iter::next() impl for Range<_>
oyvindln
-3
/
+10
2017-07-31
Implement `RefCell::replace` and `RefCell::swap`
Michael Howell
-0
/
+71
2017-07-30
Document the `from_str_radix` panic
Tobias Bucher
-0
/
+4
2017-07-29
Rollup merge of #43409 - tshepang:concise, r=steveklabnik
Mark Simulacrum
-25
/
+8
2017-07-28
Fix more tests with `GeneratorState` rename
Alex Crichton
-8
/
+8
2017-07-28
Rename State to GeneratorState
John Kåre Alsaker
-4
/
+4
2017-07-28
Derive traits for State.
John Kåre Alsaker
-1
/
+1
2017-07-28
Remove support for `gen arg`
Alex Crichton
-8
/
+8
2017-07-28
Fill in generator tracking issue in a few more locations
Alex Crichton
-1
/
+1
2017-07-28
Add documentation for generators
Alex Crichton
-4
/
+88
2017-07-28
std: Add forwarding impls of `Generator` trait
Alex Crichton
-9
/
+14
2017-07-28
Fix tidy warnings
Alex Crichton
-1
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+46
2017-07-27
Use `rustc_on_unimplemented`'s trait name argument in `try`
Esteban Küber
-1
/
+1
2017-07-26
Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturon
bors
-37
/
+29
2017-07-26
Rollup merge of #43471 - ollie27:try_from_ints, r=nagisa
Mark Simulacrum
-15
/
+30
2017-07-26
Rollup merge of #42959 - SimonSapin:nonzero-checked, r=sfackler
Mark Simulacrum
-29
/
+130
2017-07-25
Auto merge of #43320 - alexcrichton:new-bootstrap, r=Mark-Simulacrum
bors
-40
/
+10
2017-07-25
std: Stabilize the `str_{mut,box}_extras` feature
Alex Crichton
-3
/
+3
2017-07-25
Stabilize the `compile_error_macro` feature
Alex Crichton
-1
/
+1
2017-07-25
std: Stabilize `manually_drop` feature
Alex Crichton
-10
/
+7
2017-07-25
std: Stabilize `utf8_error_error_len` feature
Alex Crichton
-1
/
+1
2017-07-25
std: Stabilize `str_checked_slicing` feature
Alex Crichton
-10
/
+10
2017-07-25
std: Stabilize `option_entry` feature
Alex Crichton
-6
/
+2
2017-07-25
std: Stabilize `char_escape_debug`
Alex Crichton
-6
/
+5
2017-07-25
Bump master to 1.21.0
Alex Crichton
-40
/
+10
2017-07-25
Add missing impl and tests for int to int TryFrom impls
Oliver Middleton
-15
/
+30
2017-07-25
Auto merge of #43325 - ollie27:overflowing_literals, r=arielb1
bors
-5
/
+1
2017-07-25
Auto merge of #43248 - llogiq:num-try-from, r=nagisa
bors
-38
/
+391
2017-07-24
s/immutable/my_struct
Tymoteusz Jankowski
-3
/
+3
[prev]
[next]