| Age | Commit message (Expand) | Author | Lines |
| 2020-02-07 | Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakis | Dylan DPC | -29/+279 |
| 2020-02-07 | Auto merge of #68499 - ssomers:btree_search_tidying, r=Mark-Simulacrum | bors | -42/+101 |
| 2020-02-07 | Lift range_search up one level of abstraction | Stein Somers | -42/+45 |
| 2020-02-07 | Create benchmarks for BTreeMap::range | Stein Somers | -0/+56 |
| 2020-02-06 | Rollup merge of #68894 - JohnTitor:update-e0565, r=Dylan-DPC | Dylan DPC | -5/+9 |
| 2020-02-06 | Rollup merge of #68888 - tspiteri:ignore-to-compile_fail, r=petrochenkov | Dylan DPC | -5/+7 |
| 2020-02-06 | Rollup merge of #68886 - tom-a-wagner:master, r=Mark-Simulacrum | Dylan DPC | -0/+12 |
| 2020-02-06 | Rollup merge of #68791 - mark-i-m:proper-linkcheck, r=ehuss,JohnTitor | Dylan DPC | -14/+61 |
| 2020-02-06 | Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc | Dylan DPC | -283/+867 |
| 2020-02-06 | tests: add a revision to macro_backtrace without -Zmacro-backtrace. | Eduard-Mihai Burtescu | -4/+40 |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -119/+888 |
| 2020-02-06 | rustc_errors: hide "in this macro invocation" when redundant, more explicitly. | Eduard-Mihai Burtescu | -68/+53 |
| 2020-02-06 | rustc_errors: deduplicate the -Zmacro-backtrace suggestion message. | Eduard-Mihai Burtescu | -12/+5 |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -149/+141 |
| 2020-02-06 | rustc_errors: split macro backtrace rendering from <*macros> hacks. | Eduard-Mihai Burtescu | -67/+97 |
| 2020-02-06 | Mark fn map_or() as eagerly evaluated. | Tom A. Wagner | -0/+12 |
| 2020-02-07 | Update E0565 examples | Yuki Okushi | -5/+9 |
| 2020-02-06 | Rollup merge of #68880 - JohnTitor:issue-non-zero, r=Dylan-DPC | Dylan DPC | -23/+37 |
| 2020-02-06 | Rollup merge of #68869 - GuillaumeGomez:err-explanation-e0271, r=Dylan-DPC | Dylan DPC | -5/+7 |
| 2020-02-06 | Rollup merge of #68845 - dwrensha:fix-68783, r=estebank | Dylan DPC | -17/+22 |
| 2020-02-06 | Rollup merge of #68844 - euclio:debug-impl-def-path, r=petrochenkov | Dylan DPC | -8/+11 |
| 2020-02-06 | Rollup merge of #68842 - Centril:issue-68785, r=estebank | Dylan DPC | -0/+14 |
| 2020-02-06 | Rollup merge of #68837 - jonas-schievink:assoc-item-lookup-2, r=estebank | Dylan DPC | -21/+24 |
| 2020-02-06 | Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkov | Dylan DPC | -665/+1049 |
| 2020-02-06 | Rollup merge of #68751 - Tyg13:unused_parens_const_static, r=Centril | Dylan DPC | -12/+36 |
| 2020-02-06 | Rollup merge of #68691 - nnethercote:rm-RefCell-from-ObligationForest, r=niko... | Dylan DPC | -5/+5 |
| 2020-02-06 | error code examples: replace some more ignore with compile_fail | Trevor Spiteri | -5/+7 |
| 2020-02-06 | Ignore panic-drops-resume.rs on wasm/emscripten | Jonas Schievink | -0/+2 |
| 2020-02-06 | Clarify comment about `_2` living across a yield | Jonas Schievink | -2/+3 |
| 2020-02-06 | Simplify implicit resume argument | Jonas Schievink | -9/+3 |
| 2020-02-06 | Auto merge of #68664 - tspiteri:no_run-complete-build, r=nikomatsakis | bors | -4/+4 |
| 2020-02-06 | Forbid using `0` as issue number | Yuki Okushi | -23/+37 |
| 2020-02-06 | Auto merge of #68583 - estebank:hrlt, r=oli-obk | bors | -190/+560 |
| 2020-02-05 | unused-parens: implement for const/static items | Tyler Lanphear | -12/+36 |
| 2020-02-06 | Auto merge of #68861 - Dylan-DPC:rollup-0m09hsg, r=Dylan-DPC | bors | -120/+320 |
| 2020-02-06 | Remove `RefCell` usage from `ObligationForest`. | Nicholas Nethercote | -5/+5 |
| 2020-02-06 | Add CodegenFnAttrFlags::NO_SANITIZE_ANY | Tomasz Miąsko | -4/+5 |
| 2020-02-05 | Auto merge of #68461 - cjgillot:split_infer_prelude, r=matthewjasper | bors | -2557/+2725 |
| 2020-02-05 | Apply LLVM sanitize attributes to generated entry wrapper | Tomasz Miąsko | -32/+43 |
| 2020-02-05 | Selectively disable sanitizer instrumentation | Tomasz Miąsko | -17/+255 |
| 2020-02-05 | clean E0271 explanation | Guillaume Gomez | -5/+7 |
| 2020-02-05 | Auto merge of #67429 - mati865:mingw-ultimate-fix, r=alexcrichton | bors | -0/+83 |
| 2020-02-05 | Fix test | Esteban Küber | -0/+2 |
| 2020-02-05 | Account for `impl Trait` | Esteban Küber | -34/+71 |
| 2020-02-05 | Move code to `diagnostics.rs` | Esteban Küber | -200/+214 |
| 2020-02-05 | review comments | Esteban Küber | -37/+26 |
| 2020-02-05 | review comments: wording | Esteban Küber | -13/+13 |
| 2020-02-05 | Account for `fn()` types in lifetime suggestions | Esteban Küber | -153/+210 |
| 2020-02-05 | Account for `'_` in suggestions | Esteban Küber | -2/+5 |
| 2020-02-05 | review comments | Esteban Küber | -60/+60 |