| Age | Commit message (Expand) | Author | Lines |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -1/+1 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -1/+1 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -1/+1 |
| 2018-07-28 | Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis | kennytm | -2/+2 |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -1/+0 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -2/+2 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -1/+1 |
| 2018-07-26 | Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck. | Felix S. Klock II | -1/+1 |
| 2018-07-26 | Add flag indicating whether AST `borrowck` query signalled any error. | Felix S. Klock II | -4/+36 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -1/+0 |
| 2018-07-16 | TyKind | csmoe | -2/+2 |
| 2018-07-16 | ExprKind | csmoe | -4/+4 |
| 2018-07-13 | Auto merge of #52352 - kennytm:rollup, r=kennytm | bors | -0/+1 |
| 2018-07-12 | Factor out suggest_ref_mut; use it in rustc_borrowck | ashtneoi | -8/+5 |
| 2018-07-12 | span_suggestion | csmoe | -2/+3 |
| 2018-07-12 | replace ref | csmoe | -4/+9 |
| 2018-07-12 | lint with ref_span | csmoe | -7/+5 |
| 2018-07-12 | fix wrong replacing | csmoe | -1/+1 |
| 2018-07-12 | Deny bare trait objects in the rest of rust | ljedrz | -0/+1 |
| 2018-07-08 | Auto merge of #52106 - PramodBisht:issue/52049, r=oli-obk | bors | -1/+4 |
| 2018-07-07 | Addresses #52049 | Pramod Bisht | -1/+4 |
| 2018-07-06 | Rollup merge of #52083 - spastorino:dont-run-ast-borrowck-on-mir-mode, r=niko... | Mark Rousskov | -0/+2 |
| 2018-07-05 | Do not run AST borrowck when -Zborrowck=mir | Santiago Pastorino | -0/+2 |
| 2018-07-02 | Add more safeguards to "missing binding mode" errors | varkor | -9/+9 |
| 2018-07-01 | use HirId in middle::mem_categorization::cmt_, and consequences of that | Zack M. Davis | -11/+17 |
| 2018-06-28 | Use `Ident`s in a number of structures in HIR | Vadim Petrochenkov | -7/+5 |
| 2018-06-26 | Rollup merge of #51769 - alexcameron89:update_rustc_guide_links, r=frewsxcv | Pietro Albini | -1/+1 |
| 2018-06-24 | Update broken rustc-guide links | Alex Kitchens | -1/+1 |
| 2018-06-22 | Fix erroneous error note when using field after move | Santiago Pastorino | -1/+1 |
| 2018-06-19 | Parallel code | John Kåre Alsaker | -2/+4 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-06-06 | When NLL has illegal move due to borrowed content, provide feedback about why... | Felix S. Klock II | -1/+1 |
| 2018-06-01 | Suggest not mutably borrowing a mutable reference | Yaron Tausky | -17/+45 |
| 2018-05-31 | change `PointerKind::Implicit` to a note | Niko Matsakis | -6/+2 |
| 2018-05-28 | operate on `HirId` in `hir::Pat::each_binding`, and consequences of that | Zack M. Davis | -11/+11 |
| 2018-05-26 | Use `Ident`s for fields in HIR | Vadim Petrochenkov | -4/+7 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -1/+1 |
| 2018-05-05 | Auto merge of #50418 - nnethercote:cmt, r=eddyb | bors | -77/+73 |
| 2018-05-03 | Avoid many `cmt` allocations. | Nicholas Nethercote | -77/+73 |
| 2018-04-28 | Disable AST unused mut check when using MIR borrowck | Keith Yeung | -1/+4 |
| 2018-04-12 | Avoid comparing fields by name when possible | Vadim Petrochenkov | -9/+10 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -18/+8 |
| 2018-04-11 | Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton | bors | -1/+0 |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -1/+1 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -1/+0 |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -1/+1 |
| 2018-03-28 | Make Steal thread-safe | John Kåre Alsaker | -1/+1 |
| 2018-03-20 | Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakis | kennytm | -0/+5 |
| 2018-03-16 | Replace many of the last references to readmes | Mark Mansi | -0/+5 |