about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-03-05Remove redundant enableSearchInput functionMichael Howell-10/+2
2021-03-05Backport some LLVM compile-time improvementsNikita Popov-0/+0
2021-03-05Revise prefix a bit, adding both `--test` (conditionally) and `[RUSTC-SHIM]` ...Felix S. Klock II-3/+4
2021-03-05use pat<no_top_alt> for patterns in let bindingsmark-275/+457
2021-03-05Store `UNVERSIONED_FILES` in a data structureJoshua Nelson-33/+39
2021-03-05Build rustdoc for run-make tests, not just run-make-fulldepsJoshua Nelson-1/+1
2021-03-05Use global variables instead of functions for DOM IDsGuillaume Gomez-16/+11
2021-03-05Clean up code around theme elementsGuillaume Gomez-11/+19
2021-03-05Remove theme.js file creation and move its code inside main.jsGuillaume Gomez-67/+74
2021-03-05Refactor from_clean_item_kind to improve ExternCrateItem handlingGuillaume Gomez-8/+7
2021-03-05Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran...Guillaume Gomez-43/+54
2021-03-05Add regression test for #75525Dániel Buga-0/+27
2021-03-05Make invalid_doc_attribute lint pluralGuillaume Gomez-4/+4
2021-03-05Add more windows specific numbersRyan Levick-28/+42
2021-03-05Auto merge of #82795 - m-ou-se:rollup-uzx0b92, r=m-ou-sebors-44/+153
2021-03-05Update tests names to start with `issue-`Henry Boisdequin-1/+1
2021-03-05Remove hack that forces dogfood to run on nightlyflip1995-6/+0
2021-03-05Rollup merge of #82787 - notriddle:main-js-cleanup, r=GuillaumeGomezMara-20/+0
2021-03-05Rollup merge of #81939 - kper:fixing-81584-allocate-in-iter, r=davidtwcoMara-0/+32
2021-03-05Rollup merge of #80763 - petrochenkov:pubusecrate, r=estebankMara-24/+27
2021-03-05Rollup merge of #80723 - rylev:noop-lint-pass, r=estebankMara-0/+94
2021-03-05Shrink the size of Rvalue by 16 bytesOli Scherer-3/+3
2021-03-05Auto merge of #82777 - GuillaumeGomez:rollup-etcsupl, r=GuillaumeGomezbors-2697/+2758
2021-03-05Auto merge of #71481 - estebank:inherit-stability, r=nikomatsakisbors-149/+212
2021-03-04Remove unused code from main.jsMichael Howell-20/+0
2021-03-05expand: Introduce enum for module loading errors and make module loading spec...Vadim Petrochenkov-4/+4
2021-03-05expand: Move module file path stack from global session to expansion dataVadim Petrochenkov-11/+13
2021-03-05expand: Remove obsolete `DirectoryOwnership::UnownedViaMod`Vadim Petrochenkov-0/+15
2021-03-04Make rustc shim's verbose output include crate_name being compiled.Felix S. Klock II-5/+10
2021-03-04Add powerpc-unknown-openbsd targetyn0ga-0/+1
2021-03-04Rollup merge of #82752 - JohnTitor:gat-ice-test, r=jackh726Guillaume Gomez-0/+40
2021-03-04Rollup merge of #82690 - jyn514:remove-pass-docs, r=ManishearthGuillaume Gomez-132/+67
2021-03-04Rollup merge of #82088 - Nicholas-Baron:shorten_html_render, r=GuillaumeGomezGuillaume Gomez-2532/+2599
2021-03-04Also use INVALID_DOC_ATTRIBUTE for "unknown doc attribute" warningsGuillaume Gomez-16/+20
2021-03-04Add tests for #[doc(test(...)] checkGuillaume Gomez-0/+74
2021-03-04Use cache access levelsGuillaume Gomez-1/+1
2021-03-04No more need for borrow callGuillaume Gomez-1/+1
2021-03-04Pass TyCtxt directly instead of DocContext in librustdoc::visit_ast::inherits...Guillaume Gomez-5/+5
2021-03-04Move visibility check inside the should_have_doc_example functionGuillaume Gomez-20/+17
2021-03-04Update missing code example testGuillaume Gomez-5/+18
2021-03-04Don't warn for `missing_doc_examples` when item is #[doc(hidden)]Guillaume Gomez-14/+23
2021-03-04Auto merge of #82747 - JohnTitor:pin-es-check-version, r=Mark-Simulacrumbors-1/+2
2021-03-04Update rustdoc documentationJoshua Nelson-132/+67
2021-03-04Corrected imports for render tests and mod filesNicholas-Baron-3/+4
2021-03-04Moved `write_shared` to its own fileNicholas-Baron-535/+549
2021-03-04Moved the `make_item_keywords` function to `context.rs` as it is only used thereNicholas-Baron-5/+6
2021-03-04Moved `print_item` and helpers to a separate fileNicholas-Baron-1404/+1430
2021-03-04Moved Context and its impls to a separate fileNicholas-Baron-593/+618
2021-03-04Remove RefCell around module_trait_cacheJoshua Nelson-26/+28
2021-03-04Don't require a `DocContext` for `report_diagnostic`Joshua Nelson-25/+29