| Age | Commit message (Expand) | Author | Lines |
| 2020-05-18 | Add borrow-check test | Amanieu d'Antras | -1/+50 |
| 2020-05-18 | Minor fixes | Amanieu d'Antras | -2/+3 |
| 2020-05-18 | Handle InlineAsm in clippy | Amanieu d'Antras | -7/+104 |
| 2020-05-18 | Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast | Amanieu d'Antras | -104/+107 |
| 2020-05-18 | Disable asm tests on system llvm | Amanieu d'Antras | -0/+7 |
| 2020-05-18 | The h modifier is only supported by reg_abcd | Amanieu d'Antras | -8/+1 |
| 2020-05-18 | Update llvm-project submodule | Amanieu d'Antras | -0/+0 |
| 2020-05-18 | Implement att_syntax option | Amanieu d'Antras | -7/+30 |
| 2020-05-18 | Work around more LLVM limitations | Amanieu d'Antras | -1/+76 |
| 2020-05-18 | Add notes about functions that are not currently used | Amanieu d'Antras | -6/+26 |
| 2020-05-18 | Add support for high byte registers on x86 | Amanieu d'Antras | -123/+198 |
| 2020-05-18 | Un-deprecate asm! macro | Amanieu d'Antras | -8/+0 |
| 2020-05-18 | Apply review feedback | Amanieu d'Antras | -139/+185 |
| 2020-05-18 | Add tests for asm! | Amanieu d'Antras | -40/+3489 |
| 2020-05-18 | Implement asm! codegen | Amanieu d'Antras | -17/+608 |
| 2020-05-18 | Check that asm const operands are actually constants | Amanieu d'Antras | -16/+65 |
| 2020-05-18 | Add asm! to MIR | Amanieu d'Antras | -22/+544 |
| 2020-05-18 | HIR passes for asm! | Amanieu d'Antras | -13/+469 |
| 2020-05-18 | Implement AST lowering for asm! | Amanieu d'Antras | -6/+320 |
| 2020-05-18 | Add asm! to HIR | Amanieu d'Antras | -0/+177 |
| 2020-05-18 | Implement asm! in librustc_builtin_macros | Amanieu d'Antras | -120/+712 |
| 2020-05-18 | Add asm! to AST | Amanieu d'Antras | -1/+212 |
| 2020-05-18 | Add inline asm register definitions to librustc_target | Amanieu d'Antras | -1/+1448 |
| 2020-05-18 | Add RISC-V target features | Amanieu d'Antras | -0/+15 |
| 2020-05-18 | Auto merge of #72316 - RalfJung:rollup-70g6bln, r=RalfJung | bors | -4/+16 |
| 2020-05-18 | Rollup merge of #72307 - hermitcore:condvar, r=Mark-Simulacrum | Ralf Jung | -4/+2 |
| 2020-05-18 | Rollup merge of #72143 - rust-lang:steveklabnik-must-use, r=sfackler | Ralf Jung | -0/+14 |
| 2020-05-18 | Auto merge of #72300 - flip1995:clippyup, r=Mark-Simulacrum | bors | -1102/+1770 |
| 2020-05-18 | Auto merge of #72269 - RalfJung:unsafe-borrow-of-packed, r=Mark-Simulacrum | bors | -19/+19 |
| 2020-05-18 | minor changes to pass the format check | Stefan Lankes | -3/+1 |
| 2020-05-17 | use new interface to initialize Condvar | Stefan Lankes | -5/+5 |
| 2020-05-17 | Auto merge of #72248 - petrochenkov:codemodel, r=Amanieu | bors | -57/+125 |
| 2020-05-17 | Auto merge of #72295 - RalfJung:rollup-icmhbs7, r=RalfJung | bors | -11/+146 |
| 2020-05-17 | Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyup | flip1995 | -1102/+1770 |
| 2020-05-17 | make many ptr functions must_use | Steve Klabnik | -0/+14 |
| 2020-05-17 | Rollup merge of #72291 - RalfJung:format-typo, r=jonas-schievink | Ralf Jung | -1/+1 |
| 2020-05-17 | Rollup merge of #72261 - csmoe:issue-72095, r=estebank | Ralf Jung | -8/+17 |
| 2020-05-17 | Rollup merge of #72259 - crlf0710:ascii_only_check, r=petrochenkov | Ralf Jung | -2/+128 |
| 2020-05-17 | Auto merge of #72204 - RalfJung:abort, r=Mark-Simulacrum | bors | -14/+55 |
| 2020-05-17 | Auto merge of #5568 - ThibsG:RenameIdentityConversionLint, r=flip1995 | bors | -7/+7 |
| 2020-05-17 | Auto merge of #5529 - alex-700:improve-option-and-then-some-lint, r=phansch | bors | -7/+7 |
| 2020-05-17 | bootstrap: fix typo | Ralf Jung | -1/+1 |
| 2020-05-17 | make abort intrinsic safe, and correct its documentation | Ralf Jung | -14/+55 |
| 2020-05-17 | Auto merge of #72135 - oli-obk:const_prop_deaggregates, r=wesleywiser | bors | -1/+189 |
| 2020-05-17 | improve and generalize `option_and_then_some` lint | Aleksei Latyshev | -7/+7 |
| 2020-05-17 | Auto merge of #72208 - tmandry:fix-fuchsia-solink, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-05-16 | Bless mir-opt tests to account for #72220 | Wesley Wiser | -4/+2 |
| 2020-05-17 | Auto merge of #72286 - Dylan-DPC:rollup-n3rk6df, r=Dylan-DPC | bors | -15/+251 |
| 2020-05-17 | Rollup merge of #72282 - jonas-schievink:issue-typo, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-05-17 | Rollup merge of #72281 - estebank:fix-ws-sugg, r=Dylan-DPC | Dylan DPC | -3/+3 |