| Age | Commit message (Expand) | Author | Lines |
| 2020-02-06 | Rollup merge of #68845 - dwrensha:fix-68783, r=estebank | Dylan DPC | -0/+0 |
| 2020-02-06 | Rollup merge of #68844 - euclio:debug-impl-def-path, r=petrochenkov | Dylan DPC | -4/+4 |
| 2020-02-06 | Rollup merge of #68842 - Centril:issue-68785, r=estebank | Dylan DPC | -0/+14 |
| 2020-02-06 | Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkov | Dylan DPC | -42/+429 |
| 2020-02-06 | Rollup merge of #68751 - Tyg13:unused_parens_const_static, r=Centril | Dylan DPC | -12/+28 |
| 2020-02-06 | Ignore panic-drops-resume.rs on wasm/emscripten | Jonas Schievink | -0/+2 |
| 2020-02-06 | Move the `krate` method to Hir and remove the Krate dep node | John Kåre Alsaker | -25/+18 |
| 2020-02-06 | Forbid using `0` as issue number | Yuki Okushi | -6/+15 |
| 2020-02-06 | Auto merge of #68583 - estebank:hrlt, r=oli-obk | bors | -81/+280 |
| 2020-02-05 | unused-parens: implement for const/static items | Tyler Lanphear | -12/+28 |
| 2020-02-05 | Selectively disable sanitizer instrumentation | Tomasz Miąsko | -0/+120 |
| 2020-02-05 | Fix test | Esteban Küber | -0/+2 |
| 2020-02-05 | Account for `impl Trait` | Esteban Küber | -0/+16 |
| 2020-02-05 | review comments: wording | Esteban Küber | -11/+11 |
| 2020-02-05 | Account for `fn()` types in lifetime suggestions | Esteban Küber | -125/+150 |
| 2020-02-05 | Account for `'_` in suggestions | Esteban Küber | -2/+2 |
| 2020-02-05 | review comments | Esteban Küber | -47/+47 |
| 2020-02-05 | Suggest `'r` instead of `'lifetime` | Esteban Küber | -51/+112 |
| 2020-02-05 | When suggesting lifetimes, propose adding the new lifetime to all arguments | Esteban Küber | -20/+20 |
| 2020-02-05 | Use spans for input borrowed types unrelated to return type | Esteban Küber | -17/+85 |
| 2020-02-05 | Account for HKTB when suggesting introduction of named lifetime | Esteban Küber | -0/+27 |
| 2020-02-05 | Rollup merge of #68840 - Centril:rec-lim-curr-crate, r=estebank | Dylan DPC | -17/+17 |
| 2020-02-05 | Rollup merge of #68809 - ecstatic-morse:const-int-functions, r=oli-obk | Dylan DPC | -0/+130 |
| 2020-02-05 | ast_validation: fix visiting bug. | Mazdak Farrokhzad | -0/+21 |
| 2020-02-05 | or_patterns: test default binding modes | Mazdak Farrokhzad | -0/+132 |
| 2020-02-05 | or_patterns: rename previous test | Mazdak Farrokhzad | -22/+22 |
| 2020-02-05 | or_patterns: harden bindings test | Mazdak Farrokhzad | -7/+245 |
| 2020-02-04 | Fix test | Dylan MacKenzie | -160/+124 |
| 2020-02-04 | stop using BytePos for computing spans in librustc_parse/parser/mod.rs | David Renshaw | -0/+0 |
| 2020-02-05 | Auto merge of #68831 - Dylan-DPC:rollup-j6x15y9, r=Dylan-DPC | bors | -0/+64 |
| 2020-02-05 | or_patterns: add regression test for 68785 | Mazdak Farrokhzad | -0/+14 |
| 2020-02-05 | `#![recursion_limit = "X"]`: note current crate name. | Mazdak Farrokhzad | -17/+17 |
| 2020-02-04 | When suggesting associated fn with type parameters, include in the structured... | Esteban Küber | -0/+113 |
| 2020-02-05 | parser: merge `fn` grammars wrt. bodies & headers | Mazdak Farrokhzad | -42/+408 |
| 2020-02-04 | Auto merge of #68544 - Aaron1011:remove-overlapping-traits, r=estebank | bors | -92/+45 |
| 2020-02-04 | use def_path_str for missing_debug_impls message | Andy Russell | -4/+4 |
| 2020-02-04 | Rollup merge of #68819 - estebank:split_at_mut, r=oli-obk | Dylan DPC | -0/+23 |
| 2020-02-04 | Rollup merge of #68758 - daboross:fix-59191, r=petrochenkov | Dylan DPC | -0/+41 |
| 2020-02-04 | Add tests for newly const arithmetic fns | Dylan MacKenzie | -0/+166 |
| 2020-02-04 | Remove the `overlapping_marker_traits` feature | Aaron Hill | -92/+45 |
| 2020-02-04 | Auto merge of #68377 - estebank:fn-obligations-spans, r=oli-obk | bors | -678/+973 |
| 2020-02-04 | Remove obsolete test | Jonas Schievink | -49/+0 |
| 2020-02-04 | Update error message with too many parameters | Jonas Schievink | -2/+3 |
| 2020-02-04 | Add more tests for generator resume arguments | Jonas Schievink | -0/+67 |
| 2020-02-04 | Add tests for RISC-V C ABI | msizanoen1 | -1/+831 |
| 2020-02-04 | Auto merge of #68601 - 0dvictor:split, r=tmandry | bors | -4/+14 |
| 2020-02-03 | Tweak borrow error on `FnMut` when `Fn` is expected | Esteban Küber | -232/+274 |
| 2020-02-03 | Suggest `split_at_mut` on multiple mutable index access | Esteban Küber | -0/+23 |
| 2020-02-04 | Split `join_codegen_and_link()` into two steps | Victor Ding | -4/+14 |
| 2020-02-03 | Auto merge of #67668 - matthewjasper:or-patterns, r=pnkfelix | bors | -590/+1081 |