| Age | Commit message (Expand) | Author | Lines |
| 2019-04-03 | Rollup merge of #59514 - tmandry:remove-adt-def-from-projection-elem, r=eddyb | Mazdak Farrokhzad | -290/+277 |
| 2019-04-03 | Rollup merge of #59186 - ssomers:btreeset_intersection_revisited_again, r=Kod... | Mazdak Farrokhzad | -122/+351 |
| 2019-04-03 | Rollup merge of #55448 - Mokosha:SortAtIndex, r=bluss | Mazdak Farrokhzad | -0/+355 |
| 2019-04-02 | Link to sync_all | Chris Gregory | -1/+2 |
| 2019-04-03 | Tweak `Span` encoding. | Nicholas Nethercote | -3/+3 |
| 2019-04-03 | Shrink `mir::Statement`. | Nicholas Nethercote | -47/+48 |
| 2019-04-02 | Auto merge of #59638 - alexcrichton:less-assertions, r=pietroalbini | bors | -0/+9 |
| 2019-04-03 | Improve wording | Yuki OKUSHI | -18/+18 |
| 2019-04-02 | Remove adt_def from PlaceTy and make it a struct | Tyler Mandry | -196/+157 |
| 2019-04-02 | Replace adt_def with name in mir::ProjectionElem::Downcast | Tyler Mandry | -98/+124 |
| 2019-04-02 | ci: Disable llvm/debug assertions on x86_64-mingw | Alex Crichton | -0/+9 |
| 2019-04-02 | Update ui tests to latest master | Oliver Scherer | -18/+18 |
| 2019-04-02 | Auto merge of #59636 - Centril:rollup, r=Centril | bors | -65/+377 |
| 2019-04-02 | Rollup merge of #59529 - DevQps:improve-rem-docs, r=cuviper | Mazdak Farrokhzad | -0/+15 |
| 2019-04-02 | Rollup merge of #59446 - Aaron1011:fix/debuginfo-overflow, r=oli-obk | Mazdak Farrokhzad | -17/+134 |
| 2019-04-02 | Rollup merge of #59341 - o01eg:use-custom-libdir, r=Mark-Simulacrum | Mazdak Farrokhzad | -11/+36 |
| 2019-04-02 | Rollup merge of #59166 - seanmonstar:trait-alias-import, r=alexreg | Mazdak Farrokhzad | -37/+192 |
| 2019-04-02 | Do not render coloful json in rustdoc | Oliver Scherer | -2/+2 |
| 2019-04-02 | Rename `colorful-json` to `json-rendered` and make it a selection instead of ... | Oliver Scherer | -123/+164 |
| 2019-04-02 | Update more unit test to new API | Oliver Scherer | -0/+2 |
| 2019-04-02 | Fix forgotten capitalization | Oliver Scherer | -5/+5 |
| 2019-04-02 | Adjust tests to new enum variant fields | Oliver Scherer | -20/+25 |
| 2019-04-02 | Don't dump diagnostics json if not absolutely necessary | Oliver Scherer | -5/+8 |
| 2019-04-02 | Remove workaround code for a closed issue | Oliver Scherer | -40/+0 |
| 2019-04-02 | Update rustdoc | Oliver Scherer | -4/+6 |
| 2019-04-02 | Emit ansi color codes in the `rendered` field of json diagnostics | Oliver Scherer | -80/+123 |
| 2019-04-02 | Auto merge of #59632 - Centril:rollup, r=Centril | bors | -673/+982 |
| 2019-04-02 | Rollup merge of #59613 - jethrogb:jb/waitqueue-wait-unwind, r=alexcrichton | Mazdak Farrokhzad | -48/+61 |
| 2019-04-02 | Rollup merge of #59607 - kenta7777:renames-EvalErrorKind-to-InterpError, r=ol... | Mazdak Farrokhzad | -73/+73 |
| 2019-04-02 | Rollup merge of #59585 - rust-lang:shallow-borrow-fixes, r=pnkfelix | Mazdak Farrokhzad | -9/+8 |
| 2019-04-02 | Rollup merge of #59533 - Zoxc:arena-slices, r=michaelwoerister | Mazdak Farrokhzad | -16/+141 |
| 2019-04-02 | Rollup merge of #59452 - GuillaumeGomez:speedup-rustdoc, r=QuietMisdreavus | Mazdak Farrokhzad | -42/+51 |
| 2019-04-02 | Rollup merge of #59444 - cuviper:steps_between, r=scottmcm | Mazdak Farrokhzad | -51/+71 |
| 2019-04-02 | Rollup merge of #59286 - cramertj:async-fn-ret-ty, r=varkor | Mazdak Farrokhzad | -336/+553 |
| 2019-04-02 | Rollup merge of #59262 - timvermeulen:iterator_cmp_dedup, r=scottmcm | Mazdak Farrokhzad | -98/+24 |
| 2019-04-02 | Update RELEASES.md | XAMPPRocky | -10/+6 |
| 2019-04-01 | Document using `sync_all` | Chris Gregory | -4/+3 |
| 2019-04-01 | Refactor async fn return type lowering | Taylor Cramer | -336/+553 |
| 2019-04-01 | SGX target: Use linker option to avoid code CGU assignment kludge | Jethro Beekman | -41/+53 |
| 2019-04-02 | Ensure that exact matches come first in rustdoc search | Guillaume Gomez | -3/+83 |
| 2019-04-01 | Improved the example with numbers that can be exactly represented as floats a... | Christian | -2/+3 |
| 2019-04-01 | Add ensure_capacity and rename min to len | John Kåre Alsaker | -15/+26 |
| 2019-04-01 | wasi: Implement `error_string` to get readable errors | Alex Crichton | -2/+15 |
| 2019-04-01 | Use set_len | John Kåre Alsaker | -2/+2 |
| 2019-04-01 | Support allocating iterators with arenas | John Kåre Alsaker | -16/+130 |
| 2019-04-01 | SGX target: convert a bunch of panics to aborts | Jethro Beekman | -48/+61 |
| 2019-04-01 | Use normal newtype_index macro for MIR dataflow | Matthew Jasper | -76/+30 |
| 2019-04-01 | Auto merge of #59606 - Centril:rollup, r=Centril | bors | -44/+110 |
| 2019-04-01 | resolve all in scope trait aliases, then elaborate their bounds | Sean McArthur | -45/+166 |
| 2019-04-01 | Fix typo | Aaron Hill | -1/+1 |