| Age | Commit message (Expand) | Author | Lines |
| 2020-05-15 | Rename lint `map_unwrap` to `map_unwrap_or` and register lints as renamed | ThibsG | -8/+1 |
| 2020-05-15 | doc: add links to rotate_(left|right) | Lzu Tao | -8/+8 |
| 2020-05-15 | Auto merge of #72222 - Dylan-DPC:rollup-vaw44dg, r=Dylan-DPC | bors | -51/+273 |
| 2020-05-15 | Rollup merge of #72214 - JOE1994:nitpicky, r=jonas-schievink | Dylan DPC | -3/+3 |
| 2020-05-15 | Rollup merge of #72173 - xliiv:54172-intra-for-trait-impl, r=GuillaumeGomez | Dylan DPC | -11/+90 |
| 2020-05-15 | Rollup merge of #72172 - Mark-Simulacrum:check-no-stage, r=alexcrichton | Dylan DPC | -0/+14 |
| 2020-05-15 | Rollup merge of #72146 - Mark-Simulacrum:separate-std-asserts, r=alexcrichton | Dylan DPC | -1/+14 |
| 2020-05-15 | Rollup merge of #72062 - overdrivenpotato:psp, r=jonas-schievink | Dylan DPC | -0/+111 |
| 2020-05-15 | Rollup merge of #71809 - marmeladema:fix-issue-71104, r=eddyb | Dylan DPC | -36/+41 |
| 2020-05-14 | Auto merge of #71321 - matthewjasper:alloc-min-spec, r=sfackler | bors | -120/+51 |
| 2020-05-14 | [const-prop] Don't replace Rvalues that are already constants | Wesley Wiser | -6/+11 |
| 2020-05-14 | make sure even unleashed miri does not do pointer stuff | Ralf Jung | -0/+68 |
| 2020-05-14 | improve step_integer_impls macro | CAD97 | -29/+6 |
| 2020-05-14 | Minor fixes to comments | JOE1994 | -3/+3 |
| 2020-05-14 | Don't pass --dynamic-linker for Fuchsia dylibs | Tyler Mandry | -1/+1 |
| 2020-05-14 | cleanup stale FIXME(#64197) | sergey-melnychuk | -4/+7 |
| 2020-05-14 | Downgrade useless_let_if_seq to nursery | David Tolnay | -1/+1 |
| 2020-05-14 | Rollup merge of #72194 - doctorn:dispatch-from-dyn-ice, r=estebank | Dylan DPC | -6/+52 |
| 2020-05-14 | Rollup merge of #72191 - GuillaumeGomez:cleanup-e0589, r=Dylan-DPC | Dylan DPC | -0/+2 |
| 2020-05-14 | Rollup merge of #72170 - lcnr:lang_item, r=oli-obk | Dylan DPC | -27/+38 |
| 2020-05-14 | Rollup merge of #72141 - kornelski:dontsleep, r=joshtriplett | Dylan DPC | -0/+4 |
| 2020-05-14 | Rollup merge of #72127 - jademcgough:long-error-explanation-E0228, r=petroche... | Dylan DPC | -3/+48 |
| 2020-05-14 | Rollup merge of #72126 - nnethercote:change-WorkProduct-saved_files, r=alexcr... | Dylan DPC | -42/+36 |
| 2020-05-14 | Rollup merge of #72087 - matthewjasper:regionck-hang, r=nikomatsakis | Dylan DPC | -4/+23 |
| 2020-05-14 | Rollup merge of #71910 - mibac138:necessary-paren, r=cuviper | Dylan DPC | -4/+43 |
| 2020-05-14 | Don't ICE on missing `Unsize` impl | Nathan Corbyn | -6/+52 |
| 2020-05-14 | Merge `for_loop_over_option` and `for_loop_over_result` lints into `for_loop_... | ThibsG | -9/+2 |
| 2020-05-14 | Merge `option_expect_used` and `result_expect_used` lints into `expect_used` ... | ThibsG | -14/+7 |
| 2020-05-14 | Merge `option_unwrap_used` and `result_unwrap_used` lints into `unwrap_used` ... | ThibsG | -7/+7 |
| 2020-05-14 | Merge `option_map_unwrap_or`, `option_map_unwrap_or_else` and `result_map_unw... | ThibsG | -21/+7 |
| 2020-05-14 | Merge `block_in_if_condition_expr` and `block_in_if_condition_stmt` lints int... | ThibsG | -9/+2 |
| 2020-05-14 | Consistently use LLVM lifetime markers during codegen | Tomasz Miąsko | -13/+50 |
| 2020-05-14 | Auto merge of #72187 - RalfJung:rollup-a7a9jdi, r=RalfJung | bors | -233/+222 |
| 2020-05-14 | Rewrite link script from scratch | Marko Mijalkovic | -276/+21 |
| 2020-05-14 | Clean up E0589 explanation | Guillaume Gomez | -0/+2 |
| 2020-05-14 | * Update aliases data struct from HashMap to BTreeMap to have more determinis... | Guillaume Gomez | -12/+11 |
| 2020-05-14 | Make current crate aliases go first | Guillaume Gomez | -34/+67 |
| 2020-05-14 | Move doc alias discovery into the Attributes struct and some code improvements | Guillaume Gomez | -39/+15 |
| 2020-05-14 | Rollup merge of #72183 - tmiasko:decr-strong-count, r=Mark-Simulacrum | Ralf Jung | -3/+5 |
| 2020-05-14 | Rollup merge of #72169 - GuillaumeGomez:cleanup-e0582, r=Dylan-DPC | Ralf Jung | -2/+2 |
| 2020-05-14 | Rollup merge of #72163 - tshepang:nonexistent-link, r=matthewjasper | Ralf Jung | -1/+1 |
| 2020-05-14 | Rollup merge of #72151 - ehuss:update-books, r=ehuss | Ralf Jung | -0/+0 |
| 2020-05-14 | Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis | Ralf Jung | -100/+24 |
| 2020-05-14 | Rollup merge of #72138 - wesleywiser:add_doc_comment, r=matthewjasper | Ralf Jung | -0/+3 |
| 2020-05-14 | Rollup merge of #72137 - GuillaumeGomez:cleanup-e0581, r=Dylan-DPC | Ralf Jung | -3/+6 |
| 2020-05-14 | Rollup merge of #71964 - jcotton42:bootstrap_decode_none_windows, r=Mark-Simu... | Ralf Jung | -3/+6 |
| 2020-05-14 | Rollup merge of #71909 - Dolpheyn:doc-from-trait-for-option, r=steveklabnik | Ralf Jung | -0/+45 |
| 2020-05-14 | Rollup merge of #71870 - ltratt:more_specific_type_name_doc, r=kennytm | Ralf Jung | -7/+9 |
| 2020-05-14 | Rollup merge of #71741 - RalfJung:pointer-print, r=oli-obk | Ralf Jung | -99/+107 |
| 2020-05-14 | Rollup merge of #71525 - ldm0:intosug, r=Mark-Simulacrum | Ralf Jung | -15/+14 |