about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2020-03-30fix Vec::extend invalidating unrelated pointersRalf Jung-1/+2
2020-03-30rustup https://github.com/rust-lang/rust/pull/70536Matthias Krüger-3/+3
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-751/+591
2020-03-30parse_and_disallow_postfix_after_cast: account for `ExprKind::Err`.Mazdak Farrokhzad-0/+12
2020-03-30move the definition of thread priorities to hermit-abiStefan Lankes-25/+2
2020-03-30rustc -> rustc_middle part 5 -- fix testsMazdak Farrokhzad-25/+25
2020-03-30rustc -> rustc_middle part 4 -- pacify tidyMazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-739/+771
2020-03-30reorder imports to pass the format checkStefan Lankes-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-1514/+1510
2020-03-30minor changes to pass the format checkStefan Lankes-2/+1
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-54/+56
2020-03-30move OS constants to platform crateStefan Lankes-9/+3
2020-03-30Auto merge of #70449 - ecstatic-morse:visit-body, r=oli-obkbors-34/+33
2020-03-30Add long error code for error E0226Julien Philippon-3/+23
2020-03-30bless output of ui test nll/user-annotations/closure-substs.rsRemy Rakic-1/+1
2020-03-30bless output of ui test impl-trait/multiple-lifetimes/error-handling.rsRemy Rakic-2/+5
2020-03-30bless output of ui test closures/closure-expected-type/expect-region-supply-r...Remy Rakic-3/+3
2020-03-30bless output of ui test nll/outlives-suggestion-simple.rsRemy Rakic-4/+6
2020-03-30bless output of ui test hrtb/hrtb-perfect-forwarding.rsRemy Rakic-1/+2
2020-03-30Polonius fact generation: fix path access fact locationRemy Rakic-1/+1
2020-03-29Auto merge of #70009 - estebank:sugg-bound, r=Centrilbors-640/+439
2020-03-29Use `&` to do deref coercion for `ReadOnlyBodyAndCache`Dylan MacKenzie-22/+22
2020-03-29Tweak `suggest_constraining_type_param`Esteban Küber-640/+439
2020-03-29Rollup merge of #70541 - lcnr:patch-1, r=varkorDylan DPC-0/+1
2020-03-29Rollup merge of #70540 - jonas-schievink:link-attr-template, r=varkorDylan DPC-3/+3
2020-03-29Rollup merge of #70539 - DutchGhost:test-62220, r=Dylan-DPCDylan DPC-0/+22
2020-03-29Rollup merge of #69702 - anyska:tylayout-rename, r=oli-obkDylan DPC-285/+298
2020-03-29Make `Visitor::visit_body` take a simple `Body`Dylan MacKenzie-30/+29