| 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 | Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centril | bors | -634/+755 |
| 2019-10-17 | Auto merge of #64595 - Mark-Simulacrum:trivial-query, r=pnkfelix | bors | -66/+73 |
| 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 | Auto merge of #59953 - eddyb:soa-metadata, r=michaelwoerister | bors | -876/+857 |
| 2019-10-17 | Auto merge of #65251 - tlively:emscripten-upstream-upgrade, r=tlively | bors | -603/+437 |
| 2019-10-16 | Remove PR runs, enable wasm32 CI, and move asmjs to disabled | Thomas Lively | -6/+2 |
| 2019-10-16 | doc: fix typo in OsStrExt and OsStringExt | Ben Boeckel | -4/+4 |
| 2019-10-17 | Auto merge of #65234 - GuillaumeGomez:long-err-explanation-E0573, r=kinnison | bors | -5/+87 |
| 2019-10-16 | User should not change between emcc install and use | Thomas Lively | -12/+6 |
| 2019-10-16 | Update test expectations | Thomas Lively | -1/+1 |
| 2019-10-16 | Update test and add -O1 to wasm32 Dockerfile | Thomas Lively | -2/+3 |
| 2019-10-16 | Temporarily enable asmjs and wasm32 on PR CI | Thomas Lively | -0/+4 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -538/+377 |
| 2019-10-16 | fmt::Write is about string slices, not byte slices | Ralf Jung | -2/+2 |
| 2019-10-16 | panictry!(..) -> .unwrap() | Mazdak Farrokhzad | -2/+2 |
| 2019-10-16 | Auto merge of #63756 - Zoxc:sharded-dep-graph-1, r=nikomatsakis | bors | -60/+72 |
| 2019-10-16 | add example for type_name | Lzu Tao | -0/+9 |
| 2019-10-16 | Auto merge of #65445 - ehuss:update-cargo-books, r=alexcrichton | bors | -0/+0 |
| 2019-10-16 | ui-fulldeps: make them pass again? | Mazdak Farrokhzad | -9/+13 |
| 2019-10-16 | Update cargo, books | Eric Huss | -0/+0 |
| 2019-10-16 | Auto merge of #65172 - tanriol:explain_borrow-use-context-dominators, r=nagisa | bors | -1/+1 |
| 2019-10-16 | update ui tests | Guillaume Gomez | -4/+13 |
| 2019-10-16 | Add long error explanation for E0573 | Guillaume Gomez | -1/+74 |
| 2019-10-16 | make tidy happy | Mazdak Farrokhzad | -3/+13 |
| 2019-10-16 | mbe: leave a FIXME | Mazdak Farrokhzad | -0/+3 |
| 2019-10-16 | parser: leave a FIXME for later | Mazdak Farrokhzad | -0/+2 |
| 2019-10-16 | move SeqSep to parser.rs | Mazdak Farrokhzad | -30/+31 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -423/+466 |
| 2019-10-16 | syntax::parse: don't depend on syntax::ext | Mazdak Farrokhzad | -6/+12 |
| 2019-10-16 | attr: remove dep on ExtCtxt | Mazdak Farrokhzad | -11/+22 |
| 2019-10-16 | ast: use more direct imports | Mazdak Farrokhzad | -9/+8 |