about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-04-04Rollup merge of #109896 - Nilstrieb:integers-are-not-fn-ptrs-remember-this-de...Yuki Okushi-8/+14
2023-04-03Auto merge of #109819 - scottmcm:index-slice, r=WaffleLapkinbors-118/+168
2023-04-03Never consider int and float vars for `FnPtr` candidatesNilstrieb-8/+14
2023-04-03fix(middle): emit error rather than delay bug when reaching limitbohan-5/+21
2023-04-02Use `&IndexSlice` instead of `&IndexVec` where possibleScott McMurray-118/+168
2023-04-02Auto merge of #109849 - scottmcm:more-fieldidx-rebase, r=oli-obkbors-46/+51
2023-04-02Auto merge of #109008 - clubby789:drop-elaborate-array, r=davidtwcobors-18/+54
2023-04-02Rollup merge of #109846 - matthiaskrgr:clippy2023_04_III, r=NilstriebNilstrieb-30/+21
2023-04-02Rollup merge of #109844 - matthiaskrgr:clippy2023_04, r=NilstriebNilstrieb-18/+13
2023-04-01Use `FieldIdx` in various things related to aggregatesScott McMurray-46/+51
2023-04-01slighty simplify a few boolean expressions (clippy::nonminimal_bool)Matthias Krüger-5/+4
2023-04-01use and_then/flat_map for map().flatten()Matthias Krüger-10/+7
2023-04-01fix clippy::iter_kv_mapMatthias Krüger-15/+10
2023-04-01a couple clippy::complexity fixesMatthias Krüger-18/+13
2023-04-01Fix `non_exhaustive_omitted_patterns` on argumentsclubby789-0/+3
2023-04-01Auto merge of #109721 - QuinnPainter:armv4t-lld, r=petrochenkovbors-19/+3
2023-03-31Auto merge of #109165 - aliemjay:fix-ice-annotation, r=davidtwcobors-2/+2
2023-03-31Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomezbors-64/+48
2023-03-31Rollup merge of #109805 - nnethercote:source_map-cleanups, r=bjorn3Guillaume Gomez-25/+26
2023-03-31Rollup merge of #109798 - est31:ftl_test_note, r=davidtwcoGuillaume Gomez-14/+9
2023-03-31Rollup merge of #109680 - clubby789:array-subslice-2229, r=davidtwcoGuillaume Gomez-3/+2
2023-03-31Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddleGuillaume Gomez-22/+11
2023-03-31Auto merge of #109010 - compiler-errors:rtn, r=eholkbors-160/+558
2023-03-31allow ReError in CanonicalUserTypeAnnotationAli MJ Al-Nasrawy-2/+2
2023-03-31Auto merge of #109787 - scottmcm:index-slice, r=cjgillotbors-70/+160
2023-03-31Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obkbors-2/+279
2023-03-31Auto merge of #109803 - matthiaskrgr:rollup-mojot7k, r=matthiaskrgrbors-16/+10
2023-03-31Rollup merge of #109779 - uweigand:s390x-gccjit-libc, r=WaffleLapkinMatthias Krüger-16/+10
2023-03-31Improve `with_source_map`.Nicholas Nethercote-11/+14
2023-03-31Remove an unnecessary use of `with_session_globals`.Nicholas Nethercote-14/+12
2023-03-31Auto merge of #109762 - scottmcm:variantdef-indexvec, r=WaffleLapkinbors-104/+127
2023-03-31Don't emit the OS error in a noteest31-3/+6
2023-03-31Use std::fs::read_to_file in fluent_messages macroest31-11/+3
2023-03-31Auto merge of #109750 - compiler-errors:deep-reject-less-permissive-num-var, ...bors-0/+4
2023-03-31Update doc(primitive) in rustc_resolveGuillaume Gomez-3/+5
2023-03-30Auto merge of #109791 - compiler-errors:rollup-c3o710k, r=compiler-errorsbors-193/+254
2023-03-30Rename doc(primitive) into rustc_doc_primitiveGuillaume Gomez-19/+6
2023-03-30Rollup merge of #109758 - nnethercote:parallel-cleanups, r=cjgillotMichael Goulet-36/+45
2023-03-30Rollup merge of #109739 - compiler-errors:new-solver-closure-fnonce, r=lcnrMichael Goulet-3/+14
2023-03-30Rollup merge of #109704 - petrochenkov:effvisclean, r=jackh726Michael Goulet-42/+35
2023-03-30Rollup merge of #109679 - compiler-errors:normalizes-to-hack-2, r=lcnr,BoxyUwUMichael Goulet-43/+70
2023-03-30Rollup merge of #109522 - bzEq:aix-current-dll-path, r=NilstriebMichael Goulet-0/+44
2023-03-30Rollup merge of #109347 - cjgillot:issue-109305, r=WaffleLapkinMichael Goulet-69/+46
2023-03-30Auto merge of #109740 - compiler-errors:new-solver-deep-reject-placeholder-co...bors-1/+5
2023-03-30Add `IndexSlice` to go with `IndexVec`Scott McMurray-70/+160
2023-03-30Update gccjit and remove libc 0.1 dependencyUlrich Weigand-16/+10
2023-03-30Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`Scott McMurray-104/+127
2023-03-30Closures always implement FnOnce in new solverMichael Goulet-3/+14
2023-03-30Auto merge of #109769 - JohnTitor:rollup-7n2bnpg, r=JohnTitorbors-6/+44
2023-03-30Rollup merge of #109749 - compiler-errors:new-solver-float-var, r=lcnrYuki Okushi-1/+1