about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-02-14Call the method fork instead of clone and add proper commentsSantiago Pastorino-3/+36
2022-02-14Properly check regions on negative overlap checkSantiago Pastorino-8/+34
2022-02-14Add debug calls for negative impls in coherenceSantiago Pastorino-4/+10
2022-02-14Move FIXME text to the right placeSantiago Pastorino-3/+3
2022-02-14Remove extra negative_impl_exists checkSantiago Pastorino-3/+1
2022-02-14Auto merge of #93938 - BoxyUwU:fix_res_self_ty, r=lcnrbors-72/+91
2022-02-14Auto merge of #93937 - bjorn3:simplifications3, r=cjgillotbors-22/+4
2022-02-13rustc_target: Remove compiler-rt linking hack on AndroidVadim Petrochenkov-7/+1
2022-02-13Remove Config::stderrbjorn3-22/+4
2022-02-13Rollup merge of #93936 - bjorn3:simplifications2, r=cjgillotMatthias Krüger-198/+157
2022-02-13Rollup merge of #93810 - matthewjasper:chalk-and-canonical-universes, r=jackh726Matthias Krüger-107/+243
2022-02-13Rollup merge of #90532 - fee1-dead:improve-const-fn-err-msg, r=oli-obkMatthias Krüger-288/+550
2022-02-13Auto merge of #93670 - erikdesjardins:noundef, r=nikicbors-3/+18
2022-02-12Auto merge of #91403 - cjgillot:inherit-async, r=oli-obkbors-88/+78
2022-02-12Address review commentMatthew Jasper-2/+5
2022-02-12trailing whitespaceEllen-6/+6
2022-02-12change docs on `Res::SelfTy`Ellen-27/+35
2022-02-12change to a struct variantEllen-48/+59
2022-02-12Remove SPAN_DEBUG globalbjorn3-40/+13
2022-02-12Move setup_callbacks call to create_compiler_and_runbjorn3-7/+6
2022-02-12Remove the RustcDefaultCalls structbjorn3-151/+138
2022-02-12Rollup merge of #93898 - GuillaumeGomez:error-code-check, r=Mark-SimulacrumMatthias Krüger-3/+5
2022-02-12Rollup merge of #93759 - dtolnay:usetree, r=nagisaMatthias Krüger-15/+39
2022-02-12Rollup merge of #93595 - compiler-errors:ice-on-lifetime-arg, r=jackh726Matthias Krüger-3/+3
2022-02-12Report the selection error when possibleDeadbeef-15/+36
2022-02-12Adapt new changeDeadbeef-4/+11
2022-02-12Handle Fn family trait call errrorDeadbeef-6/+43
2022-02-12Rebased and improved errorsDeadbeef-7/+8
2022-02-12Improve error messages even moreDeadbeef-238/+432
2022-02-12More informative error message for E0015Deadbeef-49/+51
2022-02-12Auto merge of #93691 - compiler-errors:mir-tainted-by-errors, r=oli-obkbors-157/+229
2022-02-12Auto merge of #93671 - Kobzol:stable-hash-const, r=the8472bors-46/+39
2022-02-11Update expr.rsMichael Goulet-16/+8
2022-02-12Bless nll tests.Camille GILLOT-0/+18
2022-02-12Update error code documentation.Camille GILLOT-3/+3
2022-02-12Inherit lifetimes for async fn instead of duplicating them.Camille GILLOT-85/+57
2022-02-12Add missing E0192 in the error code listingGuillaume Gomez-3/+5
2022-02-11Renumber universes when canonicalizing for ChalkMatthew Jasper-22/+165
2022-02-11Reverse parameter to placeholder substitution in chalk resultsMatthew Jasper-10/+40
2022-02-11Fix more chalk lowering issuesMatthew Jasper-16/+22
2022-02-11Stop using a placeholder for empty regions in ChalkMatthew Jasper-60/+14
2022-02-11Rollup merge of #93910 - rosehuds:master, r=cjgillotMatthias Krüger-4/+4
2022-02-11Rollup merge of #93909 - saschanaz:patch-2, r=petrochenkovMatthias Krüger-2/+2
2022-02-11Rollup merge of #93868 - Amanieu:asm_reg_conflict, r=cjgillotMatthias Krüger-1/+3
2022-02-11Rollup merge of #93782 - adamgemmell:dev/adagem01/split-pauth, r=AmanieuMatthias Krüger-15/+80
2022-02-11Rollup merge of #92895 - bjorn3:simplifications, r=jackh726Matthias Krüger-12/+4
2022-02-11Rollup merge of #91607 - FabianWolff:issue-91560-const-span, r=jackh726Matthias Krüger-32/+46
2022-02-11use body.tainted_by_error to skip loading MIRMichael Goulet-42/+18
2022-02-11add tainted_by_errors to mir::BodyMichael Goulet-23/+37
2022-02-11rework borrowck errors so that it's harder to not set taintedMichael Goulet-74/+119