about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-05-24Rollup merge of #61082 - RalfJung:vec, r=alexcrichtonMazdak Farrokhzad-3/+4
2019-05-24Rollup merge of #61056 - euclio:custom-discriminant-error, r=estebankMazdak Farrokhzad-26/+63
2019-05-24Rollup merge of #61054 - estebank:mut-ref-reassign, r=zackmdavisMazdak Farrokhzad-5/+93
2019-05-23Auto merge of #60970 - MaulingMonkey:pr-compiletest-cdb-support, r=alexcrichtonbors-32/+247
2019-05-23Add test for denying overflowing literal in loopvarkor-1/+10
2019-05-23Update unreachable loop patterns testvarkor-1/+8
2019-05-23Fix missing overflowing literal lint in for loopvarkor-15/+16
2019-05-23tidy: don't short-circuit on license errorEric Huss-1/+1
2019-05-23Update cargoEric Huss-0/+3
2019-05-23Make find_local iterate instead of recurseSantiago Pastorino-8/+11
2019-05-23Add regression test for negative caseEsteban Küber-4/+47
2019-05-23Update crate_variances and inferred_outlives_crateJohn Kåre Alsaker-8/+8
2019-05-23Update dylib_dependency_formats, extern_crate and reachable_non_genericsJohn Kåre Alsaker-19/+23
2019-05-23Update foreign_modules and dllimport_foreign_itemsJohn Kåre Alsaker-9/+13
2019-05-23Update visible_parent_mapJohn Kåre Alsaker-2/+3
2019-05-23Update get_lib_features, defined_lib_features, get_lang_items, defined_lang_i...John Kåre Alsaker-34/+42
2019-05-23Update wasm_import_module_map and target_features_whitelistJohn Kåre Alsaker-8/+15
2019-05-23Update upvars and module_exportsJohn Kåre Alsaker-9/+9
2019-05-23Update in_scope_traits_mapJohn Kåre Alsaker-10/+8
2019-05-23Update privacy_access_levelsJohn Kåre Alsaker-6/+5
2019-05-23Update all_traitsJohn Kåre Alsaker-3/+3
2019-05-23Update stability_index, all_crate_nums and features_queryJohn Kåre Alsaker-10/+12
2019-05-23Update lint_levelsJohn Kåre Alsaker-4/+5
2019-05-23Make ArenaField privateJohn Kåre Alsaker-1/+1
2019-05-23Add a comment for arena_types!John Kåre Alsaker-0/+9
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-23adjust commentRalf Jung-1/+2
2019-05-23Box::into_unique: do the reborrow-to-raw *after* destroying the BoxRalf Jung-4/+4
2019-05-23tweak discriminant on non-nullary enum diagnosticAndy Russell-26/+63
2019-05-23Clarify docs for unreachable! macroBrent Kerby-3/+4
2019-05-23fix dangling reference in Vec::appendRalf Jung-3/+4
2019-05-23Auto merge of #60965 - petrochenkov:lit3, r=matkladbors-558/+526
2019-05-23Ship profiler with windows-gnuMateusz Mikuła-1/+5
2019-05-23bump nightly to 1.37.0Pietro Albini-5/+4
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