about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-08-06add extra error message to the expected stderr for transmutes_expressible_as_...Ryan1729-1/+7
2020-08-06add documentation to functions that call `do_check` and add a test against li...Ryan1729-2/+19
2020-08-06add description to assertRyan1729-1/+4
2020-08-06address some review commentsRyan1729-6/+3
2020-08-06get the expected number of errors by acknowledging that other lints are cover...Ryan1729-45/+100
2020-08-06try putting the can_be_expressed_as_pointer_cast at the top and find that we ...Ryan1729-21/+25
2020-08-06accidentally cause an ICE by putting the TRANSMUTES_EXPRESSIBLE_AS_PTR_CASTS ...Ryan1729-15/+19
2020-08-06write currently failing test for transmutes_expressible_as_ptr_castsRyan1729-1/+54
2020-08-06initial compiling version of TRANSMUTES_EXPRESSIBLE_AS_PTR_CASTSRyan1729-2/+72
2020-08-06make InheritedBuilder::enter publicRyan1729-1/+1
2020-08-06run cargo dev new_lint then move transmutes_expressible_as_ptr_casts into tra...Ryan1729-0/+39
2020-08-06make parts of rustc_typeck publicRyan1729-5/+5
2020-08-03Auto merge of #74969 - nnethercote:rm-GCX_PTR, r=Mark-Simulacrumbors-79/+36
2020-08-02Auto merge of #74948 - lzutao:stalize-result-as-deref, r=dtolnaybors-192/+14
2020-08-03Use more appropriate `tls::with_*` methods in some places.Nicholas Nethercote-8/+7
2020-08-03Remove `GCX_PTR`.Nicholas Nethercote-75/+33
2020-08-02Auto merge of #75070 - Manishearth:rollup-2kgcaw5, r=Manishearthbors-55/+190
2020-08-02Rollup merge of #75064 - petrochenkov:llvmtarg, r=Mark-SimulacrumManish Goregaokar-17/+45
2020-08-02Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPCManish Goregaokar-25/+25
2020-08-02Rollup merge of #75031 - JohnTitor:unused-parens-braces-yield, r=lcnrManish Goregaokar-1/+96
2020-08-02Rollup merge of #75009 - georgio:master, r=kennytmManish Goregaokar-0/+0
2020-08-02Rollup merge of #74980 - davidtwco:issue-74745-pprust-regression-test, r=petr...Manish Goregaokar-12/+24
2020-08-02Auto merge of #74826 - matklad:mbe-fragment, r=petrochenkovbors-339/+319
2020-08-02Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkovbors-56/+146
2020-08-02compiletest: Support ignoring tests requiring missing LLVM componentsVadim Petrochenkov-17/+45
2020-08-03Recover strictness for `yield`Yuki Okushi-9/+60
2020-08-02Auto merge of #75060 - JohnTitor:rollup-aq8sfxf, r=JohnTitorbors-350/+642
2020-08-03Rollup merge of #75057 - Mark-Simulacrum:avoid-long-print, r=alexcrichtonYuki Okushi-1/+3
2020-08-03Rollup merge of #75054 - cjgillot:rename-depkind, r=petrochenkovYuki Okushi-35/+35
2020-08-03Rollup merge of #75044 - GuillaumeGomez:cleanup-e0744, r=pickfireYuki Okushi-3/+5
2020-08-03Rollup merge of #75041 - pawanbisht62:feature/replace-log-with-tracing, r=oli...Yuki Okushi-8/+8
2020-08-03Rollup merge of #75010 - Aaron1011:feature/remove-old-deps, r=Mark-SimulacrumYuki Okushi-216/+140
2020-08-03Rollup merge of #74974 - RalfJung:miri-tests, r=Mark-SimulacrumYuki Okushi-12/+18
2020-08-03Rollup merge of #74874 - ssomers:btree_cleanup_8, r=Mark-SimulacrumYuki Okushi-8/+16
2020-08-03Rollup merge of #74781 - GuillaumeGomez:cleanup-e0733, r=jyn514Yuki Okushi-5/+9
2020-08-03Rollup merge of #74762 - ssomers:btree_no_root_in_remove_kv_tracking, r=Mark-...Yuki Okushi-52/+405
2020-08-03Rollup merge of #74686 - ssomers:btree_cleanup_3, r=Mark-SimulacrumYuki Okushi-10/+3
2020-08-02Document the discrepancy in the mask type for _mm_shuffle_psGeorgio Nicolas-0/+0
2020-08-02fix typosliuzhenyu-25/+25
2020-08-02Avoid dumping rustc invocations to stdoutMark Rousskov-1/+3
2020-08-02compiletest: print diff for pretty testsDavid Wood-9/+16
2020-08-02tests: add regression test for #74745David Wood-0/+5
2020-08-02pprust: adjust mixed comment printingDavid Wood-3/+3
2020-08-02Rename rustc_middle::cstore::DepKind to DependencyKind.Camille GILLOT-35/+35
2020-08-02Auto merge of #74675 - pietroalbini:aarch64-ci-fallible, r=Mark-Simulacrumbors-1/+21
2020-08-02Auto merge of #74210 - estebank:type-ascriptomatic, r=petrochenkovbors-181/+212
2020-08-02Formatting: don't mix mod and useAleksey Kladov-6/+5
2020-08-02Use NonterminalKind for MetaVarDeclAleksey Kladov-134/+95
2020-08-02Introduce NonterminalKindAleksey Kladov-211/+231
2020-08-02Clean up E0744 explanationGuillaume Gomez-3/+5