Skip to content

Rollup of 23 pull requests #48203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 75 commits into from
Feb 15, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
7f6a53e
Changed color of struct link from #ff794d to #2dbfb8
PramodBisht Jan 27, 2018
c04d86d
Work around LLVM OCAML binding installation failure
roblabla Jan 29, 2018
434bfb1
Changed of `struct` url to `#ad448e` in rust docs
PramodBisht Jan 31, 2018
b439632
Unimplement Send/Sync for ::env::{Args,ArgsOs,Vars,VarsOs}
panicbit Feb 4, 2018
9bc5986
38880 don't compute hash when searching an empty HashMap
technicalguy Feb 6, 2018
dcdd2c4
38880 use search_mut function rather than search_hashed
technicalguy Feb 6, 2018
2a4c018
Apply optimization from #44355 to retain
Xaeroxe Feb 7, 2018
a67749a
Swap `ptr::read` for `ptr::drop_in_place`
Xaeroxe Feb 8, 2018
4f8049a
Add Range[Inclusive]::is_empty
scottmcm Feb 9, 2018
7fe182f
Fix tidy
scottmcm Feb 9, 2018
b5cb393
Use is_empty in range iteration exhaustion tests
scottmcm Feb 10, 2018
6f70a11
range_is_empty tracking issue is #48111
scottmcm Feb 10, 2018
0cccd9a
Show better warning for trying to cast non-u8 scalar to char
GuillaumeGomez Feb 6, 2018
14f488e
Whitelist pclmul x86 feature flag
newpavlov Feb 10, 2018
877272b
typo fix
newpavlov Feb 10, 2018
3c01dea
Add comment about the problem, and use provided path if available
roblabla Feb 10, 2018
45d5a42
Correct a few stability attributes
ollie27 Feb 10, 2018
8be3068
added conversion from Rust feature to LLVM feature
newpavlov Feb 10, 2018
c97aa09
iterator instead loop
newpavlov Feb 10, 2018
161e8ff
typo: correct endianess to endianness (this also changes function nam…
matthiaskrgr Feb 10, 2018
7c6adb4
fixed errors
newpavlov Feb 11, 2018
22b0489
Add the emptiness condition to the docs; add a PartialOrd example wit…
scottmcm Feb 11, 2018
bf69b0f
Upgrade the Travis CI macOS images for testing from Xcode 8.3 to 9.2.
kennytm Jan 25, 2018
c2a31de
Dangling pointer fix
newpavlov Feb 11, 2018
bd426f1
Update ops range example to avoid confusion between indexes and values.
Feb 12, 2018
f7cabc6
Continue parsing function after finding `...` arg
estebank Feb 12, 2018
0f789aa
add core::iter::repeat_with
Centril Feb 12, 2018
c4099ca
core::iter::repeat_with: general fixes
Centril Feb 12, 2018
1af9ee1
core::iter::repeat_with: derive Copy, Clone, Debug
Centril Feb 12, 2018
f025eff
core::iter::repeat_with: fix tests
Centril Feb 12, 2018
55c669c
core::iter::repeat_with: fix tests some more
Centril Feb 12, 2018
efa3320
core::iter::repeat_with: fix doc tests
Centril Feb 12, 2018
29f7148
38880 remove redundant extra function
technicalguy Feb 12, 2018
fd78621
38880 fixup add missing mut
technicalguy Feb 12, 2018
0f16eee
rustc: Add the ability to not run dsymutil
alexcrichton Jan 26, 2018
9cee79a
core::iter::repeat_with: document DoubleEndedIterator behavior
Centril Feb 12, 2018
43e8ac2
rustc: Persist LLVM's `Linker` in Fat LTO
alexcrichton Feb 12, 2018
4c658f7
Update compiletest's `read2` function
alexcrichton Feb 12, 2018
f237e9e
Remove allocation from width of character function.
Mark-Simulacrum Feb 12, 2018
91a4b90
core::iter::repeat_with: tracking issue is #48169
Centril Feb 12, 2018
db13296
core::iter::repeat_with: fix missing word, see @Pazzaz's review
Centril Feb 13, 2018
0397fc1
Handle path prefix mapping in a more stable way when computing the cr…
michaelwoerister Feb 12, 2018
580dd42
incr.comp.: Run cache directory garbage collection before loading dep…
michaelwoerister Feb 13, 2018
7cf5ea0
Add note about Cargo cwd change to release notes
Mark-Simulacrum Feb 13, 2018
fbad3b2
Switch to retain calling drain_filter.
Xaeroxe Feb 13, 2018
a295ec1
38880 restore original entry(key) method
technicalguy Feb 13, 2018
94c3c84
38880 hashmap check size=0, not just capacity=0
technicalguy Feb 13, 2018
f3330ce
38880 fix incorrect negation
technicalguy Feb 13, 2018
e034ddd
38880 remove unnecessary self.table.size check
technicalguy Feb 13, 2018
893fc32
Update compiler-builtins to latest master.
paoloteti Feb 13, 2018
8671f69
Rollup merge of #47784 - alexcrichton:less-dsymutil, r=michaelwoerister
kennytm Feb 14, 2018
c89976e
Rollup merge of #47806 - PramodBisht:feature/47801, r=steveklabnik
kennytm Feb 14, 2018
2be44ce
Rollup merge of #47846 - roblabla:bugfix-ocaml, r=kennytm
kennytm Feb 14, 2018
c88a6fe
Rollup merge of #48005 - panicbit:env_unimpl_send_sync, r=alexcrichton
kennytm Feb 14, 2018
a5c3209
Rollup merge of #48033 - GuillaumeGomez:better-char-cast-message, r=e…
kennytm Feb 14, 2018
3715f1e
Rollup merge of #48065 - Xaeroxe:patch-1, r=alexcrichton
kennytm Feb 14, 2018
bd3674e
Rollup merge of #48087 - scottmcm:range_is_empty, r=kennytm,alexcrichton
kennytm Feb 14, 2018
c02c5f4
Rollup merge of #48114 - kennytm:xcode9, r=alexcrichton
kennytm Feb 14, 2018
83bed7d
Rollup merge of #48126 - newpavlov:patch-1, r=alexcrichton
kennytm Feb 14, 2018
3bcaaf4
Rollup merge of #48130 - ollie27:stab, r=Mark-Simulacrum
kennytm Feb 14, 2018
5a19366
Rollup merge of #48133 - matthiaskrgr:endianess_to_endianness, r=oli-obk
kennytm Feb 14, 2018
c4b211b
Rollup merge of #48151 - echochamber:update_range_example, r=estebank
kennytm Feb 14, 2018
dcb1526
Rollup merge of #48154 - estebank:issue-31481, r=nikomatsakis
kennytm Feb 14, 2018
bebd2fb
Rollup merge of #48156 - Centril:feature/iterator_repeat_with, r=alex…
kennytm Feb 14, 2018
d38e11e
Rollup merge of #48162 - michaelwoerister:stabler-svh, r=nikomatsakis
kennytm Feb 14, 2018
92c66b7
Rollup merge of #48163 - alexcrichton:persistent-linker, r=rkruppe
kennytm Feb 14, 2018
526e954
Rollup merge of #48165 - alexcrichton:update-read2, r=Mark-Simulacrum
kennytm Feb 14, 2018
dc9d93f
Rollup merge of #48167 - Mark-Simulacrum:remove-allocation-codemap, r…
kennytm Feb 14, 2018
accadb2
Rollup merge of #48181 - michaelwoerister:fix-incr-dir-finalization, …
kennytm Feb 14, 2018
72ef62a
Rollup merge of #48186 - Mark-Simulacrum:release-notes-cargo, r=alexc…
kennytm Feb 14, 2018
6436c44
Rollup merge of #48195 - paoloteti:compiler-builtins-update, r=alexcr…
kennytm Feb 14, 2018
ce89c3d
Rollup merge of #48035 - technicalguy:Early-exit-empty-hashmap-38880,…
kennytm Feb 14, 2018
288c0c3
Clarified why `Sized` bound not implicit on trait's implicit `Self` t…
jacob-hughes Feb 14, 2018
38064a9
Review change - Expanded on explanation.
jacob-hughes Feb 14, 2018
03b089d
Rollup merge of #48210 - jacob-hughes:clarify_sized_trait_in_api_docs…
kennytm Feb 15, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Changed color of struct link from #ff794d to #2dbfb8
  • Loading branch information
PramodBisht committed Jan 27, 2018
commit 7f6a53e746a91b7e8383021fef09d8a9fe5cdde8
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ pre {
.content .highlighted.primitive { background-color: #00708a; }

.content span.enum, .content a.enum, .block a.current.enum { color: #82b089; }
.content span.struct, .content a.struct, .block a.current.struct { color: #ff794d; }
.content span.struct, .content a.struct, .block a.current.struct { color: #2dbfb8; }
.content span.type, .content a.type, .block a.current.type { color: #ff7f00; }
.content span.foreigntype, .content a.foreigntype, .block a.current.foreigntype { color: #dd7de8; }
.content span.macro, .content a.macro, .block a.current.macro { color: #09bd00; }
Expand Down
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/themes/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pre {
.content .highlighted.primitive { background-color: #9aecff; }

.content span.enum, .content a.enum, .block a.current.enum { color: #508157; }
.content span.struct, .content a.struct, .block a.current.struct { color: #df3600; }
.content span.struct, .content a.struct, .block a.current.struct { color: #2dbfb8; }
.content span.type, .content a.type, .block a.current.type { color: #ba5d00; }
.content span.foreigntype, .content a.foreigntype, .block a.current.foreigntype { color: #cd00e2; }
.content span.macro, .content a.macro, .block a.current.macro { color: #068000; }
Expand Down