about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-05-23tweak discriminant on non-nullary enum diagnosticAndy Russell-26/+63
2019-05-23Auto merge of #61075 - Centril:rollup-1ugmcqu, r=Centrilbors-206/+129
2019-05-23Rollup merge of #61073 - phansch:remove_unused_annotation_style, r=matthewjasperMazdak Farrokhzad-2/+1
2019-05-23Rollup merge of #61057 - sfackler:revert-next-back, r=alexcrichtonMazdak Farrokhzad-159/+0
2019-05-23Rollup merge of #61055 - bgermann:master, r=sanxiynMazdak Farrokhzad-1/+1
2019-05-23Rollup merge of #61046 - mark-i-m:transcribe-fix, r=petrochenkovMazdak Farrokhzad-8/+57
2019-05-23Rollup merge of #61043 - alexcrichton:less-full-bootstrap, r=sanxiynMazdak Farrokhzad-0/+6
2019-05-23Rollup merge of #61014 - jsgf:emit-artifact-type, r=alexcrichtonMazdak Farrokhzad-9/+12
2019-05-23Rollup merge of #60981 - alexcrichton:update-compiler-builtins, r=cuviperMazdak Farrokhzad-27/+52
2019-05-23librustc_errors: Remove unused annotation style `OldSchoolNoteText`Philipp Hansch-2/+1
2019-05-23Auto merge of #60174 - matthewjasper:add-match-arm-scopes, r=pnkfelixbors-276/+726
2019-05-23Auto merge of #60740 - petrochenkov:kw, r=nnethercotebors-573/+544
2019-05-22Auto merge of #61044 - Centril:rollup-ztsgb9p, r=Centrilbors-848/+590
2019-05-22Revert "Add implementations of last in terms of next_back on a bunch of Doubl...Steven Fackler-159/+0
2019-05-22Solaris CI: Build with dilos2 stablebgermann-1/+1
2019-05-22add ui testsMark Mansi-0/+47
2019-05-22Restore the old behavior of the rustdoc keyword check + Fix rebaseVadim Petrochenkov-41/+44
2019-05-22Eliminate unnecessary `Ident::with_empty_ctxt`sVadim Petrochenkov-33/+33
2019-05-22Simplify use of keyword symbolsVadim Petrochenkov-535/+503
2019-05-22Rollup merge of #61037 - oli-obk:clippy, r=ManishearthMazdak Farrokhzad-11/+9
2019-05-22Rollup merge of #61034 - eddyb:soa-metadata-prereq, r=michaelwoeristerMazdak Farrokhzad-665/+157
2019-05-22Rollup merge of #61030 - spastorino:make-operand-iterate, r=oli-obkMazdak Farrokhzad-34/+36
2019-05-22Rollup merge of #61029 - blkerby:minimum_spanning_tree, r=alexcrichtonMazdak Farrokhzad-24/+22
2019-05-22Rollup merge of #61023 - spastorino:use-iterate-qualify-consts, r=oli-obkMazdak Farrokhzad-46/+48
2019-05-22Rollup merge of #60809 - jethrogb:jb/nll-faq, r=pnkfelixMazdak Farrokhzad-2/+59
2019-05-22Rollup merge of #60773 - Aaron1011:fix/rustdoc-project-all, r=eddybMazdak Farrokhzad-17/+103
2019-05-22Rollup merge of #60300 - mjbshaw:ffi_types, r=rkruppeMazdak Farrokhzad-49/+156
2019-05-22these errors can happen after allMark Mansi-8/+10
2019-05-22Disable LLVM/debug assertions in gnu-full-bootstrapAlex Crichton-0/+6
2019-05-22Bump compiler-builtins to 0.1.15Alex Crichton-27/+52
2019-05-22Allow null-pointer-optimized enums in FFI if their underlying representation ...Michael Bradshaw-49/+156
2019-05-22Make maybe_codegen_consume_direct iterate instead of doing recursionSantiago Pastorino-34/+36
2019-05-22Update clippy submoduleOliver Scherer-11/+9
2019-05-22rustc_metadata: rip out unused incremental infrastructure.Eduard-Mihai Burtescu-623/+125
2019-05-22rustc_metadata: parametrize schema::CrateRoot by 'tcx.Eduard-Mihai Burtescu-46/+36
2019-05-22Auto merge of #59445 - alexreg:ban-multi-trait-objects-via-aliases, r=oli-obkbors-294/+2032
2019-05-22Auto merge of #60840 - tmandry:preserve-scope-in-generator-mir, r=cramertjbors-44/+93
2019-05-22Migrate from recursion to iterate on qualify consts visitor implSantiago Pastorino-46/+48
2019-05-21Simplify RefCell minimum_spanning_tree exampleBrent Kerby-24/+22
2019-05-22Auto merge of #61027 - Centril:rollup-oewauf1, r=Centrilbors-346/+377
2019-05-22Rollup merge of #61006 - RalfJung:maybe-uninit, r=CentrilMazdak Farrokhzad-1/+1
2019-05-22Rollup merge of #61003 - nnethercote:rm-InternedString-PartialEq-impls, r=pet...Mazdak Farrokhzad-66/+34
2019-05-22Rollup merge of #60998 - RalfJung:static_assert, r=CentrilMazdak Farrokhzad-7/+6
2019-05-22Rollup merge of #60995 - topecongiro:parser-from-stream-and-base-dir, r=micha...Mazdak Farrokhzad-0/+17
2019-05-22Rollup merge of #60991 - spastorino:local-decls-push, r=oli-obkMazdak Farrokhzad-2/+2
2019-05-22Rollup merge of #60982 - estebank:fix-60976, r=petrochenkovMazdak Farrokhzad-11/+11
2019-05-22Rollup merge of #60973 - nnethercote:fix-file_metadata-more, r=michaelwoeristerMazdak Farrokhzad-34/+34
2019-05-22Rollup merge of #60963 - blkerby:boxed_docs, r=alexcrichtonMazdak Farrokhzad-25/+64
2019-05-22Rollup merge of #60581 - hellow554:fix_60580, r=alexcrichtonMazdak Farrokhzad-57/+46
2019-05-22Rollup merge of #59742 - Zoxc:edition-cleanup, r=petrochenkovMazdak Farrokhzad-143/+162