Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
3681 commits
Select commit Hold shift + click to select a range
a2bf404
Auto merge of #6101 - pitiK3U:from_iter_instead_of_collect, r=flip1995
bors Nov 3, 2020
f289a87
Print a summary of which test suite failed
Mark-Simulacrum Nov 3, 2020
2fe87a8
Auto merge of #6165 - dvermd:ref_option_ref, r=flip1995
bors Nov 3, 2020
5cdf5b8
Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesl…
bors Nov 3, 2020
225ce5f
Auto merge of #6233 - montrivo:manual_ok_or, r=flip1995
bors Nov 3, 2020
2172adb
Fix panic in bootstrap for non-workspace path dependencies.
ehuss Nov 3, 2020
52405f7
Rollup merge of #77950 - arlosi:sha256, r=eddyb
m-ou-se Nov 3, 2020
39f5563
Rollup merge of #78624 - bjorn3:update_cg_clif-2020-11-01, r=jyn514
m-ou-se Nov 3, 2020
f011292
Rollup merge of #78626 - fusion-engineering-forks:deprecated-trait-im…
m-ou-se Nov 3, 2020
f347dab
Rollup merge of #78659 - ayrtonm:fn-ref-lint-fix, r=oli-obk
m-ou-se Nov 3, 2020
8a1f9e0
Rollup merge of #78687 - jyn514:bootstrap-help, r=Mark-Simulacrum
m-ou-se Nov 3, 2020
f9dd8d3
Rollup merge of #78699 - pietroalbini:lldb-error, r=jyn514
m-ou-se Nov 3, 2020
a65507b
Rollup merge of #78709 - ehuss:fix-in_tree_crates-non-member, r=Mark-…
m-ou-se Nov 3, 2020
5629309
Auto merge of #78711 - m-ou-se:rollup-pxqnny7, r=m-ou-se
bors Nov 3, 2020
cf2043d
Update wording to avoid code having "lint" metaphor
ClashTheBunny Nov 3, 2020
5801109
Move Copy and Clone into the list of traits implemented for all sizes
est31 Nov 4, 2020
5fc22f1
Add a tool to run `x.py` from any subdirectory
casey Nov 2, 2020
c9d9359
Address Pr comments regarding docstrings
null-sleep Nov 4, 2020
3a34bc0
Auto merge of #6270 - ClashTheBunny:clarify_allow_deny_enable_disable…
bors Nov 4, 2020
c2cf40c
Auto merge of #6284 - camsteffen:rustc-sym, r=flip1995
bors Nov 4, 2020
362123d
Split the "raw integer bytes" part out of `Scalar`
oli-obk Sep 26, 2020
eac3099
Encode `ScalarInt::bytes` as `u128` instead of `[u8; 16]` to see if t…
oli-obk Oct 1, 2020
ed7a4ad
32 bit platforms don't have 64 bit pointers
oli-obk Oct 1, 2020
6fdbde5
Split the "raw integer bytes" part out of `Scalar`
oli-obk Sep 26, 2020
8db2bf2
Add link to rust website
GuillaumeGomez Nov 4, 2020
02131f4
Use packed struct instead of manually packing into an array
oli-obk Oct 29, 2020
c478574
Explain the use of blocks around `self.data` accesses
oli-obk Oct 29, 2020
3a79708
Fix cranelift build
oli-obk Oct 29, 2020
df4d717
s/Scalar::Raw/Scalar::Int
oli-obk Nov 1, 2020
83edb2f
s/Scalar::Raw/Scalar::Int
oli-obk Nov 1, 2020
e5258e6
Remove outdated FIXME
oli-obk Nov 1, 2020
1eb300e
Unaligned reads are UB in Rust irrelevant on which platform we are
oli-obk Nov 1, 2020
3ef9dfd
Update comment
oli-obk Nov 1, 2020
b8751c1
No need for a `zst` constructor method when we can have a constant
oli-obk Nov 1, 2020
8282d52
Replace `Scalar::zst` with a `Scalar::ZST` constant
oli-obk Nov 1, 2020
d1074ed
catch conversion errors during `ptr_sized_op`
oli-obk Nov 1, 2020
0347ca7
Explain why we forward to self-printing during self-printing
oli-obk Nov 1, 2020
f03b18b
Add `is_null` helper
oli-obk Nov 1, 2020
500af76
Add helper for getting an `int` out of a `Scalar`
oli-obk Nov 1, 2020
dad0036
Do not raise interp errors from the scalar int module
oli-obk Nov 1, 2020
98b70c9
Simplify `assert_bits` impl
oli-obk Nov 1, 2020
cb1cf6a
Update compiler/rustc_middle/src/ty/consts/int.rs
oli-obk Nov 2, 2020
e67c768
Move ZST constant to the top of the impl block
oli-obk Nov 2, 2020
9a12d72
Constantify `UnsafeCell::into_inner` and related
a1phyr Nov 4, 2020
795bbfe
Add tracking issue
a1phyr Nov 4, 2020
340c94a
Expand explanation of reverse_bits
kornelski Nov 4, 2020
93fa023
Fix outdated comment next to array_impl_default
est31 Nov 4, 2020
601c13c
Auto merge of #78677 - Aaron1011:fix/capture-inner-attrs, r=petrochenkov
bors Nov 4, 2020
bcd2f2d
fix a couple of clippy warnings:
matthiaskrgr Nov 4, 2020
abacaf2
`u128` truncation and sign extension are not just interpreter related
oli-obk Nov 4, 2020
2e53625
Document an `unwrap`
oli-obk Nov 4, 2020
69e5729
Simplify the implementation of `get_mut` (no unsafe)
danielhenrymantilla Nov 4, 2020
97bfff1
Make `ScalarInt` entirely independent of MIR interpretation
oli-obk Nov 4, 2020
6e6c8a8
`u64::try_from` will now fail if `ScalarInt` isn't exactly 64 bits, t…
oli-obk Nov 4, 2020
5f087f0
Update compiler/rustc_target/src/abi/mod.rs
oli-obk Nov 4, 2020
332750f
Update compiler/rustc_target/src/abi/mod.rs
oli-obk Nov 4, 2020
75f1db1
Auto merge of #77227 - oli-obk:const_val_🌳_prelude, r=RalfJung
bors Nov 4, 2020
232b9ba
Move range in ui test to ops test in library/core
sasurau4 Nov 4, 2020
a70e0c2
Fix issue 78654.
hameerabbasi Nov 4, 2020
8963166
Auto merge of #78280 - bugadani:span, r=lcnr
bors Nov 4, 2020
bd7229d
make intern_const_alloc_recursive return error fix #78655
vn-ki Nov 4, 2020
f2bbdd0
Auto merge of #78740 - pietroalbini:no-more-legacy, r=Mark-Simulacrum
bors Nov 4, 2020
834ad5c
Merge remote-tracking branch 'upstream/master' into rustup
ebroto Nov 4, 2020
f5166e8
Run cargo dev fmt
ebroto Nov 4, 2020
62c0d29
Auto merge of #6292 - ebroto:rustup, r=ebroto
bors Nov 4, 2020
5b52474
Auto merge of #5911 - hegza:issue-568, r=ebroto
bors Nov 4, 2020
0d2f1ae
Auto merge of #6247 - giraffate:fix_suggestion_to_add_space_in_unused…
bors Nov 4, 2020
0fb0025
Auto merge of #78662 - sexxi-goose:add_expr_id_to_delegate, r=nikomat…
bors Nov 4, 2020
0c1531a
Auto merge of #78662 - sexxi-goose:add_expr_id_to_delegate, r=nikomat…
bors Nov 4, 2020
308dbdd
ci: bump actions/checkout to version 2
pietroalbini Nov 4, 2020
5855fb7
Move f64::NAN ui tests into `library`
Oct 27, 2020
97d5a1b
Fix format
Nov 4, 2020
6ca43ac
inliner: Copy unevaluated constants only after successful inlining
tmiasko Nov 5, 2020
d8afe98
Clean up docs for 'as' keyword
camelid Oct 19, 2020
bdbcaf0
Update cargo
ehuss Nov 5, 2020
881820a
Added Rustdoc book sections for linting and embedding more examples
AndyGauge Aug 22, 2020
3084a55
Don't use `crate` in link text
camelid Nov 5, 2020
bbdb1f0
Clean up some intra-doc links
camelid Nov 5, 2020
677b2ac
Add missing comma
camelid Nov 5, 2020
873ebcb
Fixed typo in comment
eltociear Nov 5, 2020
f9b139f
Add `mod nan` for test
Nov 5, 2020
8c20701
Auto merge of #78754 - pietroalbini:checkout-v2, r=Mark-Simulacrum
bors Nov 5, 2020
a15ee4d
update dangling-alloc-id-ice test
vn-ki Nov 5, 2020
2980367
Add new lint for automatic_links improvements
GuillaumeGomez Oct 12, 2020
a54f043
Add documentation for automatic_links lint
GuillaumeGomez Oct 12, 2020
6bc8965
Add tests for automatic_links lint
GuillaumeGomez Oct 12, 2020
f467b8d
Extend automatic_links lint to take into account URLs without link sy…
GuillaumeGomez Oct 13, 2020
7f839b2
Improve automatic_links globally
GuillaumeGomez Oct 14, 2020
55b4d21
Fix automatic_links warnings
GuillaumeGomez Oct 14, 2020
60caf51
Rename automatic_links to url_improvements
GuillaumeGomez Oct 17, 2020
fce2be0
Update URLs used in the lint example
GuillaumeGomez Oct 17, 2020
1fb404b
Don't check for URLs inside codeblocks
GuillaumeGomez Oct 17, 2020
6be97e2
Improve lint even more
GuillaumeGomez Oct 31, 2020
9d11450
Rename lint to non_autolinks
GuillaumeGomez Oct 31, 2020
16ed850
Fix more URLs
GuillaumeGomez Nov 5, 2020
55f4b80
Rollup merge of #76718 - poliorcetics:vec-ui-to-unit-test, r=jyn514
m-ou-se Nov 5, 2020
10d2843
Rollup merge of #78093 - camelid:as-cleanup, r=jyn514
m-ou-se Nov 5, 2020
9922933
Rollup merge of #78425 - chansuke:move_nan, r=jyn514
m-ou-se Nov 5, 2020
6d7098f
Rollup merge of #78465 - est31:proc_macro_to_string, r=jyn514
m-ou-se Nov 5, 2020
cbf74bc
Rollup merge of #78584 - notriddle:master, r=GuillaumeGomez
m-ou-se Nov 5, 2020
43e1b58
Rollup merge of #78716 - est31:array_traits, r=Dylan-DPC
m-ou-se Nov 5, 2020
9bbb052
Rollup merge of #78727 - liketechnik:issue-55201, r=GuillaumeGomez
m-ou-se Nov 5, 2020
8640360
Rollup merge of #78733 - matthiaskrgr:cl11ppy, r=jyn514
m-ou-se Nov 5, 2020
29fad21
Rollup merge of #78735 - danielhenrymantilla:simplify-unsafecell-getm…
m-ou-se Nov 5, 2020
86e6afa
Rollup merge of #78738 - sasurau4:test/move-range-test-to-library-cor…
m-ou-se Nov 5, 2020
171d29c
Rollup merge of #78739 - hameerabbasi:issue-78654, r=nikomatsakis
m-ou-se Nov 5, 2020
5ffccc4
Rollup merge of #78742 - vn-ki:fix-issue-78655, r=oli-obk
m-ou-se Nov 5, 2020
679c4c7
Rollup merge of #78756 - ehuss:update-cargo, r=ehuss
m-ou-se Nov 5, 2020
f383e4f
Rollup merge of #78757 - camelid:crate-link-text, r=jyn514
m-ou-se Nov 5, 2020
8416e13
Rollup merge of #78758 - eltociear:patch-1, r=jyn514
m-ou-se Nov 5, 2020
f7801d6
Auto merge of #78767 - m-ou-se:rollup-eu5wgxl, r=m-ou-se
bors Nov 5, 2020
54a0a98
ci: gate on aarch64-gnu passing tests
pietroalbini Oct 22, 2020
1274fae
doc/rustc: promote aarch64-unknown-linux-gnu to tier 1
pietroalbini Oct 22, 2020
874cbb8
ci: build docs for aarch64-unknown-linux-gnu
pietroalbini Oct 22, 2020
b20d4c1
Auto merge of #6296 - flip1995:rustup, r=flip1995
bors Nov 5, 2020
b1d9f31
Auto merge of #78638 - vn-ki:bindigs-after-at-issue-69971, r=oli-obk
bors Nov 5, 2020
46c714f
Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyup
flip1995 Nov 5, 2020
9d9292c
`deny(invalid_codeblock_attributes)`
jyn514 Nov 5, 2020
eed0ceb
Recognize `private_intra_doc_links` as a lint
jyn514 Oct 19, 2020
9d78d1d
Auto merge of #78774 - flip1995:clippyup, r=Manishearth
bors Nov 5, 2020
47b21b8
Add PRIVATE_INTRA_DOC_LINKS to rustdoc special-casing
jyn514 Nov 5, 2020
99200f7
Fix even more URLs
GuillaumeGomez Nov 5, 2020
1e15606
rustc_ast: Visit tokens stored in AST nodes in mutable visitor
petrochenkov Nov 3, 2020
8078474
Correct unsigned equivalent of isize to be usize
jhpratt Nov 5, 2020
63343f6
More detailed output for the nonterminal marking test
petrochenkov Nov 5, 2020
8def2fc
rustc_ast: Never clone empty token streams in mutable visitor
petrochenkov Nov 4, 2020
03f0ca0
Add test
Nadrieril Oct 20, 2020
25e272e
Fix unreachable sub-branch detection
Nadrieril Oct 20, 2020
107a29a
Emit lints in the order in which they occur in the file.
Nadrieril Nov 5, 2020
8d2fa72
Get `--fix` working for everything except rustdoc
jyn514 Oct 27, 2020
8a8ee1a
inliner: Use substs_for_mir_body
tmiasko Nov 6, 2020
fe6dfcd
Intra-doc links for std::io::buffered
pitaj Oct 16, 2020
de2940f
rustc_expand: use collect_bang helper instead of manual reimplementation
est31 Nov 6, 2020
dfa5e46
The renumber pass is long gone
est31 Nov 6, 2020
c7747cc
Rust coverage before splitting instrument_coverage.rs
Oct 5, 2020
c7ae4c2
Splitting transform/instrument_coverage.rs into transform/coverage/...
Oct 23, 2020
b502064
Implemented CoverageGraph of BasicCoverageBlocks
Oct 23, 2020
3291d28
Adds coverage graphviz
Oct 23, 2020
198ba3b
Injecting expressions in place of counters where helpful
Oct 22, 2020
5545c56
Added comments on remapping expression IDs, and URL to spanviews
Oct 25, 2020
1973f84
Addressed all feedback to date
Oct 25, 2020
a7d9565
Responded to all feedback as of 2020-10-30
Oct 30, 2020
cdbce10
fix cross-platform test bugs
Nov 2, 2020
8fc697f
rename some tests to avoid exceeding windows path limits
Nov 4, 2020
430dcb6
Fix sed command for Mac
Nov 5, 2020
8d48e3b
document HACKs
pitaj Nov 6, 2020
0af959d
Fixing Spelling Typos
ankushduacodes Nov 6, 2020
f92b931
Auto merge of #77856 - GuillaumeGomez:automatic-links-lint, r=jyn514,…
bors Nov 6, 2020
68014e6
Disable the spanview tests on MacOS for now
Nov 6, 2020
8532e74
Auto merge of #78267 - richkadel:llvm-coverage-counters-2.0.3r1, r=tm…
bors Nov 6, 2020
dc06a36
Auto merge of #77351 - jyn514:clippy-sysroot, r=Mark-Simulacrum
bors Nov 6, 2020
f197da6
fix shellcheck error of SC2148
sasurau4 Nov 3, 2020
ce4c124
fix shellcheck error of SC1008
sasurau4 Nov 2, 2020
a1af001
fix shellcheck error of SC2068
sasurau4 Nov 2, 2020
5ea028e
ignore shellcheck error SC2068
sasurau4 Nov 3, 2020
3bee37c
Disable accept4 on Android.
de-vri-es Oct 31, 2020
e8b5be5
Stabilize hint::spin_loop
pickfire Aug 30, 2020
4136ed2
Rollup merge of #74979 - maekawatoshiki:fix, r=Mark-Simulacrum
JohnTitor Nov 6, 2020
0e71fc7
Rollup merge of #78006 - pitaj:master, r=jyn514
JohnTitor Nov 6, 2020
91153d5
Rollup merge of #78167 - Nadrieril:fix-76836_, r=varkor
JohnTitor Nov 6, 2020
8ca7531
Rollup merge of #78514 - jyn514:setup-number, r=Mark-Simulacrum
JohnTitor Nov 6, 2020
162f400
Rollup merge of #78538 - ssomers:btree_testing_rng, r=Mark-Simulacrum
JohnTitor Nov 6, 2020
c990a38
Rollup merge of #78559 - glandium:release-notes, r=Mark-Simulacrum
JohnTitor Nov 6, 2020
7931b24
Rollup merge of #78666 - sasurau4:fix/shellcheck-error, r=jyn514
JohnTitor Nov 6, 2020
3f5723c
Rollup merge of #78705 - Mark-Simulacrum:nicer-failure-compiletest, r…
JohnTitor Nov 6, 2020
707988a
Rollup merge of #78726 - GuillaumeGomez:back-link-to-main-website, r=…
JohnTitor Nov 6, 2020
8f70cad
Rollup merge of #78730 - kornelski:not-inverse, r=Dylan-DPC
JohnTitor Nov 6, 2020
55bf791
Rollup merge of #78760 - jyn514:deny-invalid-codeblocks, r=GuillaumeG…
JohnTitor Nov 6, 2020
0a89d7b
Rollup merge of #78771 - tmiasko:inline-consts, r=oli-obk
JohnTitor Nov 6, 2020
09a40af
Rollup merge of #78794 - est31:collect_bang, r=oli-obk
JohnTitor Nov 6, 2020
5b16a66
Rollup merge of #78795 - est31:node_id_assignment_doc_fix, r=oli-obk
JohnTitor Nov 6, 2020
af50c79
Rollup merge of #78798 - ankushduacodes:fixing-typo, r=jonas-schievink
JohnTitor Nov 6, 2020
7e9a36f
Auto merge of #78810 - JohnTitor:rollup-8fhtvxu, r=JohnTitor
bors Nov 6, 2020
ae4f80b
Revert "Revert "resolve: Avoid "self-confirming" import resolutions i…
Mark-Simulacrum Nov 5, 2020
ae059b5
Make some std::io functions `const`
a1phyr Nov 6, 2020
001dd7e
Add tracking issue
a1phyr Nov 6, 2020
bff2e46
Bump Rustfmt and RLS
ghedo Nov 5, 2020
a601302
Auto merge of #75778 - AndyGauge:75521-rustdoc-book-improvements, r=j…
bors Nov 6, 2020
51331e4
Re-enable debug and LLVM assertions
Mark-Simulacrum Aug 5, 2020
3ca8829
Add debug asserts to PR builder
Mark-Simulacrum Aug 5, 2020
e261ded
update Miri
RalfJung Nov 6, 2020
e06785b
improve fixme
lcnr Nov 6, 2020
0328e69
Compile tools and internal libraries with the initial-exec TLS model
joshtriplett Oct 26, 2020
020ed65
use single char patterns for split() (clippy::single_char_pattern)
matthiaskrgr Nov 7, 2020
0256d06
Auto merge of #78817 - RalfJung:miri, r=RalfJung
bors Nov 7, 2020
ffe65f8
rustc_target: Move `target_c_int_width` from `Target` to `TargetOptions`
petrochenkov Oct 8, 2020
91533cf
rustc_target: Move `target_endian` from `Target` to `TargetOptions`
petrochenkov Oct 8, 2020
74ffb9b
rustc_target: Move `target_os` from `Target` to `TargetOptions`
petrochenkov Oct 8, 2020
d5fd311
rustc_target: Move `target_env` from `Target` to `TargetOptions`
petrochenkov Oct 8, 2020
b294cc7
rustc_target: Move `target_vendor` from `Target` to `TargetOptions`
petrochenkov Oct 8, 2020
d41fe05
rustc_target: Move `linker_flavor` from `Target` to `TargetOptions`
petrochenkov Oct 8, 2020
c0c0597
Update recently added targets
petrochenkov Nov 7, 2020
5c8d25f
remove FIXME comment of #62277 in print_type_sizez ui tests
sasurau4 Nov 7, 2020
3a7a997
Implement destructuring assignment for tuples
fanzier Nov 4, 2020
67d0db6
Fix handling of item names for HIR
jyn514 Oct 22, 2020
f60fd49
Remove unused `from_hir` call
jyn514 Nov 7, 2020
b2d115f
Auto merge of #75199 - Mark-Simulacrum:debug-asserts, r=pietroalbini
bors Nov 7, 2020
087a934
Small cleanup in `TypeFoldable` derive macro
LeSeulArtichaut Nov 7, 2020
8cae2f1
Honor the rustfmt setting in config.toml
shepmaster Nov 7, 2020
425675d
Less verbose debug logging from inlining integrator
tmiasko Nov 7, 2020
8258cf2
Convert a bunch of intra-doc links
camelid Nov 7, 2020
771cc7f
Auto merge of #78784 - Mark-Simulacrum:revert-77421, r=petrochenkov
bors Nov 7, 2020
907b87f
rustc_resolve: Use `#![feature(format_args_capture)]`
petrochenkov Nov 7, 2020
2550e88
typo and formatting
Nov 7, 2020
e4e9bb4
Don't fire `CONST_ITEM_MUTATION` lint when borrowing a deref
Aaron1011 Nov 8, 2020
bd3f3fa
Use a semicolon instead of a dash in lint note
Aaron1011 Nov 8, 2020
9dc5dfb
Fix tab focus on restyled switches
notriddle Nov 8, 2020
f2ea2f6
Auto merge of #77729 - petrochenkov:mergetarg, r=Mark-Simulacrum
bors Nov 8, 2020
87a0997
Auto merge of #78410 - lcnr:revert75443, r=nikomatsakis
bors Nov 8, 2020
1f034f7
Rollup merge of #76097 - pickfire:stabilize-spin-loop, r=KodrAus
m-ou-se Nov 8, 2020
bdeace9
Rollup merge of #76227 - CDirkx:const-poll, r=KodrAus
m-ou-se Nov 8, 2020
1c66688
Rollup merge of #78065 - tshepang:nits, r=dtolnay
m-ou-se Nov 8, 2020
834d761
Rollup merge of #78570 - sasurau4:test/check-pass-print-type-size, r=…
m-ou-se Nov 8, 2020
eef9951
Rollup merge of #78572 - de-vri-es:bsd-cloexec, r=m-ou-se
m-ou-se Nov 8, 2020
7d9ad6d
Rollup merge of #78658 - casey:x, r=Mark-Simulacrum
m-ou-se Nov 8, 2020
a619e25
Rollup merge of #78706 - bjorn3:fix_run_make_without_llvm, r=Mark-Sim…
m-ou-se Nov 8, 2020
2967e58
Rollup merge of #78728 - a1phyr:const_cell_into_inner, r=dtolnay
m-ou-se Nov 8, 2020
04859e5
Rollup merge of #78775 - ghedo:bump-rustfmt-rls, r=Mark-Simulacrum
m-ou-se Nov 8, 2020
3541280
Rollup merge of #78788 - jhpratt:isize-impl-fix, r=m-ou-se
m-ou-se Nov 8, 2020
77f333b
Rollup merge of #78811 - a1phyr:const_io_structs, r=dtolnay
m-ou-se Nov 8, 2020
5cffa8f
Rollup merge of #78828 - matthiaskrgr:sing_chr, r=lcnr
m-ou-se Nov 8, 2020
2489ff7
Rollup merge of #78841 - LeSeulArtichaut:foldable-derive, r=lcnr
m-ou-se Nov 8, 2020
cb90042
Rollup merge of #78842 - shepmaster:bootstrap-rustfmt, r=Mark-Simulacrum
m-ou-se Nov 8, 2020
e5230fd
Rollup merge of #78843 - tmiasko:inline-trace, r=wesleywiser
m-ou-se Nov 8, 2020
96975e5
Rollup merge of #78852 - camelid:intra-doc-bonanza, r=jyn514
m-ou-se Nov 8, 2020
829e880
Rollup merge of #78860 - petrochenkov:resolvefmt, r=Mark-Simulacrum
m-ou-se Nov 8, 2020
c4e262e
Rollup merge of #78861 - o752d:patch-1, r=jonas-schievink
m-ou-se Nov 8, 2020
91759b2
Rollup merge of #78865 - Aaron1011:fix/const-item-mut-reborrow, r=varkor
m-ou-se Nov 8, 2020
b1277d0
Auto merge of #78874 - m-ou-se:rollup-3jp1ijj, r=m-ou-se
bors Nov 8, 2020
b13817a
Avoid overlapping cfg attributes when both macOS and aarch64
shepmaster Nov 8, 2020
3904617
Nicer hunk headers for rust files
bjorn3 Nov 8, 2020
1773f60
Auto merge of #78712 - petrochenkov:visitok, r=Aaron1011
bors Nov 8, 2020
d69ee57
Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=Ko…
Dylan-DPC Nov 9, 2020
41134be
Rollup merge of #78026 - sunfishcode:symlink-hard-link, r=dtolnay
Dylan-DPC Nov 9, 2020
b9671ae
Rollup merge of #78114 - jyn514:private, r=oli-obk
Dylan-DPC Nov 9, 2020
50086af
Rollup merge of #78228 - pietroalbini:finally, r=Mark-Simulacrum
Dylan-DPC Nov 9, 2020
12c5f78
Rollup merge of #78345 - jyn514:proper-names, r=varkor
Dylan-DPC Nov 9, 2020
4e5b7ad
Rollup merge of #78437 - ssomers:btree_no_ord_at_node_level, r=Mark-S…
Dylan-DPC Nov 9, 2020
5639d97
Rollup merge of #78476 - RalfJung:btree-alias, r=Mark-Simulacrum
Dylan-DPC Nov 9, 2020
b4589a8
Rollup merge of #78674 - tmiasko:inline-substs-for-mir-body, r=oli-obk
Dylan-DPC Nov 9, 2020
abaa78b
Rollup merge of #78748 - fanzier:tuple-assignment, r=petrochenkov
Dylan-DPC Nov 9, 2020
479817a
Rollup merge of #78868 - notriddle:master, r=GuillaumeGomez
Dylan-DPC Nov 9, 2020
a8beaa3
Rollup merge of #78878 - shepmaster:intersecting-ignores, r=Mark-Simu…
Dylan-DPC Nov 9, 2020
92adac9
Rollup merge of #78882 - bjorn3:nicer_hunk_headers, r=Mark-Simulacrum
Dylan-DPC Nov 9, 2020
fe8f026
Auto merge of #78889 - Dylan-DPC:rollup-6zjhahf, r=Dylan-DPC
bors Nov 9, 2020
25f6938
Auto merge of #78201 - joshtriplett:rustc-tls-model, r=Mark-Simulacrum
bors Nov 9, 2020
19cb523
Lower assertion terminators.
vext01 Nov 6, 2020
c7afaec
Simplify set_term_switchint().
vext01 Nov 9, 2020
b5a20fb
Merge branch 'master' of https://github.com/rust-lang/rust into sync-…
vext01 Nov 9, 2020
16dfe83
Merge branch 'master' of https://github.com/softdevteam/ykrustc into …
vext01 Nov 9, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* text=auto eol=lf
*.cpp rust
*.h rust
*.rs rust
*.rs rust diff=rust
*.fixed linguist-language=Rust
src/etc/installer/gfx/* binary
*.woff binary
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ __pycache__/
/inst/
/llvm/
/mingw-build/
/src/tools/x/target
# Created by default with `src/ci/docker/run.sh`:
/obj/
/unicode-downloads
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
[submodule "src/llvm-project"]
path = src/llvm-project
url = https://github.com/rust-lang/llvm-project.git
branch = rustc/11.0-2020-09-22
branch = rustc/11.0-2020-10-12
[submodule "src/doc/embedded-book"]
path = src/doc/embedded-book
url = https://github.com/rust-embedded/book.git
Expand Down
2 changes: 1 addition & 1 deletion .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Ariel Ben-Yehuda <[email protected]> arielb1 <[email protected]>
Austin Seipp <[email protected]> <[email protected]>
Aydin Kim <[email protected]> aydin.kim <[email protected]>
Barosl Lee <[email protected]> Barosl LEE <[email protected]>
Bastian Kauschke <[email protected]>
Ben Alpert <[email protected]> <[email protected]>
Ben Sago <[email protected]> Ben S <[email protected]>
Ben Sago <[email protected]> Ben S <[email protected]>
Expand Down Expand Up @@ -161,6 +160,7 @@ Kyle J Strand <[email protected]> <[email protected]>
Kyle J Strand <[email protected]> <[email protected]>
Kyle J Strand <[email protected]> <[email protected]>
Laurențiu Nicola <[email protected]>
lcnr <[email protected]>
Lee Jeffery <[email protected]> Lee Jeffery <[email protected]>
Lee Wondong <[email protected]>
Lennart Kudling <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

Thank you for your interest in contributing to Rust!

To get started, read the [Getting Started] guide in the [rustc-dev-guide].
To get started, read the [Contributing to Rust] chapter of the [rustc-dev-guide].

## Bug reports

Did a compiler error message tell you to come here? If you want to create an ICE report,
refer to [this section][contributing-bug-reports] and [open an issue][issue template].

[Getting Started]: https://rustc-dev-guide.rust-lang.org/getting-started.html
[Contributing to Rust]: https://rustc-dev-guide.rust-lang.org/contributing.html#contributing-to-rust
[rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/
[contributing-bug-reports]: https://rustc-dev-guide.rust-lang.org/contributing.html#bug-reports
[issue template]: https://github.com/rust-lang/rust/issues/new/choose
Loading