| Age | Commit message (Expand) | Author | Lines |
| 2019-09-25 | move function closer to its usage | Aleksey Kladov | -13/+14 |
| 2019-09-25 | remove unused parameters | Aleksey Kladov | -31/+1 |
| 2019-09-25 | Rollup merge of #64753 - ehuss:json-short-explain, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+7 |
| 2019-09-25 | Rollup merge of #64746 - estebank:elide-impl-trait-obligations-on-err, r=cram... | Mazdak Farrokhzad | -193/+297 |
| 2019-09-25 | Rollup merge of #64743 - alexcrichton:update-cargo, r=nikomatsakis | Mazdak Farrokhzad | -0/+0 |
| 2019-09-25 | Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakis | Mazdak Farrokhzad | -5/+60 |
| 2019-09-25 | Rollup merge of #64481 - tomtau:fix/tls-error-message, r=KodrAus | Mazdak Farrokhzad | -2/+2 |
| 2019-09-25 | Rollup merge of #64428 - GuillaumeGomez:error-explanation-E0524, r=Centril | Mazdak Farrokhzad | -11/+72 |
| 2019-09-25 | Rollup merge of #64324 - alexcrichton:share-generics-again, r=michaelwoerister | Mazdak Farrokhzad | -433/+565 |
| 2019-09-24 | Don't emit explain with json short messages. | Eric Huss | -2/+7 |
| 2019-09-24 | Rollup merge of #64748 - Centril:fix-64744, r=estebank | Mazdak Farrokhzad | -15/+62 |
| 2019-09-24 | Rollup merge of #64737 - jordins:master, r=steveklabnik | Mazdak Farrokhzad | -4/+4 |
| 2019-09-24 | Rollup merge of #64725 - guanqun:typo-fix, r=zackmdavis | Mazdak Farrokhzad | -1/+1 |
| 2019-09-24 | Rollup merge of #64721 - hman523:issue64447, r=estebank | Mazdak Farrokhzad | -3/+2 |
| 2019-09-24 | Rollup merge of #64720 - Wind-River:master, r=alexcrichton | Mazdak Farrokhzad | -302/+2 |
| 2019-09-24 | Rollup merge of #64717 - andrewbanchich:master, r=joshtriplett | Mazdak Farrokhzad | -3/+3 |
| 2019-09-24 | Rollup merge of #64702 - sinkuu:deps, r=jonas-schievink | Mazdak Farrokhzad | -15/+0 |
| 2019-09-24 | Rollup merge of #64698 - Centril:infer-const-with-stash, r=estebank | Mazdak Farrokhzad | -188/+447 |
| 2019-09-24 | Rollup merge of #64689 - matklad:refactor-mbe, r=petrochenkov | Mazdak Farrokhzad | -294/+297 |
| 2019-09-24 | Rollup merge of #64622 - ecstatic-morse:cycle-detector, r=oli-obk | Mazdak Farrokhzad | -1/+230 |
| 2019-09-24 | Rollup merge of #64443 - Mark-Simulacrum:rustdoc-clean-1, r=GuillaumeGomez | Mazdak Farrokhzad | -1450/+1480 |
| 2019-09-24 | Rollup merge of #64296 - KodrAus:chore/iter_order_by, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-09-24 | Rollup merge of #64016 - nnethercote:Compiler-fiddling, r=oli-obk | Mazdak Farrokhzad | -21/+31 |
| 2019-09-24 | Rollup merge of #63934 - Aaron1011:fix/impl-trait-coherence, r=nikomatsakis | Mazdak Farrokhzad | -6/+134 |
| 2019-09-24 | Rollup merge of #63356 - ali-raheem:issue#63183, r=KodrAus | Mazdak Farrokhzad | -0/+25 |
| 2019-09-24 | Fix #64744 -- handle zero sub-pats case. | Mazdak Farrokhzad | -15/+62 |
| 2019-09-24 | Add additional tests for type alias impl trait coherence | Aaron Hill | -0/+71 |
| 2019-09-24 | fix rebase | Esteban Küber | -1/+1 |
| 2019-09-24 | clean up, push silencing logic to more relevant places | Esteban Küber | -41/+49 |
| 2019-09-24 | Remove blanket silencing of "type annotation needed" errors | Esteban Küber | -160/+256 |
| 2019-09-24 | Update cargo | Alex Crichton | -0/+0 |
| 2019-09-24 | Fix coherence checking for impl trait in type aliases | Aaron Hill | -6/+63 |
| 2019-09-24 | fix several issues in String docs | jordins | -4/+4 |
| 2019-09-24 | Stabilize `str::len`, `[T]::len`, `is_empty` and `str::as_bytes` as const fn | Oliver Scherer | -78/+114 |
| 2019-09-24 | bug-out asyncness query on non-local funtions | csmoe | -11/+13 |
| 2019-09-24 | fix one typo | Guanqun Lu | -1/+1 |
| 2019-09-23 | changed a line from an if else to std::cmp::max | hman523 | -1/+1 |
| 2019-09-23 | Fixed issue from #64447 | hman523 | -3/+2 |
| 2019-09-23 | remove rtp.rs, and move rtpSpawn and RTP_ID_ERROR to libc | Baoshan Pang | -302/+2 |
| 2019-09-23 | Add convenience function for detecting cyclic CFGs | Dylan MacKenzie | -0/+6 |
| 2019-09-23 | Add cycle detection for graphs | Dylan MacKenzie | -1/+224 |
| 2019-09-23 | Allow using upstream generics in a dylib crate type | Alex Crichton | -9/+26 |
| 2019-09-23 | cleanup librustc_errors Handler code. | Mazdak Farrokhzad | -143/+170 |
| 2019-09-23 | update test | Andrew Banchich | -3/+3 |
| 2019-09-23 | rustc: Fix mixing crates with different `share_generics` | Alex Crichton | -14/+93 |
| 2019-09-23 | rustc: Convert `dependency_formats` to a query | Alex Crichton | -419/+455 |
| 2019-09-23 | stash_diagnostic: ICE in a different way | Mazdak Farrokhzad | -9/+18 |
| 2019-09-23 | Fix rebase conflicts | Alex Crichton | -1/+1 |
| 2019-09-23 | Remove `--enable-extended` from cross dist builder | Alex Crichton | -1/+0 |
| 2019-09-23 | rustbuild: Pass `-Zsave-analysis` during tests | Alex Crichton | -2/+1 |