summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-15Merge pull request #5 from oliver-giersch/masteroliver-giersch-686/+1082
2018-10-15adds feature gate to doc-test (example)oliver-giersch-0/+1
2018-10-15regression test for issue #54597Felix S. Klock II-0/+34
2018-10-15adds missing method call parenthesesoliver-giersch-1/+1
2018-10-15fixes misplaced semicolonoliver-giersch-2/+2
2018-10-15adds doc for `Builder::spawn_unchecked`oliver-giersch-1/+60
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-14Detect if access to localStorage is forbidden by the user's browserRoy Wellington Ⅳ-0/+6
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-15rustdoc: Use dyn keyword when rendering dynamic traitsOliver Middleton-4/+7
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-14Fix ICE and report a human readable errorOliver Scherer-3/+27
2018-10-14change a cloning map to into_iterljedrz-1/+1
2018-10-14create only one vector when winnowing candidatesljedrz-7/+5
2018-10-14Added graphviz visualization for obligation forests.Diogo Sousa-0/+106
2018-10-14Auto merge of #55055 - matthiaskrgr:bump_beta, r=Mark-Simulacrumbors-1/+1
2018-10-14remove unnecessary lifetime boundsoliver-giersch-2/+2
2018-10-14Fix incorrect link in println! documentationDiana-1/+1
2018-10-14typeck: don't collect to a vector when unnecessaryljedrz-10/+10
2018-10-14Auto merge of #55051 - matthiaskrgr:dist_msg, r=Mark-Simulacrumbors-0/+3
2018-10-14Add comment about step being used by prirodabjorn3-0/+2
2018-10-14update miriRalf Jung-5/+19
2018-10-14Auto merge of #55015 - dsciarra:underscores-constant-names, r=petrochenkovbors-1/+100
2018-10-14Make EvalContext::step public againbjorn3-1/+1
2018-10-14Support underscore as constant nameDonato Sciarra-1/+100