about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
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
2019-08-03Rollup merge of #63227 - jakubadamw:issue-63151, r=estebankMazdak Farrokhzad-2/+3
2019-08-03Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkovMazdak Farrokhzad-1/+1
2019-08-03Auto merge of #62946 - RalfJung:miri_type_dispatch_first, r=oli-obkbors-0/+6
2019-08-03Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centrilbors-285/+298
2019-08-03Rollup merge of #63208 - tmandry:issue-62658, r=cramertjMazdak Farrokhzad-0/+2
2019-08-02dead_code: Properly inspect fields in struct patterns with type relative pathsJakub Adam Wieczorek-2/+3
2019-08-02dedup free-form Unsupported errors; add macros for free-form UB and Unsupport...Ralf Jung-13/+12
2019-08-02be less BritishRalf Jung-8/+8
2019-08-02add is_any_ptr type test; this also helps pacify tidyRalf Jung-0/+6
2019-08-02CTFE: simplify Value type by not checking for alignmentRalf Jung-12/+5
2019-08-02Fix broken test and nitvarkor-32/+35
2019-08-02Nicer labels for type layout errorsEsteban Küber-2/+2
2019-08-02Do not lint on SizeOverflow, always errorEsteban Küber-1/+3
2019-08-02Always error on `SizeOverflow` during mir evaluationEsteban Küber-1/+0
2019-08-02Auto merge of #63207 - petrochenkov:outest2, r=Mark-Simulacrumbors-26/+33
2019-08-02Rollup merge of #63189 - waywardmonkeys:doc-improvements, r=CentrilMazdak Farrokhzad-2/+2
2019-08-02Rollup merge of #63153 - varkor:remove-resolve_const_var, r=cramertjMazdak Farrokhzad-31/+10
2019-08-02Rollup merge of #62969 - saleemjaffer:declutter_interperror, r=RalfJungMazdak Farrokhzad-95/+233
2019-08-02Address review commentsvarkor-12/+11
2019-08-02Rename `OpaqueTyOrigin` variantsvarkor-9/+9
2019-08-02Replace `exist_ty` and `ExistTy` with `opaque_ty` and `OpaqueTy`varkor-67/+67
2019-08-02Replace `abstract type` with type alias `impl Trait`varkor-44/+44
2019-08-02Fix fallout after rebasevarkor-2/+2
2019-08-02Replace "existential" by "opaque"varkor-158/+169
2019-08-01Round generator sizes to multiple of their alignmentTyler Mandry-0/+2
2019-08-02librustc: Unconfigure tests during normal buildVadim Petrochenkov-26/+33
2019-08-02Fix typos in doc comments.Bruce Mitchener-2/+2
2019-08-01code review fixesSaleem Jaffer-5/+1
2019-08-01code review fixesSaleem Jaffer-31/+40