about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-03-30typolcnr-1/+1
2022-03-30rework error messages for incorrect inherent implslcnr-50/+89
2022-03-30fix rustdoc wrt builtin impls switchlcnr-23/+35
2022-03-30get clippy to compile againlcnr-63/+27
2022-03-30fix rustdoclcnr-57/+60
2022-03-30fix behavior for empty implslcnr-26/+37
2022-03-30update rustdoclcnr-2/+1
2022-03-30remove now unnecessary lang itemslcnr-90/+51
2022-03-30update ui testslcnr-126/+23
2022-03-30rework implementation for inherent impls for builtin typeslcnr-414/+365
2022-03-30remove `NoMatchData::new`lcnr-31/+9
2022-03-30update commentlcnr-1/+1
2022-03-30async: Give predictable, reserved name to binding generated from .await expre...Michael Woerister-14/+40
2022-03-30Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPCbors-87/+107
2022-03-30Rollup merge of #95461 - nyurik:spelling, r=lcnrDylan DPC-61/+61
2022-03-30Rollup merge of #95460 - nyurik:spelling-str, r=lcnrDylan DPC-10/+10
2022-03-30Rollup merge of #95452 - yaahc:termination-version-correction, r=ehussDylan DPC-13/+13
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