| Age | Commit message (Expand) | Author | Lines |
| 2020-03-09 | remove trailing whitespace (tidy) | Chris Simpkins | -1/+1 |
| 2020-03-09 | Add documentation of tool testing with x.py script | Chris Simpkins | -2/+6 |
| 2020-03-09 | add documentation of x.py tool testing | Chris Simpkins | -0/+3 |
| 2020-03-09 | update tidy documentation to recommend ./x.py test tidy | Chris Simpkins | -1/+1 |
| 2020-02-29 | [tidy] update documentation from `make check` to `x.py test` | Chris Simpkins | -2/+2 |
| 2020-02-29 | Auto merge of #69590 - Dylan-DPC:rollup-i3z0sic, r=Dylan-DPC | bors | -46/+65 |
| 2020-02-29 | Rollup merge of #69587 - petrochenkov:reqname, r=Centril | Dylan DPC | -3/+4 |
| 2020-02-29 | Rollup merge of #69584 - zantysor:fix-saturating-duration-since-comment, r=va... | Dylan DPC | -1/+1 |
| 2020-02-29 | Rollup merge of #69582 - RalfJung:vec-parts, r=Centril | Dylan DPC | -7/+15 |
| 2020-02-29 | Rollup merge of #69581 - RalfJung:align_to_mut, r=Centril | Dylan DPC | -1/+15 |
| 2020-02-29 | Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril | Dylan DPC | -31/+27 |
| 2020-02-29 | Rollup merge of #69571 - matthiaskrgr:useless_asref, r=Centril | Dylan DPC | -3/+3 |
| 2020-02-29 | Auto merge of #69263 - anyska:blacklist-powerpc-zst, r=nagisa | bors | -7/+15 |
| 2020-02-29 | rustc_parse: Tweak the function parameter name check | Vadim Petrochenkov | -3/+4 |
| 2020-02-29 | Fix typo | Ralf Jung | -1/+1 |
| 2020-02-29 | Auto merge of #69260 - GuillaumeGomez:create-E0747-error-code, r=varkor,estebank | bors | -5/+29 |
| 2020-02-29 | fix aliasing violation in align_to_mut | Ralf Jung | -1/+15 |
| 2020-02-29 | correct comment to match behavior | Zan Tysor | -1/+1 |
| 2020-02-29 | clarify alignment requirements in Vec::from_raw_parts | Ralf Jung | -1/+5 |
| 2020-02-29 | transmute: improve Vec example | Ralf Jung | -6/+10 |
| 2020-02-29 | Auto merge of #69570 - Dylan-DPC:rollup-d6boczt, r=Dylan-DPC | bors | -141/+152 |
| 2020-02-29 | Auto merge of #69227 - Marwes:buffer_stderr, r=varkor | bors | -3/+5 |
| 2020-02-29 | Auto merge of #69255 - estebank:e0599-details, r=varkor | bors | -158/+635 |
| 2020-02-29 | use .iter() instead of .into_iter() on references. | Matthias Krüger | -30/+26 |
| 2020-02-29 | don't use question mark operator on Err(), return the Result directly instead. | Matthias Krüger | -1/+1 |
| 2020-02-29 | Rollup merge of #69567 - matthiaskrgr:useless_fmt, r=nagisa | Dylan DPC | -45/+44 |
| 2020-02-29 | Rollup merge of #69563 - andre-richter:fix_no_std_match, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-02-29 | Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum | Dylan DPC | -76/+76 |
| 2020-02-29 | Rollup merge of #69546 - matthiaskrgr:slice_to_vec, r=davidtwco,nagisa | Dylan DPC | -2/+2 |
| 2020-02-29 | Rollup merge of #69504 - MichaelMcDonnell:hash_assert_ne, r=LukasKalbertodt | Dylan DPC | -17/+20 |
| 2020-02-29 | Rollup merge of #69477 - Pulkit07:issue69298, r=cramertj | Dylan DPC | -0/+9 |
| 2020-02-29 | remove unneeded .as_ref() calls. | Matthias Krüger | -3/+3 |
| 2020-02-29 | use .to_string() instead of format!() macro to create strings | Matthias Krüger | -45/+44 |
| 2020-02-29 | Auto merge of #69208 - RalfJung:debug-assert, r=Mark-Simulacrum | bors | -5/+19 |
| 2020-02-28 | Fix no_std detection for target triples | Andre Richter | -1/+1 |
| 2020-02-28 | Ignore output for some platforms with diverging test output | Esteban Küber | -6/+18 |
| 2020-02-28 | Do not suggest implementing traits if present in predicates | Esteban Küber | -10/+11 |
| 2020-02-28 | Reword message | Esteban Küber | -4/+4 |
| 2020-02-28 | Reduce verbosity when suggesting restricting type params | Esteban Küber | -13/+3 |
| 2020-02-28 | keep predicate order and tweak output | Esteban Küber | -79/+129 |
| 2020-02-28 | Review comments: split requirement text to multiple lines for readability | Esteban Küber | -17/+33 |
| 2020-02-28 | Account for arbitrary self types in E0599 | Esteban Küber | -17/+60 |
| 2020-02-28 | Suggest constraining type parameters | Esteban Küber | -17/+144 |
| 2020-02-28 | Tweak wording | Esteban Küber | -26/+28 |
| 2020-02-28 | Mention the full path of the implementing trait | Esteban Küber | -27/+32 |
| 2020-02-28 | Point at closure definitions | Esteban Küber | -22/+32 |
| 2020-02-28 | Show information of chain of bound obligations | Esteban Küber | -60/+111 |
| 2020-02-28 | Track all predicates in errors, not just trait obligations | Esteban Küber | -103/+134 |
| 2020-02-28 | Deduplicate information in E0599 | Esteban Küber | -48/+46 |
| 2020-02-28 | On single local candidate, use span label | Esteban Küber | -59/+95 |