about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-01-06Style nit: avoid confusing name shadowing in pattern matchDaniel Henry-Mantilla-2/+2
2021-01-06Enhance tests based on code reviewDaniel Henry-Mantilla-1/+2
2021-01-06WIP: attempt to fix the undocument re-export issueDaniel Henry-Mantilla-2/+13
2021-01-06Update test assertions (showcases bug)Daniel Henry-Mantilla-7/+31
2021-01-06Style nit: replace `for_each` & `return` with `for` & `continue`Daniel Henry-Mantilla-12/+21
2021-01-06Fix type/value namespace clashes + test for thatDaniel Henry-Mantilla-44/+85
2021-01-06Implement suggestions from code review.Daniel Henry-Mantilla-25/+35
2021-01-06Rustdoc: Fix macros 2.0 and built-in derives being shown at the wrong path.Daniel Henry-Mantilla-5/+60
2021-01-06Auto merge of #80714 - jakevossen5:master, r=lcnrbors-55/+55
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-05fixed feature gate stderrJake Vossen-1/+1
2021-01-05fixed const_generics error helpJake Vossen-54/+54
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