about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-10-16Don't complain re missing `mut` on attempt to partially initialize an uniniti...Felix S. Klock II-9/+23
2018-10-16Cleanup `fn is_mutable` by removing some unnecessary control-flow breaks.Felix S. Klock II-4/+4
2018-10-16Add helper method to determine if local had ever been initialized at current ...Felix S. Klock II-19/+25
2018-10-16Make us error consistently in issue #21232, to fix #54986.Felix S. Klock II-20/+109
2018-10-16Add `Place::base_local` method and improve doc for `Place::local` to clarify ...Felix S. Klock II-1/+13
2018-10-16Auto merge of #55067 - ljedrz:generic_iterator_related_improvements, r=petroc...bors-18/+16
2018-10-16Auto merge of #55023 - euclio:llvm-error-handler, r=cuviperbors-4/+30
2018-10-15Auto merge of #55095 - Manishearth:rollup, r=Manishearthbors-373/+325
2018-10-15Rollup merge of #55081 - sinkuu:dedup_test, r=ManishearthManish Goregaokar-148/+0
2018-10-15Rollup merge of #55066 - iaz3:patch-1, r=sfacklerManish Goregaokar-1/+1
2018-10-15Rollup merge of #55062 - bjorn3:ecx-step-public, r=oli-obkManish Goregaokar-1/+3
2018-10-15Rollup merge of #55060 - jannic:patch-1, r=joshtriplettManish Goregaokar-6/+6
2018-10-15Rollup merge of #55048 - ljedrz:begone_vecc, r=estebankManish Goregaokar-14/+8
2018-10-15Rollup merge of #55047 - tshepang:simple, r=alexcrichtonManish Goregaokar-3/+2
2018-10-15Rollup merge of #55025 - ehuss:missing-lifetime-err-msg, r=petrochenkovManish Goregaokar-8/+9
2018-10-15Rollup merge of #54991 - euclio:issue-23189, r=tmandryManish Goregaokar-0/+24
2018-10-15Rollup merge of #54963 - ljedrz:cleanup_rustc_session, r=varkorManish Goregaokar-160/+132
2018-10-15Rollup merge of #54820 - kleimkuhler:issue-54538-unused_patterns-lint, r=niko...Manish Goregaokar-42/+150
2018-10-15Auto merge of #54858 - nikomatsakis:universes-refactor-2, r=scalexmbors-501/+536
2018-10-15remove the sub/super terminology for universesNiko Matsakis-38/+39
2018-10-15pacify the mercilous tidy with rustfmtNiko Matsakis-126/+129
2018-10-15remove dead iterator codeNiko Matsakis-13/+0
2018-10-15hide `SmallCanonicalVarValues` in `OriginalQueryValues` structNiko Matsakis-46/+66
2018-10-15convert `UniverseIndex` into a `newtype_index!`Niko Matsakis-38/+7
2018-10-15make `UniverseIndex` hashable, rename "sub-" to "superuniverse"Niko Matsakis-25/+28
2018-10-15control canonicalization with a trait vs boolsNiko Matsakis-42/+83
2018-10-15Auto merge of #54917 - varkor:unused-which, r=cramertjbors-51/+51
2018-10-15introduce `canonical_var_for_region` helper fnNiko Matsakis-15/+11
2018-10-15type_op/mod.rs: rustfmtNiko Matsakis-2/+3
2018-10-15rename `QueryResult` to `QueryResponse`Niko Matsakis-158/+158
2018-10-15bundle up "canonical instantiation" with infcx creationNiko Matsakis-30/+50
2018-10-15canonicalizer.rs: rustfmtNiko Matsakis-24/+18
2018-10-15Auto merge of #55084 - matthiaskrgr:clippy, r=oli-obkbors-5/+19
2018-10-15rustc/session: move consts up to improve readabilityljedrz-9/+9
2018-10-15rustc/session: use to_owned when no string conversion is neededljedrz-2/+2
2018-10-15rustc/session: improve common patternsljedrz-58/+35
2018-10-15rustc/session: improve allocationsljedrz-6/+7
2018-10-15rustc/session: whitespace & formatting improvementsljedrz-85/+79
2018-10-15Auto merge of #55064 - RalfJung:miri-update, r=oli-obkbors-5/+19
2018-10-15submodules: update clippy from 9d337313 to 5afdf8b7Matthias Krüger-5/+19
2018-10-15Auto merge of #55024 - alexcrichton:wasm-simd-by-val, r=estebankbors-1/+19
2018-10-15Deduplicate testsShotaro Yamada-148/+0
2018-10-15Auto merge of #55008 - ljedrz:cleanup_rustc_driver, r=estebankbors-246/+208
2018-10-14Auto merge of #55046 - wesleywiser:no_virtual_call_inlining, r=varkorbors-7/+47
2018-10-14remove unnecessary emphasis in doc commentJan Niehusmann-2/+2
2018-10-14clarify pointer add/sub function safety concernsJan Niehusmann-4/+4
2018-10-14Auto merge of #55032 - oli-obk:the_early_unwrap_gets_the_panic, r=Mark-Simula...bors-189/+147
2018-10-14[mir-inlining] Don't inline virtual callsWesley Wiser-7/+47
2018-10-14Unused result warning: "X which must" ↦ "X that must"varkor-51/+51
2018-10-14change a cloning map to into_iterljedrz-1/+1