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
Age
Commit message (
Expand
)
Author
Lines
2015-03-23
rollup merge of #23648: steveklabnik/rollup
Alex Crichton
-23
/
+25
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 #23639: steveklabnik/gh21305
Alex Crichton
-2
/
+31
2015-03-23
rollup merge of #23637: apasel422/iter
Alex Crichton
-1
/
+33
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
-10
/
+38
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 #23619: steveklabnik/gh23220
Alex Crichton
-10
/
+10
2015-03-23
rollup merge of #23618: steveklabnik/gh23571
Alex Crichton
-0
/
+35
2015-03-23
rollup merge of #23615: steveklabnik/gh23540
Alex Crichton
-2
/
+1
2015-03-23
rollup merge of #23612: dotdash/closure_bloat
Alex Crichton
-72
/
+8
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 #23604: apasel422/btree
Alex Crichton
-0
/
+41
2015-03-23
rollup merge of #23601: nikomatsakis/by-value-index
Alex Crichton
-177
/
+953
2015-03-23
rollup merge of #23580: nikomatsakis/pattern-and-overflow
Alex Crichton
-104
/
+88
2015-03-23
rollup merge of #23579: Ms2ger/thread_local-unsafe
Alex Crichton
-5
/
+3
2015-03-23
rollup merge of #23561: steveklabnik/gh23422
Alex Crichton
-0
/
+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
-12
/
+18
2015-03-23
rollup merge of #23538: aturon/conversion
Alex Crichton
-195
/
+665
2015-03-23
rollup merge of #23536: pnkfelix/arith-oflo-shifts
Alex Crichton
-30
/
+449
2015-03-23
rollup merge of #23517: vhbit/ext-socket-options
Alex Crichton
-12
/
+106
2015-03-23
rollup merge of #23515: nikomatsakis/issue-14985-trait-subtyping
Alex Crichton
-22
/
+71
2015-03-23
rollup merge of #23466: woehr/master
Alex Crichton
-47
/
+25
2015-03-23
rollup merge of #23401: tshepang/crates-and-modules-doc-nits
Alex Crichton
-73
/
+21
2015-03-23
rollup merge of #23283: brson/rpathfix
Alex Crichton
-15
/
+46
2015-03-23
rollup merge of #23269: shepmaster/split-not-double-ended
Alex Crichton
-39
/
+188
2015-03-23
rollup merge of #23211: FlaPer87/oibit-send-and-friends
Alex Crichton
-45
/
+76
2015-03-23
rollup merge of #23119: nikomatsakis/issue-23116-ref-mut
Alex Crichton
-10
/
+116
2015-03-23
rollup merge of #22954: ches/docs
Alex Crichton
-42
/
+48
2015-03-23
Remove auto-deref'ing Pattern impl because it conflicts with other
Niko Matsakis
-15
/
+27
2015-03-23
Refactor how we handle overflow so that it is a fatal error that aborts
Niko Matsakis
-89
/
+61
2015-03-23
std: Stabilize the `Hasher::finish` method
Alex Crichton
-1
/
+1
2015-03-23
Add generic conversion traits
Aaron Turon
-196
/
+666
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-12
/
+3093
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-22
/
+649
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-253
/
+702
2015-03-23
rustdoc: Add #[doc(test(no_inject_crate))] attribute
Brian Anderson
-11
/
+49
2015-03-23
rustdoc: interpret all leading feature attributes in examples as crate attrib...
Brian Anderson
-10
/
+47
2015-03-23
Rollup merge of #23641 - steveklabnik:gh23632, r=alexcrichton
Steve Klabnik
-5
/
+5
2015-03-23
Rollup merge of #23639 - steveklabnik:gh21305, r=alexcrichton
Steve Klabnik
-2
/
+31
2015-03-23
Rollup merge of #23622 - steveklabnik:gh23196, r=alexcrichton
Steve Klabnik
-0
/
+6
2015-03-23
Rollup merge of #23618 - steveklabnik:gh23571, r=alexcrichton
Steve Klabnik
-0
/
+35
2015-03-23
Rollup merge of #23608 - nagisa:refine-cursor-docstring, r=steveklabnik
Steve Klabnik
-8
/
+5
2015-03-23
Rollup merge of #23607 - mahkoh:cursor, r=alexcrichton
Steve Klabnik
-0
/
+1
2015-03-23
Rollup merge of #23561 - steveklabnik:gh23422, r=alexcrichton
Steve Klabnik
-0
/
+3
2015-03-23
Rollup merge of #23509 - aturon:stab-entry, r=Gankro
Steve Klabnik
-23
/
+25
[prev]
[next]