about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-01-06Change related spec files to use the new enumLzu Tao-37/+50
2021-01-06Prefer enum Endian in rustc_target::TargetLzu Tao-16/+52
2021-01-06Auto merge of #80724 - GuillaumeGomez:remove-useless-doc_alias-feature, r=jyn514bors-23/+17
2021-01-06Auto merge of #80415 - cjgillot:issue-77828, r=petrochenkovbors-8/+31
2021-01-05Do not swallow parent for MacroDef.Camille GILLOT-1/+1
2021-01-05Add rustdoc test.Camille GILLOT-0/+14
2021-01-05Compute parent module when collecting hir::MacroDef.Camille GILLOT-7/+16
2021-01-05Auto merge of #80711 - camelid:intrinsic-of-val-safety, r=oli-obkbors-7/+11
2021-01-05Remove useless doc_alias featureGuillaume Gomez-23/+17
2021-01-05Auto merge of #80717 - mbartlett21:patch-2, r=dtolnaybors-12/+12
2021-01-05Auto merge of #80699 - usbalbin:const_copy_tracking_issue, r=oli-obkbors-3/+2
2021-01-05Auto merge of #80686 - GuillaumeGomez:error-doc-alias-same-name, r=jyn514bors-1/+36
2021-01-05Add code spans to docs in intrinsics.rsmbartlett21-12/+12
2021-01-04Make `size_of_val` and `min_align_of_val` intrinsics unsafeCamelid-7/+11
2021-01-05Auto merge of #80708 - JohnTitor:rollup-6esk027, r=JohnTitorbors-88/+173
2021-01-05Rollup merge of #80696 - RalfJung:failing-promoteds, r=oli-obkYuki Okushi-2/+13
2021-01-05Rollup merge of #80677 - kw-fn:patch-2, r=jyn514Yuki Okushi-1/+1
2021-01-05Rollup merge of #80672 - matthiaskrgr:xpy_clippy_less_noise, r=Mark-SimulacrumYuki Okushi-0/+11
2021-01-05Rollup merge of #80666 - jjlin:master, r=Dylan-DPCYuki Okushi-0/+1
2021-01-05Rollup merge of #80656 - booleancoercion:master, r=sfacklerYuki Okushi-1/+1
2021-01-05Rollup merge of #80643 - LingMan:unwrap, r=oli-obkYuki Okushi-8/+7
2021-01-05Rollup merge of #80637 - LingMan:filter, r=oli-obkYuki Okushi-19/+9
2021-01-05Rollup merge of #80627 - bugadani:warn, r=Mark-SimulacrumYuki Okushi-1/+13
2021-01-05Rollup merge of #80612 - rust-lang:XAMPPRocky-patch-1, r=Mark-SimulacrumYuki Okushi-2/+0
2021-01-05Rollup merge of #80538 - JulianKnodt:err_usize, r=lcnrYuki Okushi-41/+95
2021-01-05Rollup merge of #80533 - matthiaskrgr:bootstrap_clppy, r=Mark-SimulacrumYuki Okushi-13/+17
2021-01-05Rollup merge of #80442 - steffahn:mention_arc_in_cow, r=Mark-SimulacrumYuki Okushi-0/+5
2021-01-05Auto merge of #80426 - jyn514:bootstrap-caching, r=Mark-Simulacrumbors-10/+11
2021-01-04Auto merge of #80624 - RalfJung:place-ref, r=oli-obkbors-111/+61
2021-01-04make sure that promoteds which fail to evaluate in dead const code behave cor...Ralf Jung-2/+13
2021-01-04Added reference to tracking issue and removed unneeded lineAlbin Hedman-3/+2
2021-01-04Auto merge of #80688 - ehuss:update-mdbook, r=pietroalbinibors-3/+3
2021-01-04Add tests for new doc alias checkGuillaume Gomez-0/+24
2021-01-04Update mdbookEric Huss-3/+3
2021-01-04Builder: Warn if test file does not existDániel Buga-1/+13
2021-01-04Add an error in case the doc alias is the same as the item it's aliasingGuillaume Gomez-1/+12
2021-01-04Auto merge of #80651 - GroteGnoom:issue-78123-fix, r=Nadrierilbors-0/+34
2021-01-04Auto merge of #80661 - jyn514:duplicate-types, r=GuillaumeGomezbors-31/+53
2021-01-04Add check for array/usize mismatch in astconvkadmin-41/+95
2021-01-04Auto merge of #80610 - Aaron1011:unhash-def-path-hash, r=varkorbors-10/+12
2021-01-04Auto merge of #80554 - GuillaumeGomez:more-js-cleanup, r=jyn514bors-18/+12
2021-01-04doc -- list edit for consistencyoliver-1/+1
2021-01-04Auto merge of #80418 - oli-obk:this_could_have_been_so_simple, r=RalfJungbors-62/+230
2021-01-04./x.py clippy: allow the most noisy lintsMatthias Krüger-0/+11
2021-01-03Fix missing link for "fully qualified syntax"Jeremy Lin-0/+1
2021-01-03Don't clone `type_` unnecessarilyJoshua Nelson-8/+24
2021-01-03Simplify rustdoc handling of type aliases for associated typesJoshua Nelson-31/+37
2021-01-03Auto merge of #77859 - bugadani:no-duplicate-ref-link-error, r=jyn514bors-67/+175
2021-01-03Add notes to stderr of non-exhaustive-reference testDaniel Noom-2/+6
2021-01-03Add note on void reference testDaniel Noom-0/+1