| Age | Commit message (Expand) | Author | Lines |
| 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 | add a rustdoc comment to the reservation impl | Niko Matsakis | -0/+5 |
| 2019-09-24 | nit: update error text to cite tracking issue | Niko Matsakis | -7/+3 |
| 2019-09-24 | nit: update text to avoid "lattice specialization" term | Niko Matsakis | -5/+8 |
| 2019-09-24 | remove outdated fixme | Niko Matsakis | -1/+0 |
| 2019-09-24 | cite reservation impls tracking issue | Niko Matsakis | -0/+3 |
| 2019-09-24 | improve comment | Ariel Ben-Yehuda | -4/+4 |
| 2019-09-24 | add test for lattice specialization | Ariel Ben-Yehuda | -0/+56 |
| 2019-09-24 | add error message for case | Ariel Ben-Yehuda | -8/+43 |
| 2019-09-24 | improve comments | Ariel Ben-Yehuda | -2/+2 |
| 2019-09-24 | resolve the rustc_reservation_impl attribute in 1 place | Ariel Ben-Yehuda | -66/+112 |
| 2019-09-24 | improve and add tests | Ariel Ben-Yehuda | -1/+85 |
| 2019-09-24 | reserve `impl<T> From<!> for T` | Ariel Ben-Yehuda | -26/+87 |
| 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 | Add some more tests | gnzlbg | -27/+296 |
| 2019-09-24 | Move tests to SIMD subdirectory | gnzlbg | -10/+10 |
| 2019-09-24 | Add a fail test | gnzlbg | -0/+36 |
| 2019-09-24 | Add const-eval support for SIMD types, insert, and extract | gnzlbg | -2/+143 |
| 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 | Stabilize UdpSocket::peer_addr | messense | -3/+1 |
| 2019-09-24 | bug-out asyncness query on non-local funtions | csmoe | -11/+13 |
| 2019-09-23 | Just delete the overrides now that they match the default implementations | Scott McMurray | -62/+1 |
| 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 | Make all alt builders produce parallel-enabled compilers | Mark Rousskov | -0/+3 |
| 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 | Remove whitespace from testname | Georg Semmler | -0/+0 |
| 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 |