| Age | Commit message (Expand) | Author | Lines |
| 2020-05-19 | Make intra-link resolve links for both trait and impl items | Tymoteusz Jankowski | -26/+54 |
| 2020-05-19 | Rollup merge of #72344 - kornelski:assertdoc, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-05-19 | Rollup merge of #72338 - doctorn:trait-object-ice, r=ecstatic-morse | Dylan DPC | -1/+27 |
| 2020-05-19 | Rollup merge of #72068 - estebank:mut-deref-hack, r=oli-obk | Dylan DPC | -1/+32 |
| 2020-05-19 | Rollup merge of #72066 - lcnr:const-type-info-err, r=varkor | Dylan DPC | -5/+90 |
| 2020-05-19 | Rollup merge of #71886 - t-rapp:tr-saturating-funcs, r=dtolnay | Dylan DPC | -8/+4 |
| 2020-05-19 | Clean up E0593 explanation | Guillaume Gomez | -0/+11 |
| 2020-05-19 | Assert doc wording | Kornel | -1/+1 |
| 2020-05-19 | add test for repr(128) enum derives | Bastian Kauschke | -0/+17 |
| 2020-05-19 | add tests for enum discriminants | Bastian Kauschke | -0/+169 |
| 2020-05-19 | update `discriminant_value` usage in tests | Bastian Kauschke | -15/+18 |
| 2020-05-19 | update `discriminant_value` usage in the compiler | Bastian Kauschke | -71/+16 |
| 2020-05-19 | update codegen of `discriminant_value` | Bastian Kauschke | -7/+16 |
| 2020-05-19 | auto impl`DiscriminantKind` for every type | Bastian Kauschke | -22/+140 |
| 2020-05-19 | update libcore, add `discriminant_kind` lang-item | Bastian Kauschke | -12/+58 |
| 2020-05-19 | update select docs | Bastian Kauschke | -14/+18 |
| 2020-05-19 | Auto merge of #71447 - cuviper:unsized_cow, r=dtolnay | bors | -5/+141 |
| 2020-05-19 | Auto merge of #68717 - petrochenkov:stabexpat, r=varkor | bors | -202/+73 |
| 2020-05-18 | Auto merge of #72330 - Dylan-DPC:rollup-yuxadv8, r=Dylan-DPC | bors | -216/+1343 |
| 2020-05-18 | Update cargo | Eric Huss | -0/+0 |
| 2020-05-18 | Fix ICE in -Zsave-analysis | Nathan Corbyn | -1/+27 |
| 2020-05-18 | Apply suggestions from code review | Simon Sapin | -4/+4 |
| 2020-05-18 | Add `len` and `slice_from_raw_parts` to `NonNull<[T]>` | Simon Sapin | -0/+61 |
| 2020-05-18 | Don't mention function pointers | Nadrieril | -3/+3 |
| 2020-05-18 | Auto merge of #72332 - mati865:ci-fix, r=pietroalbini | bors | -1/+5 |
| 2020-05-18 | Update pacman first | Mateusz MikuĊa | -1/+5 |
| 2020-05-18 | correctly handle uninferred consts | Bastian Kauschke | -5/+90 |
| 2020-05-18 | Rollup merge of #72318 - tblah:remote-test-client-doc, r=nikomatsakis | Dylan DPC | -5/+51 |
| 2020-05-18 | Rollup merge of #72290 - elichai:2020-doc-lto, r=wesleywiser | Dylan DPC | -6/+12 |
| 2020-05-18 | Rollup merge of #72283 - jonas-schievink:elaborate-drop-elaboration, r=cramertj | Dylan DPC | -9/+99 |
| 2020-05-18 | Rollup merge of #71973 - lcnr:lazy-norm, r=nikomatsakis | Dylan DPC | -145/+669 |
| 2020-05-18 | Rollup merge of #71599 - ldm0:fnclo, r=nikomatsakis | Dylan DPC | -51/+512 |
| 2020-05-18 | Typo | Nadrieril | -1/+1 |
| 2020-05-18 | Always generated object code for `#![no_builtins]` | Alex Crichton | -1/+15 |
| 2020-05-18 | Update unstable book documentation with the latest RFC text | Amanieu d'Antras | -3/+10 |
| 2020-05-18 | Update LLVM submodule | Amanieu d'Antras | -0/+0 |
| 2020-05-18 | Simplify register name output for x86 | Amanieu d'Antras | -8/+7 |
| 2020-05-18 | Mark asm unstable book doctests as allow_fail since they don't work with syst... | Amanieu d'Antras | -14/+14 |
| 2020-05-18 | Fix const handling and add tests for const operands | Amanieu d'Antras | -91/+184 |
| 2020-05-18 | Fix docs | Amanieu d'Antras | -13/+27 |
| 2020-05-18 | Fix handling on InlineAsm for the unconditional recursion lint. | Amanieu d'Antras | -3/+8 |
| 2020-05-18 | Fix tests | Amanieu d'Antras | -2/+3 |
| 2020-05-18 | Fix feature gate tests | Amanieu d'Antras | -10/+14 |
| 2020-05-18 | Add documentation for asm! | Amanieu d'Antras | -18/+695 |
| 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 |