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
rollup merge of #23282: nikomatsakis/fn-trait-inheritance
Alex Crichton
-261
/
+711
2015-03-24
syntax: Update #[derive(...)] to work with phantom and associated types
Erick Tryzelaar
-6
/
+357
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-24
test: silence a warning
Erick Tryzelaar
-0
/
+1
2015-03-24
collections: Update docs for slice since SliceExt was removed
Ulrik Sverdrup
-41
/
+33
2015-03-24
core: Update docs for StrExt demotion in libstd
Ulrik Sverdrup
-9
/
+8
2015-03-24
std: Update docs for removal of ReadExt, WriteExt
Ulrik Sverdrup
-16
/
+16
2015-03-24
syntax: Allow quotes to insert path
Erick Tryzelaar
-0
/
+2
2015-03-24
syntax: Allow where strings to be parsed independent from generics
Erick Tryzelaar
-16
/
+25
2015-03-24
syntax: add {trait_item,impl_item,where_clause}_to_string
Erick Tryzelaar
-13
/
+14
2015-03-24
libcollections: move Vec::push slow path out
Corey Richardson
-9
/
+16
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
Add examples for std::ascii
Steve Klabnik
-4
/
+96
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
2015-03-23
Fallout from changing fn traits to use inheritance rather than bridge
Niko Matsakis
-59
/
+216
2015-03-23
adding lastest Bitrig snapshot by hand
Dave Huseby
-1
/
+1
2015-03-23
Update docs for ptr module.
Matt Brubeck
-6
/
+3
2015-03-23
Auto merge of #23536 - pnkfelix:arith-oflo-shifts, r=nikomatsakis
bors
-30
/
+449
2015-03-23
rollup merge of #23506: alexcrichton/remove-some-deprecated-things
Alex Crichton
-381
/
+29
2015-03-23
rollup merge of #23503: alexcrichton/fix-ptr-docs
Alex Crichton
-41
/
+49
2015-03-23
rollup merge of #23484: alexcrichton/marker-trait-stable
Alex Crichton
-0
/
+1
[prev]
[next]