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
/
libstd
Age
Commit message (
Expand
)
Author
Lines
2015-03-25
Rollup merge of #23684 - tamird:ios-fallout, r=alexcrichton
Manish Goregaokar
-1
/
+1
2015-03-25
Rollup merge of #23664 - bluss:std-docs, r=steveklabnik
Manish Goregaokar
-16
/
+16
2015-03-25
Ignore some tests on aarch64
Sae-bom Kim
-0
/
+1
2015-03-25
unbreak bitrig/openbsd build after 8389253d
Sébastien Marie
-2
/
+2
2015-03-24
[iOS] Fallout from 8389253
Tamir Duberstein
-1
/
+1
2015-03-24
Test fixes and rebase conflicts, round 2
Alex Crichton
-3
/
+7
2015-03-24
Test fixes and rebase conflicts, round 1
Alex Crichton
-0
/
+2
2015-03-24
rollup merge of #23638: pnkfelix/fsk-reject-specialized-drops
Alex Crichton
-43
/
+43
2015-03-24
std: Reexport std::rt::unwind::try in std::thread
Alex Crichton
-0
/
+49
2015-03-24
rollup merge of #23668: alexcrichton/io-zero
Alex Crichton
-30
/
+14
2015-03-24
rollup merge of #23646: steveklabnik/doc_file
Alex Crichton
-0
/
+74
2015-03-24
rollup merge of #23630: nrc/coerce-tidy
Alex Crichton
-4
/
+7
2015-03-24
rollup merge of #23592: alexcrichton/tweak-at-exit
Alex Crichton
-45
/
+64
2015-03-25
Bug fixes
Nick Cameron
-1
/
+2
2015-03-24
Reject specialized Drop impls.
Felix S. Klock II
-1
/
+1
2015-03-24
Added `T:Send` bound to `JoinGuard<T>` to avoid specialized `Drop` impl.
Felix S. Klock II
-1
/
+1
2015-03-24
Added `T:Send` bound to `Queue<T>` to avoid specialized `Drop` impl.
Felix S. Klock II
-1
/
+1
2015-03-24
Added `T:Send` bound to `Packet<T>` to avoid specialized `Drop` impl.
Felix S. Klock II
-2
/
+2
2015-03-24
added `T:Send` bound to `Mutex<T>` to avoid specialized Drop impl.
Felix S. Klock II
-1
/
+1
2015-03-24
Added `W: Writer` bound to `BufferedWriter<W>` to avoid specialized `Drop` impl.
Felix S. Klock II
-9
/
+9
2015-03-24
Added `T:Send` bound to `Queue<T>` to avoid specialized Drop impl.
Felix S. Klock II
-2
/
+2
2015-03-24
Added `Write` bounds to avoid a specialized Drop impl for `BufWriter`.
Felix S. Klock II
-9
/
+9
2015-03-24
Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`.
Felix S. Klock II
-17
/
+17
2015-03-24
std: Update docs for removal of ReadExt, WriteExt
Ulrik Sverdrup
-16
/
+16
2015-03-25
Change lint names to plurals
Nick Cameron
-2
/
+2
2015-03-25
Add trivial cast lints.
Nick Cameron
-3
/
+5
2015-03-24
std: Zero memory when calling `read_to_end()`
Alex Crichton
-30
/
+14
2015-03-24
Add examples for std::ascii
Steve Klabnik
-4
/
+96
2015-03-24
Add Examples for File
Steve Klabnik
-0
/
+74
2015-03-23
Test fixes and rebase conflicts, round 3
Alex Crichton
-3
/
+1
2015-03-23
Test fixes and rebase conflicts, round 2
Alex Crichton
-26
/
+26
2015-03-23
rollup merge of #23503: alexcrichton/fix-ptr-docs
Alex Crichton
-2
/
+2
2015-03-23
Test fixes and rebase conflicts, round 1
Alex Crichton
-1
/
+1
2015-03-23
rollup merge of #23383: alexcrichton/fs-create-dir-all
Alex Crichton
-1
/
+1
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-1
/
+284
2015-03-23
rollup merge of #23648: steveklabnik/rollup
Alex Crichton
-8
/
+8
2015-03-23
rollup merge of #23641: steveklabnik/gh23632
Alex Crichton
-5
/
+5
2015-03-23
rollup merge of #23640: nagisa/thread-less-weak
Alex Crichton
-11
/
+8
2015-03-23
rollup merge of #23637: apasel422/iter
Alex Crichton
-0
/
+25
2015-03-23
rollup merge of #23634: WiSaGaN/bugfix/fix_dead_link
Alex Crichton
-1
/
+1
2015-03-23
rollup merge of #23633: tomjakubowski/rustdoc-array-prim
Alex Crichton
-1
/
+18
2015-03-23
rollup merge of #23631: andersk/minstack-dlsym
Alex Crichton
-14
/
+26
2015-03-23
rollup merge of #23622: steveklabnik/gh23196
Alex Crichton
-0
/
+6
2015-03-23
rollup merge of #23615: steveklabnik/gh23540
Alex Crichton
-2
/
+1
2015-03-23
rollup merge of #23608: nagisa/refine-cursor-docstring
Alex Crichton
-8
/
+5
2015-03-23
rollup merge of #23607: mahkoh/cursor
Alex Crichton
-0
/
+1
2015-03-23
rollup merge of #23601: nikomatsakis/by-value-index
Alex Crichton
-5
/
+112
2015-03-23
rollup merge of #23579: Ms2ger/thread_local-unsafe
Alex Crichton
-5
/
+3
2015-03-23
rollup merge of #23557: aturon/rfc-909
Alex Crichton
-91
/
+127
2015-03-23
rollup merge of #23541: aturon/stab-error
Alex Crichton
-7
/
+7
[prev]
[next]