| Age | Commit message (Expand) | Author | Lines |
| 2020-05-20 | refactor check_for_cast | Bastian Kauschke | -209/+265 |
| 2020-05-20 | fix is_const_context | Bastian Kauschke | -85/+12 |
| 2020-05-19 | Auto merge of #72227 - nnethercote:tiny-vecs-are-dumb, r=Amanieu | bors | -5/+141 |
| 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 | Assert doc wording | Kornel | -1/+1 |
| 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 | Fix ICE in -Zsave-analysis | Nathan Corbyn | -1/+27 |
| 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 | Add remote-test-client help text | Tom Eccles | -5/+51 |
| 2020-05-18 | Auto merge of #72289 - RalfJung:abort_internal, r=Mark-Simulacrum | bors | -23/+29 |
| 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 | Tiny Vecs are dumb. | Nicholas Nethercote | -5/+141 |
| 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 | abort_internal is safe | Ralf Jung | -23/+29 |
| 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 | update tests | Bastian Kauschke | -21/+11 |
| 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 | Update linker-plugin-lto.md to contain up to rust 1.43 | Elichai Turkel | -6/+12 |
| 2020-05-17 | Logically seperate lazy norm from `const_generics` | Bastian Kauschke | -8/+15 |
| 2020-05-17 | the best way to fix bugs is by ignoring them | Bastian Kauschke | -32/+0 |