| Age | Commit message (Expand) | Author | Lines |
| 2020-02-03 | Add more tests for or-patterns | Matthew Jasper | -0/+474 |
| 2020-02-01 | Basic run-pass tests for or-patterns | Dan Robertson | -0/+151 |
| 2020-02-01 | Update existing tests for or-patterns | Matthew Jasper | -370/+332 |
| 2020-02-01 | Remove or_patterns from INCOMPLETE_FEATURES | Matthew Jasper | -247/+154 |
| 2020-02-01 | Auto merge of #68133 - Centril:slimmer-syntax, r=petrochenkov | bors | -4/+8 |
| 2020-02-01 | fix fallout in tests | Mazdak Farrokhzad | -4/+8 |
| 2020-02-01 | Auto merge of #68180 - ajpaverd:cfguard-rust, r=nagisa | bors | -0/+30 |
| 2020-02-01 | Auto merge of #68698 - tmiasko:catch-panic, r=Amanieu | bors | -0/+26 |
| 2020-01-31 | Auto merge of #68633 - JohnTitor:avoid-ice-in-diagnostics, r=estebank | bors | -5/+4 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -427/+427 |
| 2020-01-31 | Auto merge of #68685 - Dylan-DPC:rollup-rkbo05z, r=Dylan-DPC | bors | -9/+83 |
| 2020-01-31 | Rollup merge of #68670 - euclio:invalid-issue, r=estebank | Dylan DPC | -9/+13 |
| 2020-01-31 | Auto merge of #67878 - Others:opt-3, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-01-31 | Remove incorrect debug assertions from catch_unwind | Tomasz Miąsko | -0/+26 |
| 2020-01-30 | Change opt-level from 2 back to 3 | Gregor Peach | -1/+1 |
| 2020-01-30 | clarify "incorrect issue" error | Andy Russell | -9/+13 |
| 2020-01-30 | suggest adding space in accidental doc comments | Andy Russell | -0/+70 |
| 2020-01-30 | Auto merge of #68325 - faern:move-numeric-consts-to-associated-consts-step1, ... | bors | -21/+14 |
| 2020-01-29 | Fix revision annotations in borrowck-feature-nll-overrides-migrate | Tomasz Miąsko | -2/+2 |
| 2020-01-29 | Auto merge of #68635 - JohnTitor:rollup-jsc34ac, r=JohnTitor | bors | -11/+36 |
| 2020-01-29 | Rollup merge of #68586 - Centril:repr-deny, r=pnkfelix | Yuki Okushi | -11/+36 |
| 2020-01-29 | Avoid ICE in macro's diagnostics | Yuki Okushi | -5/+4 |
| 2020-01-29 | Auto merge of #68572 - tmiasko:sanitizer-use-after-scope, r=nikic | bors | -0/+18 |
| 2020-01-29 | Rollup merge of #68556 - ollie27:rustdoc_primitive_re-export, r=GuillaumeGomez | Yuki Okushi | -0/+36 |
| 2020-01-29 | Rollup merge of #68289 - pnkfelix:issue-62649-dont-ice-on-path-collision-in-d... | Yuki Okushi | -0/+13 |
| 2020-01-28 | Add support for Control Flow Guard on Windows. | Andrew Paverd | -0/+30 |
| 2020-01-28 | Auto merge of #68529 - TimDiekmann:rename-alloc, r=Amanieu | bors | -5/+5 |
| 2020-01-28 | Rollup merge of #68575 - Wind-River:master_2020, r=alexcrichton | Yuki Okushi | -0/+1 |
| 2020-01-28 | Rollup merge of #68563 - Aaron1011:fix/fn-sig-closure, r=varkor | Yuki Okushi | -0/+26 |
| 2020-01-28 | lintify conflicting_repr_hints | Mazdak Farrokhzad | -11/+36 |
| 2020-01-27 | Rename `Alloc` to `AllocRef` | Tim Diekmann | -5/+5 |
| 2020-01-27 | Disable the testcase for Vxworks. | Umesh Kalappa | -0/+1 |
| 2020-01-27 | Collisions in the dep-graph due to path-reuse are rare but can occur. | Felix S. Klock II | -0/+13 |
| 2020-01-27 | Rollup merge of #68562 - hjung4:spell, r=jonas-schievink | Pietro Albini | -1/+1 |
| 2020-01-27 | Rollup merge of #68370 - Aaron1011:const-extern-test, r=RalfJung | Pietro Albini | -0/+44 |
| 2020-01-27 | Don't call `tcx.fn_sig` on closures | Aaron Hill | -0/+26 |
| 2020-01-26 | update | comet | -1/+1 |
| 2020-01-26 | Ensure that we error when calling "const extern fn" with wrong convention | Aaron Hill | -0/+44 |
| 2020-01-27 | Auto merge of #68447 - estebank:sugg-type-param, r=petrochenkov | bors | -13/+42 |
| 2020-01-27 | Auto merge of #68122 - Centril:stabilize-transparent-enums, r=petrochenkov | bors | -27/+31 |
| 2020-01-27 | Move sanitizer tests to a separate directory | Tomasz Miąsko | -0/+0 |
| 2020-01-27 | Detect use-after-scope bugs with AddressSanitizer | Tomasz Miąsko | -0/+18 |
| 2020-01-26 | rustdoc: Fix re-exporting primitive types | Oliver Middleton | -0/+36 |
| 2020-01-26 | Suggest defining type parameter when appropriate | Esteban Küber | -13/+42 |
| 2020-01-26 | rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr. | Eduard-Mihai Burtescu | -6/+6 |
| 2020-01-26 | Auto merge of #68545 - estebank:verbose-bound-display, r=petrochenkov | bors | -16/+16 |
| 2020-01-26 | Auto merge of #68522 - estebank:impl-trait-sugg-2, r=oli-obk | bors | -3/+202 |
| 2020-01-26 | Auto merge of #68517 - oli-obk:spaces2, r=nagisa | bors | -33/+32 |
| 2020-01-25 | Auto merge of #68546 - JohnTitor:rollup-znuot4b, r=JohnTitor | bors | -0/+91 |
| 2020-01-26 | Rollup merge of #68498 - Aaron1011:tait-regression-tests, r=Centril | Yuki Okushi | -0/+81 |