about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-05-16review commentsEsteban Küber-26/+22
2019-05-16Add entry-like methods to HashSetJosh Stone-0/+52
2019-05-16add targetarch for CodegenContextChandler Deng-2/+4
2019-05-16Auto merge of #60888 - Manishearth:rollup-oihtoyq, r=Manishearthbors-26/+228
2019-05-16Add all keywords to keyword docsDylan MacKenzie-15/+279
2019-05-16Move some parser recovery methods to diagnosticsEsteban Küber-263/+271
2019-05-16Fix span for await macro callEsteban Küber-2/+2
2019-05-16reverted changed cfg test casesDario Gonzalez-8/+7
2019-05-16fixed issues relating to line numbers being shiftedDario Gonzalez-17/+17
2019-05-16Fixed tidy errorsDario Gonzalez-7/+2
2019-05-16Added ignore-sgx for appropriate testsDario Gonzalez-7/+106
2019-05-16Review commentsEsteban Küber-109/+81
2019-05-16readd match await test caseEsteban Küber-2/+31
2019-05-16Point at enclosing fn/closure when it's not asyncEsteban Küber-41/+60
2019-05-16tidy fixEsteban Küber-1/+1
2019-05-16Simplify span usage for incorrect awaitEsteban Küber-45/+23
2019-05-16Split parser logic to its own methodEsteban Küber-87/+96
2019-05-16Parse alternative incorrect uses of await and recoverEsteban Küber-37/+428
2019-05-16Rollup merge of #60887 - Manishearth:clippyup, r=ManishearthManish Goregaokar-7/+16
2019-05-16Rollup merge of #60597 - wesleywiser:const_prop, r=oli-obkManish Goregaokar-9/+187
2019-05-16Rollup merge of #60278 - ehuss:doc-html_root_url, r=GuillaumeGomezManish Goregaokar-0/+15
2019-05-16Rollup merge of #60207 - felixrabe:patch-1, r=steveklabnikManish Goregaokar-10/+10
2019-05-16Update clippyManish Goregaokar-7/+16
2019-05-16strip synstructure consts from compiler docsAndy Russell-2/+2
2019-05-16Update cargoEric Huss-1/+6
2019-05-16Auto merge of #60877 - Centril:rollup-j0o5mo5, r=Centrilbors-35/+188
2019-05-16Rollup merge of #60851 - Pulkit07:issue60849, r=CentrilMazdak Farrokhzad-1/+1
2019-05-16Rollup merge of #60769 - ehuss:rustc-cli-docs, r=steveklabnikMazdak Farrokhzad-13/+157
2019-05-16Rollup merge of #60691 - topecongiro:await-macro-span, r=CentrilMazdak Farrokhzad-1/+2
2019-05-16Rollup merge of #59923 - czipperz:fix-convert-doc-links, r=steveklabnikMazdak Farrokhzad-20/+20
2019-05-16Rollup merge of #59825 - jsgf:from-ref-string, r=sfacklerMazdak Farrokhzad-0/+8
2019-05-16Auto merge of #60811 - wesleywiser:bump_measureme, r=varkorbors-1/+1
2019-05-16Auto merge of #60763 - matklad:tt-parser, r=petrochenkovbors-43/+62
2019-05-16Auto merge of #60693 - saleemjaffer:refactor_fntype_stuff, r=eddybbors-411/+419
2019-05-15Update booksEric Huss-1/+3
2019-05-15fix wasm unused import in thread local implementationtyler-1/+0
2019-05-15Get ty from local_decls instead of using PlaceSantiago Pastorino-3/+2
2019-05-15ci: remove stray echoPietro Albini-1/+1
2019-05-15llvm makes good inlining choices with only the #[cold] attributetyler-19/+15
2019-05-15remove trailing whitespacetyler-1/+1
2019-05-15cold was necessary on try_initialize_nodrop to get more straight line asmtyler-0/+1
2019-05-15- remove unnecessary inlinestyler-21/+18
2019-05-15add #[allow(unused)]tyler-0/+1
2019-05-15clang tidy fixestyler-1/+2
2019-05-15fix another testtyler-1/+1
2019-05-15update test to match new doc(hidden) thread_local apityler-7/+7
2019-05-15restructure thread_local! for better codegen (especially on macos)tyler-106/+195
2019-05-15Revert "ensure fast thread local lookups occur once per access on macos"tyler-32/+6
2019-05-15ensure fast thread local lookups occur once per access on macostyler-6/+32
2019-05-15redox had a copy of fast thread local (oversight?)tyler-104/+1