about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-26Store only the current depthMark Rousskov-11/+11
2019-08-26Remove support for printing HRef in alternate modeMark Rousskov-11/+8
2019-08-26Remove dead tracking of external param namesMark Rousskov-45/+0
2019-08-26Mutate DocContext from LibEmbargoVisitor and RustdocVisitorMark Rousskov-27/+23
2019-08-26Move top-level Clean impl to functionMark Rousskov-87/+83
2019-08-26Move source HTML generation to own moduleMark Rousskov-173/+194
2019-08-27proc_macro: Update `Span::def_site` to use the proc macro definition locationVadim Petrochenkov-49/+151
2019-08-27metadata: Eliminate `FullProcMacro`Vadim Petrochenkov-50/+28
2019-08-27Respect attributes on proc macro definitionsVadim Petrochenkov-67/+131
2019-08-26Rollup merge of #63921 - RalfJung:file-check, r=alexcrichtonMazdak Farrokhzad-0/+2
2019-08-26Rollup merge of #63855 - killercup:refactor/feature-gates, r=CentrilMazdak Farrokhzad-309/+419
2019-08-26Rollup merge of #63845 - DevQps:47091-remove-bad-example, r=nikomatsakisMazdak Farrokhzad-8/+0
2019-08-26Rollup merge of #63836 - Wind-River:master_003, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-08-26Rollup merge of #63693 - Centril:polish-parse-or-pats, r=estebankMazdak Farrokhzad-226/+1081
2019-08-26Rollup merge of #63317 - estebank:dead-code, r=matthewjasperMazdak Farrokhzad-20/+172
2019-08-27proc_macro: Turn `quote` into a regular built-in macroVadim Petrochenkov-17/+19
2019-08-27resolve: Block expansion of a derive container until all its derives are reso...Vadim Petrochenkov-153/+195
2019-08-26review commentEsteban Küber-2/+2
2019-08-26adjust testsRalf Jung-18/+9
2019-08-26parser: fix span for leading vert.Mazdak Farrokhzad-5/+6
2019-08-26add link to FileCheck docsRalf Jung-0/+2
2019-08-26raw slices do not have to comply to the size limitRalf Jung-14/+5
2019-08-26Error when generator trait is not foundLzu Tao-2/+25
2019-08-26Auto merge of #63901 - estebank:unknown-receiver-type, r=zackmdavisbors-12/+51
2019-08-26Auto merge of #63897 - petrochenkov:prettycomma, r=estebankbors-15/+24
2019-08-26ty: use Align for ReprOptions pack and align.Hristo Venev-46/+45
2019-08-26Auto merge of #63580 - wesleywiser:move_promoted_out, r=oli-obkbors-369/+519
2019-08-26Auto merge of #62891 - vext01:improve-black-box-docs, r=RalfJung,Centril,gnzlbgbors-4/+12
2019-08-26Auto merge of #62603 - cuviper:no-unwind-abort, r=joshtriplettbors-3/+11
2019-08-25Point at method call on missing annotation errorEsteban Küber-12/+51
2019-08-25Auto merge of #61613 - sinkuu:impl_trait_inline, r=ollie27bors-67/+264
2019-08-25Refactor feature gate checking codePascal Hertleif-18/+22
2019-08-25pprust: Do not print spaces before some tokensVadim Petrochenkov-15/+24
2019-08-25Force #[unwind(aborts)] in test/codegen/c-variadic.rsJosh Stone-0/+6
2019-08-25Revert "Allow a dirty MirBuilt for make_extern and make_method_extern"Josh Stone-2/+2
2019-08-25Permit unwinding through FFI by defaultMark Rousskov-1/+3
2019-08-25Auto merge of #63878 - phansch:update_clippy_submodule, r=Manishearthbors-7/+7
2019-08-25test for too long slicesRalf Jung-9/+31
2019-08-25validate raw wide pointersRalf Jung-68/+131
2019-08-25factor wide ptr metadata checking into separate methodRalf Jung-39/+48
2019-08-25submodules: update clippy from 2bcb6155948e2f8b86db08152a5f54bd5af625e5 to 05...Philipp Hansch-7/+7
2019-08-25Fix system theme detectionGuillaume Gomez-1/+2
2019-08-25Introduce and use `Feature` type for feature gatesPascal Hertleif-23/+98
2019-08-25Auto merge of #63874 - spastorino:places-drive-by-cleanups, r=Centrilbors-12/+9
2019-08-25Auto merge of #63862 - Centril:match-cleanup, r=oli-obkbors-973/+1129
2019-08-25parser: TopLevel -> RecoverComma.Mazdak Farrokhzad-10/+10
2019-08-25or_patterns: add run-rustfix tests.Mazdak Farrokhzad-0/+150
2019-08-25parser: gracefully handle `fn foo(A | B: type)`.Mazdak Farrokhzad-97/+125
2019-08-25debuginfo: give unique names to closure and generator typesPhilip Craig-5/+72
2019-08-24Add a period at the end of the sentenceSantiago Pastorino-1/+1