about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-05-23Remove subtle Default impl for ValueJohn Kåre Alsaker-61/+9
2019-05-23Update GenericPredicates queriesJohn Kåre Alsaker-55/+64
2019-05-23Optimize alloc_from_iterJohn Kåre Alsaker-5/+24
2019-05-23Update used_trait_importsJohn Kåre Alsaker-4/+4
2019-05-23Update item_childrenJohn Kåre Alsaker-4/+4
2019-05-23Update resolve_lifetimes, named_region_map, is_late_bound_map and object_life...John Kåre Alsaker-20/+16
2019-05-23Update implementations_of_trait and all_trait_implementationsJohn Kåre Alsaker-21/+18
2019-05-23Update upstream_monomorphizations and upstream_monomorphizations_forJohn Kåre Alsaker-10/+13
2019-05-23Update borrowckJohn Kåre Alsaker-5/+5
2019-05-23Update inherent_implsJohn Kåre Alsaker-27/+21
2019-05-23Update associated_item_def_idsJohn Kåre Alsaker-17/+20
2019-05-23Auto merge of #60965 - petrochenkov:lit3, r=matkladbors-558/+526
2019-05-23syntax: Some code cleanupVadim Petrochenkov-228/+177
2019-05-23syntax: Turn `token::Lit` into a structVadim Petrochenkov-286/+275
2019-05-23syntax: Remove an obsolete hack from literal comparisonsVadim Petrochenkov-9/+1
2019-05-23syntax: Fix spans for boolean literals passed to proc macrosVadim Petrochenkov-5/+5
2019-05-23syntax: More consistent wording for some literal parsing errorsVadim Petrochenkov-20/+20
2019-05-23syntax: Return named errors from literal parsing functionsVadim Petrochenkov-131/+169
2019-05-23Auto merge of #61075 - Centril:rollup-1ugmcqu, r=Centrilbors-189/+112
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-10/+35
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-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-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-10/+35
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