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
Age
Commit message (
Expand
)
Author
Lines
2015-03-27
rollup merge of #23753: aturon/revise-convert
Alex Crichton
-0
/
+16
2015-03-27
rollup merge of #23752: alexcrichton/remove-should-fail
Alex Crichton
-4
/
+4
2015-03-27
rollup merge of #23736: gmjosack/master
Alex Crichton
-1
/
+1
2015-03-27
rollup merge of #23721: erickt/deprecate
Alex Crichton
-0
/
+6
2015-03-27
rollup merge of #23712: nikomatsakis/reflect-trait
Alex Crichton
-11
/
+57
2015-03-27
rollup merge of #23676: gkoz/array_as_ref
Alex Crichton
-0
/
+19
2015-03-26
Fix doc tests.
Niko Matsakis
-0
/
+1
2015-03-26
Implement `Reflect` trait with a variant on the standard OIBIT
Niko Matsakis
-11
/
+56
2015-03-26
Update docs to fix various 404s
Gary M. Josack
-1
/
+1
2015-03-26
Revise use of conversion traits
Aaron Turon
-0
/
+16
2015-03-26
syntax: Remove support for #[should_fail]
Alex Crichton
-4
/
+4
2015-03-26
Deprecate as_mut_slice methods
Erick Tryzelaar
-0
/
+6
2015-03-26
Added instability markers to `POST_DROP_*` consts, and related opt-in's.
Felix S. Klock II
-10
/
+19
2015-03-26
A better `core::mem::dropped` implementation suggested by huonw on the PR.
Felix S. Klock II
-6
/
+9
2015-03-26
filling-drop: switch `DTOR_NEEDED` and `DTOR_DONE` to non-trivial values.
Felix S. Klock II
-1
/
+1
2015-03-26
Switch drop-flag to `u8` to allow special tags to instrument state.
Felix S. Klock II
-1
/
+95
2015-03-25
Auto merge of #23434 - alexcrichton:misc-stab, r=aturon
bors
-3
/
+4
2015-03-25
Rollup merge of #23664 - bluss:std-docs, r=steveklabnik
Manish Goregaokar
-8
/
+7
2015-03-24
Test fixes and rebase conflicts, round 2
Alex Crichton
-0
/
+1
2015-03-25
Implement AsRef and AsMut for fixed-sized arrays
Gleb Kozyrev
-0
/
+19
2015-03-24
rollup merge of #23671: steveklabnik/doc_std_clone
Alex Crichton
-0
/
+8
2015-03-24
rollup merge of #23661: steveklabnik/any_docs
Alex Crichton
-4
/
+4
2015-03-24
rollup merge of #23630: nrc/coerce-tidy
Alex Crichton
-3
/
+31
2015-03-24
rollup merge of #23282: nikomatsakis/fn-trait-inheritance
Alex Crichton
-1
/
+52
2015-03-24
core: Update docs for StrExt demotion in libstd
Ulrik Sverdrup
-8
/
+7
2015-03-25
Change lint names to plurals
Nick Cameron
-20
/
+20
2015-03-25
Add trivial cast lints.
Nick Cameron
-3
/
+31
2015-03-24
An example for clone
Steve Klabnik
-0
/
+8
2015-03-24
Clean up Any's title line
Steve Klabnik
-4
/
+4
2015-03-23
rollup merge of #23652: alexcrichton/stabilize-hasher-finish
Alex Crichton
-1
/
+1
2015-03-23
rollup merge of #23644: mbrubeck/doc-edit
Alex Crichton
-6
/
+3
2015-03-23
Update docs for ptr module.
Matt Brubeck
-6
/
+3
2015-03-23
rollup merge of #23503: alexcrichton/fix-ptr-docs
Alex Crichton
-23
/
+31
2015-03-23
rollup merge of #23484: alexcrichton/marker-trait-stable
Alex Crichton
-0
/
+1
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-6
/
+87
2015-03-23
rollup merge of #23633: tomjakubowski/rustdoc-array-prim
Alex Crichton
-0
/
+2
2015-03-23
rollup merge of #23601: nikomatsakis/by-value-index
Alex Crichton
-3
/
+294
2015-03-23
rollup merge of #23580: nikomatsakis/pattern-and-overflow
Alex Crichton
-13
/
+7
2015-03-23
rollup merge of #23541: aturon/stab-error
Alex Crichton
-5
/
+10
2015-03-23
rollup merge of #23538: aturon/conversion
Alex Crichton
-1
/
+161
2015-03-23
rollup merge of #23269: shepmaster/split-not-double-ended
Alex Crichton
-30
/
+124
2015-03-23
rollup merge of #23211: FlaPer87/oibit-send-and-friends
Alex Crichton
-0
/
+4
2015-03-23
Remove auto-deref'ing Pattern impl because it conflicts with other
Niko Matsakis
-13
/
+7
2015-03-23
std: Stabilize the `Hasher::finish` method
Alex Crichton
-1
/
+1
2015-03-23
Add generic conversion traits
Aaron Turon
-1
/
+161
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-6
/
+87
2015-03-23
rustdoc: Support for "array" primitive
Tom Jakubowski
-0
/
+2
2015-03-23
Adjust Index/IndexMut impls. For generic collections, we take
Niko Matsakis
-3
/
+282
2015-03-23
Compiler and trait changes to make indexing by value.
Niko Matsakis
-0
/
+12
2015-03-23
Make the `Fn` traits inherit from one another and remove the bridging
Niko Matsakis
-1
/
+52
[next]