about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-08-10lowering: refactor label/dest -> expr.rsMazdak Farrokhzad-47/+43
2019-08-10lowering: move lower_{unop,binop} -> expr.rsMazdak Farrokhzad-34/+34
2019-08-10lowering: move lower_field -> expr.rsMazdak Farrokhzad-10/+10
2019-08-10lowering: move expr builder methods -> expr.rsMazdak Farrokhzad-175/+182
2019-08-10lowering: move make_async_expr -> expr.rsMazdak Farrokhzad-41/+56
2019-08-10lowering: extract lower_expr_letMazdak Farrokhzad-34/+45
2019-08-10lowering: extract lower_expr_ifMazdak Farrokhzad-40/+53
2019-08-10lowering: extract lower_expr_while_in_loop_scopeMazdak Farrokhzad-73/+86
2019-08-10lowering: move wrap_in_try_constructor -> expr.rsMazdak Farrokhzad-12/+11
2019-08-10lowering: extract lower_expr_try_blockMazdak Farrokhzad-25/+18
2019-08-10lowering: move lower_await -> expr.rsMazdak Farrokhzad-163/+160
2019-08-10lowering: extract lower_expr_closureMazdak Farrokhzad-36/+39
2019-08-10lowering: extract lower_expr_async_closureMazdak Farrokhzad-49/+67
2019-08-10lowering: extract lower_expr_range_closedMazdak Farrokhzad-11/+15
2019-08-10lowering: extract lower_expr_rangeMazdak Farrokhzad-39/+44
2019-08-10lowering: extract lower_expr_asmMazdak Farrokhzad-30/+35
2019-08-10lowering: extract lower_expr_yieldMazdak Farrokhzad-22/+24
2019-08-10lowering: extract lower_expr_forMazdak Farrokhzad-153/+163
2019-08-10lowering: extract lower_expr_tryMazdak Farrokhzad-110/+105
2019-08-10lowering: move lower_expr -> expr.rsMazdak Farrokhzad-800/+815
2019-08-10rename RUST_CTFE_BACKTRACE to RUSTC_CTFE_BACKTRACERalf Jung-1/+1
2019-08-10Rollup merge of #63432 - Centril:simplify-lowering, r=eddybMazdak Farrokhzad-43/+34
2019-08-10Cleanup & Simplify stuff in lowering.Mazdak Farrokhzad-43/+34
2019-08-10Fix calls to resolver from rustdoc and HIR loweringVadim Petrochenkov-11/+4
2019-08-10Rollup merge of #63350 - iluuu1994:use-associated-type-bounds, r=CentrilMazdak Farrokhzad-12/+10
2019-08-09Differentiate between tuple structs and tuple variantsEsteban Küber-1/+1
2019-08-09Be more accurate when mentioning type of found match armsEsteban Küber-28/+10
2019-08-08Use associated_type_bounds where applicable - closes #61738Ilija Tovilo-12/+10
2019-08-08Rollup merge of #63360 - brson:cz-help, r=Mark-SimulacrumMazdak Farrokhzad-6/+6
2019-08-07Auto merge of #62457 - zackmdavis:minimax_search_and_the_structure_of_cogniti...bors-4/+21
2019-08-07Use consistent capitalization in -C/-Z helpBrian Anderson-6/+6
2019-08-07Auto merge of #61919 - alexreg:fix-atb-1, r=nikomatsakisbors-13/+14
2019-08-07Auto merge of #63152 - estebank:big-array, r=oli-obkbors-7/+11
2019-08-06pretty-pretty extremal constants!Zack M. Davis-4/+21
2019-08-07Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertjMazdak Farrokhzad-10/+41
2019-08-06Fix generator size regressions due to optimizationTyler Mandry-0/+21
2019-08-06Rollup merge of #63315 - rust-lang:fix-63313, r=alexregMazdak Farrokhzad-1/+1
2019-08-06Rollup merge of #63272 - Mark-Simulacrum:clean-attr, r=petrochenkovMazdak Farrokhzad-4/+3
2019-08-06Rollup merge of #63264 - arielb1:revert-private-coherence-errors, r=estebankMazdak Farrokhzad-7/+2
2019-08-06Rollup merge of #63017 - matklad:no-fatal, r=petrochenkovMazdak Farrokhzad-1/+2
2019-08-06Update README.mdMazdak Farrokhzad-1/+1
2019-08-05Get rid of one more useless `lift` invocationOliver Scherer-2/+1
2019-08-05Prevent array length printing cycle with debug assertionsOliver Scherer-1/+6
2019-08-05Address comment and formatting nitsOliver Scherer-2/+2
2019-08-05Clear the ParamEnv where its information is irrelevantOliver Scherer-13/+17
2019-08-05Fiddle param env through to `try_eval_bits` in most placesOliver Scherer-33/+73
2019-08-05Don't abort on unevaluated constants without at least tryting to eval themOliver Scherer-24/+40
2019-08-05Clean up the `ty::Const::assert*` methodsOliver Scherer-25/+11
2019-08-05Ensure `type_param_predicates` fn only returns predicates for type param with...Alexander Regueiro-1/+1
2019-08-05A few cosmetic improvements.Alexander Regueiro-14/+15