Vivaldi (64-bit)

最新版本 Rust 1.38.0

Rust 1.38.0

Rust 1.38.0
從 Opera 的創造者,一個快速的 Vivaldi 瀏覽器 64 位,但也是一個功能豐富的瀏覽器,高度靈活,並把用戶放在第一位。一個為你製作的瀏覽器。最後,你可以沖浪你的方式.

Vivaldi 網頁瀏覽器適應你,而不是其他的方式。你喜歡瀏覽器標籤放在窗口的底部還是側面?也許你更喜歡不同的地址欄位置?使用 Vivaldi 瀏覽器,您可以自定義所有更多功能,例如鍵盤快捷鍵,鼠標手勢等。您是鍵盤用戶嗎?那麼你運氣好。通過快速命令,您可以使用一個鍵盤快捷鍵搜索打開的選項卡,書籤,歷史記錄,設置等等。 Vivaldi 的目標是使快速命令菜單高度可定制,允許您創建自己的命令並立即運行它們.

在 Web 瀏覽器中,許多無組織的選項卡可能會很快變得有點混亂,使您很難找到您要查找的選項卡。使用 Tab 堆棧組織您的標籤!他們讓你在一個標籤下分組多個標籤。只需將一個標籤拖到另一個標籤上即可輕鬆分組.

在筆記面板中右鍵瀏覽時添加筆記並添加網頁的屏幕截圖。筆記可以記住相關的網站,存儲附件(如屏幕截圖),或者允許您添加標籤以便日後輕鬆組織和定位。從 FileHorse 下載 PC 的 Vivaldi 瀏覽器離線安裝程序.

Vivaldi 瀏覽器功能:

Adaptive Interface
Vivaldi 網絡瀏覽器的配色方案將在瀏覽網頁時適應,就像變色龍適應周圍環境。一個乾淨和現代的外觀補充內容。 Facebook 將網頁瀏覽器變成藍色,The Verge 將變成橙色 - 如果您願意的話.

空間導航
當您可以使用箭頭鍵在每個軸上移動時,不再需要通過網頁內容進行製表符循環。使用鍵盤快速獲取網頁上的任何位置.

Sync
您想要保持同步的多台計算機?維瓦爾第同步使這一點。您的書籤,歷史記錄,密碼和設置都可以通過加密的 Sync 基礎架構在 Vivaldi 瀏覽器的不同實例之間進行同步。下載 Vivaldi Offline Installer 安裝程序!

Email
您的電子郵件客戶端內置於您的 Web 瀏覽器!這是正確的。電子郵件對我們許多人來說依然非常重要。尋找一個健壯,高效,輕量級和好看的電子郵件客戶端?你會發現它屬於維瓦爾第。稱之為 M3。敬請期待更新.

網絡技術
使維瓦爾第獨一無二的一件事是它建立在現代網絡技術上。 Vivaldi 使用 JavaScript 和 React 在 Node.js 和一長串 NPM 模塊的幫助下創建用戶界面。維瓦爾第是網絡建成的網頁.

也可用:下載維瓦爾第瀏覽器為 Mac

ScreenShot

軟體資訊
檔案版本 Rust 1.38.0

檔案名稱 rustup-init.exe
檔案大小 5.7 MB
系統 Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 免費軟體
作者 Vivaldi Technologies
官網 https://www.vivaldi.com/
更新日期 2019-09-26
更新日誌

What's new in this version:

Rust 1.38.0
Language:
- The #[global_allocator] attribute can now be used in submodules
- The #[deprecated] attribute can now be used on macros

Compiler:
- Added pipelined compilation support to rustc. This will improve compilation times in some cases. For further information please refer to the "Evaluating pipelined rustc compilation" thread
- Added tier 3 support for the aarch64-uwp-windows-msvc, i686-uwp-windows-gnu, i686-uwp-windows-msvc, x86_64-uwp-windows-gnu, and x86_64-uwp-windows-msvc targets
- Added tier 3 support for the armv7-unknown-linux-gnueabi and armv7-unknown-linux-musleabi targets
- Added tier 3 support for the hexagon-unknown-linux-musl target
- Added tier 3 support for the riscv32i-unknown-none-elf target

Libraries:
- ascii::EscapeDefault now implements Clone and Display
- Derive macros for prelude traits (e.g. Clone, Debug, Hash) are now available at the same path as the trait. (e.g. The Clone derive macro is available at std::clone::Clone). This also makes all built-in macros available in std/core root. e.g. std::include_bytes!
- str::Chars now implements Debug
- slice::{concat, connect, join} now accepts &[T] in addition to &T
- *const T and *mut T now implement marker::Unpin
- Arc<[T]> and Rc<[T]> now implement FromIterator<T>.
- Added euclidean remainder and division operations (div_euclid, rem_euclid) to all numeric primitives. Additionally checked, overflowing, and wrapping versions are available for all integer primitives
- thread::AccessError now implements Clone, Copy, Eq, Error, and PartialEq
- iter::{StepBy, Peekable, Take} now implement DoubleEndedIterator

