| Age | Commit message (Expand) | Author | Lines |
| 2018-07-30 | Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper | bors | -1/+1 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -4/+4 |
| 2018-07-29 | Remove unused `mut`s | Matthew Jasper | -1/+1 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -1/+1 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -4/+4 |
| 2018-07-28 | Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis | kennytm | -2/+2 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -2/+2 |
| 2018-07-27 | Better Option handling | Shotaro Yamada | -1/+1 |
| 2018-07-26 | Improve a few vectors - calculate capacity or build from iterators | ljedrz | -1/+1 |
| 2018-07-24 | Rollup merge of #52622 - estebank:lifetime-multispan, r=nikomatsakis | kennytm | -3/+3 |
| 2018-07-23 | Auto merge of #52568 - oli-obk:span_bug_error, r=varkor | bors | -36/+22 |
| 2018-07-22 | Auto merge of #52069 - zackmdavis:elided_states_of_america—and_to_the_re-pu... | bors | -2/+30 |
| 2018-07-22 | Use MultiSpan in E0707 and E709 | Esteban Küber | -3/+3 |
| 2018-07-23 | Rollup merge of #52581 - petrochenkov:bmacrodoc, r=alexcrichton | kennytm | -1/+2 |
| 2018-07-22 | in which the elided-lifetimes-in-paths lint undergoes a revolution | Zack M. Davis | -2/+30 |
| 2018-07-21 | Avoid using `#[macro_export]` for documenting builtin macros | Vadim Petrochenkov | -1/+2 |
| 2018-07-20 | Only methods are fn-like, not other associated items | Oliver Schneider | -1/+7 |
| 2018-07-20 | Properly scope label resolution | Oliver Schneider | -36/+22 |
| 2018-07-20 | Auto merge of #52445 - alexcrichton:wasm-import-module, r=eddyb | bors | -21/+0 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -11/+48 |
| 2018-07-18 | Change label span to point at iterator instead of iter item | Esteban Küber | -3/+5 |
| 2018-07-18 | Do not use desugared ident when suggesting adding a type | Esteban Küber | -1/+3 |
| 2018-07-18 | rustc: Stabilize #[wasm_import_module] as #[link(...)] | Alex Crichton | -21/+0 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -11/+48 |
| 2018-07-16 | rustc: Use link_section, not wasm_custom_section | Alex Crichton | -15/+13 |
| 2018-07-16 | Fix tidy | csmoe | -5/+23 |
| 2018-07-16 | ItemKind | csmoe | -172/+171 |
| 2018-07-16 | ForeignItemKind | csmoe | -22/+21 |
| 2018-07-16 | TyKind | csmoe | -67/+68 |
| 2018-07-16 | ExprKind | csmoe | -208/+207 |
| 2018-07-16 | VariantKind | csmoe | -4/+4 |
| 2018-07-16 | DeclKind | csmoe | -19/+18 |
| 2018-07-16 | StmtKind | csmoe | -33/+32 |
| 2018-07-16 | BinOpKind | csmoe | -117/+121 |
| 2018-07-15 | Update clippy and rls | Oliver Schneider | -2/+2 |
| 2018-07-14 | Address comments | Vadim Petrochenkov | -1/+1 |
| 2018-07-14 | Remove most of `Hash` impls from AST and HIR structures | Vadim Petrochenkov | -85/+86 |
| 2018-07-14 | Remove most of `PartialEq` impls from AST and HIR structures | Vadim Petrochenkov | -101/+103 |
| 2018-07-11 | Rollup merge of #52247 - ljedrz:dyn_librustc, r=oli-obk | Mark Rousskov | -4/+4 |
| 2018-07-11 | Rollup merge of #51952 - petrochenkov:transmark, r=alexcrichton | Mark Rousskov | -29/+17 |
| 2018-07-11 | Deny bare trait objects in in src/librustc | ljedrz | -4/+4 |
| 2018-07-11 | Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoerister | bors | -6/+3 |
| 2018-07-10 | Upgrade to LLVM's master branch (LLVM 7) | Alex Crichton | -6/+3 |
| 2018-07-09 | find and highlight the `&` or `'_` in `region_name` | Niko Matsakis | -0/+9 |
| 2018-07-08 | Remove fallback to parent modules from lexical resolution | Vadim Petrochenkov | -29/+17 |
| 2018-07-05 | Auto merge of #51967 - varkor:const-body-break-continue, r=estebank | bors | -25/+35 |
| 2018-07-03 | Rollup merge of #51982 - michaelwoerister:hash-modules-properly, r=nikomatsakis | Pietro Albini | -0/+8 |
| 2018-07-03 | Avoid sorting the item_ids array the StableHash impl of hir::Mod. | Michael Woerister | -0/+8 |
| 2018-07-02 | Clean up error messages regarding break/continue inside consts | varkor | -25/+35 |
| 2018-07-02 | Get rid of `TyImplTraitExistential` | Oliver Schneider | -39/+18 |