| Age | Commit message (Expand) | Author | Lines |
| 2021-07-17 | Corrected symbol order after adding diagnostic items | xFrednet | -1/+1 |
| 2021-07-15 | Added diagnostic items to structs and traits for Clippy | xFrednet | -0/+13 |
| 2021-07-15 | Added diagnostic items to functions for Clippy | xFrednet | -0/+9 |
| 2021-07-15 | Simplify metadata decoding. | Camille GILLOT | -30/+8 |
| 2021-07-15 | Separate encoding paths. | Camille GILLOT | -52/+87 |
| 2021-07-14 | Auto merge of #87106 - Mark-Simulacrum:edition-no-clone, r=petrochenkov | bors | -1/+1 |
| 2021-07-13 | Auto merge of #87044 - cjgillot:expnhash, r=petrochenkov | bors | -194/+144 |
| 2021-07-13 | Cache expansion hash. | Camille GILLOT | -171/+122 |
| 2021-07-13 | Move HashStable implementations. | Camille GILLOT | -61/+60 |
| 2021-07-13 | Avoid cloning ExpnData to access Span edition | Mark Rousskov | -1/+1 |
| 2021-07-13 | Auto merge of #86922 - joshtriplett:target-abi, r=oli-obk | bors | -0/+2 |
| 2021-07-13 | Auto merge of #86857 - fee1-dead:add-attr, r=oli-obk | bors | -0/+1 |
| 2021-07-11 | Auto merge of #87042 - petrochenkov:cleanquotspan, r=Aaron1011 | bors | -42/+29 |
| 2021-07-11 | Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisa | bors | -0/+3 |
| 2021-07-11 | rustc_span: Reorder some `ExpnData` fields in accordance with comments | Vadim Petrochenkov | -26/+25 |
| 2021-07-10 | rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro` | Vadim Petrochenkov | -16/+4 |
| 2021-07-10 | Add clobber-only register classes for asm! | Amanieu d'Antras | -0/+3 |
| 2021-07-10 | Add #[default_method_body_is_const] | Deadbeef | -0/+1 |
| 2021-07-09 | Rollup merge of #86881 - tmiasko:lookup-line, r=nagisa | Mara Bos | -25/+16 |
| 2021-07-09 | Auto merge of #85828 - scottmcm:raw-eq, r=oli-obk | bors | -0/+1 |
| 2021-07-09 | Auto merge of #86904 - m-ou-se:prelude-collision-check-trait, r=nikomatsakis | bors | -0/+1 |
| 2021-07-08 | Stop generating `alloca`s+`memcmp` for simple array equality | Scott McMurray | -0/+1 |
| 2021-07-08 | Inline implementation of lookup_line | Tomasz Miąsko | -25/+16 |
| 2021-07-08 | Rollup merge of #86726 - sexxi-goose:use-diagnostic-item-for-rfc2229-migratio... | Guillaume Gomez | -3/+2 |
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -19/+65 |
| 2021-07-07 | Implement cfg(target_abi) (RFC 2992) | Josh Triplett | -0/+2 |
| 2021-07-07 | Check FromIterator trait impl in prelude collision check. | Mara Bos | -0/+1 |
| 2021-07-06 | Auto merge of #86143 - bjorn3:revert_revert_merge_crate_disambiguator, r=mich... | bors | -45/+32 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -45/+32 |
| 2021-07-06 | Store macro parent module in ExpnData. | Camille GILLOT | -2/+10 |
| 2021-07-03 | Auto merge of #86778 - tmiasko:fast-multiline, r=davidtwco | bors | -3/+7 |
| 2021-07-01 | Avoid byte to char position conversions in is_multiline | Tomasz Miąsko | -3/+7 |
| 2021-06-29 | Remove lang items Send, UnwindSafe and RefUnwindSafe | Roxane Fruytier | -3/+2 |
| 2021-06-24 | rustc_span: Explicitly handle crates that differ from package names | Josh Triplett | -2/+2 |
| 2021-06-23 | Auto merge of #86386 - inquisitivecrystal:better-errors-for-display-traits-v3... | bors | -0/+1 |
| 2021-06-22 | Auto merge of #86368 - michaelwoerister:lexing-ice, r=davidtwco | bors | -10/+31 |
| 2021-06-22 | Auto merge of #85707 - jam1garner:future_prelude_collision_lint, r=nikomatsakis | bors | -0/+3 |
| 2021-06-21 | Auto merge of #86383 - shamatar:slice_len_lowering, r=bjorn3 | bors | -0/+2 |
| 2021-06-21 | Encode SourceFile source crate as StableCrateId in incr. comp. OnDiskCache. | Michael Woerister | -2/+2 |
| 2021-06-21 | Disambiguate between SourceFiles from different crates even if they have the ... | Michael Woerister | -10/+31 |
| 2021-06-20 | Squashed implementation of the pass | Alex Vlasov | -0/+2 |
| 2021-06-17 | Make `s` pre-interned | Yuki Okushi | -0/+1 |
| 2021-06-16 | Improve errors for missing Debug and Display impls | Aris Merchant | -0/+1 |
| 2021-06-15 | Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2021-06-14 | Add support for associated functions to `future_prelude_collision` lint | jam1garner | -0/+1 |
| 2021-06-14 | Add future_prelude_collision lint | jam1garner | -0/+2 |
| 2021-06-12 | Auto merge of #86180 - cjgillot:defmv, r=petrochenkov | bors | -13/+48 |
| 2021-06-12 | Rollup merge of #86153 - tmiasko:dummy-span, r=estebank | Yuki Okushi | -1/+1 |
| 2021-06-11 | Make DummyHashStableContext dummier. | Camille GILLOT | -5/+5 |
| 2021-06-11 | Sprinkle inline. | Camille GILLOT | -5/+6 |