| Age | Commit message (Expand) | Author | Lines |
| 2020-02-13 | parser: fuse `trait` parsing & layer with `is_path_start_item` | Mazdak Farrokhzad | -35/+27 |
| 2020-02-13 | parser: make `eat_macro_def` redundant. | Mazdak Farrokhzad | -33/+12 |
| 2020-02-13 | parser: remove `Option<Vec<Attribute>>` in `ItemInfo`. | Mazdak Farrokhzad | -59/+50 |
| 2020-02-13 | parser_item_mod: avoid cloning outer attributes | Mazdak Farrokhzad | -23/+16 |
| 2020-02-13 | parser: introduce `parse_item_kind` as central `ItemInfo` logic. | Mazdak Farrokhzad | -197/+168 |
| 2020-02-13 | parser: extract `recover_missing_kw_before_item` | Mazdak Farrokhzad | -84/+90 |
| 2020-02-13 | parser: unify item list parsing. | Mazdak Farrokhzad | -71/+80 |
| 2020-02-13 | parser: extract common foreign item code for each kind | Mazdak Farrokhzad | -67/+21 |
| 2020-02-13 | parser: is_fn_front_matter -> check_fn_front_matter | Mazdak Farrokhzad | -4/+4 |
| 2020-02-13 | parser: add test for 'extern crate async' | Mazdak Farrokhzad | -0/+12 |
| 2020-02-13 | rustc_bulltin_macros: tweak span_labels | Mazdak Farrokhzad | -2/+2 |
| 2020-02-13 | ast_validation: tweak diagnostic output | Mazdak Farrokhzad | -81/+96 |
| 2020-02-13 | parser: simplify ParamCfg -> ReqName | Mazdak Farrokhzad | -30/+18 |
| 2020-02-13 | parser: address review comments | Mazdak Farrokhzad | -2/+2 |
| 2020-02-13 | parser: move `ban_async_in_2015` to `fn` parsing & improve it. | Mazdak Farrokhzad | -13/+48 |
| 2020-02-13 | parser: inline `parse_assoc_fn` and friends. | Mazdak Farrokhzad | -42/+21 |
| 2020-02-13 | parser: solidify `fn` parsing with `parse_fn`. | Mazdak Farrokhzad | -23/+30 |
| 2020-02-13 | parser: fuse free `fn` parsing together. | Mazdak Farrokhzad | -185/+181 |
| 2020-02-13 | parser_fn_front_matter: allow `const .. extern` | Mazdak Farrokhzad | -107/+104 |
| 2020-02-13 | IsAsync -> enum Async { Yes { span: Span, .. }, No } | Mazdak Farrokhzad | -108/+96 |
| 2020-02-13 | Constness -> enum Const { Yes(Span), No } | Mazdak Farrokhzad | -212/+238 |
| 2020-02-13 | Auto merge of #69118 - Dylan-DPC:rollup-7hpm1fj, r=Dylan-DPC | bors | -253/+584 |
| 2020-02-13 | Rollup merge of #69104 - tmiasko:configure-cmake, r=Mark-Simulacrum | Dylan DPC | -9/+19 |
| 2020-02-13 | Rollup merge of #69082 - estebank:boxfuture-box-pin, r=tmandry | Dylan DPC | -10/+119 |
| 2020-02-13 | Rollup merge of #69068 - Goirad:make-sgx-arg-cleanup-nop, r=jethrogb,nagisa | Dylan DPC | -6/+1 |
| 2020-02-13 | Rollup merge of #69050 - nnethercote:micro-optimize-leb128, r=michaelwoerister | Dylan DPC | -50/+14 |
| 2020-02-13 | Rollup merge of #69049 - pthariensflame:improvement/imgbot, r=GuillaumeGomez | Dylan DPC | -3/+3 |
| 2020-02-13 | Rollup merge of #69048 - estebank:hrlt-assoc, r=nagisa | Dylan DPC | -20/+226 |
| 2020-02-13 | Rollup merge of #69008 - Aaron1011:fix/opaque-ty-parent, r=matthewjasper | Dylan DPC | -1/+53 |
| 2020-02-13 | Rollup merge of #68848 - nnethercote:hasten-macro-parsing, r=petrochenkov | Dylan DPC | -64/+73 |
| 2020-02-13 | Rollup merge of #67642 - Mark-Simulacrum:relax-bounds, r=Amanieu | Dylan DPC | -90/+76 |
| 2020-02-13 | Auto merge of #69097 - Xanewok:update-rls-rustfmt, r=Dylan-DPC | bors | -21/+7 |
| 2020-02-12 | Add trait `Self` filtering to `rustc_on_unimplemented` | Esteban Küber | -66/+27 |
| 2020-02-12 | Account for `Pin::new(_)` and `Pin::new(Box::new(_))` when `Box::pin(_)` woul... | Esteban Küber | -12/+22 |
| 2020-02-12 | Account for `Box::new(impl Future)` and emit help `use Box::pin` | Esteban Küber | -30/+84 |
| 2020-02-12 | Remove std lib `Span` from expected boxed future test | Esteban Küber | -28/+19 |
| 2020-02-12 | When expecting `BoxFuture` and using `async {}`, suggest `Box::pin` | Esteban Küber | -8/+101 |
| 2020-02-12 | Auto merge of #69105 - Dylan-DPC:rollup-n73lh5h, r=Dylan-DPC | bors | -178/+891 |
| 2020-02-12 | Rollup merge of #69095 - GuillaumeGomez:minified-theme-check, r=Dylan-DPC | Dylan DPC | -14/+30 |
| 2020-02-12 | Rollup merge of #69040 - jethrogb:jb/cleanup-sgx-entry, r=nagisa | Dylan DPC | -10/+29 |
| 2020-02-12 | Rollup merge of #69038 - yaahc:backtrace-debug, r=dtolnay | Dylan DPC | -6/+63 |
| 2020-02-12 | Rollup merge of #69002 - RalfJung:miri-op-overflow, r=oli-obk,wesleywiser | Dylan DPC | -97/+272 |
| 2020-02-12 | Rollup merge of #68981 - estebank:silence, r=davidtwco | Dylan DPC | -14/+44 |
| 2020-02-12 | Rollup merge of #67954 - nikic:new-pm, r=nagisa | Dylan DPC | -37/+453 |
| 2020-02-12 | Auto merge of #68679 - matthewjasper:needs-type-op, r=varkor | bors | -163/+337 |
| 2020-02-12 | bootstrap: Configure cmake when building sanitizer runtimes | Tomasz Miąsko | -9/+19 |
| 2020-02-12 | Auto merge of #69094 - Dylan-DPC:rollup-4qe7uv1, r=Dylan-DPC | bors | -164/+197 |
| 2020-02-12 | Add test to check if minified theme are handled correctly | Guillaume Gomez | -0/+13 |
| 2020-02-12 | Minify CSS rules to be able to handle minified theme files as well | Guillaume Gomez | -14/+17 |
| 2020-02-12 | Update RLS and Rustfmt | Igor Matuszewski | -21/+7 |