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-02-10
Test fixes and rebase conflicts
Alex Crichton
-13
/
+8
2015-02-10
rollup merge of #22144: pnkfelix/fru-privacy-rfc-736
Alex Crichton
-14
/
+60
2015-02-10
rollup merge of #22143: pnkfelix/fix-issue-20801
Alex Crichton
-0
/
+48
2015-02-10
rollup merge of #22142: Kimundi/unsized_unique
Alex Crichton
-3
/
+12
2015-02-10
rollup merge of #22135: apasel422/issue-22131
Alex Crichton
-8
/
+25
2015-02-10
rollup merge of #22130: steveklabnik/gh20172
Alex Crichton
-3
/
+1
2015-02-10
rollup merge of #22129: steveklabnik/gh22032
Alex Crichton
-3
/
+2
2015-02-10
rollup merge of #22128: steveklabnik/gh22085
Alex Crichton
-0
/
+5
2015-02-10
rollup merge of #22125: alexcrichton/into-iter-stability
Alex Crichton
-38
/
+38
2015-02-10
rollup merge of #22120: lukesteensen/closures_guide
Alex Crichton
-10
/
+10
2015-02-10
rollup merge of #22116: kmcallister/cfg_attr
Alex Crichton
-54
/
+133
2015-02-10
rollup merge of #22115: nagisa/dedupe-cratetypes
Alex Crichton
-1
/
+4
2015-02-10
rollup merge of #22112: mbudde/std-cell-doc-fix
Alex Crichton
-5
/
+5
2015-02-10
rollup merge of #22109: petrochenkov/intuint1
Alex Crichton
-103
/
+101
2015-02-10
rollup merge of #22106: steveklabnik/doc_trait_objects
Alex Crichton
-45
/
+289
2015-02-10
rollup merge of #22103: pczarn/fix-ice-22091
Alex Crichton
-2
/
+9
2015-02-10
rollup merge of #22097: cllns/fix-fallback-fonts
Alex Crichton
-2
/
+2
2015-02-10
rollup merge of #22094: alkor/cleanup-show-string
Alex Crichton
-13
/
+12
2015-02-10
rollup merge of #22088: semarie/openbsd-rmake
Alex Crichton
-8
/
+16
2015-02-10
rollup merge of #22072: geofft/doc-byte-string-literal
Alex Crichton
-5
/
+7
2015-02-10
rollup merge of #22067: Gankro/collections-tests
Alex Crichton
-1
/
+1
2015-02-10
rollup merge of #22065: bluss/range-size-hint
Alex Crichton
-10
/
+8
2015-02-10
rollup merge of #22052: octplane/patch-1
Alex Crichton
-1
/
+1
2015-02-10
rollup merge of #22051: nagisa/main-emission
Alex Crichton
-2
/
+10
2015-02-10
rollup merge of #22049: caspark/fix-link-to-rustdoc
Alex Crichton
-2
/
+1
2015-02-10
rollup merge of #22012: pnkfelix/propagate-container-across-object-cast
Alex Crichton
-62
/
+106
2015-02-10
rollup merge of #22007: thiagooak/master
Alex Crichton
-0
/
+14
2015-02-10
rollup merge of #21943: hugwijst/extctxt_ufcs
Alex Crichton
-0
/
+56
2015-02-10
rollup merge of #21920: vojtechkral/main-thread-name
Alex Crichton
-4
/
+5
2015-02-10
rollup merge of #21918: ranma42/replace-be
Alex Crichton
-6
/
+6
2015-02-10
rollup merge of #21862: iKevinY/libstd-ascii-tests
Alex Crichton
-19
/
+7
2015-02-10
rollup merge of #21353: sanxiyn/upvar
Alex Crichton
-0
/
+30
2015-02-10
add `//~ ERROR` line to test for privacy respecting FRU (RFC 736).
Felix S. Klock II
-1
/
+1
2015-02-10
parse cfgspecs passed to rustdoc
Andrew Paseltiner
-8
/
+25
2015-02-10
Add comment noting that this naive approach is not too naive.
Felix S. Klock II
-0
/
+3
2015-02-10
Make FRU respect privacy of all struct fields, mentioned or unmentioned.
Felix S. Klock II
-14
/
+57
2015-02-10
Move native thread name setting from thread_info to Thread, fixes #21911
Vojtech Kral
-0
/
+1
2015-02-10
Add error message (i.e. do not ICE) when moving out of unsafe pointers.
Felix S. Klock II
-0
/
+48
2015-02-10
Made the `ptr::Unique` type accept unsized types, to allow for use cases
Marvin Löbel
-3
/
+12
2015-02-10
Auto merge of #22028 - nikomatsakis:issue-22019-caching, r=aturon
bors
-114
/
+60
2015-02-10
Auto merge of #22026 - kmcallister:plugin, r=sfackler
bors
-165
/
+156
2015-02-10
Auto merge of #21961 - nick29581:hrl-syntax, r=nmatsakis
bors
-31
/
+231
2015-02-10
Auto merge of #21937 - alexcrichton:issue-21929, r=aturon
bors
-2
/
+2
2015-02-10
Auto merge of #21936 - alexcrichton:fsv2, r=aturon
bors
-13
/
+2564
2015-02-10
Tests
Nick Cameron
-4
/
+131
2015-02-09
Set up docs for missing core types
Steve Klabnik
-0
/
+5
2015-02-09
Remove bottom from the reference
Steve Klabnik
-3
/
+1
2015-02-09
Remove incorrect docs from mem::transmute
Steve Klabnik
-3
/
+2
2015-02-09
std: Add a new `fs` module
Alex Crichton
-13
/
+2564
2015-02-09
Add documentation on trait objects.
Steve Klabnik
-45
/
+289
[next]