about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-414/+407
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-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-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
2021-02-04use generic arguments of associated item in trait_ref methodb-naber-1/+9
2021-02-04Rollup merge of #81727 - m-ou-se:unstabilize-bits, r=Mark-SimulacrumMara Bos-0/+3
2021-02-04Rollup merge of #81645 - m-ou-se:panic-lint, r=estebank,flip1995Mara Bos-163/+205
2021-02-04Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelixMara Bos-30/+137
2021-02-04typeck: Emit structured suggestions for tuple struct syntaxCamelid-9/+14
2021-02-04Encode less consts.Camille GILLOT-7/+16
2021-02-04tidy: Run tidy style against markdown files.Eric Huss-1/+0
2021-02-04substitutions in trait predicatesb-naber-62/+104
2021-02-04lowering of generic args in AssocTyConstraintb-naber-9/+37
2021-02-04hir pretty printingb-naber-0/+1
2021-02-04add generic args to hir::TypeBindingb-naber-0/+2
2021-02-04Stabilize feature(iterator_fold_self): Iterator::reduceMara Bos-2/+0
2021-02-04Rename Iterator::fold_first to reduce.Mara Bos-1/+1
2021-02-04Use is_local instead of as_localbjorn3-2/+2
2021-02-03Miscellaneous small diagnostics cleanupCamelid-4/+4
2021-02-03rustc_codegen_ssa: tune codegen scheduling to reduce memory usageTyson Nottingham-7/+20
2021-02-04add `relaxed_struct_unsize` feature gateBastian Kauschke-15/+48
2021-02-04relax adt unsizing requirementsBastian Kauschke-8/+17
2021-02-03Make panic/assert calls in rustc compatible with Rust 2021.Mara Bos-5/+5