| Age | Commit message (Expand) | Author | Lines |
| 2021-07-23 | Encode SourceFile source crate as StableCrateId in incr. comp. OnDiskCache. | Michael Woerister | -2/+2 |
| 2021-07-23 | Disambiguate between SourceFiles from different crates even if they have the ... | Michael Woerister | -10/+31 |
| 2021-06-19 | Revert "Allow specifying alignment for functions" | Mark Rousskov | -1/+0 |
| 2021-06-12 | Rollup merge of #86153 - tmiasko:dummy-span, r=estebank | Yuki Okushi | -1/+1 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -0/+1 |
| 2021-06-09 | Print dummy spans as `no-location` | Tomasz Miąsko | -1/+1 |
| 2021-06-07 | Auto merge of #85903 - bjorn3:rustc_serialize_cleanup, r=varkor | bors | -39/+41 |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -32/+45 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -0/+2 |
| 2021-06-04 | Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514 | Yuki Okushi | -2/+0 |
| 2021-06-02 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+2 |
| 2021-06-01 | Auto merge of #85829 - bjorn3:simplify_crate_num, r=jackh726 | bors | -60/+4 |
| 2021-06-01 | Remove unused functions and arguments from rustc_serialize | bjorn3 | -39/+41 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -1/+0 |
| 2021-05-31 | Use allow_internal_unstable more in rustc_index | bjorn3 | -1/+0 |
| 2021-05-30 | Remove CrateNum::ReservedForIncrCompCache | bjorn3 | -60/+4 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -45/+32 |
| 2021-05-26 | Specialize implementations | Jacob Pratt | -0/+1 |
| 2021-05-23 | Add support for BPF inline assembly | Alessandro Decina | -0/+2 |
| 2021-05-20 | Rollup merge of #85439 - mgacek8:add_diagnostic_item_to_CStr_type, r=davidtwco | Ralf Jung | -0/+1 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -5/+8 |
| 2021-05-18 | Add diagnostic item to `CStr` | Mateusz Gacek | -0/+1 |
| 2021-05-17 | Auto merge of #84571 - jedel1043:issue-49804-impl, r=petrochenkov | bors | -0/+1 |
| 2021-05-16 | Implement Anonymous{Struct, Union} in the AST | jedel1043 | -0/+1 |
| 2021-05-16 | Allow `async {}` expressions in const contexts | Jonas Schievink | -0/+1 |
| 2021-05-14 | add new attribute rustc_insignificant_dtor and a query to check if a type has... | Dhruv Jauhar | -0/+1 |
| 2021-05-13 | Auto merge of #85186 - nikomatsakis:issue-83538-polluted-cache, r=jackh726 | bors | -0/+1 |
| 2021-05-13 | Auto merge of #85110 - RalfJung:no-rustc_args_required_const, r=oli-obk | bors | -1/+0 |
| 2021-05-13 | introduce a unit testing feature `rustc_evaluate_where_clauses` | Niko Matsakis | -0/+1 |
| 2021-05-13 | Auto merge of #84732 - DrChat:asm_powerpc, r=Amanieu | bors | -0/+1 |
| 2021-05-12 | entirely remove rustc_args_required_const attribute | Ralf Jung | -1/+0 |
| 2021-05-12 | Auto merge of #84730 - sexxi-goose:rox-auto-trait, r=nikomatsakis | bors | -0/+3 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -127/+165 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -4/+16 |
| 2021-05-11 | Add initial asm!() support for PowerPC | Dr. Chat | -0/+1 |
| 2021-05-11 | Split span_to_string into span_to_diagnostic/embeddable_string | Andy Wang | -4/+16 |
| 2021-05-08 | Rollup merge of #85044 - ChrisDenton:file-exists, r=jackh726 | Dylan DPC | -1/+1 |
| 2021-05-08 | Rollup merge of #84887 - jyn514:index-span, r=Xanewok | Dylan DPC | -6/+1 |
| 2021-05-07 | Use `path.exists()` instead of `fs::metadata(path).is_ok()` | Chris Denton | -1/+1 |
| 2021-05-06 | Actually implement the feature in the compiler | Scott McMurray | -5/+8 |
| 2021-05-06 | Add additional migrations to handle auto-traits and clone traits | Roxane | -0/+3 |
| 2021-05-05 | Implement RFC 2951: Native link modifiers | Luqman Aden | -0/+6 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -6/+11 |
| 2021-05-05 | Revamp RealFileName public methods | Andy Wang | -20/+22 |
| 2021-05-05 | Remove impl Display for FileName and add FileNameDisplay wrapper type | Andy Wang | -12/+39 |
| 2021-05-05 | Make local_path in RealFileName::Remapped Option to be removed in exported me... | Andy Wang | -31/+70 |
| 2021-05-05 | Rename RealFileName::Named to LocalPath and Devirtualized to Remapped | Andy Wang | -91/+44 |
| 2021-05-03 | Remove SpanInterner::get | Joshua Nelson | -6/+1 |
| 2021-05-02 | Use new thread-local const-init | Mark Rousskov | -1/+2 |
| 2021-04-30 | Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov | bors | -0/+1 |