| Age | Commit message (Expand) | Author | Lines |
| 2020-03-10 | Rollup merge of #69677 - petrochenkov:spancode, r=eddyb | Mazdak Farrokhzad | -107/+126 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -2/+2 |
| 2020-03-05 | rustc_metadata: Move some code from `impl CrateMetadataRef` to `impl CrateMet... | Vadim Petrochenkov | -89/+87 |
| 2020-03-05 | rustc_metadata: Give decoder access to whole crate store | Vadim Petrochenkov | -22/+43 |
| 2020-03-02 | Auto merge of #69432 - petrochenkov:alldeps, r=eddyb | bors | -15/+4 |
| 2020-03-01 | Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril | Yuki Okushi | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -13/+13 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -2/+2 |
| 2020-02-29 | use .copied() instead of .map(|x| *x) on iterators | Matthias Krüger | -1/+1 |
| 2020-02-29 | Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-02-28 | Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum | Mazdak Farrokhzad | -4/+1 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -1/+1 |
| 2020-02-27 | Remove unneeded calls to format!() | Björn Steinbrink | -4/+1 |
| 2020-02-26 | Auto merge of #67742 - mark-i-m:describe-it, r=matthewjasper | bors | -22/+22 |
| 2020-02-24 | rustc_metadata: Use binary search from standard library | Vadim Petrochenkov | -13/+5 |
| 2020-02-24 | rustc_metadata: Load metadata for indirect macro-only dependencies | Vadim Petrochenkov | -15/+4 |
| 2020-02-22 | get rid of lazy | mark | -3/+3 |
| 2020-02-22 | add generator_kind query | Mark Mansi | -21/+21 |
| 2020-02-15 | Record proc macro harness order for use during metadata deserialization | Aaron Hill | -12/+1 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -4/+0 |
| 2020-02-07 | Remove unused feature gates from librustc_metadata | bjorn3 | -4/+0 |
| 2020-02-06 | Add a Hir wrapper type | John Kåre Alsaker | -2/+2 |
| 2020-02-04 | Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -1/+0 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -1/+2 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -3/+5 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -1/+0 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -1/+1 |
| 2020-01-25 | Auto merge of #68448 - maurer:dyn-cdylib, r=alexcrichton | bors | -9/+11 |
| 2020-01-24 | Normalise diagnostics with respect to "the X is declared/defined here" | varkor | -1/+1 |
| 2020-01-23 | rustc: Allow cdylibs to link against dylibs | Matthew Maurer | -9/+11 |
| 2020-01-23 | Auto merge of #68298 - Mark-Simulacrum:binary-depdep-fix, r=petrochenkov | bors | -6/+38 |
| 2020-01-20 | Read metadata from rmeta exclusively, if possible | Mark Rousskov | -6/+38 |
| 2020-01-20 | Rollup merge of #68353 - Centril:code-liberation, r=petrochenkov | Dylan DPC | -5/+0 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -5/+0 |
| 2020-01-18 | slice_patterns: remove internal uses of gate | Mazdak Farrokhzad | -1/+1 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -7/+7 |
| 2020-01-16 | don't clone types that are copy | Matthias Krüger | -2/+2 |
| 2020-01-11 | use winapi for non-stdlib Windows bindings | Andy Russell | -21/+15 |
| 2020-01-11 | Auto merge of #65912 - estebank:variants-orig, r=petrochenkov | bors | -0/+4 |
| 2020-01-11 | Rollup merge of #67806 - Centril:splitsynmore, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2020-01-11 | simplify feature_err imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-10 | Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichton | bors | -111/+1 |
| 2020-01-10 | Point at the span for the definition of crate foreign ADTs | Esteban Küber | -0/+4 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -13/+11 |
| 2020-01-09 | add CStore::item_generics_num_lifetimes | Mazdak Farrokhzad | -6/+5 |
| 2020-01-09 | {rustc::util -> rustc_data_structures}::captures | Mazdak Farrokhzad | -1/+1 |
| 2020-01-09 | Link sanitizer runtimes instead of injecting crate dependencies | Tomasz Miąsko | -104/+1 |
| 2020-01-09 | Remove sanitizer_runtime attribute | Tomasz Miąsko | -7/+0 |