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
2017-10-02
update books for next release
steveklabnik
-3
/
+3
2017-09-29
Rollup merge of #44900 - Havvy:normalize-lang-attribute-spacing, r=sfackler
Mark Simulacrum
-1
/
+1
2017-09-29
Rollup merge of #44287 - Eh2406:master, r=aturon
Mark Simulacrum
-0
/
+20
2017-09-28
Normalize spaces in lang attributes.
Havvy
-1
/
+1
2017-09-22
Add support for `..=` syntax
Alex Burka
-25
/
+25
2017-09-03
Manuall rebase of @Migi pull/41336
Eh2406
-0
/
+20
2017-09-03
add error message for the other case too
Ariel Ben-Yehuda
-1
/
+6
2017-09-03
on_unimplemented: add method-name checks and use them in Try
Ariel Ben-Yehuda
-1
/
+3
2017-09-03
address review comments
Ariel Ben-Yehuda
-2
/
+3
2017-09-03
enable desugaring-sensitive error messages and use them in Try
Ariel Ben-Yehuda
-2
/
+10
2017-08-17
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+2
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-08-14
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-531
/
+617
2017-08-14
Add missing newline in Deref docs to fix rendering
lukaramu
-0
/
+2
2017-08-13
Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov
Guillaume Gomez
-1
/
+1
2017-08-12
Auto merge of #43724 - lukaramu:std-ops-docs, r=QuietMisdreavus
bors
-529
/
+615
2017-08-12
std::ops docs: incorporated changes suggested in review
lukaramu
-58
/
+82
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-08-12
Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperio
bors
-1
/
+1
2017-08-11
Fix some more typos, this time words that are duplicated.
Bastien Orivel
-1
/
+1
2017-08-10
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
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-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
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-22
Add generic example of std::ops::Sub in doc comments
mandeep
-0
/
+36
2017-07-05
Add `rustc_on_unimplemented` message to `std::ops::Try`
Esteban Küber
-0
/
+2
2017-06-30
Revert "Stabilize RangeArgument"
Steven Fackler
-168
/
+9
2017-06-24
Stabilize RangeArgument
Steven Fackler
-9
/
+168
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-5
/
+20
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-67
/
+0
2017-06-15
Update older URLs pointing to the first edition of the Book
Wonwoo Choi
-2
/
+2
2017-06-09
Move Drop to module.
Clar Charr
-90
/
+103
2017-06-09
Move CoerceUnsized to module.
Clar Charr
-69
/
+82
[next]