about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-12-23extract recover_not_exprMazdak Farrokhzad-26/+27
2019-12-23simplify parse_assoc_op_castMazdak Farrokhzad-8/+1
2019-12-23refactor parse_address_of -> parse_borrow_exprMazdak Farrokhzad-7/+14
2019-12-23simplify parse_dot_call_or_exprMazdak Farrokhzad-9/+5
2019-12-23extract parse_dot_base_exprMazdak Farrokhzad-13/+10
2019-12-23extract parse_dot_suffix_exprMazdak Farrokhzad-21/+30
2019-12-23extract error_unexpected_after_dot and de-fatalizeMazdak Farrokhzad-27/+40
2019-12-23extract recover_field_access_by_float_litMazdak Farrokhzad-26/+37
2019-12-23extract parse_tuple_field_access_exprMazdak Farrokhzad-7/+16
2019-12-23extract parse_fn_call_exprMazdak Farrokhzad-9/+9
2019-12-23extract parse_index_expr & refactor parse_dot_suffixMazdak Farrokhzad-28/+22
2019-12-23extract error_float_lits-must_have_int_partMazdak Farrokhzad-8/+12
2019-12-23simplify parse_literal_maybe_minusMazdak Farrokhzad-8/+4
2019-12-23simplify parse_fn_block_declMazdak Farrokhzad-17/+15
2019-12-23refactor parse_fn_block_paramMazdak Farrokhzad-5/+4
2019-12-23refactor parse_if_exprMazdak Farrokhzad-10/+4
2019-12-23more recovery in if-parsingMazdak Farrokhzad-36/+68
2019-12-23refactor loop parsing a bitMazdak Farrokhzad-31/+28
2019-12-23make parse_async_block conventionalMazdak Farrokhzad-9/+6
2019-12-23extract is_certainly_not_a_blockMazdak Farrokhzad-16/+16
2019-12-23extract error_struct_lit_not_allowed_hereMazdak Farrokhzad-10/+11
2019-12-23extract find_struct_error_after_field_looking_codeMazdak Farrokhzad-23/+26
2019-12-23extract recover_struct_comma_after_dotdotMazdak Farrokhzad-15/+17
2019-12-23refactor parse_fieldMazdak Farrokhzad-30/+33
2019-12-22Change bound order in rustfmt testMark Rousskov-2/+2
2019-12-22temporary retry around msys2 installMark Rousskov-4/+6
2019-12-22test falloutMark Rousskov-9/+9
2019-12-22Format the worldMark Rousskov-74456/+66074
2019-12-22Remove most files from format ignore listMark Rousskov-20/+23
2019-12-22Rollup merge of #67525 - Mark-Simulacrum:fix-toolstate-master, r=CentrilMazdak Farrokhzad-2/+5
2019-12-22Rollup merge of #67519 - Mark-Simulacrum:any-unsafe, r=CentrilMazdak Farrokhzad-0/+10
2019-12-22Rollup merge of #67508 - davesque:master, r=Dylan-DPCMazdak Farrokhzad-2/+2
2019-12-22Rollup merge of #67506 - qnighy:remove-iter-private, r=Dylan-DPCMazdak Farrokhzad-17/+0
2019-12-22Rollup merge of #67499 - Centril:mir-match-clean, r=matthewjasperMazdak Farrokhzad-103/+49
2019-12-22Rollup merge of #67487 - GuillaumeGomez:rustdoc-mutability-removal, r=CentrilMazdak Farrokhzad-40/+23
2019-12-22Rollup merge of #67299 - christianpoveda:try_immty_from_int, r=RalfJungMazdak Farrokhzad-11/+36
2019-12-22Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obkMazdak Farrokhzad-253/+195
2019-12-22Utilize rust-lang/rust commit hashes in toolstateRust Toolstate Update-2/+5
2019-12-22Auto merge of #65939 - anp:incremental-rustfmt-rollout, r=Mark-Simulacrumbors-30/+181
2019-12-22Add error message if `Scalar::from_(u)int` failsChristian Poveda-4/+10
2019-12-22Document why Any is not an unsafe traitMark Rousskov-0/+10
2019-12-22Do not run if rustfmt.toml does not existMark Rousskov-2/+7
2019-12-22Implement PrintWithSpace trait on hir::MutabilityGuillaume Gomez-13/+13
2019-12-22Auto merge of #66931 - cjgillot:hirene-preamble, r=eddybbors-781/+856
2019-12-22Auto merge of #67505 - Centril:rollup-7win7ty, r=Centrilbors-856/+985
2019-12-21Fix typo in path parser nameDavid Sanders-2/+2
2019-12-22Auto merge of #67486 - matthiaskrgr:submodule_upd, r=oli-obkbors-5/+11
2019-12-22Rollup merge of #67504 - Mark-Simulacrum:note-data-offset, r=CentrilMazdak Farrokhzad-0/+4
2019-12-22Rollup merge of #67500 - JohnTitor:non-shorthand-field-patterns, r=CentrilMazdak Farrokhzad-22/+129
2019-12-22Rollup merge of #67480 - rossmacarthur:fix-41260-avoid-issue-0-part-2, r=CentrilMazdak Farrokhzad-385/+384