| Age | Commit message (Expand) | Author | Lines |
| 2018-10-15 | remove dead iterator code | Niko Matsakis | -13/+0 |
| 2018-10-15 | hide `SmallCanonicalVarValues` in `OriginalQueryValues` struct | Niko Matsakis | -46/+66 |
| 2018-10-15 | convert `UniverseIndex` into a `newtype_index!` | Niko Matsakis | -38/+7 |
| 2018-10-15 | make `UniverseIndex` hashable, rename "sub-" to "superuniverse" | Niko Matsakis | -25/+28 |
| 2018-10-15 | control canonicalization with a trait vs bools | Niko Matsakis | -42/+83 |
| 2018-10-15 | Auto merge of #54917 - varkor:unused-which, r=cramertj | bors | -51/+51 |
| 2018-10-15 | introduce `canonical_var_for_region` helper fn | Niko Matsakis | -15/+11 |
| 2018-10-15 | type_op/mod.rs: rustfmt | Niko Matsakis | -2/+3 |
| 2018-10-15 | rename `QueryResult` to `QueryResponse` | Niko Matsakis | -158/+158 |
| 2018-10-15 | bundle up "canonical instantiation" with infcx creation | Niko Matsakis | -30/+50 |
| 2018-10-15 | canonicalizer.rs: rustfmt | Niko Matsakis | -24/+18 |
| 2018-10-15 | Merge pull request #5 from oliver-giersch/master | oliver-giersch | -686/+1082 |
| 2018-10-15 | adds feature gate to doc-test (example) | oliver-giersch | -0/+1 |
| 2018-10-15 | regression test for issue #54597 | Felix S. Klock II | -0/+34 |
| 2018-10-15 | adds missing method call parentheses | oliver-giersch | -1/+1 |
| 2018-10-15 | fixes misplaced semicolon | oliver-giersch | -2/+2 |
| 2018-10-15 | adds doc for `Builder::spawn_unchecked` | oliver-giersch | -1/+60 |
| 2018-10-15 | Auto merge of #55084 - matthiaskrgr:clippy, r=oli-obk | bors | -5/+19 |
| 2018-10-15 | rustc/session: move consts up to improve readability | ljedrz | -9/+9 |
| 2018-10-15 | rustc/session: use to_owned when no string conversion is needed | ljedrz | -2/+2 |
| 2018-10-15 | rustc/session: improve common patterns | ljedrz | -58/+35 |
| 2018-10-15 | rustc/session: improve allocations | ljedrz | -6/+7 |
| 2018-10-15 | rustc/session: whitespace & formatting improvements | ljedrz | -85/+79 |
| 2018-10-14 | Detect if access to localStorage is forbidden by the user's browser | Roy Wellington Ⅳ | -0/+6 |
| 2018-10-15 | Auto merge of #55064 - RalfJung:miri-update, r=oli-obk | bors | -5/+19 |
| 2018-10-15 | submodules: update clippy from 9d337313 to 5afdf8b7 | Matthias Krüger | -5/+19 |
| 2018-10-15 | Auto merge of #55024 - alexcrichton:wasm-simd-by-val, r=estebank | bors | -1/+19 |
| 2018-10-15 | Deduplicate tests | Shotaro Yamada | -148/+0 |
| 2018-10-15 | Auto merge of #55008 - ljedrz:cleanup_rustc_driver, r=estebank | bors | -246/+208 |
| 2018-10-15 | rustdoc: Use dyn keyword when rendering dynamic traits | Oliver Middleton | -4/+7 |
| 2018-10-14 | Auto merge of #55046 - wesleywiser:no_virtual_call_inlining, r=varkor | bors | -7/+47 |
| 2018-10-14 | remove unnecessary emphasis in doc comment | Jan Niehusmann | -2/+2 |
| 2018-10-14 | clarify pointer add/sub function safety concerns | Jan Niehusmann | -4/+4 |
| 2018-10-14 | Auto 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 calls | Wesley Wiser | -7/+47 |
| 2018-10-14 | Unused result warning: "X which must" ↦ "X that must" | varkor | -51/+51 |
| 2018-10-14 | Fix ICE and report a human readable error | Oliver Scherer | -3/+27 |
| 2018-10-14 | change a cloning map to into_iter | ljedrz | -1/+1 |
| 2018-10-14 | create only one vector when winnowing candidates | ljedrz | -7/+5 |
| 2018-10-14 | Added graphviz visualization for obligation forests. | Diogo Sousa | -0/+106 |
| 2018-10-14 | Auto merge of #55055 - matthiaskrgr:bump_beta, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-10-14 | remove unnecessary lifetime bounds | oliver-giersch | -2/+2 |
| 2018-10-14 | Fix incorrect link in println! documentation | Diana | -1/+1 |
| 2018-10-14 | typeck: don't collect to a vector when unnecessary | ljedrz | -10/+10 |
| 2018-10-14 | Auto merge of #55051 - matthiaskrgr:dist_msg, r=Mark-Simulacrum | bors | -0/+3 |
| 2018-10-14 | Add comment about step being used by priroda | bjorn3 | -0/+2 |
| 2018-10-14 | update miri | Ralf Jung | -5/+19 |
| 2018-10-14 | Auto merge of #55015 - dsciarra:underscores-constant-names, r=petrochenkov | bors | -1/+100 |
| 2018-10-14 | Make EvalContext::step public again | bjorn3 | -1/+1 |
| 2018-10-14 | Support underscore as constant name | Donato Sciarra | -1/+100 |