about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2019-07-12Rollup merge of #62568 - lzutao:replace_may_dangle, r=matthewjasperMazdak Farrokhzad-1/+0
2019-07-12Auto merge of #61462 - GuillaumeGomez:fix-local-storage, r=Manishearthbors-3/+1
2019-07-11Remove feature gate `dropck_parametricity` completelyLzu Tao-1/+0
2019-07-11resolve: Divide macro path resolution into speculative and error reporting partsVadim Petrochenkov-2/+2
2019-07-11Remove `MacroKind::ProcMacroStub`Vadim Petrochenkov-18/+7
2019-07-09Rollup merge of #62470 - dima74:patch-1, r=GuillaumeGomezMazdak Farrokhzad-0/+1
2019-07-07Prevent shrinking of "crate select" element on FirefoxDmitry Murzin-0/+1
2019-07-06rustdoc: set cfg(doctest) when collecting doctestsQuietMisdreavus-0/+3
2019-07-06Rollup merge of #62329 - matklad:no-peeking, r=petrochenkovMazdak Farrokhzad-22/+34
2019-07-05Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=ZoxcMazdak Farrokhzad-37/+38
2019-07-05Rollup merge of #61545 - flip1995:internal_lints, r=oli-obkMazdak Farrokhzad-1/+0
2019-07-05Rollup merge of #62238 - GuillaumeGomez:fix-code-block-information-icon-pos, ...Mazdak Farrokhzad-0/+4
2019-07-05Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichtonMazdak Farrokhzad-8/+8
2019-07-04rename hir::map::opt_local_def_id*ljedrz-2/+2
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-32/+32
2019-07-04rename hir::map::local_def_id to local_def_id_from_node_idljedrz-3/+4
2019-07-04cleanup lexer constructorsAleksey Kladov-13/+14
2019-07-04remove StringReader::peekAleksey Kladov-9/+20
2019-07-04Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=...Mazdak Farrokhzad-5/+6
2019-07-03Auto merge of #61995 - eddyb:hir-sep-ptr, r=petrochenkovbors-2/+2
2019-07-01Fix import of take in collapse_docs.rsChris Gregory-1/+1
2019-07-01Enable mem_take feature in relevant cratesChris Gregory-0/+1
2019-07-01Convert more usages overChris Gregory-4/+4
2019-07-01Revert "implicit `Option`-returning doctests"Guillaume Gomez-6/+1
2019-07-01rustc: use a separate copy of P for HIR than for AST.Eduard-Mihai Burtescu-2/+2
2019-07-01Remove needless lifetimesJeremy Stucki-8/+8
2019-06-30Rollup merge of #62224 - euclio:remove-derives, r=GuillaumeGomezMazdak Farrokhzad-68/+56
2019-06-30Auto merge of #61459 - GuillaumeGomez:fix-rustdoc-sysroot-panic, r=ollie27,bj...bors-4/+2
2019-06-29Fix code block information icon positionGuillaume Gomez-0/+4
2019-06-29Rollup merge of #61199 - ollie27:rustdoc_cfg_test, r=QuietMisdreavusMazdak Farrokhzad-3/+0
2019-06-26remove unused derives and variantsAndy Russell-68/+56
2019-06-25Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelixMazdak Farrokhzad-1/+1
2019-06-25rustc: produce AST instead of HIR from `hir::lowering::Resolver` methods.Eduard-Mihai Burtescu-9/+11
2019-06-24Enable internal lints in bootstrapflip1995-1/+0
2019-06-22Prefer to use `has_errors` to `err_count`Matthew Jasper-1/+1
2019-06-22Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=ZoxcMazdak Farrokhzad-2/+2
2019-06-22Rollup merge of #61181 - GuillaumeGomez:fix-theme-checker, r=kinnisonMazdak Farrokhzad-7/+21
2019-06-21Better handling of the sender channel part in rustdoc file writingGuillaume Gomez-8/+8
2019-06-21Handle fs errors through errors::Handler instead of eprintln and panicGuillaume Gomez-12/+65
2019-06-21Add DocFS layer to rustdocRobert Collins-136/+231
2019-06-20Improve theme checker by removing unneeded conditionsGuillaume Gomez-6/+14
2019-06-20Add test for empty css file checkGuillaume Gomez-0/+6
2019-06-20Fix theme-checker failureGuillaume Gomez-1/+1
2019-06-20rustdoc: generate implementors for all auto traitsSimonas Kazlauskas-80/+9
2019-06-20rename hir::map::get_by_hir_id to getljedrz-1/+1
2019-06-20rename hir::map::name_by_hir_id to ::nameljedrz-1/+1
2019-06-19rustc: disallow cloning HIR nodes.Eduard-Mihai Burtescu-267/+271
2019-06-19rustc: replace `GenericArgs::with_generic_args` hack with a plain getter.Eduard-Mihai Burtescu-3/+4
2019-06-19Rollup merge of #61898 - petrochenkov:sekind, r=eddybMazdak Farrokhzad-11/+5
2019-06-19Rollup merge of #61505 - ebarnard:doc-shrink, r=GuillaumeGomezMazdak Farrokhzad-8/+13