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