about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-12-13Provide object files to llvm-dwp instead of .dwoAndy Wang-6/+6
2021-12-13Revert "Produce .dwo file for Packed as well"Andy Wang-8/+11
2021-12-11Remap path in MCOptionsAndy Wang-1/+4
2021-12-07Remove redundant path joinAndy Wang-7/+4
2021-12-06Produce .dwo file for Packed as wellAndy Wang-11/+8
2021-12-06Provide .dwo paths to llvm-dwp explicitlyAndy Wang-5/+14
2021-12-05Apply path remapping to DW_AT_GNU_dwo_nameAndy Wang-3/+6
2021-12-04Rollup merge of #90519 - estebank:issue-84003, r=petrochenkovMatthias Krüger-119/+122
2021-12-04Rollup merge of #89701 - tom7980:issue-89566-fix, r=petrochenkovMatthias Krüger-6/+30
2021-12-04Auto merge of #88439 - cynecx:unwind_asm, r=Amanieubors-182/+444
2021-12-04Rollup merge of #91488 - compiler-errors:issue-91477, r=estebankMatthias Krüger-3/+23
2021-12-04Rollup merge of #91481 - est31:let_else, r=jackh726Matthias Krüger-69/+52
2021-12-04Rollup merge of #91478 - estebank:fix-newline-in-cast-suggestion, r=camelidMatthias Krüger-1/+1
2021-12-04Rollup merge of #91385 - ecstatic-morse:pat-param-spec-suggest, r=estebankMatthias Krüger-0/+18
2021-12-04Rollup merge of #90538 - camelid:doc-recur-ty, r=estebankMatthias Krüger-1/+25
2021-12-03rustc_codegen_gcc: proper check for may_unwindcynecx-2/+2
2021-12-03add `unwind_asm` feature gate for `may_unwind` optioncynecx-0/+14
2021-12-03rustc_codegen_gcc: error on unwinding inline asmcynecx-1/+8
2021-12-03cg_cranelift: check may_unwind flag instead of cleanupcynecx-2/+3
2021-12-03LLVM codgen support for unwinding inline assemblycynecx-18/+109
2021-12-03Adjust llvm wrapper for unwinding support for inlineasmcynecx-2/+6
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-163/+308
2021-12-03Document how recursion is handled for `ty::Ty`Noah Lev-1/+25
2021-12-03Auto merge of #90737 - eholk:intofuture, r=tmandrybors-4/+25
2021-12-03review commentEsteban Kuber-1/+0
2021-12-03Annotate `derive`d spans and move span suggestion codeEsteban Kuber-88/+110
2021-12-03Remove some unnecessarily verbose codeEsteban Kuber-20/+5
2021-12-03Modify `bounds_span` to ignore bounds coming from a `derive` macroEsteban Kuber-3/+12
2021-12-03Keep spans for generics in `#[derive(_)]` desugaringEsteban Kuber-37/+25
2021-12-03Update invalid crate attributes, add help messageTom Farmer-6/+30
2021-12-03Auto merge of #91491 - spastorino:revert-91354, r=oli-obkbors-367/+419
2021-12-03Auto merge of #91393 - Julian-Wollersberger:lexer_optimization, r=petrochenkovbors-25/+28
2021-12-03Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"Santiago Pastorino-367/+419
2021-12-02Fix ICE when yielding in fn returning impl TraitMichael Goulet-3/+23
2021-12-03Rollup merge of #91462 - b-naber:use-try-normalize-erasing-regions, r=jackh726Matthias Krüger-4/+10
2021-12-03Rollup merge of #91273 - Badel2:ice-index-str, r=estebankMatthias Krüger-9/+13
2021-12-03Rollup merge of #90854 - sanxiyn:unsized-and-uninhabited, r=estebankMatthias Krüger-1/+1
2021-12-03Rollup merge of #88906 - Kixunil:box-maybe-uninit-write, r=dtolnayMatthias Krüger-4/+2
2021-12-03Use let_else in some more places in rustc_lintest31-69/+52
2021-12-03Remove incorrect newline from float cast suggestionEsteban Kuber-1/+1
2021-12-02use try_normalize_erasing_regions in needs_dropb-naber-4/+10
2021-12-02Auto merge of #91469 - matthiaskrgr:rollup-xom3j55, r=matthiaskrgrbors-75/+410
2021-12-02Rollup merge of #91466 - nnethercote:Symbol-interner-comments, r=Mark-SimulacrumMatthias Krüger-6/+13
2021-12-02Rollup merge of #91435 - FabianWolff:issue-91421-if-then, r=lcnrMatthias Krüger-10/+41
2021-12-02Rollup merge of #91410 - ecstatic-morse:const-precise-live-drops-take-2, r=ol...Matthias Krüger-24/+241
2021-12-02Rollup merge of #91387 - graydon:E0038-clarification, r=wesleywiserMatthias Krüger-32/+65
2021-12-02Rollup merge of #91364 - FabianWolff:issue-91210-ptr-field, r=oli-obkMatthias Krüger-1/+31
2021-12-02Rollup merge of #91329 - Aaron1011:modulo-regions-test, r=jackh726Matthias Krüger-1/+5
2021-12-02Rollup merge of #91321 - matthewjasper:constaint-placeholders, r=jackh726Matthias Krüger-1/+14
2021-12-03Improve the comments in `Symbol::interner`.Nicholas Nethercote-6/+13