| Age | Commit message (Expand) | Author | Lines |
| 2019-05-03 | Rollup merge of #59928 - petrochenkov:denyambass, r=varkor | Mazdak Farrokhzad | -10/+5 |
| 2019-05-03 | Auto merge of #60423 - varkor:update-getopts, r=alexcrichton | bors | -16/+35 |
| 2019-05-03 | Auto merge of #59883 - ebarnard:clonefile, r=sfackler | bors | -21/+71 |
| 2019-05-03 | Update tests | Christopher Vittal | -647/+121 |
| 2019-05-03 | Propagate mutability from arguments to local bindings in async fn | Taiki Endo | -6/+14 |
| 2019-05-02 | Fix potential integer overflow in SGX memory range calculation. | Jethro Beekman | -7/+17 |
| 2019-05-02 | Don't ICE when relating const type args | Esteban Küber | -0/+21 |
| 2019-05-02 | Deduplicate needed parentheses suggestion code | Esteban Küber | -35/+33 |
| 2019-05-02 | fix typo | Esteban Küber | -23/+23 |
| 2019-05-03 | Remove hamburger button from source code page | Guillaume Gomez | -0/+4 |
| 2019-05-02 | Fix search sidebar width when no crate select is present | Guillaume Gomez | -9/+10 |
| 2019-05-02 | Implement base_local iteratively | Santiago Pastorino | -4/+7 |
| 2019-05-02 | Remove root_local fn in favor of base_local | Santiago Pastorino | -17/+2 |
| 2019-05-02 | This continue is not needed | Santiago Pastorino | -1/+0 |
| 2019-05-02 | Update getopts to 0.2.18 | varkor | -12/+15 |
| 2019-05-02 | Prevent dependencies between std/test/rustc unifying with each other | varkor | -4/+20 |
| 2019-05-02 | mention `hir::Body` in docs for `hir::FnDecl` | Andy Russell | -0/+3 |
| 2019-05-02 | fix markdown syntax in `LateContext` examples | Andy Russell | -4/+4 |
| 2019-05-02 | Stub display impl for Origin | Christopher Vittal | -20/+4 |
| 2019-05-02 | Remove BorrowckMode::Compare | Christopher Vittal | -7/+2 |
| 2019-05-02 | don't amplify errors in format! with bad literals | Aleksey Kladov | -35/+20 |
| 2019-05-02 | Constrain all regions in the concrete type for an opaque type | Matthew Jasper | -72/+129 |
| 2019-05-02 | Auto merge of #60173 - RalfJung:miri, r=oli-obk | bors | -28/+15 |
| 2019-05-02 | build dist-aarch64-linux with --enable-profiler | Nathan Froyd | -1/+4 |
| 2019-05-02 | Make tidy::version::Version copy | Alexey Shmalko | -4/+4 |
| 2019-05-02 | Make in_feature_group a simple bool flag | Alexey Shmalko | -7/+6 |
| 2019-05-02 | Rework Version::parse to avoid extra allocations | Alexey Shmalko | -10/+20 |
| 2019-05-02 | Group and sort feature_gate.rs | Alexey Shmalko | -11/+22 |
| 2019-05-02 | Make tidy::version::Version a [u32; 3] | Alexey Shmalko | -53/+69 |
| 2019-05-02 | Address review comments | Alexey Shmalko | -28/+29 |
| 2019-05-02 | Ensure language features in group are sorted by since | Alexey Shmalko | -0/+17 |
| 2019-05-02 | Assign group and parse since for Feature | Alexey Shmalko | -11/+117 |
| 2019-05-02 | Make find_attr_val a little bit more precise | Alexey Shmalko | -4/+18 |
| 2019-05-02 | Auto merge of #60379 - froydnj:bootstrap-progress-fixes, r=kennytm | bors | -3/+9 |
| 2019-05-02 | Fix failing test | Wesley Wiser | -0/+1 |
| 2019-05-02 | introduce unescape module | Aleksey Kladov | -769/+1047 |
| 2019-05-02 | clarify wording | Ralf Jung | -5/+4 |
| 2019-05-02 | Remove the `self.mir` field from `ConstPropagator` | Wesley Wiser | -56/+80 |
| 2019-05-02 | Avoid repeated interning of static strings. | Nicholas Nethercote | -10/+14 |
| 2019-05-02 | Update Cargo | Igor Matuszewski | -0/+0 |
| 2019-05-02 | Make `std::fs::copy` attempt to create copy-on-write clones of files on MacOS. | Edward Barnard | -21/+71 |
| 2019-05-02 | update miri | Ralf Jung | -28/+15 |
| 2019-05-02 | Auto merge of #60156 - RalfJung:macos-rand, r=oli-obk,alexcrichton | bors | -1/+5 |
| 2019-05-02 | Auto merge of #59008 - varkor:const-generics-infer, r=eddyb | bors | -213/+1414 |
| 2019-05-02 | Auto merge of #60460 - Centril:rollup-gz5bc8i, r=Centril | bors | -789/+1132 |
| 2019-05-01 | Disallow non-explicit elided lifetimes in async fn | Taylor Cramer | -65/+150 |
| 2019-05-02 | Rollup merge of #60452 - JohnTitor:remove-context, r=matthewjasper | Mazdak Farrokhzad | -211/+171 |
| 2019-05-02 | Rollup merge of #60439 - vorner:zombie-apocalypse-warn, r=TimNN | Mazdak Farrokhzad | -0/+12 |
| 2019-05-02 | Rollup merge of #60437 - davidtwco:issue-60236, r=nikomatsakis | Mazdak Farrokhzad | -232/+505 |
| 2019-05-02 | Rollup merge of #60428 - wesleywiser:refactor_const_eval, r=oli-obk | Mazdak Farrokhzad | -27/+17 |