| Age | Commit message (Expand) | Author | Lines |
| 2018-10-07 | Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis" | Ariel Ben-Yehuda | -0/+1 |
| 2018-10-02 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -6/+12 |
| 2018-09-22 | avoid leaking host details in proc macro metadata decoding | Ariel Ben-Yehuda | -24/+53 |
| 2018-09-15 | rustc_resolve: always include core, std and meta in the extern prelude. | Eduard-Mihai Burtescu | -20/+61 |
| 2018-09-15 | rustc: add unstable support for --extern crate_name without a path. | Eduard-Mihai Burtescu | -2/+8 |
| 2018-09-14 | Rollup merge of #54095 - kenta7777:kenta7777#53719, r=davidtwco | kennytm | -1/+1 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-11 | renamed emit_nil to emit_unit | kenta7777 | -1/+1 |
| 2018-09-11 | Revert "renamed emit_nil to emit_unit" | kenta7777 | -1/+1 |
| 2018-09-10 | renamed emit_nil to emit_unit | kenta7777 | -1/+1 |
| 2018-09-06 | crates that provide a `panic_handler` are exempt from `unused_extern_crates` | Jorge Aparicio | -0/+4 |
| 2018-09-06 | Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis | bors | -11/+21 |
| 2018-09-01 | move the is_field_list_non_exhaustive flag to VariantDef | Ariel Ben-Yehuda | -11/+21 |
| 2018-08-30 | Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelix | Pietro Albini | -3/+3 |
| 2018-08-29 | Auto merge of #53711 - arielb1:macro-table, r=michaelwoerister | bors | -26/+57 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-26 | create a valid DefIdTable for proc macro crates | Ariel Ben-Yehuda | -26/+57 |
| 2018-08-26 | fix `is_non_exhaustive` confusion between structs and enums | Ariel Ben-Yehuda | -1/+1 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-24 | Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe | kennytm | -1/+1 |
| 2018-08-23 | Prefer `.nth(n)` over `.skip(n).next()`. | Corey Farwell | -1/+1 |
| 2018-08-23 | Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakis | bors | -2/+2 |
| 2018-08-22 | Replace TyForeign with ForeignTy | varkor | -1/+1 |
| 2018-08-22 | Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} | varkor | -1/+1 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -1/+1 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -3/+3 |
| 2018-08-21 | Auto merge of #53530 - kennytm:rollup, r=kennytm | bors | -12/+6 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -1/+1 |
| 2018-08-21 | Rollup merge of #53465 - bjorn3:remove_link_meta_struct, r=varkor | kennytm | -11/+5 |
| 2018-08-20 | Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb | bors | -13/+12 |
| 2018-08-20 | Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet. | Nicholas Nethercote | -2/+2 |
| 2018-08-19 | fix tidy errors | Donato Sciarra | -2/+4 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -35/+35 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -7/+7 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -6/+6 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -55/+55 |
| 2018-08-19 | mv FileMap SourceFile | Donato Sciarra | -24/+24 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -2/+2 |
| 2018-08-19 | Replace generics_require_inlining with generics.requires_monomorphization | varkor | -5/+2 |
| 2018-08-19 | Replace for_each with for | varkor | -8/+10 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -4/+6 |
| 2018-08-18 | Remove LinkMeta struct | bjorn3 | -11/+5 |
| 2018-08-14 | rustc_resolve: fix special-case for one-segment import paths. | Eduard-Mihai Burtescu | -28/+0 |
| 2018-08-10 | Auto merge of #53073 - Mark-Simulacrum:data-structures, r=pnkfelix | bors | -7/+9 |
| 2018-08-09 | Move Fingerprint to data structures | Mark Rousskov | -2/+2 |
| 2018-08-09 | Move SVH structure to data structures | Mark Rousskov | -5/+7 |
| 2018-08-09 | librustc_metadata: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-07 | Rollup merge of #52886 - petrochenkov:noga, r=alexcrichton | kennytm | -1/+1 |