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