| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-08-05 | Improve query efficiency | varkor | -5/+3 |
| 2018-08-05 | Fix incremental tests | varkor | -2/+4 |
| 2018-08-05 | Remove unnecessary feature attributes that sneaked in | varkor | -1/+0 |
| 2018-08-05 | Add lint for unknown feature attributes | varkor | -0/+23 |
| 2018-08-04 | Normalize variants of CrateType to standard style | Mark Rousskov | -17/+17 |
| 2018-08-04 | cleanup: Remove `Def::GlobalAsm` | Vadim Petrochenkov | -1/+1 |
| 2018-08-03 | Move unused trait functions to inherent functions | Mark Rousskov | -78/+76 |
| 2018-08-03 | Store concrete crate stores where possible | Mark Rousskov | -6/+7 |
| 2018-08-03 | Visibility is now a query | Mark Rousskov | -4/+0 |
| 2018-08-03 | Move validate_crate_name to rustc_metadata | Mark Rousskov | -1/+5 |
| 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 |