about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2020-11-02Auto merge of #78661 - JohnTitor:rollup-er2isja, r=JohnTitorbors-90/+5
2020-11-02Auto merge of #75020 - JohnTitor:fix-multispan, r=estebank,tmandrybors-29/+123
2020-11-02Fix formatYuki Okushi-90/+95
2020-11-02Only separate notes if span is multilineYuki Okushi-5/+14
2020-11-02Add "this has type `{}` which {}" noteYuki Okushi-0/+4
2020-11-02Address some code reviewsYuki Okushi-94/+85
2020-11-02Separate complex multispan into some notesYuki Okushi-29/+114
2020-11-02Rollup merge of #78610 - petrochenkov:nostriptok, r=Aaron1011Yuki Okushi-90/+5
2020-11-02Auto merge of #78592 - fpoli:nll-facts-dir, r=matthewjasperbors-2/+4
2020-11-02Auto merge of #78645 - JulianKnodt:i78622, r=estebankbors-1/+7
2020-11-02Auto merge of #78605 - nox:relax-elf-relocations, r=nagisabors-1/+8
2020-11-01Add delay_span_bug to no longer ICEkadmin-1/+7
2020-11-01Auto merge of #75534 - Aaron1011:feature/new-future-breakage, r=pnkfelixbors-114/+324
2020-11-01Auto merge of #78553 - Nadrieril:fix-78549, r=varkorbors-32/+55
2020-11-01Auto merge of #78623 - m-ou-se:rollup-m6y5j0m, r=m-ou-sebors-9/+11
2020-11-01Rollup merge of #78603 - petrochenkov:fourdigits, r=matthewjasperMara Bos-9/+11
2020-11-01Auto merge of #78531 - cuviper:unwrap-metadata, r=tmandrybors-1/+1
2020-11-01Auto merge of #78420 - estebank:suggest-assoc-fn, r=petrochenkovbors-27/+55
2020-11-01The need for `Single` to cover `Unlistable` was a hackNadrieril-18/+13
2020-11-01Fix #78549Nadrieril-16/+44
2020-11-01Do not remove tokens before AST json serializationVadim Petrochenkov-90/+5
2020-10-31Assert that locals have storage when usedTomasz Miąsko-12/+21
2020-10-31Implement -Z relax-elf-relocations=yes|noAnthony Ramine-1/+8
2020-10-31expand: Tweak a comment in implementation of `macro_rules`Vadim Petrochenkov-9/+11
2020-10-31Rollup merge of #78587 - petrochenkov:lazytok, r=Aaron1011Mara Bos-87/+77
2020-10-31Rollup merge of #78577 - tmiasko:validate-aliasing, r=jonas-schievinkMara Bos-5/+40
2020-10-31Rollup merge of #78526 - Aaron1011:fix/assoc-tokens, r=estebankMara Bos-0/+11
2020-10-30Fix testAaron Hill-1/+1
2020-10-30Some workAaron Hill-5/+11
2020-10-30Implement rustc side of report-future-incompatAaron Hill-114/+318
2020-10-31parser: Cleanup `LazyTokenStream` and avoid some clonesVadim Petrochenkov-87/+77
2020-10-30Auto merge of #78182 - LeSeulArtichaut:ty-visitor-contolflow, r=lcnr,oli-obkbors-371/+516
2020-10-30Add option to customize the nll-facts' folder locationFederico Poli-2/+4
2020-10-30Add back missing commentsJoshua Nelson-2/+5
2020-10-30Fix even more clippy warningsJoshua Nelson-520/+276
2020-10-30Fix some more clippy warningsJoshua Nelson-97/+71
2020-10-30Remove implicit `Continue` typeLeSeulArtichaut-134/+128
2020-10-30Use `ControlFlow::is{break,continue}`LeSeulArtichaut-23/+23
2020-10-30TypeVisitor: use `ControlFlow` in rustc_{mir,privacy,traits,typeck}LeSeulArtichaut-122/+171
2020-10-30TypeVisitor: use `ControlFlow` in rustc_{infer,lint,trait_selection}LeSeulArtichaut-82/+106
2020-10-30TypeVisitor: use `std::ops::ControlFlow` instead of `bool`LeSeulArtichaut-164/+242
2020-10-30Auto merge of #78562 - JohnTitor:rollup-otg906u, r=JohnTitorbors-55/+32
2020-10-30Rollup merge of #78556 - camelid:mir-opt-nrvo-docs, r=jyn514Yuki Okushi-0/+2
2020-10-30Rollup merge of #78545 - jackh726:anonymous, r=oli-obkYuki Okushi-16/+8
2020-10-30Rollup merge of #78524 - tmiasko:source-files-borrow, r=Aaron1011Yuki Okushi-8/+11
2020-10-30Rollup merge of #78523 - estebank:fix-return-type-parse-regression, r=dtolnayYuki Okushi-13/+4
2020-10-30Rollup merge of #77888 - LingMan:ast_pretty_tt_prepend_space, r=jyn514Yuki Okushi-18/+7
2020-10-30Auto merge of #78393 - SNCPlay42:match-if-guard, r=tmandrybors-0/+12
2020-10-29Link to pass docs from NRVO module docsCamelid-0/+2
2020-10-30Auto merge of #78432 - sexxi-goose:fix-77993-take3, r=nikomatsakisbors-6/+37