| Age | Commit message (Expand) | Author | Lines |
| 2019-05-18 | Auto merge of #60910 - nnethercote:avoid-some-unnecessary-interning, r=petroc... | bors | -49/+67 |
| 2019-05-17 | Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nik... | bors | -113/+34 |
| 2019-05-17 | Auto merge of #60920 - Manishearth:rollup-p4xp4gk, r=Manishearth | bors | -39/+244 |
| 2019-05-17 | Rollup merge of #60902 - sfackler:fix-error-soudness, r=alexcrichton | Manish Goregaokar | -2/+10 |
| 2019-05-17 | Rollup merge of #60901 - estebank:str-str-str, r=Centril | Manish Goregaokar | -36/+231 |
| 2019-05-17 | Rollup merge of #60791 - ehuss:update-books, r=Mark-Simulacrum | Manish Goregaokar | -1/+3 |
| 2019-05-17 | Account for &String + String | Esteban Küber | -3/+10 |
| 2019-05-17 | Auto merge of #60841 - alexcrichton:update-compiler-builtins, r=RalfJung | bors | -3/+4 |
| 2019-05-17 | Update the compiler_builtins crate | Alex Crichton | -3/+4 |
| 2019-05-17 | Auto merge of #60171 - matthewjasper:full-nll-compare-mode, r=pnkfelix | bors | -964/+5202 |
| 2019-05-17 | Auto merge of #60892 - davidtwco:issue-60622, r=oli-obk | bors | -5/+52 |
| 2019-05-17 | Avoid unnecessary interning in `DefPathData::as_interned_str()`. | Nicholas Nethercote | -9/+16 |
| 2019-05-17 | Avoid unnecessary interning in `Ident::from_str()` calls. | Nicholas Nethercote | -36/+45 |
| 2019-05-17 | Change `rustc::util::common::FN_OUTPUT_NAME` to a `Symbol`. | Nicholas Nethercote | -4/+6 |
| 2019-05-17 | Checking generic args after late bound region err. | David Wood | -5/+52 |
| 2019-05-17 | Auto merge of #60899 - cuviper:RawEntryMut-origin-story, r=Centril | bors | -2/+4 |
| 2019-05-16 | review comments | Esteban Küber | -23/+23 |
| 2019-05-17 | Auto merge of #60817 - ecstatic-morse:issue-60779, r=Centril | bors | -15/+279 |
| 2019-05-16 | Update src/libstd/error.rs | Steven Fackler | -1/+1 |
| 2019-05-16 | Fix binop span | Esteban Küber | -22/+19 |
| 2019-05-16 | Prevent Error::type_id overrides | Steven Fackler | -2/+10 |
| 2019-05-16 | Handle more string addition cases with appropriate suggestions | Esteban Küber | -18/+209 |
| 2019-05-16 | doc: correct the origin of RawEntryMut | Josh Stone | -2/+4 |
| 2019-05-17 | Rollup merge of #60894 - cuviper:hash_set_entry, r=cramertj,Centril | Mazdak Farrokhzad | -0/+56 |
| 2019-05-17 | Rollup merge of #60873 - estebank:bad-await, r=Centril | Mazdak Farrokhzad | -288/+690 |
| 2019-05-17 | Rollup merge of #60862 - spastorino:get-ty-from-local_decls, r=oli-obk | Mazdak Farrokhzad | -3/+2 |
| 2019-05-17 | Rollup merge of #60805 - euclio:filetime-dep, r=Mark-Simulacrum | Mazdak Farrokhzad | -14/+17 |
| 2019-05-17 | Rollup merge of #60687 - MaulingMonkey:pr-fix-natvis-files, r=alexcrichton | Mazdak Farrokhzad | -10/+10 |
| 2019-05-17 | Rollup merge of #60685 - dtolnay:spdx, r=nikomatsakis | Mazdak Farrokhzad | -6/+6 |
| 2019-05-16 | Comment why get_or_insert returns &T | Josh Stone | -0/+4 |
| 2019-05-16 | Add a hash_set_entry tracking issue | Josh Stone | -2/+2 |
| 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 | 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 | 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 | Update cargo | Eric Huss | -1/+6 |