| Age | Commit message (Expand) | Author | Lines |
| 2019-10-17 | Remove side table of future incompatibility info | Mark Rousskov | -231/+183 |
| 2019-10-17 | Make declare_lint take any amount of boolean fields | Mark Rousskov | -13/+24 |
| 2019-10-17 | Move to storing constructor functions inside LintStore | Mark Rousskov | -33/+26 |
| 2019-10-17 | Take lint passes as constructor functions | Mark Rousskov | -18/+19 |
| 2019-10-17 | Make get_lints be a static function | Mark Rousskov | -57/+42 |
| 2019-10-17 | No longer implicitly register lints when registering passes | Mark Rousskov | -5/+8 |
| 2019-10-17 | Split out just registration to separate function | Mark Rousskov | -44/+30 |
| 2019-10-17 | Split module and crate late pass registration | Mark Rousskov | -23/+16 |
| 2019-10-17 | Lints being from a plugin is dependent on the lint, not the registration | Mark Rousskov | -23/+23 |
| 2019-10-17 | Handle lints, not passes in push_lints | Mark Rousskov | -7/+5 |
| 2019-10-17 | De-propagate optional session from lint registration | Mark Rousskov | -42/+28 |
| 2019-10-17 | Duplicate lint specifications are always bug! | Mark Rousskov | -20/+2 |
| 2019-10-17 | Don't add `argc` and `argv` arguments to `main` on WASI. | Dan Gohman | -7/+28 |
| 2019-10-18 | doc: make BitSet intro more short | Tshepang Lekhonkhobe | -2/+5 |
| 2019-10-18 | BTreeSet symmetric_difference & union optimized, cleaned | Stein Somers | -121/+144 |
| 2019-10-17 | example for padding any format | Ralf Jung | -2/+6 |
| 2019-10-17 | reorder fmt docs for more clarity | Ralf Jung | -42/+61 |
| 2019-10-17 | Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centril | bors | -634/+755 |
| 2019-10-17 | save-analysis: Add a relevant test case | Igor Matuszewski | -0/+15 |
| 2019-10-17 | save-analysis: Nest tables when processing impl items | Igor Matuszewski | -9/+12 |
| 2019-10-17 | Replaced pretty-json error-format with only json | Lucas Henry | -106/+6 |
| 2019-10-17 | Replaced pretty-json error-format with only json | Lucas Henry | -626/+22 |
| 2019-10-17 | Replaced warn attribute by deny | Lucas Henry | -144/+152 |
| 2019-10-17 | more consistency and clarification | Ralf Jung | -13/+17 |
| 2019-10-17 | Rc: value -> allocation | Ralf Jung | -44/+51 |
| 2019-10-17 | Replaced warn attibute by deny | Lucas Henry | -26/+34 |
| 2019-10-17 | Improve code style | Igor Aleksanov | -21/+41 |
| 2019-10-17 | Add more explaining comments to the code | Igor Aleksanov | -68/+94 |
| 2019-10-17 | Split options parsing into several functions | Igor Aleksanov | -123/+179 |
| 2019-10-17 | Make enum usage explicit and fix tests | Igor Aleksanov | -161/+289 |
| 2019-10-17 | Auto merge of #64595 - Mark-Simulacrum:trivial-query, r=pnkfelix | bors | -66/+73 |
| 2019-10-17 | Extract ConsoleTestState | Igor Aleksanov | -286/+317 |
| 2019-10-17 | Split libtest into several smaller modules | Igor Aleksanov | -1385/+1462 |
| 2019-10-17 | Plugins deprecation: don’t suggest simply removing the attribute | Simon Sapin | -78/+84 |
| 2019-10-17 | Update ui tests | Guillaume Gomez | -0/+2 |
| 2019-10-17 | Add long error explanation for E0584 | Guillaume Gomez | -1/+27 |
| 2019-10-17 | Avoid injecting sanitizer runtimes into staticlibs (#64629). | Christian Holler (:decoder) | -5/+21 |
| 2019-10-17 | properly document panics in div_euclid and rem_euclid | Trevor Spiteri | -2/+10 |
| 2019-10-17 | Rollup merge of #65486 - mathstuf:osstr-doc-typo, r=TimNN | Mazdak Farrokhzad | -4/+4 |
| 2019-10-17 | Rollup merge of #65478 - RalfJung:write, r=jonas-schievink | Mazdak Farrokhzad | -2/+2 |
| 2019-10-17 | Rollup merge of #65475 - lzutao:eg_type_name, r=Centril | Mazdak Farrokhzad | -0/+9 |
| 2019-10-17 | Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkov | Mazdak Farrokhzad | -600/+682 |
| 2019-10-17 | Rollup merge of #65461 - Kampfkarren:patch-1, r=Centril | Mazdak Farrokhzad | -3/+2 |
| 2019-10-17 | Rollup merge of #65319 - RalfJung:memory, r=Centril | Mazdak Farrokhzad | -17/+6 |
| 2019-10-17 | Rollup merge of #65316 - oconnor663:noninheritable, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-10-17 | Rollup merge of #65237 - KodrAus:fix/map-entry-err, r=sfackler | Mazdak Farrokhzad | -7/+49 |
| 2019-10-17 | Rebase fallout | Oliver Scherer | -1/+1 |
| 2019-10-17 | Auto merge of #59953 - eddyb:soa-metadata, r=michaelwoerister | bors | -876/+857 |
| 2019-10-17 | Update emscripten functions declarations | Mateusz Mikuła | -34/+2 |
| 2019-10-17 | Update ui tests | Guillaume Gomez | -1/+1 |