about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-08-04Rollup merge of #75083 - JohnTitor:follow-up-unused-braces, r=lcnrYuki Okushi-25/+21
2020-08-04Rollup merge of #75081 - jyn514:fix-logging, r=Mark-SimulacrumYuki Okushi-1/+1
2020-08-04Rollup merge of #75056 - Veykril:path_statements_lint, r=oli-obkYuki Okushi-5/+44
2020-08-04Rollup merge of #75043 - petrochenkov:hasname, r=nnethercoteYuki Okushi-89/+94
2020-08-03Auto merge of #74526 - erikdesjardins:reftrack, r=Mark-Simulacrumbors-1/+8
2020-08-04rustc_ast: More detailed docs for `Attribute::check_name`Vadim Petrochenkov-1/+5
2020-08-04rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`Vadim Petrochenkov-89/+90
2020-08-03Auto merge of #75076 - tmiasko:simplify-goto, r=oli-obkbors-3/+8
2020-08-03Auto merge of #75068 - petrochenkov:ignore-debinfo, r=Mark-Simulacrumbors-0/+1
2020-08-03Auto merge of #75055 - cjgillot:clean-cache, r=oli-obkbors-367/+145
2020-08-03Do not trigger `unused_braces` for `while let`Yuki Okushi-25/+21
2020-08-02Fix logging for rustdocJoshua Nelson-1/+1
2020-08-03Auto merge of #74969 - nnethercote:rm-GCX_PTR, r=Mark-Simulacrumbors-78/+36
2020-08-02Auto merge of #74948 - lzutao:stalize-result-as-deref, r=dtolnaybors-46/+3
2020-08-03Use more appropriate `tls::with_*` methods in some places.Nicholas Nethercote-8/+7
2020-08-03Remove `GCX_PTR`.Nicholas Nethercote-74/+33
2020-08-03Remove redundant assignment from CfgSimplifierTomasz Miąsko-2/+0
2020-08-03Fix change detection in CfgSimplifier::collapse_goto_chainTomasz Miąsko-1/+8
2020-08-02Auto merge of #75070 - Manishearth:rollup-2kgcaw5, r=Manishearthbors-48/+183
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-18/+18
2020-08-02Rollup merge of #75031 - JohnTitor:unused-parens-braces-yield, r=lcnrManish Goregaokar-1/+96
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-02tests: Ignore src/test/debuginfo/rc_arc.rs on WindowsVadim Petrochenkov-0/+1
2020-08-02Lint path statements to use drop for drop typesLukas Wirth-5/+44
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-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-1/+0
2020-08-03Rollup merge of #74781 - GuillaumeGomez:cleanup-e0733, r=jyn514Yuki Okushi-5/+9
2020-08-02fix typosliuzhenyu-18/+18
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/+16
2020-08-02Use Lift derive proc-macro in librustc_traits.Camille GILLOT-239/+23
2020-08-02Move IntercrateAmbiguityCause to librustc_trait_selection.Camille GILLOT-41/+41
2020-08-02Introduce an abstraction for EvaluationCache and SelectionCache.Camille GILLOT-87/+81
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