about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-11-26[1.57] Disable LLVM newPM by defaultSimonas Kazlauskas-8/+4
2021-11-26oops...Ellen-2/+6
2021-11-18Android is not GNUJosh Stone-1/+1
2021-11-16Properly register text_direction_codepoint_in_comment lint.Hans Kratz-0/+1
2021-11-16apply suggestions from code reviewNiko Matsakis-19/+21
2021-11-16handle case of a variable not capturedNiko Matsakis-8/+22
2021-11-16rework diagnostic reporting to be more structuredNiko Matsakis-77/+108
2021-11-16introduce an enum for tracking the 2229 migration causesNiko Matsakis-15/+43
2021-11-16Apply adjustments for field expression even if inaccessibleGary Guo-3/+6
2021-11-16Split doc_cfg and doc_auto_cfg featuresGuillaume Gomez-0/+4
2021-11-16Update odht crate to 0.3.1 (big-endian bugfix)Michael Woerister-2/+2
2021-11-16expose default substs in param_envb-naber-0/+12
2021-11-16Fix ICE when forgetting to `Box` a parameter to a `Self::func` callJakob Degen-1/+1
2021-11-16Clean up debug statements in needs_dropJakob Degen-7/+5
2021-11-16Fixes incorrect handling of ADT's drop requirementsJakob Degen-41/+54
2021-11-15Feature gate and make must_not_suspend allow-by-defaultGus Wynn-2/+3
2021-10-31Lint against RTL unicode codepoints in literals and commentsEsteban Küber-10/+303
2021-10-21Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank"Yuki Okushi-5/+4
2021-10-21Fix issue 90038Gary Guo-1/+1
2021-10-21Erase late-bound regions before computing vtable debuginfo name.Michael Woerister-7/+4
2021-10-21Don't emit a warning for empty rmeta files.Eric Huss-0/+9
2021-10-17Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnrbors-107/+139
2021-10-17Rollup merge of #89958 - nhamovitz:patch-1, r=nagisaYuki Okushi-1/+1
2021-10-17Rollup merge of #89943 - matthiaskrgr:clpcompl, r=oli-obkYuki Okushi-5/+5
2021-10-16Correct typonhamovitz-1/+1
2021-10-16Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkovbors-45/+74
2021-10-16clippy::complexity changesMatthias Krüger-5/+5
2021-10-16Rollup merge of #89915 - jackh726:outlives_cleanup, r=nikomatsakisMatthias Krüger-115/+100
2021-10-16Rollup merge of #89914 - jackh726:gat_genericboundfailure, r=estebankMatthias Krüger-1/+3
2021-10-16Rollup merge of #89912 - davidtwco:issue-89280-split-lines-multiple-lines, r=...Matthias Krüger-1/+1
2021-10-16Rollup merge of #89898 - Amanieu:remove_alloc_prelude, r=joshtriplettMatthias Krüger-4/+4
2021-10-15Move some outlives bounds things from rustc_trait_selection to rustc_typeckjackh726-59/+55
2021-10-15Use LocalDefId directly in more places in wfcheckjackh726-35/+22
2021-10-15Move push_outlives_components to rustc_inferjackh726-21/+23
2021-10-15Emit impl difference error for GenericBoundFailure toojackh726-1/+3
2021-10-15emitter: current substitution can be multi-lineDavid Wood-1/+1
2021-10-15Guess semicolon span for macro statementsCameron Steffen-2/+45
2021-10-15Remove trailing semicolon from macro call spanCameron Steffen-27/+19
2021-10-15Remove redundant matchingCameron Steffen-16/+10
2021-10-15Auto merge of #89903 - matthiaskrgr:rollup-s0c69xl, r=matthiaskrgrbors-38/+125
2021-10-15Rollup merge of #89894 - camsteffen:unused-deps, r=Mark-SimulacrumMatthias Krüger-2/+0
2021-10-15Rollup merge of #89885 - cameron1024:long-explanation-E0183, r=GuillaumeGomezMatthias Krüger-1/+40
2021-10-15Rollup merge of #89870 - tmandry:box-pin, r=estebankMatthias Krüger-30/+60
2021-10-15Rollup merge of #89859 - RalfJung:write-discriminant, r=oli-obkMatthias Krüger-1/+20
2021-10-15Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebankMatthias Krüger-4/+5
2021-10-15Auto merge of #89884 - Mark-Simulacrum:revert-enum-discr, r=wesleywiserbors-5/+70
2021-10-15Remove alloc::preludeAmanieu d'Antras-4/+4
2021-10-14Remove unused dependencies from rustc_const_evalCameron Steffen-2/+0
2021-10-14add long explanation for E0183cameron1024-1/+40
2021-10-14Auto merge of #89882 - matthiaskrgr:rollup-1dh7pz8, r=matthiaskrgrbors-13/+40