| Age | Commit message (Expand) | Author | Lines |
| 2019-05-16 | review comments | Esteban Küber | -26/+22 |
| 2019-05-16 | Add entry-like methods to HashSet | Josh Stone | -0/+52 |
| 2019-05-16 | add targetarch for CodegenContext | Chandler Deng | -2/+4 |
| 2019-05-16 | Auto merge of #60888 - Manishearth:rollup-oihtoyq, r=Manishearth | bors | -26/+228 |
| 2019-05-16 | Add all keywords to keyword docs | Dylan MacKenzie | -15/+279 |
| 2019-05-16 | Move some parser recovery methods to diagnostics | Esteban Küber | -263/+271 |
| 2019-05-16 | Fix span for await macro call | Esteban Küber | -2/+2 |
| 2019-05-16 | reverted changed cfg test cases | Dario Gonzalez | -8/+7 |
| 2019-05-16 | fixed issues relating to line numbers being shifted | Dario Gonzalez | -17/+17 |
| 2019-05-16 | Fixed tidy errors | Dario Gonzalez | -7/+2 |
| 2019-05-16 | Added ignore-sgx for appropriate tests | Dario Gonzalez | -7/+106 |
| 2019-05-16 | Review comments | Esteban Küber | -109/+81 |
| 2019-05-16 | readd match await test case | Esteban Küber | -2/+31 |
| 2019-05-16 | Point at enclosing fn/closure when it's not async | Esteban Küber | -41/+60 |
| 2019-05-16 | tidy fix | Esteban Küber | -1/+1 |
| 2019-05-16 | Simplify span usage for incorrect await | Esteban Küber | -45/+23 |
| 2019-05-16 | Split parser logic to its own method | Esteban Küber | -87/+96 |
| 2019-05-16 | Parse alternative incorrect uses of await and recover | Esteban Küber | -37/+428 |
| 2019-05-16 | Rollup merge of #60887 - Manishearth:clippyup, r=Manishearth | Manish Goregaokar | -7/+16 |
| 2019-05-16 | Rollup merge of #60597 - wesleywiser:const_prop, r=oli-obk | Manish Goregaokar | -9/+187 |
| 2019-05-16 | Rollup merge of #60278 - ehuss:doc-html_root_url, r=GuillaumeGomez | Manish Goregaokar | -0/+15 |
| 2019-05-16 | Rollup merge of #60207 - felixrabe:patch-1, r=steveklabnik | Manish Goregaokar | -10/+10 |
| 2019-05-16 | Update clippy | Manish Goregaokar | -7/+16 |
| 2019-05-16 | strip synstructure consts from compiler docs | Andy Russell | -2/+2 |
| 2019-05-16 | Update cargo | Eric Huss | -1/+6 |
| 2019-05-16 | Auto merge of #60877 - Centril:rollup-j0o5mo5, r=Centril | bors | -35/+188 |
| 2019-05-16 | Rollup merge of #60851 - Pulkit07:issue60849, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-05-16 | Rollup merge of #60769 - ehuss:rustc-cli-docs, r=steveklabnik | Mazdak Farrokhzad | -13/+157 |
| 2019-05-16 | Rollup merge of #60691 - topecongiro:await-macro-span, r=Centril | Mazdak Farrokhzad | -1/+2 |
| 2019-05-16 | Rollup merge of #59923 - czipperz:fix-convert-doc-links, r=steveklabnik | Mazdak Farrokhzad | -20/+20 |
| 2019-05-16 | Rollup merge of #59825 - jsgf:from-ref-string, r=sfackler | Mazdak Farrokhzad | -0/+8 |
| 2019-05-16 | Auto merge of #60811 - wesleywiser:bump_measureme, r=varkor | bors | -1/+1 |
| 2019-05-16 | Auto merge of #60763 - matklad:tt-parser, r=petrochenkov | bors | -43/+62 |
| 2019-05-16 | Auto merge of #60693 - saleemjaffer:refactor_fntype_stuff, r=eddyb | bors | -411/+419 |
| 2019-05-15 | Update books | Eric Huss | -1/+3 |
| 2019-05-15 | fix wasm unused import in thread local implementation | tyler | -1/+0 |
| 2019-05-15 | Get ty from local_decls instead of using Place | Santiago Pastorino | -3/+2 |
| 2019-05-15 | ci: remove stray echo | Pietro Albini | -1/+1 |
| 2019-05-15 | llvm makes good inlining choices with only the #[cold] attribute | tyler | -19/+15 |
| 2019-05-15 | remove trailing whitespace | tyler | -1/+1 |
| 2019-05-15 | cold was necessary on try_initialize_nodrop to get more straight line asm | tyler | -0/+1 |
| 2019-05-15 | - remove unnecessary inlines | tyler | -21/+18 |
| 2019-05-15 | add #[allow(unused)] | tyler | -0/+1 |
| 2019-05-15 | clang tidy fixes | tyler | -1/+2 |
| 2019-05-15 | fix another test | tyler | -1/+1 |
| 2019-05-15 | update test to match new doc(hidden) thread_local api | tyler | -7/+7 |
| 2019-05-15 | restructure thread_local! for better codegen (especially on macos) | tyler | -106/+195 |
| 2019-05-15 | Revert "ensure fast thread local lookups occur once per access on macos" | tyler | -32/+6 |
| 2019-05-15 | ensure fast thread local lookups occur once per access on macos | tyler | -6/+32 |
| 2019-05-15 | redox had a copy of fast thread local (oversight?) | tyler | -104/+1 |