about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-10Miri shouldn't look at typesRalf Jung-6/+12
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-10Revert "Simplify MIR generation for logical ops"Andreas Jonson-23/+30
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-10rustc_target: add n64 musl targets for MIPS64 archesWang Xuerui-0/+52
2019-08-09Implement Clone, Display for ascii::EscapeDefaultClar Fon-0/+9
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-09Remove unneeded comment in src/libcore/hash/mod.rssd234678-2/+0
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
2019-08-09Update LLVM submoduleNikita Popov-0/+0
2019-08-09review comments: use structured suggestionEsteban Küber-40/+52
2019-08-09Stop test from running on Windows.Joel Galenson-10/+205
2019-08-09update MiriRalf Jung-9/+8
2019-08-09More explicit diagnostic when using a `vec![]` in a patternEsteban Küber-7/+68
2019-08-09fix testsEsteban Küber-3/+3
2019-08-09Add FIXME-s that some types should be transparentMikail Bagishov-0/+30
2019-08-09review comments: typo and rewordingEsteban Küber-31/+31
2019-08-09review comment: review wording or missing return errorEsteban Küber-21/+22
2019-08-09Extend suggestion support for traits and foreign itemsEsteban Küber-17/+161
2019-08-09Differentiate between tuple structs and tuple variantsEsteban Küber-22/+62
2019-08-09Tweak wording of fn without explicit returnEsteban Küber-21/+24
2019-08-09review commentsEsteban Küber-46/+56
2019-08-09Recover parser from `foo(_, _)`Esteban Küber-22/+116
2019-08-09When suggesting fn call use an appropriate number of placeholder argumentsEsteban Küber-16/+148