about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-03-30Rollup merge of #95443 - jyn514:clarify-python-search-logic, r=Dylan-DPCDylan DPC-0/+4
2022-03-30Rollup merge of #95294 - sourcefrog:doc-copy, r=dtolnayDylan DPC-3/+19
2022-03-30Spellchecking compiler codeYuri Astrakhan-10/+10
2022-03-30Spellchecking some commentsYuri Astrakhan-61/+61
2022-03-30Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakisbors-2486/+5204
2022-03-29Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-sub...Caleb Cartwright-235/+2013
2022-03-29Preserve semicolon after macro call inside foreign modDavid Tolnay-6/+16
2022-03-29Add test of macro calls inside extern blockDavid Tolnay-0/+26
2022-03-29Warn that platform-specific behavior may changeMartin Pool-1/+5
2022-03-29fix unix typedefAria Beingessner-1/+1
2022-03-30Auto merge of #95455 - RalfJung:miri, r=RalfJungbors-8/+8
2022-03-29allow large Size againRalf Jung-16/+7
2022-03-29update miriRalf Jung-8/+8
2022-03-29fixup feature position in liballocAria Beingessner-1/+1
2022-03-29clarify that WASM has address spacesAria Beingessner-1/+1
2022-03-29fix doc linkAria Beingessner-1/+1
2022-03-29refine the definition of temporal provenanceAria Beingessner-1/+1
2022-03-29mark FIXMES for all the places found that are probably offset_fromAria Beingessner-0/+10
2022-03-29more review fixes to ptr docsAria Beingessner-11/+19
2022-03-29Add even more details to top-level pointer docsAria Beingessner-4/+20
2022-03-29cleanup some of the less terrifying library codeAria Beingessner-7/+7
2022-03-29clean up pointer docsAria Beingessner-37/+84
2022-03-29revert changes that cast functions to raw pointers, portability hazardAria Beingessner-13/+12
2022-03-29Make some linux/unix APIs better conform to strict provenance.Alexis Beingessner-36/+39
2022-03-29Make some rustc code conform to strict provenance.Aria Beingessner-10/+13
2022-03-29Make the stdlib largely conform to strict provenance.Aria Beingessner-81/+100
2022-03-29Introduce experimental APIs for conforming to "strict provenance".Aria Beingessner-10/+400
2022-03-29fix since field version for termination stabilizationJane Lusby-13/+13
2022-03-30Pre-allocate an empty `Lrc<NamedMatchVec>`.Nicholas Nethercote-8/+26
2022-03-30Overhaul how matches are recorded.Nicholas Nethercote-48/+55
2022-03-30Improve comments and rename many things for consistency.Nicholas Nethercote-198/+181
2022-03-30Clarify comments about doc comments in macros.Nicholas Nethercote-3/+9
2022-03-30Simplify and rename `count_names`.Nicholas Nethercote-14/+14
2022-03-29Auto merge of #95448 - Dylan-DPC:rollup-wpj5yto, r=Dylan-DPCbors-39/+388
2022-03-29Rollup merge of #95437 - notriddle:notriddle/issue-79076, r=compiler-errorsDylan DPC-0/+61
2022-03-29Rollup merge of #95386 - compiler-errors:try-wrapping, r=oli-obkDylan DPC-6/+243
2022-03-29Rollup merge of #95256 - thomcc:fix-unwind-safe, r=m-ou-seDylan DPC-5/+15
2022-03-29Rollup merge of #93840 - yaahc:termination-stabilization-celebration-station,...Dylan DPC-28/+69
2022-03-29Clarify how `src/tools/x` searches for pythonJoshua Nelson-0/+4
2022-03-29Indicate the correct error code in the `compile_fail` block.Thom Chiovoloni-1/+1
2022-03-29Auto merge of #95433 - Dylan-DPC:rollup-xdfit9h, r=Dylan-DPCbors-58/+108
2022-03-29diagnostics: regression test for derive boundsMichael Howell-0/+61
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-128/+98
2022-03-29Auto merge of #94566 - yanganto:show-ignore-message, r=m-ou-sebors-12/+33
2022-03-29Rollup merge of #95424 - lnicola:rust-analyzer-2022-03-29, r=lnicolaDylan DPC-24/+16
2022-03-29Rollup merge of #95422 - TaKO8Ki:use-format-args-capture-and-remove-unnecessa...Dylan DPC-32/+28
2022-03-29Rollup merge of #95415 - notriddle:notriddle/issue-82081, r=Dylan-DPCDylan DPC-2/+64
2022-03-29Rollup merge of #94566 - yanganto:show-ignore-message, r=m-ou-seDylan DPC-12/+33
2022-03-29Remove unnecessary .as_ref().Mara Bos-1/+1
2022-03-29Auto merge of #95096 - GuillaumeGomez:rm-header-fn-field, r=camelidbors-113/+100