about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-28or-pattern: fix typo in error messageTshepang Lekhonkhobe-3/+3
2019-08-27Auto merge of #63922 - RalfJung:miri, r=nikomatsakisbors-7/+9
2019-08-27update miriRalf Jung-7/+9
2019-08-27Auto merge of #63639 - Mark-Simulacrum:rustdoc-clean-3, r=GuillaumeGomezbors-507/+442
2019-08-27Rollup merge of #63917 - lzutao:langitem_gen_63912, r=centril,cramertMazdak Farrokhzad-2/+25
2019-08-27Rollup merge of #63761 - petrochenkov:procattrs, r=eddybMazdak Farrokhzad-172/+318
2019-08-27Rollup merge of #63698 - Phosphorus15:master, r=nagisaMazdak Farrokhzad-19/+24
2019-08-27Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbgMazdak Farrokhzad-47/+101
2019-08-26Shorten line during rendering instead of in markdownMark Rousskov-44/+36
2019-08-26Inline recurse into only callsiteMark Rousskov-57/+40
2019-08-26Transition a few fmt::Display impls to functionsMark Rousskov-52/+56
2019-08-26Inline RawMutableSpaceMark Rousskov-16/+7
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-26review commentEsteban Küber-2/+2
2019-08-26parser: fix span for leading vert.Mazdak Farrokhzad-5/+6
2019-08-26add link to FileCheck docsRalf Jung-0/+2
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-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-25submodules: update clippy from 2bcb6155948e2f8b86db08152a5f54bd5af625e5 to 05...Philipp Hansch-7/+7
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