| Age | Commit message (Expand) | Author | Lines |
| 2020-05-18 | Add RISC-V target features | Amanieu d'Antras | -0/+15 |
| 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 | Add some more `rfold` implementations. | Nicholas Nethercote | -0/+68 |
| 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-17 | Emit a better diagnostic when function actually has a 'self' parameter | Aaron Hill | -4/+52 |
| 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-18 | Tweak `partition`, `unzip`, `try_find`. | Nicholas Nethercote | -7/+7 |
| 2020-05-18 | Make `fold` standalone. | Nicholas Nethercote | -37/+124 |
| 2020-05-17 | Improve comments | Nadrieril | -7/+68 |
| 2020-05-17 | Test that NRVO elides the call to `memcpy` | Dylan MacKenzie | -0/+17 |
| 2020-05-17 | Don't unleash NRVO const-eval test | Dylan MacKenzie | -32/+8 |
| 2020-05-17 | Cache len in Fields | Nadrieril | -8/+10 |
| 2020-05-17 | typo | Nadrieril | -5/+6 |
| 2020-05-17 | Fix bug just discovered | Nadrieril | -21/+3 |
| 2020-05-17 | We don't use tyerr anymore | Nadrieril | -35/+46 |
| 2020-05-17 | Small allocation improvement | Nadrieril | -13/+16 |
| 2020-05-17 | Filter out fields that should not be seen | Nadrieril | -48/+113 |
| 2020-05-17 | Make all field-handling go through Fields | Nadrieril | -141/+143 |
| 2020-05-17 | Clarify specialize_one_pattern | Nadrieril | -57/+48 |
| 2020-05-17 | Use Fields as output to specialize_one_pattern | Nadrieril | -23/+51 |
| 2020-05-17 | Factor out a struct that holds subfields of a pattern | Nadrieril | -10/+43 |
| 2020-05-17 | Only need TyErr for uninhabited types | Nadrieril | -4/+4 |
| 2020-05-17 | We already handle arrays of unknown length correctly | Nadrieril | -16/+4 |
| 2020-05-17 | Factor the code that generates TyErrs | Nadrieril | -23/+24 |
| 2020-05-17 | Fix incorrect ordering | Nadrieril | -1/+1 |
| 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 |