| Age | Commit message (Expand) | Author | Lines |
| 2018-08-17 | Don't sanity check function pointers in vtables | Oliver Schneider | -16/+2 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -55/+55 |
| 2018-07-29 | Sanity-check all constants | Oliver Schneider | -5/+20 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -2/+2 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -55/+55 |
| 2018-07-28 | Auto merge of #52711 - eddyb:unsized-manuallydrop, r=nikomatsakis | bors | -1/+5 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -2/+2 |
| 2018-07-27 | Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakis | bors | -10/+50 |
| 2018-07-26 | Auto merge of #52488 - nikomatsakis:nll-issue-48071-universe-and-sub, r=pnkfelix | bors | -1/+25 |
| 2018-07-26 | integrate the edition code. | Felix S. Klock II | -26/+44 |
| 2018-07-26 | Bug fix: `#![feature(nll)]` takes precedence over `-Z borrowck=migrate`. | Felix S. Klock II | -1/+16 |
| 2018-07-26 | Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck. | Felix S. Klock II | -0/+7 |
| 2018-07-25 | Change ManuallyDrop from an union to a struct and make it a lang item. | Eduard-Mihai Burtescu | -1/+5 |
| 2018-07-25 | introduce new subtyping | Niko Matsakis | -1/+25 |
| 2018-07-23 | librustc: Prefer `Option::map`/etc over `match` where applicable | Colin Wallace | -8/+5 |
| 2018-07-23 | gcx outlives tcx which outlives a, no need to explicitly do gcx: a | Santiago Pastorino | -1/+1 |
| 2018-07-21 | Convert implied_outlives_bounds to a query | Tyler Mandry | -0/+16 |
| 2018-07-21 | Auto merge of #52555 - petrochenkov:mresfact, r=alexcrichton | bors | -7/+6 |
| 2018-07-20 | Auto merge of #52476 - wesleywiser:categorize_queries, r=nikomatsakis | bors | -453/+563 |
| 2018-07-20 | Revert some use of `PtrKey` to fix parallel_queries build | Vadim Petrochenkov | -3/+2 |
| 2018-07-20 | data_structures: Add a reference wrapper for pointer-indexed maps/sets | Vadim Petrochenkov | -9/+9 |
| 2018-07-18 | Prepare for using wfcheck on existential types | Oliver Schneider | -11/+21 |
| 2018-07-18 | Check lifetimes on existential types | Oliver Schneider | -3/+11 |
| 2018-07-18 | More documentation | Oliver Schneider | -1/+1 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -5/+21 |
| 2018-07-17 | Categorize queries for later self-profiling | Wesley Wiser | -453/+563 |
| 2018-07-16 | ItemKind | csmoe | -6/+6 |
| 2018-07-16 | ForeignItemKind | csmoe | -1/+1 |
| 2018-07-16 | ExprKind | csmoe | -1/+1 |
| 2018-07-15 | Auto merge of #52381 - oli-obk:ty_to_def_id, r=eddyb | bors | -11/+0 |
| 2018-07-14 | Remove `ty_to_def_id` | Oliver Schneider | -11/+0 |
| 2018-07-14 | Remove most of `PartialEq` impls from AST and HIR structures | Vadim Petrochenkov | -1/+1 |
| 2018-07-12 | Fix ICE when using a pointer cast as array size | varkor | -1/+6 |
| 2018-07-11 | Rollup merge of #51952 - petrochenkov:transmark, r=alexcrichton | Mark Rousskov | -1/+1 |
| 2018-07-11 | Auto merge of #51702 - ecstatic-morse:infinite-loop-detection, r=oli-obk | bors | -0/+1 |
| 2018-07-11 | Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoerister | bors | -8/+0 |
| 2018-07-10 | Upgrade to LLVM's master branch (LLVM 7) | Alex Crichton | -8/+0 |
| 2018-07-10 | Auto merge of #51583 - cuviper:packed_pair-bool, r=Mark-Simulacrum | bors | -7/+2 |
| 2018-07-08 | Remove fallback to parent modules from lexical resolution | Vadim Petrochenkov | -1/+1 |
| 2018-07-07 | Auto merge of #52037 - lqd:skipping-regionless-types, r=nikomatsakis | bors | -0/+9 |
| 2018-07-06 | Rollup merge of #52083 - spastorino:dont-run-ast-borrowck-on-mir-mode, r=niko... | Mark Rousskov | -0/+6 |
| 2018-07-06 | Auto merge of #52021 - nikomatsakis:nll-region-errors, r=estebank | bors | -14/+32 |
| 2018-07-05 | Do not run AST borrowck when -Zborrowck=mir | Santiago Pastorino | -0/+6 |
| 2018-07-05 | Store scalar pair bools as i8 in memory | Josh Stone | -7/+2 |
| 2018-07-05 | Auto merge of #51967 - varkor:const-body-break-continue, r=estebank | bors | -4/+4 |
| 2018-07-04 | Add an `InfiniteLoop` variant to `EvalErrorKind` | Dylan MacKenzie | -0/+1 |
| 2018-07-04 | Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=sca... | bors | -6/+56 |
| 2018-07-04 | NLL Liveness: Skip regionless types when visiting free regions | Rémy Rakic | -0/+9 |
| 2018-07-03 | add "free region helpers" | Niko Matsakis | -14/+32 |
| 2018-07-02 | Use LitToConstError rather than bool for errors | varkor | -4/+1 |