about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-05update testcsmoe-44/+43
2018-07-05Auto merge of #51936 - japaric:rust-lld, r=alexcrichtonbors-3/+10
2018-07-04in the second copy lld is already named rust-lldJorge Aparicio-4/+3
2018-07-05Auto merge of #51938 - zackmdavis:and_the_case_of_the_leaking_desugar, r=este...bors-2/+82
2018-07-04Remove rustc_mir_borrowck attribute and use rustc_mir insteadSantiago Pastorino-6/+6
2018-07-05reverse_postordercsmoe-1/+2
2018-07-04Remove obsolete documentation from FufillmentContext::select comment.Benjamin Peterson-2/+1
2018-07-05Auto merge of #51964 - matthewjasper:unused-mut-mir-generation, r=nikomatsakisbors-48/+212
2018-07-04Move `Eq + Hash + Clone` bounds to `Machine`Dylan MacKenzie-14/+6
2018-07-04Shorten error message and add link to testDylan MacKenzie-6/+5
2018-07-04Derive Eq and Hash for types used in Miri's evaluatorDylan MacKenzie-2/+2
2018-07-04Avoid overflow in step counterDylan MacKenzie-26/+27
2018-07-04Explain reason behind error spanDylan MacKenzie-2/+4
2018-07-04Add a UI test for #50637Dylan MacKenzie-0/+66
2018-07-04Rename `bloom` to `hashes`Dylan MacKenzie-10/+10
2018-07-04Enable loop detector in step loopDylan MacKenzie-13/+35
2018-07-04Add an `InfiniteLoop` variant to `EvalErrorKind`Dylan MacKenzie-4/+8
2018-07-04Improve correctness of `Frame` and `Memory` equalityDylan MacKenzie-12/+12
2018-07-04Revert "Refactor EvalContext stack and heap into inner struct"Dylan MacKenzie-173/+131
2018-07-04Add miri infinite loop detectionDylan MacKenzie-14/+71
2018-07-04Implement Clone, Eq and Hash for the heap and stackDylan MacKenzie-8/+170
2018-07-04Refactor EvalContext stack and heap into inner structDylan MacKenzie-98/+110
2018-07-04Improve comments.David Wood-3/+5
2018-07-04Ensure that borrows wind up unactivated.David Wood-0/+30
2018-07-04Auto merge of #51803 - lucasem:rustdoc-code-hash-escape, r=GuillaumeGomezbors-10/+27
2018-07-04Implement `Option::replace` in the core libraryKerollmops-0/+27
2018-07-04Correctly handle an activation from dead code.David Wood-41/+38
2018-07-04Auto merge of #51611 - QuietMisdreavus:slippery-macros, r=ollie27bors-47/+124
2018-07-04rustdoc book on codeblock hash escapingLucas Morales-0/+17
2018-07-04Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapinbors-0/+8
2018-07-04Shorten the lineCrLF0710-2/+2
2018-07-04Include VS 2017 in error message.CrLF0710-1/+1
2018-07-04Auto merge of #51870 - nnethercote:reuse-DefsUsesVisitor, r=nikomatsakisbors-24/+34
2018-07-04Improving span of unknown lint tool error messageflip1995-12/+38
2018-07-04Auto merge of #51935 - cramertj:unpin-references, r=withoutboatsbors-0/+9
2018-07-04Unstable book documentation of tool lintsflip1995-0/+35
2018-07-04Implementation of tool lintsflip1995-0/+37
2018-07-04Tests for tool_lintsflip1995-0/+103
2018-07-04Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=sca...bors-67/+205
2018-07-04write code to extract region names and emit new style messageNiko Matsakis-155/+523
2018-07-04NLL Liveness: Skip regionless types when visiting free regionsRémy Rakic-0/+9
2018-07-04Reuse the `DefsUsesVisitor` in `simulate_block()`.Nicholas Nethercote-24/+34
2018-07-03Compile stage0 tools with the raw bootstrap compilerAlex Crichton-29/+73
2018-07-04add span notecsmoe-1/+8
2018-07-03Auto merge of #51926 - matthewjasper:Initialization-span, r=nikomatsakisbors-28/+42
2018-07-03universal_regions: rustfmtNiko Matsakis-24/+20
2018-07-03always create a category, even it is just "boring"Niko Matsakis-5/+5
2018-07-03promote `error-reporting` to a moduleNiko Matsakis-0/+0
2018-07-03add `assert_crate_local` method to `ClearCrossCrate`Niko Matsakis-0/+9
2018-07-03store the `HirId` of the upvarNiko Matsakis-2/+6