| Age | Commit message (Expand) | Author | Lines |
| 2020-05-05 | Fix unused_parens false positive when using binary operations | mibac138 | -4/+29 |
| 2020-05-05 | Suggest removing semicolon in last expression only if it's type is known | mibac138 | -4/+30 |
| 2020-05-05 | Rollup merge of #71904 - euclio:function-typo, r=jonas-schievink | Dylan DPC | -3/+3 |
| 2020-05-05 | Rollup merge of #71902 - mibac138:const-feature-diag, r=varkor | Dylan DPC | -0/+70 |
| 2020-05-05 | Rollup merge of #71892 - integer32llc:btreemap-entry-vacant-docs, r=jonas-sch... | Dylan DPC | -6/+5 |
| 2020-05-05 | Rollup merge of #71891 - lcnr:not-iter-any, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-05-05 | Rollup merge of #71883 - Dante-Broggi:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-05-05 | Rollup merge of #71881 - IsaacWoods:master, r=petrochenkov | Dylan DPC | -1/+3 |
| 2020-05-05 | Rollup merge of #71878 - main--:patch-2, r=Amanieu | Dylan DPC | -0/+25 |
| 2020-05-05 | Rollup merge of #71845 - steveklabnik:add-const-examples, r=dtolnay | Dylan DPC | -2/+318 |
| 2020-05-05 | Rollup merge of #71711 - Mark-Simulacrum:deignore-tests, r=nikomatsakis | Dylan DPC | -34/+7 |
| 2020-05-05 | Rollup merge of #71587 - matthewjasper:promoted-move-errors, r=nikomatsakis | Dylan DPC | -6/+93 |
| 2020-05-05 | Document From trait for Option implementations | Dolpheyn | -0/+39 |
| 2020-05-05 | Add command aliases from Cargo to x.py commands | mibac138 | -13/+17 |
| 2020-05-04 | fix typo in function name | Andy Russell | -3/+3 |
| 2020-05-04 | Suggest to add missing feature when using gated const features | mibac138 | -0/+70 |
| 2020-05-04 | Improve docs for embed-bitcode and linker-plugin-lto | Alex Crichton | -8/+36 |
| 2020-05-04 | Import dataflow impls via the `impls` submodule | Dylan MacKenzie | -21/+16 |
| 2020-05-04 | Export dataflow impls by name | Dylan MacKenzie | -4/+4 |
| 2020-05-04 | Update btree_map::VacantEntry::insert docs to actually call insert | Carol (Nichols || Goulding) | -6/+5 |
| 2020-05-04 | double neg | Bastian Kauschke | -1/+1 |
| 2020-05-04 | Simplify the error Registry methods a little | Josh Stone | -6/+3 |
| 2020-05-04 | refactor suggest_traits_to_import | Bastian Kauschke | -55/+49 |
| 2020-05-04 | edit Mutex comment | Ralf Jung | -4/+6 |
| 2020-05-04 | Add docstring to `deny_equality_constraints` | Esteban Küber | -0/+2 |
| 2020-05-04 | fix rebase | Esteban Küber | -4/+8 |
| 2020-05-04 | explain our rwlock implementation (and fix a potential data race) | Ralf Jung | -20/+24 |
| 2020-05-04 | Auto merge of #71879 - Dylan-DPC:rollup-n05awny, r=Dylan-DPC | bors | -31/+185 |
| 2020-05-04 | expand comment on default mutex behavior | Ralf Jung | -3/+7 |
| 2020-05-04 | review comment: use `body_id` | Esteban Küber | -29/+22 |
| 2020-05-04 | review comments and rebase fix | Esteban Küber | -48/+70 |
| 2020-05-04 | On incorrect equality constraint likely to be assoc type, suggest appropriate... | Esteban Küber | -12/+134 |
| 2020-05-04 | review comments: use or-pattern | Esteban Küber | -3/+7 |
| 2020-05-04 | Suggest restricting type param when it doesn't satisfy projection | Esteban Küber | -194/+358 |
| 2020-05-04 | Handle binop on unbound type param | Esteban Küber | -16/+110 |
| 2020-05-04 | add a missing word | Dante Broggi | -1/+1 |
| 2020-05-04 | Stabilize saturating_abs and saturating_neg | Tobias Rapp | -8/+4 |
| 2020-05-04 | Correctly handle UEFI targets as Windows-like when emitting sections for LLVM... | Isaac Woods | -1/+3 |
| 2020-05-04 | Rollup merge of #71877 - steveklabnik:small-example-fix, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-05-04 | Rollup merge of #71810 - estebank:issue-71798, r=davidtwco | Dylan DPC | -1/+28 |
| 2020-05-04 | Rollup merge of #71773 - tshepang:links, r=davidtwco | Dylan DPC | -5/+5 |
| 2020-05-04 | Rollup merge of #71697 - felix91gr:new_prop_into_fn_call, r=wesleywiser | Dylan DPC | -10/+81 |
| 2020-05-04 | Rollup merge of #71038 - lcnr:dyn_trait_structural_match, r=pnkfelix | Dylan DPC | -13/+69 |
| 2020-05-04 | Auto merge of #71754 - alexcrichton:no-bitcode-in-cache, r=nnethercote | bors | -45/+19 |
| 2020-05-04 | whoops | main() | -1/+1 |
| 2020-05-04 | Add remove_current_as_list to LinkedList's CursorMut | main() | -0/+25 |
| 2020-05-04 | Fix typo. | Laurence Tratt | -2/+2 |
| 2020-05-04 | Use f64 in f64 examples | Steve Klabnik | -2/+2 |
| 2020-05-04 | Add examples to int macros | Steve Klabnik | -2/+24 |
| 2020-05-04 | f64 examples | Steve Klabnik | -0/+147 |