| Age | Commit message (Expand) | Author | Lines |
| 2019-03-09 | Revert "Revert "Add clamp functions"" | Dirk Leifeld | -0/+66 |
| 2019-03-09 | Rollup merge of #59045 - topecongiro:expose-new_sub_parser_from_file, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-03-09 | Rollup merge of #59018 - alexcrichton:omg, r=sfackler | Mazdak Farrokhzad | -15/+0 |
| 2019-03-09 | Rollup merge of #58990 - oli-obk:miri_manifest, r=alexcrichton | Mazdak Farrokhzad | -1/+3 |
| 2019-03-09 | Rollup merge of #58924 - cuviper:more-as_slice, r=dtolnay | Mazdak Farrokhzad | -0/+47 |
| 2019-03-09 | Rollup merge of #58762 - petrochenkov:unwind, r=Mark-Simulacrum | Mazdak Farrokhzad | -34/+74 |
| 2019-03-09 | Rollup merge of #58750 - TimDiekmann:master, r=oli-obk | Mazdak Farrokhzad | -3/+136 |
| 2019-03-09 | Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister | Mazdak Farrokhzad | -197/+305 |
| 2019-03-09 | Rollup merge of #58676 - euclio:bootstrap-python, r=alexcrichton | Mazdak Farrokhzad | -8/+10 |
| 2019-03-09 | Rollup merge of #58670 - saleemjaffer:refactor_typecast_check_kinds, r=oli-obk | Mazdak Farrokhzad | -47/+32 |
| 2019-03-09 | Rollup merge of #58660 - RalfJung:maybe-uninit, r=Centril | Mazdak Farrokhzad | -30/+229 |
| 2019-03-09 | Rollup merge of #58629 - euclio:debug-empty-str, r=alexcrichton | Mazdak Farrokhzad | -0/+37 |
| 2019-03-09 | Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomez | Mazdak Farrokhzad | -10/+487 |
| 2019-03-09 | Rollup merge of #58518 - oli-obk:unreachable_result_errors, r=RalfJung | Mazdak Farrokhzad | -44/+30 |
| 2019-03-09 | use structured suggestions for E0432 | Andy Russell | -152/+310 |
| 2019-03-09 | Expose new_sub_parser_from_file | topecongiro | -1/+1 |
| 2019-03-09 | Fix fallout from #57667 | ishitatsuyuki | -33/+6 |
| 2019-03-09 | Auto merge of #57882 - euclio:unused-doc-attributes, r=estebank | bors | -163/+342 |
| 2019-03-09 | fixes rust-lang#56766 | Saleem Jaffer | -0/+16 |
| 2019-03-09 | Track embedded-book in the toolstate | kennytm | -3/+6 |
| 2019-03-09 | Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini | bors | -84/+563 |
| 2019-03-08 | When encountetring `||{}()`, suggest the likely intended `(||{})()` | Esteban Küber | -1/+53 |
| 2019-03-09 | Auto merge of #58920 - ehuss:update-cargo-rls, r=ehuss | bors | -0/+0 |
| 2019-03-08 | Parse lifetimes that start with a number and give specific error | Esteban Küber | -6/+50 |
| 2019-03-08 | Auto merge of #58985 - dlrobertson:fix_58980, r=alexreg | bors | -9/+27 |
| 2019-03-08 | Update books | Eric Huss | -0/+0 |
| 2019-03-08 | Update cargo, rls | Eric Huss | -0/+0 |
| 2019-03-08 | Fix moving text in search tabs headers | Guillaume Gomez | -1/+1 |
| 2019-03-08 | expand unused doc comment diagnostic | Andy Russell | -170/+306 |
| 2019-03-08 | improve unused doc comment diagnostic reporting | Andy Russell | -15/+58 |
| 2019-03-08 | std: Delete a by-definition spuriously failing test | Alex Crichton | -15/+0 |
| 2019-03-08 | Unit (and regression) tests for warning cycle code. | Felix S. Klock II | -59/+140 |
| 2019-03-08 | Temporarily emulate the (accidentally) omitted recursion during impl Trait ch... | Felix S. Klock II | -15/+84 |
| 2019-03-08 | Auto merge of #58915 - ljedrz:deprecate_nodeid_methods, r=Zoxc | bors | -495/+442 |
| 2019-03-08 | update clippy | ljedrz | -8/+5 |
| 2019-03-08 | Fix documentation of from_ne_bytes and from_le_bytes | Nagy Tibor | -8/+8 |
| 2019-03-08 | Rollup merge of #59007 - varkor:invalid-const-arg-test, r=petrochenkov | Pietro Albini | -0/+12 |
| 2019-03-08 | Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obk | Pietro Albini | -27/+56 |
| 2019-03-08 | Rollup merge of #58970 - pnkfelix:issue-58158-size-of-assoc-type-ice, r=petro... | Pietro Albini | -4/+47 |
| 2019-03-08 | Rollup merge of #58963 - seanmonstar:patch-3, r=cramertj | Pietro Albini | -0/+8 |
| 2019-03-08 | Rollup merge of #58961 - estebank:issue-58462, r=varkor | Pietro Albini | -6/+6 |
| 2019-03-08 | Rollup merge of #58931 - estebank:elide-receiver-tyerr, r=varkor | Pietro Albini | -1/+33 |
| 2019-03-08 | Rollup merge of #58926 - gabi-250:tcx-lifetimes, r=petrochenkov | Pietro Albini | -4/+4 |
| 2019-03-08 | Rollup merge of #58921 - cuviper:issue-50582, r=varkor | Pietro Albini | -0/+15 |
| 2019-03-08 | Rollup merge of #58918 - gilescope:async-await-issue-testcase, r=petrochenkov | Pietro Albini | -0/+28 |
| 2019-03-08 | Rollup merge of #58912 - pnkfelix:issue-58813-incr-comp-regress-test, r=petro... | Pietro Albini | -0/+14 |
| 2019-03-08 | Rollup merge of #58911 - pnkfelix:issue-58435-regression-test, r=alexcrichton | Pietro Albini | -0/+17 |
| 2019-03-08 | Rollup merge of #58906 - Nemo157:generator-state-debug-info, r=Zoxc | Pietro Albini | -0/+28 |
| 2019-03-08 | Rollup merge of #58893 - benaryorg:thread_local_example_join, r=alexcrichton | Pietro Albini | -1/+4 |
| 2019-03-08 | Rollup merge of #58891 - Delta-Psi:doc-fixes, r=Centril | Pietro Albini | -1/+1 |