summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-02-08lexer: Avoid some span arithmetic in `emit_unescape_error`Vadim Petrochenkov-7/+7
2021-02-05Rename `panic_fmt` lint to `non_fmt_panic`.Mara Bos-5/+6
2021-02-05Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-...bors-295/+158
2021-02-04Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelixMara Bos-31/+136
2021-02-04Rollup merge of #81532 - estebank:ice-ice-baby, r=pnkfelixMara Bos-1/+0
2021-02-04Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakisbors-12/+3
2020-12-31Prevent caching projections in the case of cyclesMatthew Jasper-7/+27
2020-12-31Make recursion limit fatal in projectMatthew Jasper-1/+8
2020-12-25Auto merge of #80235 - RalfJung:validate-promoteds, r=oli-obkbors-27/+25
2020-12-25Auto merge of #80296 - wesleywiser:revert_missing_fragment_specifier_hard_err...bors-16/+98
2020-12-25Auto merge of #80187 - 0dvictor:nativelib, r=bjorn3bors-7/+24
2020-12-25Auto merge of #80364 - Dylan-DPC:rollup-0y96okz, r=Dylan-DPCbors-49/+83
2020-12-25Rollup merge of #80342 - pierwill:patch-1, r=lcnrDylan DPC-1/+1
2020-12-25Rollup merge of #80330 - eltociear:patch-2, r=lcnrDylan DPC-1/+1
2020-12-25Rollup merge of #80327 - PankajChaudhary5:PankajChaudhary, r=GuillaumeGomezDylan DPC-4/+1
2020-12-25Rollup merge of #80274 - pierwill:lintlevelsource, r=petrochenkovDylan DPC-28/+31
2020-12-25Rollup merge of #80160 - diondokter:move_async_fix, r=davidtwcoDylan DPC-4/+32
2020-12-25Rollup merge of #79999 - hencrice:yenlinc/79799, r=oli-obkDylan DPC-11/+17
2020-12-25Auto merge of #79762 - Swatinem:remap-doctest-coverage, r=Swatinembors-2/+6
2020-12-24Auto merge of #80295 - GuillaumeGomez:beautify-rework, r=petrochenkovbors-36/+38
2020-12-24Auto merge of #77692 - PankajChaudhary5:issue-76630, r=davidtwcobors-3/+4
2020-12-24Auto merge of #79589 - tgnottingham:shared_dep_graph, r=michaelwoeristerbors-246/+686
2020-12-23Fix typopierwill-1/+1
2020-12-23Fixed formattingYenlin Chen-3/+1
2020-12-23Addressed feedbacksYenlin Chen-17/+3
2020-12-23Fix typo in simplify_try.rsIkko Ashimine-1/+1
2020-12-23Updated the match with the matches macroPankajChaudhary5-4/+1
2020-12-23Exclude unnecessary info from CodegenResultsVictor Ding-7/+24
2020-12-23Auto merge of #80314 - GuillaumeGomez:rollup-9rc48vx, r=GuillaumeGomezbors-56/+94
2020-12-23Rollup merge of #80302 - pierwill:fix-80287, r=lcnrGuillaume Gomez-4/+2
2020-12-23Rollup merge of #80299 - LingMan:helper, r=lcnrGuillaume Gomez-18/+22
2020-12-23Rollup merge of #80298 - PankajChaudhary5:PankajChaudhary, r=GuillaumeGomezGuillaume Gomez-8/+2
2020-12-23Rollup merge of #80297 - jyn514:more-docs, r=bjorn3Guillaume Gomez-5/+13
2020-12-23Rollup merge of #80286 - pierwill:rustc-middle-privacy, r=petrochenkovGuillaume Gomez-4/+6
2020-12-23Rollup merge of #80272 - petrochenkov:kwed, r=oli-obkGuillaume Gomez-11/+32
2020-12-23Rollup merge of #80241 - pierwill:patch-12, r=lcnrGuillaume Gomez-1/+1
2020-12-23Rollup merge of #80225 - pierwill:patch-11, r=lcnrGuillaume Gomez-0/+11
2020-12-23Rollup merge of #80223 - pierwill:patch-10, r=lcnrGuillaume Gomez-1/+1
2020-12-23Rollup merge of #80204 - pierwill:pierwill-rustcmiddle-ondisk, r=varkorGuillaume Gomez-2/+2
2020-12-23Rollup merge of #80203 - pierwill:pierwill-rustcmiddle-lint, r=oli-obkGuillaume Gomez-2/+2
2020-12-22rustc_query_system: avoid race condition when using edge_countTyson Nottingham-11/+6
2020-12-22rustc_query_system: add more comments for dependency graphTyson Nottingham-1/+33
2020-12-22rustc_query_system: rename intern_node to intern_new_nodeTyson Nottingham-3/+3
2020-12-22rustc_query_system: remove inline annotation from edge_countTyson Nottingham-1/+0
2020-12-22rustc_query_system: minor cleanupTyson Nottingham-17/+3
2020-12-22rustc_query_system: use more space-efficient edges representationTyson Nottingham-52/+103
2020-12-22rustc_query_system: share previous graph edges with current graphTyson Nottingham-65/+159
2020-12-22rustc_query_system: share previous graph data with current graphTyson Nottingham-216/+499
2020-12-22Auto merge of #80242 - Nadrieril:explain-and-factor-splitting, r=varkorbors-759/+824
2020-12-22Auto merge of #80177 - tgnottingham:foreign_defpathhash_registration, r=Aaron...bors-63/+54