about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-08-14Rollup merge of #62984 - nathanwhit:extra_semi_lint, r=varkorMazdak Farrokhzad-4/+95
2019-08-14Auto merge of #63534 - Mark-Simulacrum:stage0-bump, r=Centrilbors-212/+78
2019-08-14remove unused Level::PhaseFatalAleksey Kladov-7/+3
2019-08-14review commentsEsteban Küber-64/+73
2019-08-14Adjust tracking issues for `MaybeUninit<T>` gatesMazdak Farrokhzad-6/+6
2019-08-14Remap debuginfo for all crates.Joel Galenson-13/+3
2019-08-14Merge Variant and Variant_Caio-166/+162
2019-08-14move test that shouldn't be in test/run-pass/Mazdak Farrokhzad-0/+2
2019-08-14rustc_codegen_utils: account for 1-indexed anonymous lifetimes in v0 mangling.Eduard-Mihai Burtescu-8/+16
2019-08-14Remap paths for proc-macro crates.Joel Galenson-0/+10
2019-08-14remove special handling of \r\n from the lexerAleksey Kladov-104/+26
2019-08-14convert \r\n to \n when loading filesAleksey Kladov-0/+76
2019-08-14Update error-format to match new Cargo flags for pipeliningAlex Crichton-29/+6
2019-08-14Disable --cfg bootstrap in libcoreMark Rousskov-1/+5
2019-08-14Handle cfg(bootstrap) throughoutMark Rousskov-179/+64
2019-08-14Update rustc-demangle to 0.1.16.Eduard-Mihai Burtescu-9/+9
2019-08-14Auto merge of #63544 - Centril:rollup-qhqfcov, r=Centrilbors-193/+2462
2019-08-131. support crt-staticBaoshan Pang-202/+25
2019-08-14Rollup merge of #63530 - ehuss:typo-statemement, r=centrilMazdak Farrokhzad-3/+3
2019-08-14Rollup merge of #63529 - andersk:release-notes-kleene, r=CentrilMazdak Farrokhzad-1/+1
2019-08-14Rollup merge of #63512 - 95th:master, r=cramertjMazdak Farrokhzad-0/+28
2019-08-14Rollup merge of #63511 - pietroalbini:pa-ci-date, r=Mark-SimulacrumMazdak Farrokhzad-0/+15
2019-08-14Rollup merge of #63508 - estebank:compromice, r=petrochenkovMazdak Farrokhzad-6/+23
2019-08-14Rollup merge of #63501 - nikomatsakis:issue-63500-async-anon-impl-lifetime, r...Mazdak Farrokhzad-9/+94
2019-08-14Rollup merge of #63499 - nikomatsakis:issuee-63388-async-fn-elision-self-mut-...Mazdak Farrokhzad-1908/+983
2019-08-14Rollup merge of #63493 - sd234678:remove-unneeded-comment-from-src/libcore/ha...Mazdak Farrokhzad-2/+0
2019-08-14Rollup merge of #63488 - RalfJung:diagnostic-docs, r=zackmdavisMazdak Farrokhzad-0/+6
2019-08-14Rollup merge of #63486 - Observer42:document-from-trait-in-binaryheap, r=CentrilMazdak Farrokhzad-0/+3
2019-08-14Rollup merge of #63485 - pietroalbini:new-mirror-bucket, r=alexcrichtonMazdak Farrokhzad-23/+25
2019-08-14Rollup merge of #63475 - iluuu1994:issue-62632, r=CentrilMazdak Farrokhzad-8/+33
2019-08-14Rollup merge of #63459 - eddyb:issue-63430, r=petrochenkovMazdak Farrokhzad-1/+15
2019-08-14Rollup merge of #63421 - clarfon:escape_default, r=dtolnayMazdak Farrokhzad-0/+9
2019-08-14Rollup merge of #63383 - Centril:async-lifetime-elision-tests, r=nikomatsakisMazdak Farrokhzad-0/+2867
2019-08-14Rollup merge of #62849 - davidtwco:prohibit-inheriting-lifetimes, r=nikomatsakisMazdak Farrokhzad-6/+132
2019-08-14Rollup merge of #62760 - chansuke:dedupe-error-messages, r=zackmdavisMazdak Farrokhzad-9/+8
2019-08-13Add NodeId for Arm, Field and FieldPatCaio-3/+19
2019-08-14typeck: add tests for suggesting -> 2018 on wrong <expr>.awaitMazdak Farrokhzad-0/+88
2019-08-14typeck: on wrong <expr>.await suggest -> 2018Mazdak Farrokhzad-0/+8
2019-08-13Suggest giving return type to closures on E0282Esteban Küber-90/+199
2019-08-14expand: Unimplement `MutVisitor` on `MacroExpander`Vadim Petrochenkov-33/+31
2019-08-14expand: `expand_fragment` -> `fully_expand_fragment`Vadim Petrochenkov-6/+6
2019-08-14typeck: restructure check_field a bitMazdak Farrokhzad-25/+31
2019-08-14typeck: extract suggest_fields_on_recordishMazdak Farrokhzad-18/+27
2019-08-14typeck: extract suggest_first_deref_fieldMazdak Farrokhzad-11/+21
2019-08-14typeck: extract maybe_suggest_array_indexingMazdak Farrokhzad-21/+29
2019-08-13Apply Centril's suggestionEric Huss-3/+3
2019-08-13typeck: extract ban_take_value_of_methodMazdak Farrokhzad-19/+29
2019-08-13typeck: extract ban_private_field_accessMazdak Farrokhzad-17/+33
2019-08-13Utilize -Zbinary-dep-depinfo for dependency trackingMark Rousskov-100/+23
2019-08-13refactor `len` and `contains` to iterate instead of recurseAndre Bogus-40/+16