| Age | Commit message (Expand) | Author | Lines |
| 2020-07-02 | Audit uses of `span_suggestion_short` | Yuki Okushi | -300/+1758 |
| 2020-07-02 | libstd/net/tcp.rs: #![deny(unsafe_op_in_unsafe_fn)] | Yashhwanth Ram | -2/+5 |
| 2020-07-01 | Add option for local docker testing. | Eric Huss | -2/+31 |
| 2020-07-01 | Rollup merge of #73929 - kraai:fix-comment-typo, r=jonas-schievink | Manish Goregaokar | -1/+1 |
| 2020-07-01 | Rollup merge of #73910 - cuviper:while-indexing, r=oli-obk | Manish Goregaokar | -10/+6 |
| 2020-07-01 | Rollup merge of #73909 - eltonlaw:unsafe-libstd-fs-rs, r=sfackler | Manish Goregaokar | -2/+6 |
| 2020-07-01 | Rollup merge of #73906 - JohnTitor:missing-bt, r=jonas-schievink | Manish Goregaokar | -1/+1 |
| 2020-07-01 | Rollup merge of #73898 - lcnr:issue61383, r=jonas-schievink | Manish Goregaokar | -38/+0 |
| 2020-07-01 | Rollup merge of #73892 - GuillaumeGomez:cleanup-e0712, r=Dylan-DPC | Manish Goregaokar | -2/+2 |
| 2020-07-01 | Rollup merge of #73848 - pierwill:pierwill-lexer-block-doc, r=jonas-schievink | Manish Goregaokar | -2/+3 |
| 2020-07-01 | Rollup merge of #73841 - tmiasko:print-region-graph, r=Mark-Simulacrum | Manish Goregaokar | -4/+0 |
| 2020-07-01 | Rollup merge of #73839 - crlf0710:snapshot_the_reality, r=Manishearth | Manish Goregaokar | -16/+189 |
| 2020-07-01 | Rollup merge of #73803 - Aaron1011:feature/angle-field-recovery, r=matthewjasper | Manish Goregaokar | -8/+66 |
| 2020-07-01 | Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkov | Manish Goregaokar | -56/+395 |
| 2020-07-01 | Rollup merge of #73449 - ehuss:duplicate-lang-item, r=matthewjasper | Manish Goregaokar | -4/+42 |
| 2020-07-01 | Rollup merge of #73345 - petrochenkov:nointerp, r=Aaron1011 | Manish Goregaokar | -144/+152 |
| 2020-07-01 | Rollup merge of #73306 - calebzulawski:target-feature-11-fn-trait-soundness, ... | Manish Goregaokar | -1/+148 |
| 2020-07-01 | Rollup merge of #72569 - ChrisDenton:remove-innosetup, r=nikomatsakis | Manish Goregaokar | -414/+0 |
| 2020-07-01 | Tests for number of times rustdoc is built with x.py test and doc. | Eric Huss | -14/+94 |
| 2020-07-01 | Auto merge of #72053 - Mark-Simulacrum:32bitcheck, r=pietroalbini | bors | -0/+9 |
| 2020-07-01 | Reclarify safety comments in Weak::as_ptr | CAD97 | -6/+6 |
| 2020-07-01 | Remove unnecessary check in SGX wait usercall | Mohsen Zohrevandi | -2/+1 |
| 2020-07-01 | Optimise fast path of checked_ops with `unlikely` | Gary Guo | -27/+43 |
| 2020-07-01 | Simplify Weak::as_ptr impl | CAD97 | -6/+4 |
| 2020-07-01 | Apply documentation review suggestions | CAD97 | -6/+8 |
| 2020-07-01 | Add an issue number for the pretty_printing_compatibility_hack FIXME | Vadim Petrochenkov | -1/+1 |
| 2020-07-01 | Explicitly check for iOS/tvOS. | aspen | -1/+1 |
| 2020-07-01 | Review fix | Dan Aloni | -1/+1 |
| 2020-07-01 | Update src/librustc_builtin_macros/format.rs | David Hewitt | -3/+3 |
| 2020-07-01 | Handle `None`-delimited groups when parsing `macro_rules!` macro | Aaron Hill | -47/+87 |
| 2020-07-01 | Don't print additional spaces when pretty-printing NoDelim groups | Aaron Hill | -4/+2 |
| 2020-07-01 | Insert NoDelim groups around nonterminals when lowering macro_rules | Aaron Hill | -7/+308 |
| 2020-07-01 | Also document iphoneos-version-min. | aspen | -0/+1 |
| 2020-07-01 | Document the CMake defines. | aspen | -1/+4 |
| 2020-07-01 | Add feature const_option | Benoît du Garreau | -4/+23 |
| 2020-07-01 | Fix comment typo | KRAAI, MATTHEW [VISUS] | -1/+1 |
| 2020-07-01 | Ignoring test case: [codegen] repr-transparent-aggregates-1.rs for aarch64 | joacar01 | -0/+1 |
| 2020-07-01 | Improve comments from https://github.com/rust-lang/rust/pull/72617, as sugges... | Eduardo Sánchez Muñoz | -4/+9 |
| 2020-07-01 | Rollup merge of #73847 - pierwill:pierwill-cursor-doc, r=matthewjasper | Manish Goregaokar | -2/+2 |
| 2020-07-01 | Rollup merge of #73846 - pierwill:pierwill-patch-2, r=joshtriplett | Manish Goregaokar | -1/+1 |
| 2020-07-01 | Rollup merge of #73828 - nop:fix/parameter-name-help, r=estebank | Manish Goregaokar | -11/+11 |
| 2020-07-01 | Rollup merge of #73806 - Aaron1011:feature/approx-universal-upper, r=estebank | Manish Goregaokar | -12/+101 |
| 2020-07-01 | Rollup merge of #73805 - poliorcetics:type-keyword, r=kennytm | Manish Goregaokar | -2/+37 |
| 2020-07-01 | Rollup merge of #73778 - nbdd0121:const_likely, r=oli-obk | Manish Goregaokar | -6/+47 |
| 2020-07-01 | Rollup merge of #73776 - aszenz:refactor_mir_module, r=wesleywiser | Manish Goregaokar | -492/+509 |
| 2020-07-01 | Rollup merge of #73752 - TyPR124:invalid-parameter-error, r=LukasKalbertodt | Manish Goregaokar | -0/+1 |
| 2020-07-01 | Rollup merge of #73716 - poliorcetics:static-keyword, r=LukasKalbertodt | Manish Goregaokar | -3/+76 |
| 2020-07-01 | Rollup merge of #73705 - lcnr:skip_binder, r=nikomatsakis | Manish Goregaokar | -303/+242 |
| 2020-07-01 | Rollup merge of #73678 - Keno:patch-1, r=LukasKalbertodt | Manish Goregaokar | -1/+4 |
| 2020-07-01 | Rollup merge of #73548 - tshepang:fix-rustdoc-warnings, r=ecstatic-morse | Manish Goregaokar | -98/+99 |