| Age | Commit message (Expand) | Author | Lines |
| 2018-10-05 | cfg_attr_multi: Basic implementation | Havvy (Ryan Scheel) | -45/+252 |
| 2018-10-05 | Move conditional configuration related UI tests into their own directory | Havvy (Ryan Scheel) | -0/+0 |
| 2018-10-05 | Auto merge of #54017 - alexcrichton:wasm-atomics2, r=sfackler | bors | -4/+509 |
| 2018-10-04 | Auto merge of #54649 - nikomatsakis:universes-refactor-1, r=scalexm | bors | -1547/+1883 |
| 2018-10-04 | Auto merge of #54666 - matthewjasper:mir-function-spans, r=pnkfelix | bors | -653/+665 |
| 2018-10-04 | s/skol_predicate/placeholder_predicate | Niko Matsakis | -2/+2 |
| 2018-10-04 | fix typo: s/tained/tainted/ | Niko Matsakis | -1/+1 |
| 2018-10-04 | remove occurences of `skolemization` | Niko Matsakis | -53/+50 |
| 2018-10-04 | remove all occurences of `skolemize` | Niko Matsakis | -4/+4 |
| 2018-10-04 | build up the placeholder indices as we go | Niko Matsakis | -31/+43 |
| 2018-10-04 | extend NLL universe code to have >1 placeholder within one universe | Niko Matsakis | -124/+226 |
| 2018-10-04 | create just one subuniverse per binder -- no need for more, really | Niko Matsakis | -69/+37 |
| 2018-10-04 | reorder the placeholders and inference variables in hr::sub | Niko Matsakis | -7/+9 |
| 2018-10-04 | rename skolemized to placeholder | Niko Matsakis | -211/+226 |
| 2018-10-04 | select.rs: rustfmt | Niko Matsakis | -1107/+1347 |
| 2018-10-04 | Auto merge of #54784 - Manishearth:clippyup, r=oli-obk | bors | -14/+24 |
| 2018-10-04 | Auto merge of #54809 - pietroalbini:rollup, r=pietroalbini | bors | -76/+304 |
| 2018-10-04 | Update Cargo.lock | Oliver Schneider | -0/+1 |
| 2018-10-04 | Add features to the workspace hack | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -1/+5 |
| 2018-10-04 | Rollup merge of #54795 - euclio:ifmt-bad-arg, r=estebank | Pietro Albini | -2/+22 |
| 2018-10-04 | Rollup merge of #54789 - scalexm:unnormalized, r=nikomatsakis | Pietro Albini | -11/+58 |
| 2018-10-04 | Rollup merge of #54788 - ljedrz:cleanup_rustc_mir, r=oli-obk | Pietro Albini | -27/+22 |
| 2018-10-04 | Rollup merge of #54780 - scalexm:dup-predicates, r=nikomatsakis | Pietro Albini | -6/+36 |
| 2018-10-04 | Rollup merge of #54777 - zackmdavis:async_pretty_ice, r=cramertj | Pietro Albini | -0/+10 |
| 2018-10-04 | Rollup merge of #54773 - rust-lang:wesleywiser-patch-1, r=oli-obk | Pietro Albini | -1/+1 |
| 2018-10-04 | Rollup merge of #54769 - jacobherrington:patch-1, r=kennytm | Pietro Albini | -1/+1 |
| 2018-10-04 | Rollup merge of #54761 - Lucretiel:patch-1, r=cramertj | Pietro Albini | -2/+2 |
| 2018-10-04 | Rollup merge of #54746 - llogiq:simplify-unused-lints, r=michaelwoerister | Pietro Albini | -26/+11 |
| 2018-10-04 | Rollup merge of #53523 - phungleson:fix-impl-from-for-std-error, r=GuillaumeG... | Pietro Albini | -0/+141 |
| 2018-10-04 | Auto merge of #54638 - christianpoveda:master, r=kennytm | bors | -5/+36 |
| 2018-10-04 | Auto merge of #53851 - oli-obk:local_promotion, r=eddyb | bors | -335/+484 |
| 2018-10-04 | Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis | bors | -5/+328 |
| 2018-10-04 | Auto merge of #54447 - KiChjang:issue-54331, r=nikomatsakis | bors | -64/+176 |
| 2018-10-03 | Auto merge of #54391 - davidtwco:issue-54230, r=petrochenkov | bors | -19/+296 |
| 2018-10-03 | Clearer later use messages for calls | Matthew Jasper | -636/+607 |
| 2018-10-03 | Record whether a Call in MIR corresponds to a call in HIR | Matthew Jasper | -17/+58 |
| 2018-10-03 | remove padding from multiline format string label | Andy Russell | -2/+22 |
| 2018-10-03 | Auto merge of #54605 - petrochenkov:mambig, r=alexcrichton | bors | -23/+130 |
| 2018-10-03 | Fix `ty::UnnormalizedProjection` in rustdoc | scalexm | -0/+1 |
| 2018-10-03 | Update clippy | Manish Goregaokar | -14/+19 |
| 2018-10-03 | Introduce `TyKind::UnnormalizedProjection` | scalexm | -11/+57 |
| 2018-10-03 | Deterministic external crate suggestion. | David Wood | -4/+11 |
| 2018-10-03 | A handful of cleanups for rustc/mir | ljedrz | -27/+22 |
| 2018-10-03 | Update tests to demonstrate 2015 behaviour. | David Wood | -4/+49 |
| 2018-10-03 | Removed hardcoded crate. | David Wood | -14/+14 |
| 2018-10-03 | Add suggestions for unresolved imports. | David Wood | -19/+244 |
| 2018-10-03 | resolve: Prefer `macro_rules` definitions to in-module macro definitions in s... | Vadim Petrochenkov | -23/+130 |
| 2018-10-03 | Remove duplicate predicates in `explicit_predicates_of` | scalexm | -6/+36 |
| 2018-10-03 | Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis | bors | -30/+232 |
| 2018-10-03 | Move platform dependent output ui tests to compile-fail | Oliver Schneider | -136/+0 |