Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
0cefbc5
Update RELEASES.md for 1.51.0
XAMPPRocky Feb 9, 2021
cc5667a
Update RELEASES.md
XAMPPRocky Feb 9, 2021
8dbbe78
Apply suggestions from code review
XAMPPRocky Feb 9, 2021
cecb8a6
Update RELEASES.md
XAMPPRocky Feb 9, 2021
8e24a97
Update RELEASES.md
XAMPPRocky Feb 11, 2021
35ea03b
Apply suggestions from code review
XAMPPRocky Feb 11, 2021
69e56ad
Update RELEASES.md
XAMPPRocky Feb 13, 2021
0b0fd78
Update RELEASES.md
XAMPPRocky Feb 22, 2021
68f76ce
Update RELEASES.md
XAMPPRocky Feb 22, 2021
b1182d2
Update RELEASES.md
XAMPPRocky Mar 3, 2021
c7d9cda
Update RELEASES.md
XAMPPRocky Mar 4, 2021
3ab4f9a
Remove theme.js file creation and move its code inside main.js
GuillaumeGomez Mar 5, 2021
5dea1f1
Clean up code around theme elements
GuillaumeGomez Mar 5, 2021
524fdf0
Use global variables instead of functions for DOM IDs
GuillaumeGomez Mar 5, 2021
87d17bb
Update Source Code Pro and include italics
tspiteri Mar 4, 2021
c64e796
Update RELEASES.md
XAMPPRocky Mar 15, 2021
f820fd2
rustdoc: Replace pair of `Option`s with an enum
camelid Mar 21, 2021
8c4b3db
rename :pat2018 -> :pat215
mark-i-m Mar 22, 2021
0717326
:arrow_up: rust-analyzer
lnicola Mar 22, 2021
d3c7494
add key rustc_private for package metadata for rust-analyzer in libru…
njasm Mar 22, 2021
34635ec
missing newline at eof
njasm Mar 22, 2021
0e96c62
Rollup merge of #80705 - tspiteri:italic-and-update-SourceCodePro, r=…
JohnTitor Mar 23, 2021
9cae1fb
Rollup merge of #81917 - rust-lang:relnotes-1.51.0, r=Mark-Simulacrum
JohnTitor Mar 23, 2021
a34cc6b
Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157
JohnTitor Mar 23, 2021
20006b1
Rollup merge of #83356 - camelid:rustdoc-option-to-enum, r=GuillaumeG…
JohnTitor Mar 23, 2021
50d048f
Rollup merge of #83384 - mark-i-m:rename-pat2018, r=joshtriplett
JohnTitor Mar 23, 2021
2e14c1d
Rollup merge of #83385 - lnicola:rust-analyzer-2021-03-22, r=jonas-sc…
JohnTitor Mar 23, 2021
263c858
Rollup merge of #83389 - njasm:test_rustdoc, r=jyn514
JohnTitor Mar 23, 2021
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
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Miguel Ojeda <[email protected]>
  • Loading branch information
XAMPPRocky and ojeda authored Feb 9, 2021
commit 8dbbe78be6aebc78b09acee57965e5f658679367
8 changes: 4 additions & 4 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version 1.51.0 (2021-03-25)
Language
--------
- [You can now parameterize items such as functions, traits, and `struct`s by constant
values in addition to by types.][78135] E.g. You can now write the following. Note:
values in addition to by types.][78135] E.g. you can now write the following. Note:
Only values of primitive integers, `bool`, or `char` types are currently permitted.
```rust
struct GenericArray<T, const LENGTH: usize> {
Expand All @@ -28,7 +28,7 @@ Compiler

- [Added the `-Csplit-debuginfo` codegen option.][79570] This option controls whether
debug information is split across multiple files or packed into a single file.
- [Added tier 3\* support for `aarch64_be-unknown-linux-gnu`, `aarch64-unknown-linux-gnu_ilp32`,
- [Added tier 3\* support for `aarch64_be-unknown-linux-gnu`, `aarch64-unknown-linux-gnu_ilp32`,
and `aarch64_be-unknown-linux-gnu_ilp32` targets.][81455]
- [Added tier 3 support for `i386-unknown-linux-gnu` and `i486-unknown-linux-gnu` targets.][80662]
- [The `target-cpu=native` option will now detect individual features of CPUs.][80749]
Expand Down Expand Up @@ -82,7 +82,7 @@ Rustdoc

Various improvements to intra-doc links:

- [You can link to no path based primitives such as `slice`.][80181]
- [You can link to non-path primitives such as `slice`.][80181]
- [You can link to associated items.][74489]
- [You can now link to items with generics such as `Vec<T>`.][76934]

Expand All @@ -96,7 +96,7 @@ Compatibility Notes

- [Bumped the minimum `g++` for `linux-gnu` targets to `g++-8` from `g++-7`.][81521]
- [WASI platforms no longer use the `wasm-bindgen` ABI.][79998]
- [rustc no longer promotes division, modulo and indexing operations to `const` that
- [`rustc` no longer promotes division, modulo and indexing operations to `const` that
could fail.][80579]

Internal Only
Expand Down