| Age | Commit message (Expand) | Author | Lines |
| 2018-09-18 | Updates to tests reflecting the diangostic changes in previous commit. | Felix S. Klock II | -52/+53 |
| 2018-09-18 | Fine tune dianostics for when a borrow conflicts with a destructor that needs... | Felix S. Klock II | -21/+187 |
| 2018-09-17 | Cleanup and fix method resolution issue | Taylor Cramer | -73/+117 |
| 2018-09-17 | Auto merge of #52036 - collin5:b50509-2, r=collin5 | bors | -109/+90 |
| 2018-09-18 | Some "word"-related improvements. | Nicholas Nethercote | -71/+66 |
| 2018-09-18 | Eliminate `BitwiseOperator`. | Nicholas Nethercote | -56/+37 |
| 2018-09-18 | Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. | Nicholas Nethercote | -1377/+1276 |
| 2018-09-17 | Improve search box display | Guillaume Gomez | -2/+20 |
| 2018-09-17 | Auto merge of #54277 - petrochenkov:afterder, r=alexcrichton | bors | -51/+160 |
| 2018-09-17 | Whitespace fix again. | Vitaly _Vi Shukela | -100/+109 |
| 2018-09-17 | Inspect parents paths when checking for moves | Santiago Pastorino | -1/+97 |
| 2018-09-17 | libsyntax: add optional help message for deprecated features | Alva Snædís | -10/+13 |
| 2018-09-17 | miri: correctly compute expected alignment for field | Ralf Jung | -1/+4 |
| 2018-09-17 | Update Clippy | flip1995 | -14/+14 |
| 2018-09-17 | Better trick for allowing trailing comma at forward! | Vitaly _Vi Shukela | -10/+13 |
| 2018-09-17 | rearrange for clarity | Ralf Jung | -41/+40 |
| 2018-09-17 | tweaks | Ralf Jung | -4/+27 |
| 2018-09-17 | Suggest array indexing when tuple indexing on an array. | memoryruins | -0/+24 |
| 2018-09-17 | Switch linker for aarch64-pc-windows-msvc from LLD to MSVC, since that seems ... | Michael Woerister | -3/+2 |
| 2018-09-17 | Add -Z dont-buffer-diagnostics, a way to force NLL to immediately emit its di... | Felix S. Klock II | -2/+27 |
| 2018-09-17 | libsyntax: fix casing in error message | Alva Snædís | -5/+5 |
| 2018-09-17 | On nightly with NLL, suggest `#![feature(bind_by_move_pattern_guards)]` when ... | Felix S. Klock II | -8/+75 |
| 2018-09-17 | Tests for `feature(bind_by_move_pattern_guards)`. | Felix S. Klock II | -11/+208 |
| 2018-09-17 | Add `feature(bind_by_move_pattern_guards)`. | Felix S. Klock II | -2/+35 |
| 2018-09-17 | refactor Builder::cargo, clean deps for cmd!=test | Collins Abitekaniza | -6/+2 |
| 2018-09-17 | Fixed some remaining whitespace issues. | Vitaly _Vi Shukela | -10/+12 |
| 2018-09-17 | Auto merge of #54249 - RalfJung:miri, r=eddyb | bors | -7/+29 |
| 2018-09-17 | update miri | Ralf Jung | -7/+29 |
| 2018-09-17 | Auto merge of #54260 - maxdeviant:public-scope-fields, r=petrochenkov | bors | -101/+157 |
| 2018-09-17 | add test for float/integer | csmoe | -5/+30 |
| 2018-09-17 | merge into/literal suggestion for DRY | csmoe | -67/+52 |
| 2018-09-17 | Auto merge of #54254 - RalfJung:miri-dangling, r=eddyb | bors | -9/+50 |
| 2018-09-17 | Auto merge of #54247 - Munksgaard:better-error-message-in-no_lookup_host_dupl... | bors | -2/+3 |
| 2018-09-17 | Fill in suggestions Applicability according to @estebank | Vitaly _Vi Shukela | -46/+69 |
| 2018-09-17 | Fix tidy's too long lines. | Vitaly _Vi Shukela | -10/+10 |
| 2018-09-17 | Change diagnostic_builder's forward! macro to enforce trailing argument comma | Vitaly _Vi Shukela | -27/+27 |
| 2018-09-17 | Fix style according to review comments. | Vitaly _Vi Shukela | -20/+36 |
| 2018-09-16 | Auto merge of #53910 - IsaacWoods:unify_cvoid, r=SimonSapin | bors | -35/+48 |
| 2018-09-16 | Treat `dyn` as a keyword in the 2018 edition | varkor | -14/+72 |
| 2018-09-16 | remove (more) CAS API from Atomic* types where not natively supported | Jorge Aparicio | -0/+23 |
| 2018-09-16 | Auto merge of #53461 - petrochenkov:pmu, r=alexcrichton | bors | -83/+2 |
| 2018-09-16 | Fixup inaccurate rebase | Vitaly _Vi Shukela | -1/+1 |
| 2018-09-16 | trailing whitespace fix | Vitaly _Vi Shukela | -1/+1 |
| 2018-09-16 | Deprecate *_suggestion* that are without explicit applicability | Vitaly _Vi Shukela | -0/+15 |
| 2018-09-16 | Attach Applicability to multipart_suggestion and span_suggestions | Vitaly _Vi Shukela | -7/+14 |
| 2018-09-16 | Add multipart_suggestion_with_applicability | Vitaly _Vi Shukela | -2/+32 |
| 2018-09-16 | Remove usages of span_suggestion without Applicability | Vitaly _Vi Shukela | -50/+107 |
| 2018-09-16 | resolve: Do not error on access to proc macros imported with `#[macro_use]` | Vadim Petrochenkov | -83/+2 |
| 2018-09-16 | Auto merge of #53804 - RalfJung:ptr-invalid, r=nagisa | bors | -7/+7 |
| 2018-09-16 | Temporarily prohibit proc macro attributes placed after derives | Vadim Petrochenkov | -51/+160 |