| Age | Commit message (Expand) | Author | Lines |
| 2018-10-28 | don't be too perf-greedy | Ralf Jung | -1/+1 |
| 2018-10-28 | don't tag new memory inside memory.rs; add machine hook to tag new memory | Ralf Jung | -24/+44 |
| 2018-10-28 | always print backtrace when CTFE_BACKTRACE is set | Ralf Jung | -2/+2 |
| 2018-10-28 | remove some unused CTFE error variants | Ralf Jung | -96/+1 |
| 2018-10-28 | rename env var to control ctfe backtraces, and make it usually show the backt... | Ralf Jung | -56/+87 |
| 2018-10-28 | make memory private; that's what we have `memory_mut` for | Ralf Jung | -1/+1 |
| 2018-10-28 | validity in non-const mode relies on ref_to_mplace checking bounds; (de)refer... | Ralf Jung | -121/+119 |
| 2018-10-28 | make (de)reference hooks more consistent | Ralf Jung | -19/+45 |
| 2018-10-28 | Rollup merge of #55252 - SimonSapin:maybeuninit-new, r=bluss | kennytm | -0/+10 |
| 2018-10-28 | Rollup merge of #55244 - wesleywiser:issue-50411, r=nikomatsakis | kennytm | -72/+120 |
| 2018-10-28 | Rollup merge of #55191 - GuillaumeGomez:fix-sub-variant, r=QuietMisdreavus | kennytm | -17/+39 |
| 2018-10-28 | Rollup merge of #55148 - SimonSapin:path-fromstr, r=oli-obk | kennytm | -0/+11 |
| 2018-10-28 | Add ManuallyDrop::take | Christopher Durham | -0/+20 |
| 2018-10-28 | Add note linking to Rust 2018 path semantics docs. | David Wood | -29/+63 |
| 2018-10-28 | single-use-lifetime lint: don't false-positive on the anonymous lifetime | Zack M. Davis | -5/+13 |
| 2018-10-28 | structured suggestions for single-use lifetime lint on fns and methods | Zack M. Davis | -36/+168 |
| 2018-10-28 | Auto merge of #55297 - petrochenkov:uni, r=Mark-Simulacrum | bors | -544/+518 |
| 2018-10-28 | Auto merge of #54683 - zackmdavis:critique_of_pure_lints, r=petrochenkov | bors | -20/+304 |
| 2018-10-28 | resolve: Desugar empty import groups into synthetic dummy imports | Vadim Petrochenkov | -98/+51 |
| 2018-10-28 | resolve: Make sure macros and imports are resolved in full parent scope | Vadim Petrochenkov | -86/+83 |
| 2018-10-28 | resolve: More precise spans for privacy errors | Vadim Petrochenkov | -281/+276 |
| 2018-10-28 | resolve: Absolute paths may be undetermined on 2018 edition | Vadim Petrochenkov | -0/+21 |
| 2018-10-28 | resolve: Refactor away `legacy_macro_imports`/`LegacyMacroImports` | Vadim Petrochenkov | -37/+39 |
| 2018-10-28 | resolve: Record full parent scope data for imports | Vadim Petrochenkov | -46/+52 |
| 2018-10-28 | Make a bunch of trivial methods of NonNull be `#[inline]` | Nick Fitzgerald | -0/+14 |
| 2018-10-27 | back out bogus `Ok`-wrapping suggestion on `?` arm type mismatch | Zack M. Davis | -44/+3 |
| 2018-10-27 | wherein the status of empty and reason-only lint attributes is clarified | Zack M. Davis | -1/+25 |
| 2018-10-27 | in which lint reasons are restricted to come last in the attribute | Zack M. Davis | -36/+69 |
| 2018-10-27 | feature-gate lint reasons | Zack M. Davis | -12/+48 |
| 2018-10-27 | Auto merge of #54183 - qnighy:by-value-object-safety, r=oli-obk | bors | -171/+870 |
| 2018-10-27 | introducing lint reason annotations (RFC 2383) | Zack M. Davis | -20/+211 |
| 2018-10-27 | Auto merge of #55385 - davidtwco:issue-55288, r=oli-obk | bors | -194/+356 |
| 2018-10-27 | error_reporting/mod.rs: rustfmt | Niko Matsakis | -117/+152 |
| 2018-10-27 | select.rs: rustfmt | Niko Matsakis | -7/+9 |
| 2018-10-27 | apply minimum bounds when checking closure signature | Niko Matsakis | -1/+35 |
| 2018-10-27 | distinguish user-type annotations from other annotations | Niko Matsakis | -3/+40 |
| 2018-10-27 | when canonicalizing query responses, preserve infer-var universes | Niko Matsakis | -9/+38 |
| 2018-10-27 | extend query response to potentially contain fresh universes | Niko Matsakis | -28/+144 |
| 2018-10-27 | allow canonicalized regions to carry universe and track max-universe | Niko Matsakis | -41/+61 |
| 2018-10-27 | convert placeholder region vids in NLL mode as we see them | Niko Matsakis | -38/+88 |
| 2018-10-27 | move `PlaceholderIndices` into `MirTypeckRegionConstraints` struct | Niko Matsakis | -9/+6 |
| 2018-10-27 | Fix sub-variant doc display | Guillaume Gomez | -17/+39 |
| 2018-10-27 | Fix an ICE in the min_const_fn analysis | Oliver Scherer | -2/+26 |
| 2018-10-27 | Make the Atomic types repr(C) to ensure newtype | Simonas Kazlauskas | -5/+5 |
| 2018-10-27 | Correct alignment of atomic types and (re)add Atomic{I,U}128 | Oliver Middleton | -20/+169 |
| 2018-10-27 | Refactor and add `PlaceContext::AscribeUserTy`. | David Wood | -195/+308 |
| 2018-10-27 | Test for cast causing static promotion failure. | David Wood | -0/+21 |
| 2018-10-27 | Add helpful logging statements. | David Wood | -1/+29 |
| 2018-10-27 | Auto merge of #55150 - pnkfelix:issues-47215-54797-fix-ice-from-moving-out-of... | bors | -14/+91 |
| 2018-10-27 | Add more tests on unsized locals autoderef and borrowck. | Masaki Hara | -0/+368 |