| Age | Commit message (Expand) | Author | Lines |
| 2021-06-04 | Rollup merge of #85889 - denismerigoux:master, r=petrochenkov | Yuki Okushi | -0/+11 |
| 2021-06-04 | Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514 | Yuki Okushi | -2/+0 |
| 2021-06-03 | Restore the num_def_ids_untracked public function giving the total number of ... | Denis Merigoux | -0/+11 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -3/+2 |
| 2021-06-02 | Auto merge of #85908 - cjgillot:private-dep-query, r=Aaron1011 | bors | -4/+5 |
| 2021-06-01 | Auto merge of #85829 - bjorn3:simplify_crate_num, r=jackh726 | bors | -1/+1 |
| 2021-06-01 | Make is_private_dep a query. | Camille GILLOT | -4/+5 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -16/+16 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -2/+0 |
| 2021-05-30 | Drop metadata_encoding_version. | Camille GILLOT | -6/+4 |
| 2021-05-30 | Correct comments about untracked accesses. | Camille GILLOT | -3/+3 |
| 2021-05-30 | Make is_private_dep a query. | Camille GILLOT | -4/+1 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -3/+2 |
| 2021-05-30 | Make resolutions a query. | Camille GILLOT | -0/+6 |
| 2021-05-30 | Remove CrateNum::ReservedForIncrCompCache | bjorn3 | -1/+1 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -29/+16 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -32/+12 |
| 2021-05-14 | Auto merge of #85211 - Aaron1011:metadata-invalid-span, r=michaelwoerister | bors | -45/+45 |
| 2021-05-13 | Rollup merge of #85068 - luqmana:78708-xcrate-diag, r=estebank | Guillaume Gomez | -3/+28 |
| 2021-05-12 | Preserve `SyntaxContext` for invalid/dummy spans in crate metadata | Aaron Hill | -45/+45 |
| 2021-05-12 | Use () for analysis. | Camille GILLOT | -3/+3 |
| 2021-05-12 | Use () for visible_parent_map. | Camille GILLOT | -3/+2 |
| 2021-05-12 | Use () for inherent_impls. | Camille GILLOT | -3/+2 |
| 2021-05-12 | Use () for mir_keys. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Use () for proc_macro_decls_static. | Camille GILLOT | -9/+1 |
| 2021-05-12 | Use () for plugin_registrar_fn. | Camille GILLOT | -7/+0 |
| 2021-05-12 | Use () in dependency_formats. | Camille GILLOT | -5/+2 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -22/+70 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -15/+46 |
| 2021-05-08 | Fix diagnostic for matching/creating x-crate re-exported tuple structs with p... | Luqman Aden | -3/+28 |
| 2021-05-05 | Implement RFC 2951: Native link modifiers | Luqman Aden | -29/+104 |
| 2021-05-05 | Add -Z simulate-remapped-rust-src-base option to simulate path virutalisation... | Andy Wang | -0/+25 |
| 2021-05-05 | Revamp RealFileName public methods | Andy Wang | -15/+20 |
| 2021-05-05 | Emit RealFileName::Remapped on expanded relative path if working_dir has been... | Andy Wang | -10/+22 |
| 2021-05-05 | Use RealFileName for Session::working_dir as it may also be remapped | Andy Wang | -1/+1 |
| 2021-05-05 | Make local_path in RealFileName::Remapped Option to be removed in exported me... | Andy Wang | -3/+4 |
| 2021-05-05 | Rename RealFileName::Named to LocalPath and Devirtualized to Remapped | Andy Wang | -19/+24 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -8/+0 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -3/+3 |
| 2021-04-27 | Make `real_rust_path_dir` a TRACKED_NO_CRATE_HASH option | Joshua Nelson | -3/+3 |
| 2021-04-25 | Rollup merge of #84450 - jyn514:missing-std, r=petrochenkov | Dylan DPC | -5/+39 |
| 2021-04-25 | Give a better error when std or core are missing | Joshua Nelson | -5/+39 |
| 2021-04-16 | Implement #[rustc_skip_array_during_method_dispatch] | Josh Stone | -0/+4 |
| 2021-04-05 | Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa | Dylan DPC | -63/+0 |
| 2021-04-04 | Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum | Dylan DPC | -3/+34 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -63/+0 |
| 2021-04-03 | Auto merge of #83682 - bjorn3:mmap_wrapper, r=cjgillot | bors | -17/+3 |
| 2021-03-30 | Remove hir::CrateItem. | Camille GILLOT | -1/+1 |
| 2021-03-30 | Add an Mmap wrapper to rustc_data_structures | bjorn3 | -17/+3 |