| Age | Commit message (Expand) | Author | Lines |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -8/+8 |
| 2018-08-19 | Refactor generic argument count check in method/confirm.rs | varkor | -0/+7 |
| 2018-08-19 | Add Default for GenericParamCount | varkor | -4/+18 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-08-13 | Move SmallVec and ThinVec out of libsyntax | ljedrz | -13/+14 |
| 2018-08-09 | Move SVH structure to data structures | Mark Rousskov | -75/+2 |
| 2018-08-08 | Auto merge of #53053 - petrochenkov:custattr, r=alexcrichton | bors | -3/+26 |
| 2018-08-07 | Add HirId to VisibilityKind::Restricted | Mark Rousskov | -26/+40 |
| 2018-08-07 | Rollup merge of #52886 - petrochenkov:noga, r=alexcrichton | kennytm | -6/+2 |
| 2018-08-06 | Discern between various kinds of non-macro attributes | Vadim Petrochenkov | -3/+26 |
| 2018-08-04 | cleanup: Remove `Def::GlobalAsm` | Vadim Petrochenkov | -6/+2 |
| 2018-08-03 | Extract impl_header_lifetime_elision out of in_band_lifetimes | Scott McMurray | -4/+10 |
| 2018-08-02 | Auto merge of #52841 - petrochenkov:premacro, r=alexcrichton | bors | -0/+6 |
| 2018-08-01 | Switch to bootstrapping from 1.29 beta | Mark Rousskov | -13/+7 |
| 2018-08-01 | resolve: Implement prelude search for macro paths | Vadim Petrochenkov | -0/+6 |
| 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 |