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
Age
Commit message (
Expand
)
Author
Lines
2015-03-24
Test fixes and rebase conflicts, round 2
Alex Crichton
-11
/
+17
2015-03-24
rollup merge of #23674: nagisa/fallout-1
Alex Crichton
-7
/
+7
2015-03-24
Test fixes and rebase conflicts, round 1
Alex Crichton
-0
/
+2
2015-03-25
Fix some fallout in librustdoc
Simonas Kazlauskas
-7
/
+7
2015-03-24
rollup merge of #23671: steveklabnik/doc_std_clone
Alex Crichton
-0
/
+8
2015-03-24
rollup merge of #23638: pnkfelix/fsk-reject-specialized-drops
Alex Crichton
-63
/
+465
2015-03-24
rollup merge of #23546: alexcrichton/hyphens
Alex Crichton
-145
/
+144
2015-03-24
rustc: Add support for `extern crate foo as bar`
Alex Crichton
-145
/
+144
2015-03-24
rollup merge of #23668: alexcrichton/io-zero
Alex Crichton
-30
/
+14
2015-03-24
rollup merge of #23662: steveklabnik/gh23421
Alex Crichton
-3
/
+3
2015-03-24
rollup merge of #23661: steveklabnik/any_docs
Alex Crichton
-4
/
+4
2015-03-24
rollup merge of #23659: GBGamer/master
Alex Crichton
-0
/
+58
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
-621
/
+593
2015-03-24
rollup merge of #23629: liammonahan/master
Alex Crichton
-2
/
+2
2015-03-24
rollup merge of #23592: alexcrichton/tweak-at-exit
Alex Crichton
-46
/
+65
2015-03-24
rollup merge of #23573: steveklabnik/doc_associated_types
Alex Crichton
-0
/
+203
2015-03-24
rollup merge of #23282: nikomatsakis/fn-trait-inheritance
Alex Crichton
-261
/
+711
2015-03-25
Bug fixes
Nick Cameron
-25
/
+3
2015-03-24
Unit tests for Issue 8142, collected into one file.
Felix S. Klock II
-0
/
+79
2015-03-24
Reject specialized Drop impls.
Felix S. Klock II
-18
/
+341
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
Remove unnecessary bounds from Drop impl for `Arc` and `arc::Weak` and
Felix S. Klock II
-3
/
+3
2015-03-25
Change lint names to plurals
Nick Cameron
-49
/
+49
2015-03-25
Add tests
Nick Cameron
-2
/
+167
2015-03-25
Remove the UnusedCasts lint
Nick Cameron
-25
/
+0
2015-03-25
Minor refactoring in coercion.rs
Nick Cameron
-147
/
+163
2015-03-25
Add trivial cast lints.
Nick Cameron
-449
/
+287
2015-03-24
An example for clone
Steve Klabnik
-0
/
+8
2015-03-24
std: Zero memory when calling `read_to_end()`
Alex Crichton
-30
/
+14
2015-03-24
Test fixes and rebase conflicts, round 4
Alex Crichton
-2
/
+0
2015-03-24
correct reference wrt shifts
Steve Klabnik
-3
/
+3
2015-03-24
Clean up Any's title line
Steve Klabnik
-4
/
+4
2015-03-24
Add basic information about associated types
Steve Klabnik
-0
/
+203
2015-03-24
Add Examples for File
Steve Klabnik
-0
/
+74
2015-03-24
Add the other S_I(RWX)(GRP/OTH) for posix `creat`
Nicholas Mazzuca
-0
/
+58
2015-03-23
Test fixes and rebase conflicts, round 3
Alex Crichton
-6
/
+3
2015-03-23
Improve the wording of the example section description on the ownership page
Liam Monahan
-2
/
+2
2015-03-23
rollup merge of #23653: dhuseby/bitrig-stage0-c64d671
Alex Crichton
-1
/
+1
2015-03-23
rollup merge of #23652: alexcrichton/stabilize-hasher-finish
Alex Crichton
-1
/
+1
2015-03-23
rollup merge of #23645: steveklabnik/gh23642
Alex Crichton
-6
/
+3
2015-03-23
rollup merge of #23644: mbrubeck/doc-edit
Alex Crichton
-6
/
+3
2015-03-23
Test fixes and rebase conflicts, round 2
Alex Crichton
-149
/
+179
[next]