about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-11-04Auto merge of #77227 - oli-obk:const_val_🌳_prelude, r=RalfJungbors-13/+15
2020-11-04`u128` truncation and sign extension are not just interpreter relatedoli-2/+2
2020-11-04Auto merge of #78677 - Aaron1011:fix/capture-inner-attrs, r=petrochenkovbors-0/+118
2020-11-04s/Scalar::Raw/Scalar::Intoli-1/+1
2020-11-04Use packed struct instead of manually packing into an arrayoli-2/+2
2020-11-04Split the "raw integer bytes" part out of `Scalar`Oliver Scherer-14/+16
2020-11-03Auto merge of #78711 - m-ou-se:rollup-pxqnny7, r=m-ou-sebors-50/+129
2020-11-03Rollup merge of #78709 - ehuss:fix-in_tree_crates-non-member, r=Mark-SimulacrumMara Bos-0/+4
2020-11-03Rollup merge of #78699 - pietroalbini:lldb-error, r=jyn514Mara Bos-2/+2
2020-11-03Rollup merge of #78687 - jyn514:bootstrap-help, r=Mark-SimulacrumMara Bos-1/+2
2020-11-03Rollup merge of #78659 - ayrtonm:fn-ref-lint-fix, r=oli-obkMara Bos-31/+75
2020-11-03Rollup merge of #78626 - fusion-engineering-forks:deprecated-trait-impl, r=es...Mara Bos-15/+36
2020-11-03Rollup merge of #77950 - arlosi:sha256, r=eddybMara Bos-1/+10
2020-11-03Fix panic in bootstrap for non-workspace path dependencies.Eric Huss-0/+4
2020-11-03Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiserbors-346/+373
2020-11-03lldb_batchmode: show more error informationPietro Albini-2/+2
2020-11-03Rollup merge of #78676 - kiffie:embedded-bare-mipsr2, r=jonas-schievinkYuki Okushi-0/+1
2020-11-03Rollup merge of #78663 - Aaron1011:fix/cap-future-compat, r=tmandryYuki Okushi-0/+21
2020-11-03Rollup merge of #78616 - richkadel:unstable-book-instr-cov, r=tmandryYuki Okushi-0/+169
2020-11-03Rollup merge of #78575 - tmiasko:compiletest-rustc-env, r=Aaron1011Yuki Okushi-3/+30
2020-11-03Rollup merge of #78400 - GuillaumeGomez:fix-unindent, r=jyn514Yuki Okushi-92/+163
2020-11-03Rollup merge of #78376 - Aaron1011:feature/consistent-empty-expr, r=petrochenkovYuki Okushi-1/+28
2020-11-02Suggest library/std when running all stage 0 testsJoshua Nelson-1/+2
2020-11-02add mipsel-unknown-none targetStephan-0/+1
2020-11-03Expand `NtExpr` tokens only in key-value attributesVadim Petrochenkov-1/+251
2020-11-02addressed feedbackRich Kadel-15/+24
2020-11-02Use reparsed `TokenStream` if we captured any inner attributesAaron Hill-0/+118
2020-11-02Treat trailing semicolon as a statement in macro callAaron Hill-1/+28
2020-11-02Auto merge of #78667 - pietroalbini:lldb-unbuffered, r=Mark-Simulacrumbors-0/+1
2020-11-02Improve deprecation attribute diagnostic messages.Mara Bos-15/+7
2020-11-02compiletest: try running lldb_batchmode.py with PYTHONUNBUFFEREDPietro Albini-0/+1
2020-11-02Auto merge of #78661 - JohnTitor:rollup-er2isja, r=JohnTitorbors-55/+25
2020-11-02Only separate notes if span is multilineYuki Okushi-6/+3
2020-11-02Add "this has type `{}` which {}" noteYuki Okushi-0/+13
2020-11-02Address some code reviewsYuki Okushi-16/+4
2020-11-02Separate complex multispan into some notesYuki Okushi-25/+30
2020-11-02Avoid complex diagnostics in snippets which contain newlinesYuki Okushi-0/+56
2020-11-02Fix ICE when a future-incompat-report has its command-line level cappedAaron Hill-0/+21
2020-11-02Rollup merge of #78610 - petrochenkov:nostriptok, r=Aaron1011Yuki Okushi-55/+25
2020-11-01Document -Zinstrument-coverageRich Kadel-0/+160
2020-11-01Corrected suggestion for generic parameters in `function_item_references` lintAyrton-31/+75
2020-11-01Add delay_span_bug to no longer ICEkadmin-0/+16
2020-11-01Improve code in unindent_comment a bit moreGuillaume Gomez-21/+22
2020-11-01Add test for #[deprecated] attribute on trait impl block.Mara Bos-1/+18
2020-11-01Use the right span for errors about #[deprecated] attributes.Mara Bos-14/+26
2020-11-01Auto merge of #75534 - Aaron1011:feature/new-future-breakage, r=pnkfelixbors-9/+201
2020-11-01Auto merge of #78553 - Nadrieril:fix-78549, r=varkorbors-6/+31
2020-11-01Auto merge of #78420 - estebank:suggest-assoc-fn, r=petrochenkovbors-22/+69
2020-11-01Fix #78549Nadrieril-6/+31
2020-11-01Do not remove tokens before AST json serializationVadim Petrochenkov-55/+25