about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-08-22Add `#![feature(const_float_classify)]` for `f64::classify` and friendsDylan MacKenzie-18/+35
2020-08-22Add `#![feature(const_float_bits_conv)]` for `f64::to_bits` and friendsDylan MacKenzie-16/+33
2020-08-22Auto merge of #75783 - denisvasilik:intra-doc-links-core-alloc, r=jyn514bors-3/+2
2020-08-22Auto merge of #75795 - matthiaskrgr:cargotest_clippy, r=Dylan-DPCbors-7/+7
2020-08-22Link to primitive instead of moduleDenis Vasilik-1/+2
2020-08-22Auto merge of #75790 - LeSeulArtichaut:std-intra-doc, r=jyn514bors-136/+53
2020-08-22Auto merge of #75776 - GuillaumeGomez:missing-doc-examples-lint-improvements,...bors-27/+74
2020-08-22Auto merge of #75772 - tmiasko:io-maybe-no, r=dtolnaybors-175/+103
2020-08-22Auto merge of #75792 - matthiaskrgr:bootstrap_clippy, r=Dylan-DPCbors-14/+8
2020-08-22Auto merge of #75797 - Dylan-DPC:rollup-lfeytr7, r=Dylan-DPCbors-2112/+1857
2020-08-22Rollup merge of #75788 - nagisa:mir-call-doccomment, r=wesleywiserDylan DPC-1/+1
2020-08-22Rollup merge of #75787 - LeSeulArtichaut:core-intra-doc, r=jyn514Dylan DPC-47/+18
2020-08-22Rollup merge of #75782 - GuillaumeGomez:more-links, r=jyn514Dylan DPC-57/+57
2020-08-22Rollup merge of #75781 - Amanieu:asm-fix, r=nagisaDylan DPC-2/+10
2020-08-22Rollup merge of #75771 - tmiasko:const-eval-query-stack-normalize, r=jonas-sc...Dylan DPC-2/+3
2020-08-22Rollup merge of #75769 - matklad:flatten, r=petrochenkovDylan DPC-136/+121
2020-08-22Rollup merge of #75753 - koutheir:patch-1, r=steveklabnikDylan DPC-2/+3
2020-08-22Rollup merge of #75745 - jyn514:refactor-resolve, r=ManishearthDylan DPC-23/+1
2020-08-22Rollup merge of #75725 - LeSeulArtichaut:alloc-intra-doc, r=jyn514Dylan DPC-223/+116
2020-08-22Rollup merge of #75718 - GuillaumeGomez:coverage-ui-doc-examples-count, r=jyn514Dylan DPC-94/+196
2020-08-22Rollup merge of #75711 - CohenArthur:split-up-astconv, r=oli-obkDylan DPC-1059/+1096
2020-08-22Rollup merge of #75705 - denisvasilik:intra-doc-links-intrinsics, r=jyn514Dylan DPC-466/+235
2020-08-22cargotest: fix clippy warningsMatthias Krüger-7/+7
2020-08-22Use intra-doc-links in `std::sync::*`LeSeulArtichaut-136/+53
2020-08-22bootstrap: fix a couple of clippy lint warningsMatthias Krüger-14/+8
2020-08-22Add more linksGuillaume Gomez-46/+55
2020-08-21Remove links that get imported from the preludeLeSeulArtichaut-14/+3
2020-08-21Use intra-doc-links in `core::ops::*`LeSeulArtichaut-45/+27
2020-08-22MIR call terminator represents diverging calls tooSimonas Kazlauskas-1/+1
2020-08-21Use intra-doc linksDenis Vasilik-3/+2
2020-08-21Use intra-doc linksDenis Vasilik-2/+1
2020-08-21Add regression testAmanieu d'Antras-0/+5
2020-08-21Added link to Microsoft's documentation of CFGDr. Koutheir Attouchi-1/+1
2020-08-21Fixed a typoDr. Koutheir Attouchi-1/+1
2020-08-21Convert links to intra-doc links formatGuillaume Gomez-11/+2
2020-08-21Auto merge of #75708 - JohnTitor:stay-cool-full-bootstrap-builder, r=pietroal...bors-36/+0
2020-08-21More inline asm register name fixups for LLVMAmanieu d'Antras-2/+5
2020-08-21Apply suggestions from code reviewLeSeulArtichaut-14/+6
2020-08-21Rework imports used solely for docsDenis Vasilik-7/+2
2020-08-21Apply auto-formatterDenis Vasilik-3/+3
2020-08-21Incorporate suggestions from reviewDenis Vasilik-457/+233
2020-08-21Strenghten tests for missing_doc_code_examples lintGuillaume Gomez-5/+54
2020-08-21Unify checks for lint missing_doc_code_examples and --show-coverageGuillaume Gomez-22/+20
2020-08-21Auto merge of #75694 - RalfJung:miri-align-to, r=nagisabors-11/+6
2020-08-21Show line even if there is no code examplesGuillaume Gomez-5/+3
2020-08-21Ignore more kind of items for doc examplesGuillaume Gomez-0/+4
2020-08-21Minor, remove double nesting of a test moduleAleksey Kladov-136/+121
2020-08-21Remove wrapper type handling absent raw standard streamsTomasz Miąsko-100/+33
2020-08-21Make raw standard stream constructors constTomasz Miąsko-30/+33
2020-08-21Remove result type from raw standard streams constructorsTomasz Miąsko-79/+71