about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-08-11note a FIXMERalf Jung-0/+1
2019-08-11add tuple_fields convenience method and use it in a few placesRalf Jung-8/+20
2019-08-11fix a commentRalf Jung-1/+1
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
2019-08-05Drop span argument from mk_list_itemMark Rousskov-4/+3
2019-08-05add unknown tokenAleksey Kladov-1/+2
2019-08-05Auto merge of #63079 - RalfJung:ctfe-no-align, r=oli-obkbors-12/+5
2019-08-05Auto merge of #63248 - petrochenkov:nomarker, r=matthewjasperbors-2/+16
2019-08-05Auto merge of #63245 - RalfJung:miri-error, r=oli-obkbors-6/+15
2019-08-04tweak output and testsEsteban Küber-1/+3
2019-08-04Rename `Target::Ty` to `Target::TyAlias`varkor-2/+2
2019-08-04Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias`varkor-14/+14
2019-08-04Rename `ItemKind::Ty` to `ItemKind::TyAlias`varkor-16/+16
2019-08-04Revert "Rollup merge of #62696 - chocol4te:fix_#62194, r=estebank"Ariel Ben-Yehuda-7/+2
2019-08-04AssumptionNotHeld is used only once in Miri and never caught... remove from enumRalf Jung-4/+0
2019-08-04move AssumptionNotHeld to UBRalf Jung-3/+4
2019-08-03Simplify change to layout_ofEsteban Küber-10/+1
2019-08-03Point to local place span on "type too big" errorEsteban Küber-1/+10
2019-08-03Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras...Vadim Petrochenkov-2/+16
2019-08-03avoid mutable state and override main messageEsteban Küber-5/+6
2019-08-03Auto merge of #63059 - Centril:sound-bind-by-move, r=matthewjasperbors-2/+2
2019-08-03add variant for experimental UB (like Stacked Borrows)Ralf Jung-3/+5
2019-08-03also add macros for free-form error messagesRalf Jung-0/+10
2019-08-03Auto merge of #63234 - Centril:rollup-h9t731z, r=Centrilbors-24/+24
2019-08-03Rollup merge of #63229 - RalfJung:miri-error, r=oli-obkMazdak Farrokhzad-21/+20