about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-10-15rename to `user_substs_applied_to_def` for consistencyNiko Matsakis-4/+4
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-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-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-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-14Auto merge of #55055 - matthiaskrgr:bump_beta, r=Mark-Simulacrumbors-1/+1
2018-10-14Auto merge of #55051 - matthiaskrgr:dist_msg, r=Mark-Simulacrumbors-0/+3
2018-10-14update miriRalf Jung-5/+19
2018-10-14Auto merge of #55015 - dsciarra:underscores-constant-names, r=petrochenkovbors-1/+100
2018-10-14Support underscore as constant nameDonato Sciarra-1/+100
2018-10-14Auto merge of #55049 - tshepang:fix, r=withoutboatsbors-1/+1
2018-10-14Auto merge of #55018 - euclio:issue-24421, r=alexcrichtonbors-1/+20
2018-10-13Auto merge of #55017 - memoryruins:add-tests, r=alexcrichtonbors-0/+49
2018-10-14bump bootstrap compiler to rustc beta 2018-10-13Matthias Krüger-1/+1
2018-10-13boostrap: dist: if a file cannot be installed because it does not exist, prin...Matthias Krüger-0/+3
2018-10-13Auto merge of #54916 - matthiaskrgr:submodules_update, r=oli-obkbors-31/+20
2018-10-13doc: fix sentence structure in std::fmtTshepang Lekhonkhobe-1/+1
2018-10-13bootstrap: update clippy license locations which changed due to relicensing.Matthias Krüger-2/+4
2018-10-13Also adjust rustdoc to the principal changesOliver Scherer-38/+35
2018-10-13submodules: update cargo from ad6e5c00 to 5dbac988Matthias Krüger-7/+7
2018-10-13submodules: update rls from 15d4d4a to 440a985Matthias Krüger-3/+4
2018-10-13submodules: update clippy from 32b1d1fc to 9d337313Matthias Krüger-19/+5
2018-10-13Auto merge of #55003 - zackmdavis:must_use_assoc_fn, r=varkorbors-16/+31
2018-10-13Auto merge of #54951 - alexcrichton:more-wasm-threads, r=sfacklerbors-25/+122
2018-10-13Auto merge of #54997 - davidtwco:issue-54896, r=nagisabors-162/+295
2018-10-13Check the invariant for `principal` inside the methodOliver Scherer-151/+112
2018-10-13Auto merge of #54955 - RalfJung:miri-validate2, r=oli-obkbors-127/+333
2018-10-13rustc/driver: whitespace & formatting fixesljedrz-86/+87
2018-10-13rustc/driver: unwrap_or_else with function callsljedrz-7/+5
2018-10-13rustc/driver: remove explicit return, add explicit Noneljedrz-2/+2
2018-10-13rustc/driver: don't sort base if it only has one elementljedrz-2/+3