8000 Rollup of 11 pull requests by Dylan-DPC-zz · Pull Request #80439 · rust-lang/rust · GitHub
[go: up one dir, main page]

Skip to content

Rollup of 11 pull requests #80439

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 64 commits into from
Dec 28, 2020
Merged
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
d404840
Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into sync_cg_…
bjorn3 Nov 27, 2020
3d357e6
Sync from rust 760430e6fdd70cdb09b5b6d696905c0ee0ea27c8
bjorn3 Nov 29, 2020
7760894
Allow cranelift to handle atomic pointers
oli-obk Nov 29, 2020
a8cda1a
Rustup to rustc 1.50.0-nightly (f4db9ffb2 2020-12-02)
bjorn3 Dec 3, 2020
64e7ff2
Update Cranelift
bjorn3 Dec 3, 2020
d95d03a
Support #[repr(simd)] on array wrappers
bjorn3 Dec 3, 2020
3f28a49
Update Cranelift
bjorn3 Dec 4, 2020
5f21ff2
Inline codegen_mono_item
bjorn3 Oct 11, 2020
8913419
Update RELEASES.md for 1.49.0
XAMPPRocky Dec 7, 2020
7bb1889
Apply suggestions from code review
XAMPPRocky Dec 8, 2020
468c578
Update RELEASES.md
XAMPPRocky Dec 8, 2020
edb55e9
Update RELEASES.md
XAMPPRocky Dec 8, 2020
4aaace9
Update RELEASES.md
XAMPPRocky Dec 8, 2020
994b91a
Optimize branches when the target is statically known to a jump
bjorn3 Dec 9, 2020
aec0fc5
Auto merge of #77611 - oli-obk:atomic_miri_leakage, r=nagisa
bors Dec 9, 2020
42b267d
Move binder for dyn to each list item
jackh726 Dec 11, 2020
f8e22bf
Update Cranelift
bjorn3 Dec 12, 2020
3f47f93
Enable Cranelift optimizations when optimizing
bjorn3 Dec 12, 2020
bb6b6ae
Update RELEASES.md
XAMPPRocky Dec 12, 2020
cd21269
Fix Cranelift link in readme (#1118)
Jjagg Dec 13, 2020
44b3310
Also emit vcode when emitting clif ir while using new style backends
bjorn3 Dec 14, 2020
5f6c32a
cg_clif: fix build with split dwarf
davidtwco Nov 8, 2020
2c0dccb
Move some code out of CodegenBackend::{codegen_crate,link}
bjorn3 Dec 3, 2020
3a3a23f
Fix tests
bjorn3 Dec 17, 2020
0f57e1c
Sync from rust caeb3335c052f286f6e7257ac0ff21e4f73fd8c5
bjorn3 Dec 17, 2020
8e234d5
Rustup to rustc 1.50.0-nightly (b32e6e6ac 2020-12-16)
bjorn3 Dec 17, 2020
a921a47
Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakis
bors Dec 17, 2020
06e77b9
Sync from rust fee693d08e98d25f566075cbed73e12236c05abd
bjorn3 Dec 18, 2020
32f92aa
Rustup to rustc 1.50.0-nightly (eb4fc71dc 2020-12-17)
bjorn3 Dec 18, 2020
54ba238
Remove implementation of intrinsics that are now lowered
bjorn3 Dec 18, 2020
6c1fc32
Make BoundRegion have a kind of BoungRegionKind
jackh726 Dec 18, 2020
cce4c72
Update RELEASES.md
XAMPPRocky Dec 18, 2020
4f6be46
Suggest fn ptr rather than fn item and suggest to use `Fn` trait boun…
ThePuzzlemaker Dec 22, 2020
5e6dc92
Add regression test for #80179
ThePuzzlemaker Dec 22, 2020
dfe6495
Sync from rust 28d73a3ee3e2c32f2768d1cbc9b42cb63472e9e9
bjorn3 Dec 23, 2020
510616f
Rustup to rustc 1.50.0-nightly (bb1fbbf84 2020-12-22)
bjorn3 Dec 23, 2020
979d3ce
Add more comments to trait queries
jyn514 Dec 23, 2020
481f6db
Update RELEASES.md
XAMPPRocky Dec 23, 2020
d12a358
use matches!() macro in more places
matthiaskrgr Dec 24, 2020
d473cbe
BTreeMap: test split_off (and append) more thoroughly
ssomers Nov 18, 2020
82acbc8
Document rustc_macros on nightly-rustc
jyn514 Dec 25, 2020
c556e4d
Use PIC in JIT mode too
bjorn3 Dec 17, 2020
20ffea6
Change the way JIT mode is selected
bjorn3 Dec 25, 2020
0b9b253
Move finalize CodegenCx timer out of codegen mono items timer
bjorn3 Dec 25, 2020
3f6a3b5
Implement lazy compilation in JIT mode
bjorn3 Dec 25, 2020
35f4a25
Add documentation
bjorn3 Dec 25, 2020
2ca8daa
Merge pull request #1120 from bjorn3/lazy_jit
bjorn3 Dec 25, 2020
5b32489
Set rust-analyzer importMergeBehaviour option to last
bjorn3 Dec 25, 2020
dbee136
Rustfmt
bjorn3 Dec 25, 2020
53da233
Remove FIXME in rustc_privacy
jyn514 Dec 27, 2020
52cf01c
Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into sync_cg_…
bjorn3 Dec 27, 2020
0ae998e
rustc_span: Remove `Symbol::with`
petrochenkov Dec 27, 2020
f994f1e
bootstrap: put the component name in the tarball temp dir path
pietroalbini Dec 28, 2020
98d80bd
Rollup merge of #79662 - bjorn3:move_more_code_out_of_codegen_backend…
Dylan-DPC Dec 28, 2020
d3c43ac
Rollup merge of #79815 - XAMPPRocky:relnotes-1.49.0, r=Mark-Simulacrum
Dylan-DPC Dec 28, 2020
12ac312
Rollup merge of #80284 - ThePuzzlemaker:issue-80179-fix, r=varkor
Dylan-DPC Dec 28, 2020
3f8c979
Rollup merge of #80331 - jyn514:docs, r=varkor
Dylan-DPC Dec 28, 2020
c51172f
Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPC
Dylan-DPC Dec 28, 2020
cefe40b
Rollup merge of #80353 - ssomers:btree_test_split_off, r=Mark-Simulacrum
Dylan-DPC Dec 28, 2020
18be436
Rollup merge of #80362 - jyn514:rustc-macros, r=ehuss
Dylan-DPC Dec 28, 2020
70b1a29
Rollup merge of #80399 - jyn514:hir-id-cleanup, r=marmeladema
Dylan-DPC Dec 28, 2020
55b52ee
Rollup merge of #80408 - bjorn3:sync_cg_clif-2020-12-27, r=bjorn3
Dylan-DPC Dec 28, 2020
80934ab
Rollup merge of #80411 - petrochenkov:nosymwith, r=matthewjasper
Dylan-DPC Dec 28, 2020
a4a59a0
Rollup merge of #80434 - pietroalbini:tarball-temp-dir, r=Mark-Simula…
Dylan-DPC Dec 28, 2020
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
Update RELEASES.md
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
  • Loading branch information
XAMPPRocky and jonas-schievink authored Dec 8, 2020
commit edb55e93bc69c31adf69dec3092ae2cdd4cdd74b
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Compiler
- [Added tier 3 support for `mipsel-unknown-none`.][78676]
- [Raised the minimum supported LLVM version to LLVM 9.][78848]
- [Output from threads spawned in tests is now captured.][78227]
- [TODO: rustc_target: Change os and vendor values to "none" and "unknown" for some targets][78951]
- [Change os and vendor values to "none" and "unknown" for some targets][78951]

\* Refer to Rust's [platform support page][forge-platform-support] for more
information on Rust's tiered platform support.
Expand Down
0