Stabilized APIs:
- <*const T>::cast
- <*mut T>::cast
- Duration::as_secs_f32
- Duration::as_secs_f64
- Duration::div_duration_f32
- Duration::div_duration_f64
- Duration::div_f32
- Duration::div_f64
- Duration::from_secs_f32
- Duration::from_secs_f64
- Duration::mul_f32
- Duration::mul_f64
- any::type_name

Cargo:
- Added pipelined compilation support to cargo
- You can now pass the --features option multiple times to enable multiple features

Misc:
- rustc will now warn about some incorrect uses of mem::{uninitialized, zeroed} that are known to cause undefined behaviour

Compatibility Notes:
- The x86_64-unknown-uefi platform can not be built with rustc 1.38.0
- The armv7-unknown-linux-gnueabihf platform is known to have issues with certain crates such as libc


Rust 1.37.0
Language:
- #[must_use] will now warn if the type is contained in a tuple, Box, or an array and unused.
- You can now use the cfg and cfg_attr attributes on generic parameters.
- You can now use enum variants through type alias. e.g. You can write the following:
- type MyOption = Option;
- fn increment_or_zero(x: MyOption) -> u8 {
- match x {
- MyOption::Some(y) => y + 1,
- MyOption::None => 0,
- You can now use _ as an identifier for consts. e.g. You can write const _: u32 = 5;.
- You can now use #[repr(align(X)] on enums.
- The ? Kleene macro operator is now available in the 2015 edition.

Compiler:
You can now enable Profile-Guided Optimization with the -C profile-generate and -C profile-use flags. For more information on how to use profile - guided optimization, please refer to the rustc book.
- The rust-lldb wrapper script should now work again.

Libraries:
- mem::MaybeUninit is now ABI-compatible with T.
- Stabilized APIs:
- BufReader::buffer
- BufWriter::buffer
- Cell::from_mut
- Cell<[T]>::as_slice_of_cells
- DoubleEndedIterator::nth_back
- Option::xor
- Wrapping::reverse_bits
- i128::reverse_bits
- i16::reverse_bits
- i32::reverse_bits
- i64::reverse_bits
- i8::reverse_bits
- isize::reverse_bits
- slice::copy_within
- u128::reverse_bits
- u16::reverse_bits
- u32::reverse_bits
- u64::reverse_bits
- u8::reverse_bits
- usize::reverse_bits

Cargo:
- Cargo.lock files are now included by default when publishing executable crates with executables.
- You can now specify default-run="foo" in [package] to specify the default executable to use for cargo run.

Rust 1.38.0 相關參考資料
1.38.0 pre-release is ready for testing - announcements - Rust ...

The 1.38.0 pre-release is ready for testing. Rust 1.38.0 is scheduled to be released on Thursday September 26th. Release notes can be found here:&nbsp;...

https://internals.rust-lang.or

Announcing Rust 1.36.0 | Rust Blog

The Rust team is happy to announce a new version of Rust, 1.36.0. Rust is a programming language that is empowering everyone to build&nbsp;...

https://blog.rust-lang.org

Announcing Rust 1.38.0 | Rust Blog

9 小時前 - The Rust team is happy to announce a new version of Rust, 1.38.0. Rust is a programming language that is empowering everyone to build&nbsp;...

https://blog.rust-lang.org

Crater runs for Rust 1.38.0 · Issue #63628 · rust-langrust ...

cc @rust-lang/release. ... Crater runs for Rust 1.38.0 #63628. Open ... ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem.

https://github.com

Rust 1.38.0 is released! - rust - Reddit

Compile speeds are nice. As is the deprecated macro. I was actually waiting for Euclidean remainder and division operators to go stable so that is great to see.

https://www.reddit.com

Rust 1.38.0 is released! : programming - Reddit

Rust 1.38.0 is released! r/rust. •. Posted by. u/Mark-Simulacrum &middot; 14 hours ago &middot; Rust 1.38.0 is released! blog.rust-lang.org/2019/0... 0 points. 2 comments.

https://www.reddit.com

Rust 1.38.0 pre-release testing : rust - Reddit

3 天前 - The Rust 1.38.0 pre-release is ready for testing! The binaries are the same that will be released on Thursday 26th unless critical issues are&nbsp;...

https://www.reddit.com

Stabilize `async_await` in Rust 1.38.0 : rust - Reddit

r/rust: A place for all things related to the Rust programming language—an open-source systems language that emphasizes performance, reliability …

https://www.reddit.com

Updated RELEASES.md for 1.38.0 by XAMPPRocky · Pull ...

Rendered r? @Mark-Simulacrum cc @rust-lang/release. ... Updated RELEASES.md for 1.38.0 #64283. Open. XAMPPRocky wants to merge 1&nbsp;...

https://github.com

【Rust日报】2019-09-25 Nushell 0.3.0 发布- Rust语言中文社区

1 天前 - Rust 1.38.0 计划在9 月26 日发布,发布日志可以查看https://github.com/rust-lang/rust/blob/master/RELEASES.md. 可以通过以下方式尝试:

https://rust.cc