| Age | Commit message (Expand) | Author | Lines |
| 2019-05-03 | Rollup merge of #60478 - euclio:doc-fixes, r=cramertj | Mazdak Farrokhzad | -4/+7 |
| 2019-05-03 | Rollup merge of #60467 - nnethercote:less-symbol-interning, r=davidtwco | Mazdak Farrokhzad | -10/+14 |
| 2019-05-03 | Rollup merge of #60457 - wesleywiser:const_prop_refactoring, r=oli-obk | Mazdak Farrokhzad | -56/+81 |
| 2019-05-03 | Rollup merge of #60455 - estebank:resolve-match-arm-ty, r=davidtwco | Mazdak Farrokhzad | -18/+43 |
| 2019-05-03 | Rollup merge of #60409 - JohnTitor:error-for-existential-type, r=oli-obk | Mazdak Farrokhzad | -14/+106 |
| 2019-05-03 | Rollup merge of #60401 - JohnTitor:rename-log, r=davidtwco | Mazdak Farrokhzad | -9/+9 |
| 2019-05-03 | Rollup merge of #60393 - estebank:pat-sugg, r=oli-obk | Mazdak Farrokhzad | -17/+151 |
| 2019-05-03 | Rollup merge of #60388 - cramertj:elided-lifetime-async, r=nikomatsakis | Mazdak Farrokhzad | -65/+150 |
| 2019-05-03 | Rollup merge of #60373 - rasendubi:lang-features-sort-since, r=Centril | Mazdak Farrokhzad | -82/+255 |
| 2019-05-03 | Rollup merge of #60220 - euclio:rustdoc-test-fatal-parsing-errors, r=QuietMis... | Mazdak Farrokhzad | -6/+55 |
| 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 | -6/+22 |
| 2019-05-03 | Auto merge of #59883 - ebarnard:clonefile, r=sfackler | bors | -21/+71 |
| 2019-05-02 | Update getopts to 0.2.18 | varkor | -2/+2 |
| 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 | Auto merge of #60173 - RalfJung:miri, r=oli-obk | bors | -14/+14 |
| 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/+17 |
| 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 | 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 | 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 | -14/+14 |
| 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/+1130 |
| 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 |
| 2019-05-02 | Rollup merge of #60385 - nnethercote:earlier-metadata, r=alexcrichton | Mazdak Farrokhzad | -156/+164 |
| 2019-05-02 | Rollup merge of #60348 - agnxy:refactor-parser, r=petrochenkov | Mazdak Farrokhzad | -162/+231 |
| 2019-05-02 | Rollup merge of #59634 - DevQps:explain-E0704, r=estebank | Mazdak Farrokhzad | -1/+30 |
| 2019-05-01 | Update clippy | Manish Goregaokar | -8/+8 |
| 2019-05-02 | Remove Context and ContextKind | Yuki Okushi | -211/+171 |
| 2019-05-01 | Split `ct_err` out into `CommonConsts` | varkor | -5/+26 |
| 2019-05-01 | Create ShallowResolver | varkor | -108/+128 |
| 2019-05-01 | Add a test for const args that cannot be inferred | varkor | -0/+25 |
| 2019-05-01 | Add a test for incorrect numbers of const args | varkor | -0/+32 |