about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-05-13Tolerate SIGTRAP for panic abort after panic::always_abortIan Jackson-1/+1
2021-05-13Use SIGUSR1 rather than SIGTRAP for "allocated after fork"Ian Jackson-2/+2
2021-05-13Auto merge of #85258 - GuillaumeGomez:rollup-kzay7o5, r=GuillaumeGomezbors-313/+191
2021-05-13Rollup merge of #85240 - Aaron1011:no-suggest-static, r=davidtwcoGuillaume Gomez-35/+0
2021-05-13Rollup merge of #85175 - GuillaumeGomez:rustdoc-cleanup, r=jshaGuillaume Gomez-274/+150
2021-05-13Rollup merge of #85068 - luqmana:78708-xcrate-diag, r=estebankGuillaume Gomez-4/+41
2021-05-13Auto merge of #85110 - RalfJung:no-rustc_args_required_const, r=oli-obkbors-319/+59
2021-05-13Fix display for "implementors" sectionGuillaume Gomez-1/+1
2021-05-13fix test suiteRalf Jung-70/+59
2021-05-13wowEllen-2/+2
2021-05-13Use DefaultMetadataLoader in the hotplug_codegen_backend testbjorn3-13/+1
2021-05-13Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakisbors-51/+468
2021-05-13Improve commentJakub Kulik-1/+1
2021-05-13Update Docker to build the deprecated target alongside the new oneJakub Kulik-14/+10
2021-05-13completion uwuEllen-8/+0
2021-05-13have on_completion record subcyclesNiko Matsakis-36/+61
2021-05-13introduce a unit testing feature `rustc_evaluate_where_clauses`Niko Matsakis-0/+135
2021-05-13Auto merge of #85041 - mibac138:suggest-generics, r=estebankbors-4/+176
2021-05-13Auto merge of #84732 - DrChat:asm_powerpc, r=Amanieubors-1/+176
2021-05-13Auto merge of #83759 - SkiFire13:fix-diag, r=estebankbors-41/+786
2021-05-12Rename `RealFileName::Named` to `LocalPath`Andy Wang-9/+10
2021-05-12Only deal with LocalPath in conversionAndy Wang-1/+1
2021-05-12Rename span_to_string to span_to_diagnostic_stringAndy Wang-1/+1
2021-05-12Don't suggest adding `'static` lifetime to argumentsAaron Hill-35/+0
2021-05-13Auto merge of #82069 - Aaron1011:verbose-in-macro, r=estebankbors-737/+737
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-737/+737
2021-05-12Preserve `SyntaxContext` for invalid/dummy spans in crate metadataAaron Hill-0/+68
2021-05-12Update LLVM submoduleNikita Popov-0/+0
2021-05-12Auto merge of #85188 - RalfJung:miri, r=RalfJungbors-8/+8
2021-05-12update MiriRalf Jung-8/+8
2021-05-12Improve error message for non-exhaustive matches on non-exhaustive enumsFabian Wolff-5/+78
2021-05-12Auto merge of #85231 - GuillaumeGomez:rollup-hufe4gz, r=GuillaumeGomezbors-132/+304
2021-05-12Rollup merge of #85205 - ehuss:update-books, r=ehussGuillaume Gomez-0/+0
2021-05-12Rollup merge of #85174 - GuillaumeGomez:doc-code-block-border-radius, r=jshaGuillaume Gomez-2/+2
2021-05-12Rollup merge of #85141 - GuillaumeGomez:maybe_collapsed_doc_value-doc, r=jshaGuillaume Gomez-2/+2
2021-05-12Rollup merge of #85117 - jsha:bubble-bubble-toil-and-trouble, r=GuillaumeGomezGuillaume Gomez-128/+138
2021-05-12Rollup merge of #84793 - estebank:parse-struct-field-default, r=davidtwcoGuillaume Gomez-0/+162
2021-05-12entirely remove rustc_args_required_const attributeRalf Jung-127/+0
2021-05-12rustc_args_required_const is no longer a promotion siteRalf Jung-122/+0
2021-05-12Auto merge of #84730 - sexxi-goose:rox-auto-trait, r=nikomatsakisbors-19/+327
2021-05-12Bless tests.Camille GILLOT-5/+5
2021-05-12Use () for all_traits.Camille GILLOT-6/+5
2021-05-12Use () for privacy.Camille GILLOT-5/+3
2021-05-12Use () for inherent_impls.Camille GILLOT-2/+2
2021-05-12Use () for entry_fn.Camille GILLOT-2/+2
2021-05-12Use () for HIR queries.Camille GILLOT-2/+2
2021-05-12Bless testsGiacomo Stevanato-41/+604
2021-05-12Update wrong-number-of-args test to cover more edge casesGiacomo Stevanato-0/+182
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-33/+70
2021-05-12make verify-channel.sh compatible with macOSPietro Albini-7/+17