| Age | Commit message (Expand) | Author | Lines |
| 2021-03-07 | Rollup merge of #82592 - Lonami:patch-1, r=RalfJung | Yuki Okushi | -9/+18 |
| 2021-03-07 | Rollup merge of #82402 - jyn514:module-cache-refcell, r=GuillaumeGomez | Yuki Okushi | -50/+56 |
| 2021-03-07 | Rollup merge of #82292 - SkiFire13:fix-issue-82291, r=m-ou-se | Yuki Okushi | -4/+32 |
| 2021-03-07 | Rollup merge of #82130 - jhpratt:const-option-result, r=RalfJung | Yuki Okushi | -5/+11 |
| 2021-03-07 | Rollup merge of #77916 - QuiltOS:kernel-code-targets-os-none, r=joshtriplett | Yuki Okushi | -8/+12 |
| 2021-03-06 | Auto merge of #82738 - estebank:tail-expr-check-is-too-slow, r=oli-obk | bors | -11/+11 |
| 2021-03-06 | Make some Option, Result methods unstably const | Jacob Pratt | -5/+11 |
| 2021-03-06 | Improve transmute docs with further clarifications | Lonami | -9/+18 |
| 2021-03-05 | Auto merge of #82816 - GuillaumeGomez:rollup-hxohu2e, r=GuillaumeGomez | bors | -188/+665 |
| 2021-03-05 | Rollup merge of #82809 - notriddle:microoptimize-main-js, r=GuillaumeGomez | Guillaume Gomez | -3/+3 |
| 2021-03-05 | Rollup merge of #82797 - henryboisdequin:name-issue-num, r=Xanewok | Guillaume Gomez | -1/+1 |
| 2021-03-05 | Rollup merge of #82782 - pnkfelix:include-crate-being-compiled-in-bootstrap-v... | Guillaume Gomez | -6/+12 |
| 2021-03-05 | Rollup merge of #82736 - spastorino:mir-opt-level-perf-changes, r=oli-obk | Guillaume Gomez | -109/+117 |
| 2021-03-05 | Rollup merge of #82714 - estebank:missing-braces, r=oli-obk | Guillaume Gomez | -1/+334 |
| 2021-03-05 | Rollup merge of #82708 - GuillaumeGomez:doc-test-attr-check, r=Manishearth | Guillaume Gomez | -23/+143 |
| 2021-03-05 | Rollup merge of #80845 - GuillaumeGomez:item-kind-transition, r=jyn514 | Guillaume Gomez | -45/+55 |
| 2021-03-05 | bless mir-inlining warning message | Santiago Pastorino | -1/+1 |
| 2021-03-05 | Fix MIR optimization level description | Santiago Pastorino | -1/+1 |
| 2021-03-05 | Bump one missing mir_opt_level | Santiago Pastorino | -1/+1 |
| 2021-03-05 | Fix rustc_driver self text and bump the mir_opt_level | Santiago Pastorino | -1/+1 |
| 2021-03-05 | Bump mir-opt-level from 2 to 3 in tests | Santiago Pastorino | -41/+41 |
| 2021-03-05 | Bump mir-opt-level from 3 to 4 in tests | Santiago Pastorino | -31/+31 |
| 2021-03-05 | Make clippy set mir_opt_level using Option | Santiago Pastorino | -1/+1 |
| 2021-03-05 | Make mir_opt_level default to 2 for optimized levels | Santiago Pastorino | -1/+4 |
| 2021-03-05 | Bump all mir_opt_level 2 to 3 | Santiago Pastorino | -7/+7 |
| 2021-03-05 | Bump all mir_opt_level 3 to 4 | Santiago Pastorino | -7/+7 |
| 2021-03-05 | For better consistency change mir_opt_level <= 1 to < 2 | Santiago Pastorino | -2/+2 |
| 2021-03-05 | Extract mir_opt_level to a method and use Option to be able to know if the va... | Santiago Pastorino | -29/+34 |
| 2021-03-05 | Auto merge of #74024 - Folyd:master, r=m-ou-se | bors | -29/+80 |
| 2021-03-05 | Use substrings instead of split to grab enum variant paths | Michael Howell | -3/+3 |
| 2021-03-05 | Add relevant test | Giacomo Stevanato | -0/+23 |
| 2021-03-05 | Prevent Zip specialization from calling __iterator_get_unchecked twice with t... | Giacomo Stevanato | -4/+9 |
| 2021-03-05 | Revise prefix a bit, adding both `--test` (conditionally) and `[RUSTC-SHIM]` ... | Felix S. Klock II | -3/+4 |
| 2021-03-05 | Refactor from_clean_item_kind to improve ExternCrateItem handling | Guillaume Gomez | -8/+7 |
| 2021-03-05 | Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran... | Guillaume Gomez | -43/+54 |
| 2021-03-05 | Make invalid_doc_attribute lint plural | Guillaume Gomez | -9/+9 |
| 2021-03-05 | Auto merge of #82795 - m-ou-se:rollup-uzx0b92, r=m-ou-se | bors | -117/+776 |
| 2021-03-05 | Update tests names to start with `issue-` | Henry Boisdequin | -1/+1 |
| 2021-03-05 | Rollup merge of #82787 - notriddle:main-js-cleanup, r=GuillaumeGomez | Mara | -20/+0 |
| 2021-03-05 | Rollup merge of #82773 - mgacek8:feature/add_diagnostic_item_to_Default_trait... | Mara | -1/+2 |
| 2021-03-05 | Rollup merge of #82770 - m-ou-se:assert-match, r=joshtriplett | Mara | -25/+139 |
| 2021-03-05 | Rollup merge of #82764 - m-ou-se:map-try-insert, r=Amanieu | Mara | -1/+157 |
| 2021-03-05 | Rollup merge of #82728 - calebsander:refactor/bufreader-buf, r=m-ou-se | Mara | -4/+4 |
| 2021-03-05 | Rollup merge of #82289 - SkiFire13:fix-issue-82282, r=m-ou-se | Mara | -1/+22 |
| 2021-03-05 | Rollup merge of #81939 - kper:fixing-81584-allocate-in-iter, r=davidtwco | Mara | -4/+62 |
| 2021-03-05 | Rollup merge of #81136 - Xavientois:io_reader_size_hint, r=cramertj | Mara | -3/+103 |
| 2021-03-05 | Rollup merge of #80763 - petrochenkov:pubusecrate, r=estebank | Mara | -36/+47 |
| 2021-03-05 | Rollup merge of #80723 - rylev:noop-lint-pass, r=estebank | Mara | -22/+240 |
| 2021-03-05 | Auto merge of #82777 - GuillaumeGomez:rollup-etcsupl, r=GuillaumeGomez | bors | -2751/+2827 |
| 2021-03-05 | Auto merge of #71481 - estebank:inherit-stability, r=nikomatsakis | bors | -188/+290 |