about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-05-18Add borrow-check testAmanieu d'Antras-1/+50
2020-05-18Minor fixesAmanieu d'Antras-2/+3
2020-05-18Handle InlineAsm in clippyAmanieu d'Antras-7/+104
2020-05-18Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_astAmanieu d'Antras-104/+107
2020-05-18Disable asm tests on system llvmAmanieu d'Antras-0/+7
2020-05-18The h modifier is only supported by reg_abcdAmanieu d'Antras-8/+1
2020-05-18Update llvm-project submoduleAmanieu d'Antras-0/+0
2020-05-18Implement att_syntax optionAmanieu d'Antras-7/+30
2020-05-18Work around more LLVM limitationsAmanieu d'Antras-1/+76
2020-05-18Add notes about functions that are not currently usedAmanieu d'Antras-6/+26
2020-05-18Add support for high byte registers on x86Amanieu d'Antras-123/+198
2020-05-18Un-deprecate asm! macroAmanieu d'Antras-8/+0
2020-05-18Apply review feedbackAmanieu d'Antras-139/+185
2020-05-18Add tests for asm!Amanieu d'Antras-40/+3489
2020-05-18Implement asm! codegenAmanieu d'Antras-17/+608
2020-05-18Check that asm const operands are actually constantsAmanieu d'Antras-16/+65
2020-05-18Add asm! to MIRAmanieu d'Antras-22/+544
2020-05-18HIR passes for asm!Amanieu d'Antras-13/+469
2020-05-18Implement AST lowering for asm!Amanieu d'Antras-6/+320
2020-05-18Add asm! to HIRAmanieu d'Antras-0/+177
2020-05-18Implement asm! in librustc_builtin_macrosAmanieu d'Antras-120/+712
2020-05-18Add asm! to ASTAmanieu d'Antras-1/+212
2020-05-18Add inline asm register definitions to librustc_targetAmanieu d'Antras-1/+1448
2020-05-18Add RISC-V target featuresAmanieu d'Antras-0/+15
2020-05-18Auto merge of #72316 - RalfJung:rollup-70g6bln, r=RalfJungbors-4/+16
2020-05-18Rollup merge of #72307 - hermitcore:condvar, r=Mark-SimulacrumRalf Jung-4/+2
2020-05-18Rollup merge of #72143 - rust-lang:steveklabnik-must-use, r=sfacklerRalf Jung-0/+14
2020-05-18Auto merge of #72300 - flip1995:clippyup, r=Mark-Simulacrumbors-1102/+1770
2020-05-18Auto merge of #72269 - RalfJung:unsafe-borrow-of-packed, r=Mark-Simulacrumbors-19/+19
2020-05-18minor changes to pass the format checkStefan Lankes-3/+1
2020-05-17use new interface to initialize CondvarStefan Lankes-5/+5
2020-05-17Auto merge of #72248 - petrochenkov:codemodel, r=Amanieubors-57/+125
2020-05-17Auto merge of #72295 - RalfJung:rollup-icmhbs7, r=RalfJungbors-11/+146
2020-05-17Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyupflip1995-1102/+1770
2020-05-17make many ptr functions must_useSteve Klabnik-0/+14
2020-05-17Rollup merge of #72291 - RalfJung:format-typo, r=jonas-schievinkRalf Jung-1/+1
2020-05-17Rollup merge of #72261 - csmoe:issue-72095, r=estebankRalf Jung-8/+17
2020-05-17Rollup merge of #72259 - crlf0710:ascii_only_check, r=petrochenkovRalf Jung-2/+128
2020-05-17Auto merge of #72204 - RalfJung:abort, r=Mark-Simulacrumbors-14/+55
2020-05-17Auto merge of #5568 - ThibsG:RenameIdentityConversionLint, r=flip1995bors-7/+7
2020-05-17Auto merge of #5529 - alex-700:improve-option-and-then-some-lint, r=phanschbors-7/+7
2020-05-17bootstrap: fix typoRalf Jung-1/+1
2020-05-17make abort intrinsic safe, and correct its documentationRalf Jung-14/+55
2020-05-17Auto merge of #72135 - oli-obk:const_prop_deaggregates, r=wesleywiserbors-1/+189
2020-05-17improve and generalize `option_and_then_some` lintAleksei Latyshev-7/+7
2020-05-17Auto merge of #72208 - tmandry:fix-fuchsia-solink, r=Mark-Simulacrumbors-1/+1
2020-05-16Bless mir-opt tests to account for #72220Wesley Wiser-4/+2
2020-05-17Auto merge of #72286 - Dylan-DPC:rollup-n3rk6df, r=Dylan-DPCbors-15/+251
2020-05-17Rollup merge of #72282 - jonas-schievink:issue-typo, r=Dylan-DPCDylan DPC-2/+2
2020-05-17Rollup merge of #72281 - estebank:fix-ws-sugg, r=Dylan-DPCDylan DPC-3/+3