| Age | Commit message (Expand) | Author | Lines |
| 2019-04-03 | Revert rust-lld place changes. | O01eg | -2/+1 |
| 2019-04-03 | make StringReader methods private | Aleksey Kladov | -2/+2 |
| 2019-04-03 | make StringReader fields private | Aleksey Kladov | -6/+6 |
| 2019-04-03 | wasi: Fill out `std::fs` module for WASI | Alex Crichton | -262/+1141 |
| 2019-04-03 | Auto merge of #59182 - hug-dev:armv8m-base-hf, r=alexcrichton | bors | -0/+4 |
| 2019-04-03 | Add dist builder for Armv8-M Baseline and HF | Hugues de Valon | -0/+4 |
| 2019-04-03 | Updated the environment description in rustc. | Christian | -2/+2 |
| 2019-04-03 | Updated the reference in core::hint::spin_loop to the correct relative path. | Christian | -1/+1 |
| 2019-04-03 | update miri | Ralf Jung | -14/+14 |
| 2019-04-03 | try to fix rand feature flags | Ralf Jung | -1/+1 |
| 2019-04-03 | update miri | Ralf Jung | -14/+14 |
| 2019-04-03 | Auto merge of #58458 - nnethercote:tweak-Span-encoding, r=petrochenkov | bors | -3/+3 |
| 2019-04-03 | Updated the documentation of core::hints::spin_loop and core::sync::spin_loop... | Christian | -14/+40 |
| 2019-04-03 | be more direct about borrow requirenments | Aleksey Kladov | -4/+10 |
| 2019-04-03 | Rollup merge of #59630 - nnethercote:shrink-mir-Statement, r=pnkfelix | Mazdak Farrokhzad | -47/+48 |
| 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 | 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 | 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 | 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/+140 |
| 2019-04-02 | Rollup merge of #59452 - GuillaumeGomez:speedup-rustdoc, r=QuietMisdreavus | Mazdak Farrokhzad | -39/+48 |
| 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-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 | 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/+129 |
| 2019-04-01 | SGX target: convert a bunch of panics to aborts | Jethro Beekman | -48/+61 |
| 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 |
| 2019-04-02 | renames EvalErrorKind to InterpError | kenta7777 | -73/+73 |
| 2019-04-01 | Rollup merge of #59603 - matklad:ptrhash, r=Centril | Mazdak Farrokhzad | -2/+1 |
| 2019-04-01 | Rollup merge of #59601 - kenta7777:typo-fix, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-04-01 | Rollup merge of #59595 - mark-i-m:update-rustc-guide, r=steveklabnik | Mazdak Farrokhzad | -0/+0 |
| 2019-04-01 | Rollup merge of #59586 - XAMPPRocky:redirect, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |