| Age | Commit message (Expand) | Author | Lines |
| 2021-02-08 | lexer: Avoid some span arithmetic in `emit_unescape_error` | Vadim Petrochenkov | -7/+7 |
| 2021-02-05 | Rename `panic_fmt` lint to `non_fmt_panic`. | Mara Bos | -5/+6 |
| 2021-02-05 | Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-... | bors | -295/+158 |
| 2021-02-04 | Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelix | Mara Bos | -31/+136 |
| 2021-02-04 | Rollup merge of #81532 - estebank:ice-ice-baby, r=pnkfelix | Mara Bos | -1/+0 |
| 2021-02-04 | Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakis | bors | -12/+3 |
| 2020-12-31 | Prevent caching projections in the case of cycles | Matthew Jasper | -7/+27 |
| 2020-12-31 | Make recursion limit fatal in project | Matthew Jasper | -1/+8 |
| 2020-12-25 | Auto merge of #80235 - RalfJung:validate-promoteds, r=oli-obk | bors | -27/+25 |
| 2020-12-25 | Auto merge of #80296 - wesleywiser:revert_missing_fragment_specifier_hard_err... | bors | -16/+98 |
| 2020-12-25 | Auto merge of #80187 - 0dvictor:nativelib, r=bjorn3 | bors | -7/+24 |
| 2020-12-25 | Auto merge of #80364 - Dylan-DPC:rollup-0y96okz, r=Dylan-DPC | bors | -49/+83 |
| 2020-12-25 | Rollup merge of #80342 - pierwill:patch-1, r=lcnr | Dylan DPC | -1/+1 |
| 2020-12-25 | Rollup merge of #80330 - eltociear:patch-2, r=lcnr | Dylan DPC | -1/+1 |
| 2020-12-25 | Rollup merge of #80327 - PankajChaudhary5:PankajChaudhary, r=GuillaumeGomez | Dylan DPC | -4/+1 |
| 2020-12-25 | Rollup merge of #80274 - pierwill:lintlevelsource, r=petrochenkov | Dylan DPC | -28/+31 |
| 2020-12-25 | Rollup merge of #80160 - diondokter:move_async_fix, r=davidtwco | Dylan DPC | -4/+32 |
| 2020-12-25 | Rollup merge of #79999 - hencrice:yenlinc/79799, r=oli-obk | Dylan DPC | -11/+17 |
| 2020-12-25 | Auto merge of #79762 - Swatinem:remap-doctest-coverage, r=Swatinem | bors | -2/+6 |
| 2020-12-24 | Auto merge of #80295 - GuillaumeGomez:beautify-rework, r=petrochenkov | bors | -36/+38 |
| 2020-12-24 | Auto merge of #77692 - PankajChaudhary5:issue-76630, r=davidtwco | bors | -3/+4 |
| 2020-12-24 | Auto merge of #79589 - tgnottingham:shared_dep_graph, r=michaelwoerister | bors | -246/+686 |
| 2020-12-23 | Fix typo | pierwill | -1/+1 |
| 2020-12-23 | Fixed formatting | Yenlin Chen | -3/+1 |
| 2020-12-23 | Addressed feedbacks | Yenlin Chen | -17/+3 |
| 2020-12-23 | Fix typo in simplify_try.rs | Ikko Ashimine | -1/+1 |
| 2020-12-23 | Updated the match with the matches macro | PankajChaudhary5 | -4/+1 |
| 2020-12-23 | Exclude unnecessary info from CodegenResults | Victor Ding | -7/+24 |
| 2020-12-23 | Auto merge of #80314 - GuillaumeGomez:rollup-9rc48vx, r=GuillaumeGomez | bors | -56/+94 |
| 2020-12-23 | Rollup merge of #80302 - pierwill:fix-80287, r=lcnr | Guillaume Gomez | -4/+2 |
| 2020-12-23 | Rollup merge of #80299 - LingMan:helper, r=lcnr | Guillaume Gomez | -18/+22 |
| 2020-12-23 | Rollup merge of #80298 - PankajChaudhary5:PankajChaudhary, r=GuillaumeGomez | Guillaume Gomez | -8/+2 |
| 2020-12-23 | Rollup merge of #80297 - jyn514:more-docs, r=bjorn3 | Guillaume Gomez | -5/+13 |
| 2020-12-23 | Rollup merge of #80286 - pierwill:rustc-middle-privacy, r=petrochenkov | Guillaume Gomez | -4/+6 |
| 2020-12-23 | Rollup merge of #80272 - petrochenkov:kwed, r=oli-obk | Guillaume Gomez | -11/+32 |
| 2020-12-23 | Rollup merge of #80241 - pierwill:patch-12, r=lcnr | Guillaume Gomez | -1/+1 |
| 2020-12-23 | Rollup merge of #80225 - pierwill:patch-11, r=lcnr | Guillaume Gomez | -0/+11 |
| 2020-12-23 | Rollup merge of #80223 - pierwill:patch-10, r=lcnr | Guillaume Gomez | -1/+1 |
| 2020-12-23 | Rollup merge of #80204 - pierwill:pierwill-rustcmiddle-ondisk, r=varkor | Guillaume Gomez | -2/+2 |
| 2020-12-23 | Rollup merge of #80203 - pierwill:pierwill-rustcmiddle-lint, r=oli-obk | Guillaume Gomez | -2/+2 |
| 2020-12-22 | rustc_query_system: avoid race condition when using edge_count | Tyson Nottingham | -11/+6 |
| 2020-12-22 | rustc_query_system: add more comments for dependency graph | Tyson Nottingham | -1/+33 |
| 2020-12-22 | rustc_query_system: rename intern_node to intern_new_node | Tyson Nottingham | -3/+3 |
| 2020-12-22 | rustc_query_system: remove inline annotation from edge_count | Tyson Nottingham | -1/+0 |
| 2020-12-22 | rustc_query_system: minor cleanup | Tyson Nottingham | -17/+3 |
| 2020-12-22 | rustc_query_system: use more space-efficient edges representation | Tyson Nottingham | -52/+103 |
| 2020-12-22 | rustc_query_system: share previous graph edges with current graph | Tyson Nottingham | -65/+159 |
| 2020-12-22 | rustc_query_system: share previous graph data with current graph | Tyson Nottingham | -216/+499 |
| 2020-12-22 | Auto merge of #80242 - Nadrieril:explain-and-factor-splitting, r=varkor | bors | -759/+824 |
| 2020-12-22 | Auto merge of #80177 - tgnottingham:foreign_defpathhash_registration, r=Aaron... | bors | -63/+54 |