about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-02-08parser: Fix panic in 'const impl' recoveryÖmer Sinan Ağacan-2/+12
2021-02-08Auto merge of #72603 - jsgf:extern-loc, r=nikomatsakisbors-8/+307
2021-02-07Make sure all fields are accounted for in `encode_fields!`Jeremy Fitzhardinge-4/+31
2021-02-07Implement Encoder for Diagnostic manuallyJeremy Fitzhardinge-1/+37
2021-02-07Add `--extern-loc` to augment unused crate dependency diagnosticsJeremy Fitzhardinge-7/+243
2021-02-07Auto merge of #80652 - calebzulawski:simd-lanes, r=nagisabors-214/+139
2021-02-07Auto merge of #79078 - petrochenkov:derattr, r=Aaron1011bors-414/+445
2021-02-07Address review commentsVadim Petrochenkov-0/+3
2021-02-07Feature gate macro attributes in `#[derive]` outputVadim Petrochenkov-0/+35
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-414/+407
2021-02-07Auto merge of #80632 - Nadrieril:fix-80501, r=varkorbors-211/+378
2021-02-07Rollup merge of #81835 - jesusprubio:improve-long-eplanation-e0546, r=Guillau...Guillaume Gomez-2/+9
2021-02-07Rollup merge of #81830 - jesusprubio:add-log-explanation-e0542, r=GuillaumeGomezGuillaume Gomez-1/+48
2021-02-07Auto merge of #81498 - thomaseizinger:ice-workaround-56935-rustc-index, r=mat...bors-0/+4
2021-02-06Auto merge of #78052 - da-x:path-trimming-type-aliases, r=davidtwcobors-0/+1
2021-02-06Typo fixJesus Rubio-2/+2
2021-02-06References addedJesus Rubio-2/+9
2021-02-06Comments updated to keep the consistencyJesus Rubio-5/+5
2021-02-06Improve long explanation for E0546Jesus Rubio-4/+4
2021-02-06Format fixesJesus Rubio-2/+1
2021-02-06Update compiler/rustc_error_codes/src/error_codes/E0542.mdJesús Rubio-1/+2
2021-02-06Rollup merge of #81738 - camelid:misc-small-diag-cleanup, r=lcnrJonas Schievink-4/+4
2021-02-06Rollup merge of #81737 - camelid:typeck-structure-sugg, r=lcnrJonas Schievink-9/+14
2021-02-06Rollup merge of #81680 - camsteffen:primty, r=oli-obkJonas Schievink-62/+67
2021-02-06Rollup merge of #81402 - ehuss:md-tidy, r=jyn514Jonas Schievink-1/+0
2021-02-06Add long error explanation for E0542Jesus Rubio-1/+48
2021-02-06path trimming: ignore type aliasesDan Aloni-0/+1
2021-02-06Auto merge of #81810 - m-ou-se:rollup-q3nborp, r=m-ou-sebors-60/+32
2021-02-06Rollup merge of #81795 - camsteffen:diagnostics-reduce, r=oli-obkMara Bos-3/+2
2021-02-06Rollup merge of #81753 - tmiasko:inline-instruction-set, r=oli-obkMara Bos-1/+6
2021-02-06Rollup merge of #81664 - bjorn3:no_codegen_hir, r=lcnrMara Bos-56/+24
2021-02-05Auto merge of #79253 - rcvalle:fix-rustc-sysroot-cas, r=nagisabors-7/+45
2021-02-05Auto merge of #81215 - cjgillot:defkey-mir, r=oli-obkbors-215/+103
2021-02-05Small refactor with Iterator::reduceCameron Steffen-3/+2
2021-02-05Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-...bors-295/+158
2021-02-05Auto merge of #81784 - m-ou-se:rollup-s23fow7, r=m-ou-sebors-187/+416
2021-02-05Run x.py fmt to fix tidy issuesWesley Wiser-22/+19
2021-02-05Rollup merge of #81771 - tgnottingham:time-passes-rss-delta, r=oli-obkMara Bos-14/+11
2021-02-05Rollup merge of #81682 - JulianKnodt:bit_set_iter_benchmarks, r=oli-obkMara Bos-0/+34
2021-02-05Rollup merge of #81676 - jyn514:crate-not-found, r=oli-obkMara Bos-0/+21
2021-02-05Rollup merge of #81307 - estebank:invalid-byte-str-span, r=petrochenkovMara Bos-80/+136
2021-02-05Rollup merge of #80726 - lcnr:unsize-query, r=oli-obkMara Bos-18/+60
2021-02-05Rollup merge of #79554 - b-naber:generic-associated-types-in-trait-paths, r=j...Mara Bos-75/+154
2021-02-05Auto merge of #81736 - tgnottingham:tune-cgu-scheduling-for-memory, r=nagisabors-7/+20
2021-02-05Indicate change in RSS from start to end of pass in time-passes outputTyson Nottingham-14/+11
2021-02-04Revert "Simplify unscheduling of drops after moves"Felix S. Klock II-13/+25
2021-02-04Revert "Use `record_operands_moved` more aggresively"Felix S. Klock II-15/+3
2021-02-04Revert "Avoid leaking block expression values"Felix S. Klock II-284/+150
2021-02-05Never MIR inline functions with a different instruction setTomasz Miąsko-1/+6
2021-02-04remove subst_supertrait callb-naber-3/+1