about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-09-05Check placement of more attributesCaleb Zulawski-329/+700
2020-09-05Auto merge of #75872 - mati865:pgo-tests, r=petrochenkovbors-3/+31
2020-09-05Rollup merge of #76263 - tmiasko:inline-codegen-fn-attrs, r=ecstatic-morseDylan DPC-0/+133
2020-09-05Rollup merge of #76258 - Mark-Simulacrum:check-tests, r=ehussDylan DPC-4/+63
2020-09-05Rollup merge of #76254 - tmiasko:fold-len, r=wesleywiserDylan DPC-0/+29
2020-09-05Rollup merge of #76082 - jyn514:top-level-links, r=ollie27,GuillaumeGomezDylan DPC-0/+40
2020-09-05Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearthDylan DPC-40/+229
2020-09-05Rollup merge of #75954 - ArekPiekarz:unstable_book_ffi_tracking_issues, r=ste...Dylan DPC-0/+10
2020-09-05Rollup merge of #75695 - JohnTitor:regression-test, r=Dylan-DPCDylan DPC-0/+27
2020-09-05Auto merge of #75584 - RalfJung:union-no-deref, r=matthewjasperbors-0/+84
2020-09-05Update llvm submoduleMateusz Mikuła-0/+0
2020-09-05Ignore failing PGO/coverage tests on MinGWMateusz Mikuła-1/+29
2020-09-05Auto merge of #75888 - GuillaumeGomez:trait-impl-assoc-const-doc-alias, r=oll...bors-0/+30
2020-09-05Auto merge of #75173 - jackh726:chalk-0.21, r=nikomatsakisbors-6/+14
2020-09-04Bless changed test outputJack Huey-1/+1
2020-09-04Upgrade chalk to 0.21Jack Huey-6/+14
2020-09-04Auto merge of #76292 - Aaron1011:fix/proc-macro-panic-hide, r=petrochenkovbors-0/+40
2020-09-04Auto merge of #75077 - LeSeulArtichaut:tys-kind, r=nikomatsakisbors-204/+205
2020-09-04ty.flags -> ty.flags()LeSeulArtichaut-1/+1
2020-09-04`ty.kind` -> `ty.kind()` in rustdoc and clippyLeSeulArtichaut-203/+204
2020-09-04Auto merge of #75655 - nielx:fix/haiku-llvm-libz, r=Mark-Simulacrumbors-1/+1
2020-09-04Enable profiler tests on Windows-gnuMateusz Mikuła-2/+2
2020-09-04Misc cleanupJoshua Nelson-63/+114
2020-09-04Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAusbors-0/+1
2020-09-04Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandrybors-270/+1773
2020-09-04inliner: Add mir-opt tests for codegen attributes compatibilityTomasz Miąsko-0/+133
2020-09-03Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkovbors-4384/+4402
2020-09-03Auto merge of #70793 - the8472:in-place-iter-collect, r=Amanieubors-1/+2
2020-09-03Add test for doc alias on associated const in trait implsGuillaume Gomez-0/+30
2020-09-03Check test/example/benchmark on x.py checkMark Rousskov-2/+61
2020-09-03Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomezbors-70/+142
2020-09-03avoid applying in-place collect specialization in type-length testThe8472-1/+2
2020-09-03Respect `-Z proc-macro-backtrace` flag for panics inside libproc_macroAaron Hill-0/+40
2020-09-03display_for -> suggestion_forJoshua Nelson-3/+2
2020-09-03Remove disambiguators from link textJoshua Nelson-22/+141
2020-09-03Refactor RenderedLink into its own typeJoshua Nelson-19/+27
2020-09-03Refactor `ItemLink` into its own structJoshua Nelson-5/+17
2020-09-03Remove needless .to_owned() for linkJoshua Nelson-2/+2
2020-09-03rustc_lint: avoid trimmed paths for ty_find_init_errorDan Aloni-5/+5
2020-09-03specialization_graph: avoid trimmed paths for OverlapErrorDan Aloni-71/+71
2020-09-03update miriRalf Jung-8/+8
2020-09-03Tools, tests, and experimenting with MIR-derived coverage countersRich Kadel-270/+1773
2020-09-03Rollup merge of #76255 - ehuss:update-books, r=ehussDylan DPC-0/+0
2020-09-03Rollup merge of #76245 - tmiasko:inline-generators, r=ecstatic-morseDylan DPC-0/+18
2020-09-03Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morseDylan DPC-0/+58
2020-09-02Avoid spurious print outs during dryrunMark Rousskov-2/+2
2020-09-02Auto merge of #76160 - scileo:format-recovery, r=petrochenkovbors-45/+64
2020-09-02pretty: trim paths of unique symbolsDan Aloni-4460/+4478
2020-09-02Update booksEric Huss-0/+0
2020-09-02Fold length constant in Rvalue::RepeatTomasz Miąsko-0/+29