about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-04-19Remove collapse param from collapseNonInherent.Jacob Hoffman-Andrews-4/+4
2021-04-18rustdoc: make expand/collapse all ephemeralJacob Hoffman-Andrews-27/+17
2021-04-17Auto merge of #84279 - Dylan-DPC:rollup-k7otd7e, r=Dylan-DPCbors-2254/+2295
2021-04-17Rollup merge of #84257 - joshtriplett:inaddr-any, r=m-ou-seDylan DPC-0/+3
2021-04-17Rollup merge of #84203 - jyn514:anchor-span, r=euclioDylan DPC-14/+34
2021-04-17Rollup merge of #84150 - jsha:defer-search-js, r=GuillaumeGomezDylan DPC-1693/+1682
2021-04-17Rollup merge of #83237 - notriddle:short-links, r=jyn514Dylan DPC-547/+576
2021-04-17rustdoc: Give a more accurate span for anchor failuresJoshua Nelson-14/+34
2021-04-17Auto merge of #84270 - nagisa:nagisa/bump-llvm, r=cuviperbors-0/+0
2021-04-17rustdoc: move the cx argument to the end of the listMichael Howell-33/+33
2021-04-17rustdoc: change 'cx to 'tcx, to match the struct itselfMichael Howell-60/+60
2021-04-17Remove assert that no longer mattersMichael Howell-7/+0
2021-04-17rustdoc: use more precise relative URLSMichael Howell-577/+613
2021-04-17Auto merge of #84261 - Aaron1011:error-dup-revisions, r=Mark-Simulacrumbors-9/+19
2021-04-17Auto merge of #84260 - Aaron1011:global-alloc-eval-always, r=cjgillotbors-0/+14
2021-04-17Include a backport for wrong DWARF informationSimonas Kazlauskas-0/+0
2021-04-17Auto merge of #84246 - notriddle:rustdoc-path-printing-cleanup, r=jyn514bors-43/+1
2021-04-17Auto merge of #84244 - ABouttefeux:closure-return-conflict-suggest, r=estebankbors-22/+60
2021-04-17Auto merge of #84243 - Soveu:fix-derive-macro-const-default, r=petrochenkovbors-2/+27
2021-04-17Auto merge of #84113 - SNCPlay42:suggestion-extern-crate, r=petrochenkovbors-11/+46
2021-04-16Auto merge of #84074 - notriddle:rustdoc-macro-visibility, r=jyn514bors-12/+57
2021-04-16Error when compiletest is passed duplicate revisionsAaron Hill-9/+19
2021-04-16Mark `has_global_allocator` query as `eval_always`Aaron Hill-0/+14
2021-04-16Add documentation to help people find `Ipv4Addr::UNSPECIFIED`Josh Triplett-0/+3
2021-04-16Auto merge of #84249 - crlf0710:fix_miri, r=RalfJungbors-8/+8
2021-04-17Update miri.Charles Lew-8/+8
2021-04-16Auto merge of #83416 - alexcrichton:const-thread-local, r=sfacklerbors-49/+244
2021-04-16std: Add a variant of thread locals with const initAlex Crichton-49/+244
2021-04-16rustdoc: get rid of unused path printing codeMichael Howell-43/+1
2021-04-16fix reporting return type in some casesAliƩnore Bouttefeux-22/+60
2021-04-16builtin derive macros: fix error with const generics defaultSoveu-2/+27
2021-04-16Auto merge of #84241 - Dylan-DPC:rollup-jk9nt6k, r=Dylan-DPCbors-194/+526
2021-04-16Rollup merge of #84172 - jayaddison:compiler/E0384-reduce-assertiveness, r=pe...Dylan DPC-36/+36
2021-04-16Rollup merge of #84145 - vojtechkral:vecdeque-binary-search, r=m-ou-seDylan DPC-3/+87
2021-04-16Rollup merge of #83944 - jackh726:binder-refactor-fix2, r=lcnrDylan DPC-1/+56
2021-04-16Rollup merge of #83337 - Manishearth:item-hide, r=GuillaumeGomezDylan DPC-154/+347
2021-04-16Auto merge of #84230 - cuviper:llvm-12, r=nikicbors-1/+1
2021-04-16Auto merge of #84217 - crlf0710:remove_main_attr_pure, r=petrochenkovbors-214/+59
2021-04-16Auto merge of #84228 - SkiFire13:fix-84213, r=estebankbors-0/+70
2021-04-16Remove #[main] attribute.Charles Lew-214/+59
2021-04-16Auto merge of #84220 - gpluscb:weak_doc, r=jyn514bors-2/+2
2021-04-16Auto merge of #84226 - Aaron1011:track-link-dead-code, r=Mark-Simulacrumbors-2/+2
2021-04-15Update to LLVM 12.0.0 finalJosh Stone-1/+1
2021-04-15Add regression testGiacomo Stevanato-0/+55
2021-04-15Add suggestion to borrow when casting T to *const/mut TGiacomo Stevanato-0/+15
2021-04-15VecDeque: Improve doc comments in binary search fnsVojtech Kral-5/+23
2021-04-15VecDeque: Add partition_point() #78021Vojtech Kral-0/+63
2021-04-15VecDeque: binary_search_by(): return right away if hit found at back.first() ...Vojtech Kral-1/+4
2021-04-15Auto merge of #84205 - workingjubilee:more-simd-intrin, r=bjorn3bors-13/+34
2021-04-15Track `-C link-dead-code` during incremental compilationAaron Hill-2/+2