summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-31remove unnecessary relocation check in const_propRalf Jung-7/+4
2020-03-31more clippy fixesMatthias Krüger-124/+102
2020-03-31Clean up E0466 explanationGuillaume Gomez-1/+1
2020-03-31improve folder name for persistent doc testsLuro02-40/+63
2020-03-31Add missing -lmsvcrt on mingw after -lpthreadAmanieu d'Antras-0/+2
2020-03-31bump MiriRalf Jung-7/+7
2020-03-30Deduplicate crosstool-ng.shBen Wolsieffer-30/+6
2020-03-30Ensure LLVM is in the link path for "fulldeps" testsJosh Stone-1/+10
2020-03-30Add `can_unwind` field to `FnAbi`Wesley Wiser-44/+60
2020-03-30remove a dead parameter that everyone sets to NoneRalf Jung-4/+4
2020-03-30stop unnecessarily passing around span argument for Miri function callsRalf Jung-42/+25
2020-03-30remove caller span from Miri stack frameRalf Jung-12/+2
2020-03-30Fix incorrect documentation for `str::{split_at, split_at_mut}`Jacob Greenfield-2/+2
2020-03-30FormatJonas Schievink-2/+2
2020-03-30std: Fix over-aligned allocations on wasm32-wasiAlex Crichton-1/+1
2020-03-30bless testsRalf Jung-73/+136
2020-03-30Miri stacktrace: record span inside frame, not call-site spanRalf Jung-29/+12
2020-03-30Fix #69841 by updating LLVM submodule. Includes regression test for issue 69841.Felix S. Klock II-0/+30
2020-03-30Auto merge of #70574 - matthiaskrgr:submodule_upd, r=Centrilbors-12/+8
2020-03-30Assert that the trait ref does not need inferenceJonas Schievink-0/+1
2020-03-30Use query instead of `impl_is_default` fnJonas Schievink-24/+15
2020-03-30Sync `Instance::resolve` with the projection codeJonas Schievink-53/+40
2020-03-30Add a testJonas Schievink-0/+23
2020-03-30spec. graph: track defining and finalizing implsJonas Schievink-63/+93
2020-03-30Simplify `NodeItem`Jonas Schievink-12/+8
2020-03-30update tests, improve variable namesBastian Kauschke-12/+40
2020-03-30add test for array len inferenceBastian Kauschke-0/+32
2020-03-30dedup docsBastian Kauschke-1/+0
2020-03-30Correct long error message according to reviewsJulien Philippon-2/+3
2020-03-30Document ThreadSanitizer in unstable-bookTomasz Miąsko-86/+150
2020-03-30Clean up redudant conditions and match exprsRussell Cohen-12/+11
2020-03-30infer arr len from patternBastian Kauschke-21/+90
2020-03-30submodules: update clippy from 70b93aab to e170c849Matthias Krüger-12/+8
2020-03-30Optimize strip_prefix and strip_suffix with str patternsNikhil Benesch-30/+107
2020-03-30Rollup merge of #70567 - JOE1994:patch-3, r=CentrilDylan DPC-1/+1
2020-03-30Rollup merge of #70559 - RalfJung:btree-test-miri, r=Mark-SimulacrumDylan DPC-1/+1
2020-03-30Rollup merge of #70546 - lqd:polonius_update, r=nikomatsakisDylan DPC-12/+18
2020-03-30Rollup merge of #70479 - RalfJung:win-env, r=Mark-SimulacrumDylan DPC-1/+1
2020-03-30Fix broken link in READMEYoungsuk Kim-1/+1
2020-03-30Add inline attributes for functions used in the query systemJohn Kåre Alsaker-0/+4
2020-03-30remove obsolete commentTshepang Lekhonkhobe-3/+0
2020-03-30fix and test aliasing in swap_removeRalf Jung-3/+9
2020-03-30fix aliasing in remove()Ralf Jung-5/+8
2020-03-30try_resolve_as_non_binding: span_bug -> delay_span_bugMazdak Farrokhzad-9/+82
2020-03-30also cover next() path of draining iteratorsRalf Jung-4/+11
2020-03-30test more mutating vector methodsRalf Jung-0/+30
2020-03-30fix BTreeMap test compilation with MiriRalf Jung-1/+1
2020-03-30add some testsRalf Jung-4/+18
2020-03-30fix ptr invalidation in Vec::truncateRalf Jung-1/+2
2020-03-30fix pointer invalidation when extnding a vector from an untrusted iteratorRalf Jung-1/+3