about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-04-08Add test for empty doc comments with a backlineGuillaume Gomez-0/+22
2022-04-08Fix invalid array access in `beautify_doc_string`Guillaume Gomez-1/+4
2022-04-08Auto merge of #95775 - RalfJung:miri-windows-compat, r=ChrisDentonbors-8/+17
2022-04-08Auto merge of #95440 - jyn514:error-index, r=Mark-Simulacrumbors-58/+44
2022-04-07Auto merge of #95767 - oli-obk:all_your_generics_belong_to_the_definitions, r...bors-34/+44
2022-04-07do not round-trip function pointer through integerRalf Jung-5/+4
2022-04-07make windows compat_fn (crudely) work on MiriRalf Jung-4/+14
2022-04-07Auto merge of #95706 - petrochenkov:doclink4, r=GuillaumeGomezbors-113/+180
2022-04-07Deduplicate the error printing code for hidden type mismatchesOli Scherer-25/+24
2022-04-07Report opaque type mismatches directly during borrowck of the function instea...Oli Scherer-19/+30
2022-04-07Auto merge of #95715 - nnethercote:shrink-Nonterminal, r=davidtwcobors-16/+18
2022-04-07Auto merge of #95760 - Dylan-DPC:rollup-uskzggh, r=Dylan-DPCbors-34/+86
2022-04-07Rollup merge of #95757 - zofrex:gender-neutral-terms, r=dtolnayDylan DPC-7/+7
2022-04-07Rollup merge of #95753 - ChayimFriedman2:patch-1, r=dtolnayDylan DPC-2/+2
2022-04-07Rollup merge of #95752 - compiler-errors:issue-82866, r=Dylan-DPCDylan DPC-0/+23
2022-04-07Rollup merge of #95189 - fmease:fix-issue-94340, r=estebankDylan DPC-25/+54
2022-04-07Use gender neutral termsJames 'zofrex' Sanderson-7/+7
2022-04-07Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrumbors-697/+524
2022-04-07Auto merge of #95748 - Dylan-DPC:rollup-t208j51, r=Dylan-DPCbors-22/+45
2022-04-07Correct safety reasoning in `str::make_ascii_{lower,upper}case()`Chayim Refael Friedman-2/+2
2022-04-06regression test for #82866Michael Goulet-0/+23
2022-04-07Rollup merge of #95725 - hkBst:patch-1, r=Dylan-DPCDylan DPC-2/+2
2022-04-07Rollup merge of #95714 - KSBilodeau:master, r=Dylan-DPCDylan DPC-4/+20
2022-04-07Rollup merge of #95708 - fee1-dead:doc_whitespace_trim, r=Dylan-DPCDylan DPC-8/+11
2022-04-07Rollup merge of #95646 - mgeisler:mention-std-env-var, r=Dylan-DPCDylan DPC-2/+8
2022-04-07Rollup merge of #95352 - jyn514:full-relative-path, r=Mark-SimulacrumDylan DPC-6/+4
2022-04-07Shrink `Nonterminal`.Nicholas Nethercote-16/+18
2022-04-07Update library/core/src/slice/mod.rsDylan DPC-1/+1
2022-04-07remove exclamation markDylan DPC-1/+1
2022-04-07Auto merge of #95688 - pfmooney:libc-update, r=Mark-Simulacrumbors-19/+3
2022-04-07Auto merge of #95745 - Dylan-DPC:rollup-485ajqi, r=Dylan-DPCbors-11/+20
2022-04-07Rollup merge of #95738 - GuillaumeGomez:item-info-switch-to-span, r=jshaDylan DPC-4/+8
2022-04-07Rollup merge of #95735 - bjorn3:revert_inline_location_caller, r=compiler-errorsDylan DPC-1/+0
2022-04-07Rollup merge of #95709 - nnethercote:improve-terse-test-output, r=Dylan-DPCDylan DPC-3/+4
2022-04-07Rollup merge of #95626 - saethlin:pass-pointer-to-prctl, r=cuviperDylan DPC-1/+7
2022-04-07Rollup merge of #95185 - m-ou-se:stabilize-stdin-lines, r=Mark-SimulacrumDylan DPC-2/+1
2022-04-07rustdoc: Early doc link resolution fixes and refactoringsVadim Petrochenkov-113/+180
2022-04-06Auto merge of #95742 - Dylan-DPC:rollup-8n7o87y, r=Dylan-DPCbors-159/+402
2022-04-06Change trailing prctl arguments to c_ulongBen Kimock-1/+7
2022-04-06Rollup merge of #95731 - oli-obk:lazy_tait_regression, r=compiler-errorsDylan DPC-62/+110
2022-04-06Rollup merge of #95730 - m-ou-se:rwlock-case, r=Dylan-DPCDylan DPC-88/+88
2022-04-06Rollup merge of #95721 - xu-cheng:typo, r=compiler-errorsDylan DPC-1/+1
2022-04-06Rollup merge of #95649 - ouz-a:mir-opt, r=oli-obkDylan DPC-4/+193
2022-04-06Rollup merge of #95353 - jyn514:invalid-filter-hard-error, r=Mark-SimulacrumDylan DPC-4/+4
2022-04-06Rollup merge of #95342 - jyn514:ignore-revs, r=Mark-SimulacrumDylan DPC-0/+6
2022-04-06fix regression caused by rust-lang/cargo#10448Pietro Albini-0/+1
2022-04-06Update rustdoc test following DOM changeGuillaume Gomez-1/+1
2022-04-06Switch item-info div to span to generate valid HTMLGuillaume Gomez-3/+7
2022-04-06Stop flagging certain inner attrs as outer onesLeón Orell Valerian Liehr-25/+54
2022-04-06Revert "Mark Location::caller() as #[inline]"bjorn3-1/+0