about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-11Add long error explanation for E0697Yuki Okushi-1/+19
2019-10-10stability: Do not use `buffer_lint` after lowering to HIRVadim Petrochenkov-6/+32
2019-10-10Auto merge of #65153 - da-x:issue-58017, r=petrochenkovbors-120/+222
2019-10-10query generator kind for error reportingcsmoe-26/+55
2019-10-10Don't cc rust-lang/compiler for toolstate changesvarkor-1/+1
2019-10-10Check that we don't access nonexisting union fieldsOliver Scherer-1/+5
2019-10-10vxWorks: implement get_path() and get_mode() for File fmt::DebugBaoshanPang-6/+20
2019-10-10Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisabors-1/+107
2019-10-10Clarify shim implementation comment.Adam Perry-1/+2
2019-10-10Instance::resolve_for_fn_ptr unconditionally resolves first.Adam Perry-9/+13
2019-10-10Improve docs for InstanceDef::ReifyShim.Adam Perry-1/+4
2019-10-10Update ui testsGuillaume Gomez-2/+5
2019-10-10Add long error explanation for E0568Guillaume Gomez-1/+29
2019-10-10Auto merge of #65140 - petrochenkov:disapp, r=nikomatsakisbors-1/+37
2019-10-10Mark Path::join as must_useAleksey Kladov-0/+1
2019-10-10Add and update rustdoc ui testGuillaume Gomez-2/+24
2019-10-10Don't pass doctest feature by defaultGuillaume Gomez-7/+4
2019-10-10Preserve output of raw pointers in mir dump.ben-1/+8
2019-10-10Auto merge of #65129 - andjo403:cargo_args, r=alexcrichtonbors-0/+10
2019-10-10Add 'unlikely' annotation to branch in crate DepNodeIndex caching.Michael Woerister-1/+3
2019-10-09Qualify LangItemMatt Stavola-1/+1
2019-10-09Delegate is_{freeze,copy,sized}_raw to is_item_rawMatt Stavola-21/+12
2019-10-10Remove `tag` from `iterate_until_fixed_point()`.Nicholas Nethercote-4/+4
2019-10-10Special-case `ReEmpty` in `expand_node()`.Nicholas Nethercote-1/+9
2019-10-10Tweak `tcx` usage in `lub_concrete_regions()`.Nicholas Nethercote-5/+3
2019-10-09miri calls resolve_for_fn_ptr when reifying.Adam Perry-1/+8
2019-10-10Auto merge of #65077 - estebank:mut-trait-expected, r=nikomatsakisbors-57/+297
2019-10-09Clarify comment, dedupe match arms in shim.rs.Adam Perry-14/+9
2019-10-09Return ReifyShim from Instance::resolve_for_fn_ptr when track_caller present.Adam Perry-2/+39
2019-10-09Reifying callers of Instance::resolve use resolve_for_fn_ptr.Adam Perry-12/+28
2019-10-09Add Instance::resolve_for_fn_ptrAdam Perry-1/+23
2019-10-09Add InstanceDef::ReifyShim for track_caller functions.Adam Perry-1/+27
2019-10-10Auto merge of #64939 - nnethercote:snapshot-cleanups, r=nikomatsakisbors-37/+28
2019-10-10move debug_map assertions after check for errAshley Mannix-7/+49
2019-10-09Auto merge of #65249 - matthewjasper:revert-into-drop, r=nnethercotebors-466/+247
2019-10-09Revert "Make `into` schedule drop for the destination"Matthew Jasper-466/+247
2019-10-09Suggest `if let` on `let` refutable bindingEsteban Küber-9/+169
2019-10-10Pretty print raw pointers in consts as '{pointer}'.ben-3/+4
2019-10-09Only suggest change mut if vars are resolvedEsteban Küber-1/+6
2019-10-09review commentsEsteban Küber-3/+3
2019-10-09review commentsEsteban Küber-18/+27
2019-10-09Obligation must apply modulo regionsEsteban Küber-4/+4
2019-10-09Tweak wordingEsteban Küber-11/+12
2019-10-09Note when a mutable trait object is neededEsteban Küber-46/+271
2019-10-09Refactor a nested `if` to a `match`Oliver Scherer-11/+7
2019-10-09Move test next to likeminded onesOliver Scherer-0/+0
2019-10-09Auto merge of #65228 - Wind-River:real_master, r=dtolnaybors-1/+1
2019-10-09make it possible to add args to cargo in x.pyAndreas Jonson-0/+10
2019-10-09resolve: Use field spans for reporting the private constructor errorVadim Petrochenkov-107/+204
2019-10-09resolve: Keep field spans for diagnosticsVadim Petrochenkov-13/+18