about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-11Remove thread-local for playground configMark Rousskov-117/+147
2019-08-11Remove unnecessary channelMark Rousskov-6/+3
2019-08-11Use a HashSet instead of VecMark Rousskov-6/+4
2019-08-11Don't store all traits in DocContextMark Rousskov-7/+5
2019-08-11Store typed PassesMark Rousskov-68/+65
2019-08-11Replace Arc with Rc around external_traitsMark Rousskov-3/+2
2019-08-11Remove ReentrantMutexMark Rousskov-15/+9
2019-08-11Use entry API in store_pathMark Rousskov-6/+2
2019-08-11Remove crate_name from DocContextMark Rousskov-13/+8
2019-08-11Move def_id_to_path to use site in visit_astMark Rousskov-20/+19
2019-08-11rustdoc: Replace HirVec with slices in doctreeMark Rousskov-21/+21
2019-08-11Auto merge of #63413 - RalfJung:miri, r=oli-obkbors-9/+8
2019-08-10Auto merge of #63250 - petrochenkov:descrate, r=davidtwcobors-73/+62
2019-08-10Update cargoVadim Petrochenkov-0/+0
2019-08-10diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"Vadim Petrochenkov-73/+62
2019-08-10Auto merge of #62955 - Mark-Simulacrum:rustdoc-clean-1, r=eddybbors-186/+97
2019-08-10Auto merge of #63437 - Centril:rollup-ryx881p, r=Centrilbors-3942/+4022
2019-08-10Rollup merge of #63432 - Centril:simplify-lowering, r=eddybMazdak Farrokhzad-43/+34
2019-08-10Rollup merge of #63425 - Mark-Simulacrum:clean-stability-doc, r=eddybMazdak Farrokhzad-15/+6
2019-08-10Implement Clean<Crate> on hir::Crate directlyMark Rousskov-11/+8
2019-08-10Replace is_doc_reachable with is_publicMark Rousskov-20/+7
2019-08-10Remove NodeId from doctree::ModuleMark Rousskov-10/+7
2019-08-10Gather deprecation information during cleaningMark Rousskov-56/+21
2019-08-10Gather stability information during cleaningMark Rousskov-55/+27
2019-08-10Make exact_paths a non-optional field on RustdocVisitorMark Rousskov-12/+11
2019-08-10Represent ownership transfer in RustdocVisitor::visitMark Rousskov-5/+7
2019-08-10Remove Option from resolverMark Rousskov-21/+19
2019-08-10Make fields of RustdocVisitor privateMark Rousskov-15/+9
2019-08-10resolve: Address FIXME from the previous commitVadim Petrochenkov-19/+17
2019-08-10Cleanup & Simplify stuff in lowering.Mazdak Farrokhzad-43/+34
2019-08-10Fix calls to resolver from rustdoc and HIR loweringVadim Petrochenkov-61/+48
2019-08-10resolve: Move some more code aroundVadim Petrochenkov-616/+602
2019-08-10resolve: Turn `resolve_error` into a method on `Resolver`Vadim Petrochenkov-422/+411
2019-08-10resolve: Remove `Deref<Target=Resolver>` implementationsVadim Petrochenkov-319/+269
2019-08-10resolve: Track whole parent scope in the visitorsVadim Petrochenkov-96/+78
2019-08-10resolve: Move late resolution visitor into a separate fileVadim Petrochenkov-2634/+2663
2019-08-10resolve: Move late resolution into a separate visitorVadim Petrochenkov-300/+477
2019-08-10Auto merge of #63352 - jgalenson:reproducible-lto, r=alexcrichtonbors-2/+209
2019-08-10Rollup merge of #63423 - estebank:priv-tuple, r=zackmdavisMazdak Farrokhzad-3/+144
2019-08-10Rollup merge of #63419 - RalfJung:typeid, r=alexcrichtonMazdak Farrokhzad-4/+14
2019-08-10Rollup merge of #63399 - estebank:vec-in-pat, r=CentrilMazdak Farrokhzad-8/+81
2019-08-10Rollup merge of #63394 - jackh726:issue-36804, r=jonas-schievinkMazdak Farrokhzad-0/+31
2019-08-10Rollup merge of #63350 - iluuu1994:use-associated-type-bounds, r=CentrilMazdak Farrokhzad-124/+172
2019-08-10Rollup merge of #63337 - estebank:break-ee0308, r=CentrilMazdak Farrokhzad-109/+701
2019-08-10Rollup merge of #63056 - petrochenkov:macstd2, r=alexcrichtonMazdak Farrokhzad-164/+364
2019-08-10Auto merge of #62756 - newpavlov:stabilize_dur_float, r=alexcrichtonbors-22/+14
2019-08-09Cleanup historical stability commentsMark Rousskov-15/+6
2019-08-10Give built-in macros stable addresses in the standard libraryVadim Petrochenkov-164/+364
2019-08-09Mention that tuple structs are private if their fields areEsteban Küber-3/+144
2019-08-09check against more collisions for TypeId of fn pointerRalf Jung-4/+14