summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-03-23On stable, probe-stack=call everywhere again, for now.Felix S. Klock II-31/+64
2021-03-15Revert PR 81473 to resolve (on beta) issues 81626 and 81658.Felix S. Klock II-15/+0
2021-03-10Substitute erased lifetimes on bad placeholder typeEsteban Küber-0/+12
2021-03-10Fix popping singleton paths in when generating E0433Ömer Sinan Ağacan-6/+5
2021-03-10rustdoc: treat edition 2021 as unstableEric Huss-1/+1
2021-02-13parser: Fix panic in 'const impl' recoveryÖmer Sinan Ağacan-2/+12
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-04Encode less consts.Camille GILLOT-7/+16
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-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
2021-02-03Add lint for `panic!(123)` which is not accepted in Rust 2021.Mara Bos-158/+200
2021-02-03Handle `Span`s for byte and raw strings and add more detailEsteban Küber-80/+136
2021-02-03Revert stabilizing integer::BITS.Mara Bos-0/+3
2021-02-03Auto merge of #81717 - Aaron1011:fix/closure-diag, r=estebankbors-2/+2
2021-02-03Auto merge of #81718 - m-ou-se:rollup-3ftbymt, r=m-ou-sebors-4/+7