| Age | Commit message (Expand) | Author | Lines |
| 2022-03-30 | remove `NoMatchData::new` | lcnr | -31/+9 |
| 2022-03-30 | update comment | lcnr | -1/+1 |
| 2022-03-30 | async: Give predictable, reserved name to binding generated from .await expre... | Michael Woerister | -14/+40 |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -87/+107 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -61/+61 |
| 2022-03-30 | Rollup merge of #95460 - nyurik:spelling-str, r=lcnr | Dylan DPC | -10/+10 |
| 2022-03-30 | Rollup merge of #95452 - yaahc:termination-version-correction, r=ehuss | Dylan DPC | -13/+13 |
| 2022-03-30 | Rollup merge of #95443 - jyn514:clarify-python-search-logic, r=Dylan-DPC | Dylan DPC | -0/+4 |
| 2022-03-30 | Rollup merge of #95294 - sourcefrog:doc-copy, r=dtolnay | Dylan DPC | -3/+19 |
| 2022-03-30 | Spellchecking compiler code | Yuri Astrakhan | -10/+10 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -61/+61 |
| 2022-03-30 | Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakis | bors | -2486/+5204 |
| 2022-03-29 | Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-sub... | Caleb Cartwright | -235/+2013 |
| 2022-03-29 | Preserve semicolon after macro call inside foreign mod | David Tolnay | -6/+16 |
| 2022-03-29 | Add test of macro calls inside extern block | David Tolnay | -0/+26 |
| 2022-03-29 | Warn that platform-specific behavior may change | Martin Pool | -1/+5 |
| 2022-03-29 | fix unix typedef | Aria Beingessner | -1/+1 |
| 2022-03-30 | Auto merge of #95455 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2022-03-29 | allow large Size again | Ralf Jung | -16/+7 |
| 2022-03-29 | update miri | Ralf Jung | -8/+8 |
| 2022-03-29 | fixup feature position in liballoc | Aria Beingessner | -1/+1 |
| 2022-03-29 | clarify that WASM has address spaces | Aria Beingessner | -1/+1 |
| 2022-03-29 | fix doc link | Aria Beingessner | -1/+1 |
| 2022-03-29 | refine the definition of temporal provenance | Aria Beingessner | -1/+1 |
| 2022-03-29 | mark FIXMES for all the places found that are probably offset_from | Aria Beingessner | -0/+10 |
| 2022-03-29 | more review fixes to ptr docs | Aria Beingessner | -11/+19 |
| 2022-03-29 | Add even more details to top-level pointer docs | Aria Beingessner | -4/+20 |
| 2022-03-29 | cleanup some of the less terrifying library code | Aria Beingessner | -7/+7 |
| 2022-03-29 | clean up pointer docs | Aria Beingessner | -37/+84 |
| 2022-03-29 | revert changes that cast functions to raw pointers, portability hazard | Aria Beingessner | -13/+12 |
| 2022-03-29 | Make some linux/unix APIs better conform to strict provenance. | Alexis Beingessner | -36/+39 |
| 2022-03-29 | Make some rustc code conform to strict provenance. | Aria Beingessner | -10/+13 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -81/+100 |
| 2022-03-29 | Introduce experimental APIs for conforming to "strict provenance". | Aria Beingessner | -10/+400 |
| 2022-03-29 | fix since field version for termination stabilization | Jane Lusby | -13/+13 |
| 2022-03-30 | Pre-allocate an empty `Lrc<NamedMatchVec>`. | Nicholas Nethercote | -8/+26 |
| 2022-03-30 | Overhaul how matches are recorded. | Nicholas Nethercote | -48/+55 |
| 2022-03-30 | Improve comments and rename many things for consistency. | Nicholas Nethercote | -198/+181 |
| 2022-03-30 | Clarify comments about doc comments in macros. | Nicholas Nethercote | -3/+9 |
| 2022-03-30 | Simplify and rename `count_names`. | Nicholas Nethercote | -14/+14 |
| 2022-03-29 | Auto merge of #95448 - Dylan-DPC:rollup-wpj5yto, r=Dylan-DPC | bors | -39/+388 |
| 2022-03-29 | Rollup merge of #95437 - notriddle:notriddle/issue-79076, r=compiler-errors | Dylan DPC | -0/+61 |
| 2022-03-29 | Rollup merge of #95386 - compiler-errors:try-wrapping, r=oli-obk | Dylan DPC | -6/+243 |
| 2022-03-29 | Rollup merge of #95256 - thomcc:fix-unwind-safe, r=m-ou-se | Dylan DPC | -5/+15 |
| 2022-03-29 | Rollup merge of #93840 - yaahc:termination-stabilization-celebration-station,... | Dylan DPC | -28/+69 |
| 2022-03-29 | Don't build the full compiler before running unit tests | Joshua Nelson | -1/+0 |
| 2022-03-29 | Clarify how `src/tools/x` searches for python | Joshua Nelson | -0/+4 |
| 2022-03-29 | Indicate the correct error code in the `compile_fail` block. | Thom Chiovoloni | -1/+1 |
| 2022-03-29 | Make `impl Debug for rustdoc::clean::Item` easier to read | Joshua Nelson | -1/+23 |
| 2022-03-29 | Auto merge of #95433 - Dylan-DPC:rollup-xdfit9h, r=Dylan-DPC | bors | -58/+108 |