| 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 #52760 - cuviper:test_loading_atoi, r=alexcrichton | kennytm | -13/+12 |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -2/+0 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -1/+1 |
| 2018-07-26 | rustc_metadata: test loading atoi instead of cos | Josh Stone | -13/+12 |
| 2018-07-26 | Rollup merge of #52723 - alexcrichton:fix-extern-rename-ice, r=estebank | Mark Rousskov | -4/+3 |
| 2018-07-25 | rustc: Register crates under their real names | Alex Crichton | -4/+3 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -2/+0 |
| 2018-07-23 | librustc: Prefer `Option::map`/etc over `match` where applicable | Colin Wallace | -10/+7 |
| 2018-07-21 | Auto merge of #52552 - eddyb:proc-macro-prep, r=alexcrichton | bors | -2/+5 |
| 2018-07-20 | Auto merge of #52445 - alexcrichton:wasm-import-module, r=eddyb | bors | -52/+80 |
| 2018-07-20 | proc_macro: clean up the implementation of quasi-quoting. | Eduard-Mihai Burtescu | -2/+5 |
| 2018-07-18 | rustc: Stabilize #[wasm_import_module] as #[link(...)] | Alex Crichton | -52/+80 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+8 |
| 2018-07-16 | ItemKind | csmoe | -82/+82 |
| 2018-07-16 | ForeignItemKind | csmoe | -5/+5 |
| 2018-07-16 | TyKind | csmoe | -1/+1 |
| 2018-07-16 | ExprKind | csmoe | -1/+1 |
| 2018-07-11 | Deny bare trait objects in in src/librustc_metadata | ljedrz | -12/+14 |
| 2018-07-10 | Upgrade to LLVM's master branch (LLVM 7) | Alex Crichton | -25/+0 |
| 2018-07-04 | Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=sca... | bors | -0/+37 |
| 2018-07-02 | introduce `predicates_defined_on` for traits | Niko Matsakis | -0/+37 |
| 2018-07-01 | call it `hir::VisibilityKind` instead of `hir::Visibility_:*` | Zack M. Davis | -1/+1 |
| 2018-06-30 | in which hir::Visibility recalls whence it came (i.e., becomes Spanned) | Zack M. Davis | -1/+3 |
| 2018-06-30 | Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton | bors | -1/+0 |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -1/+0 |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -2/+2 |
| 2018-06-30 | expansion: Give names to some fields of `SyntaxExtension` | Vadim Petrochenkov | -5/+10 |
| 2018-06-28 | Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum | bors | -6/+3 |
| 2018-06-28 | Support delegation in stable hashing macros | Vadim Petrochenkov | -0/+1 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -1/+1 |
| 2018-06-28 | Use `Ident`s in a number of structures in HIR | Vadim Petrochenkov | -7/+5 |
| 2018-06-27 | Make FileMap::{lines, multibyte_chars, non_narrow_chars} non-mutable. | Michael Woerister | -6/+3 |
| 2018-06-27 | Make opaque::Encoder append-only and make it infallible | John Kåre Alsaker | -18/+16 |
| 2018-06-23 | hygiene: Do not reset expansion info for `quote!` | Vadim Petrochenkov | -2/+2 |
| 2018-06-21 | async await desugaring and tests | Taylor Cramer | -1/+4 |
| 2018-06-21 | Parse async fn header. | Without Boats | -6/+6 |
| 2018-06-20 | Use ty::Generics instead of hir::Generics for various checks | varkor | -2/+3 |
| 2018-06-20 | Refactor generic parameters in rustdoc/clean | varkor | -11/+8 |
| 2018-06-20 | Remove all traces of lifetimes() and types() methods | varkor | -6/+4 |
| 2018-06-20 | Remove specific parameter iterators from hir::Generics | varkor | -2/+7 |
| 2018-06-20 | Refactor hir::GenericParam as a struct | varkor | -4/+11 |
| 2018-06-19 | Update the error message for a missing global allocator | Simon Sapin | -2/+4 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -26/+8 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-06-07 | Add existential type definitons | Oliver Schneider | -26/+8 |
| 2018-06-03 | Remove is_import field | Mark Simulacrum | -6/+3 |
| 2018-06-01 | Update recursion limits | John Kåre Alsaker | -0/+2 |