| Age | Commit message (Expand) | Author | Lines |
| 2022-01-05 | Adjust assert_default_hashing_controls | Aaron Hill | -6/+15 |
| 2022-01-05 | Ensure that `Fingerprint` caching respects hashing configuration | Aaron Hill | -0/+26 |
| 2022-01-05 | Rollup merge of #92442 - pierwill:localdefid-doc-ord, r=Aaron1011 | Matthias Krüger | -5/+11 |
| 2022-01-04 | Make `DefId` `repr(C)`, optimize big-endian field order | Andre Bogus | -1/+8 |
| 2022-01-04 | Add simd_as intrinsic | Caleb Zulawski | -0/+1 |
| 2022-01-03 | Auto merge of #92179 - Aaron1011:incr-loaded-from-disk, r=michaelwoerister | bors | -0/+1 |
| 2021-12-30 | Add negative `impl` for `Ord`, `PartialOrd` on `LocalDefId` | pierwill | -5/+11 |
| 2021-12-22 | Remove `PartialOrd` and `Ord` from `LocalDefId` | pierwill | -2/+32 |
| 2021-12-21 | Add `#[rustc_clean(loaded_from_disk)]` to assert loading of query result | Aaron Hill | -0/+1 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -85/+25 |
| 2021-12-16 | Auto merge of #89836 - pierwill:fix-85142-crate-hash, r=wesleywiser | bors | -6/+21 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -6/+6 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -79/+19 |
| 2021-12-14 | Auto merge of #91660 - llogiq:make-a-hash-of-def-ids, r=nnethercote | bors | -5/+31 |
| 2021-12-13 | Add run-make-fulldeps test | pierwill | -5/+14 |
| 2021-12-13 | Include rustc version in `rustc_span::StableCrateId` | pierwill | -5/+11 |
| 2021-12-10 | Rollup merge of #91625 - est31:remove_indexes, r=oli-obk | Matthias Krüger | -2/+2 |
| 2021-12-10 | manually implement `Hash` for `DefId` | Andre Bogus | -5/+31 |
| 2021-12-09 | Auto merge of #91692 - matthiaskrgr:rollup-u7dvh0n, r=matthiaskrgr | bors | -1/+1 |
| 2021-12-09 | Rollup merge of #90796 - Amanieu:remove_reg_thumb, r=joshtriplett | Matthias Krüger | -1/+0 |
| 2021-12-09 | Rollup merge of #87599 - Smittyvb:concat_bytes, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2021-12-09 | Rollup merge of #91476 - m-ou-se:ferris-identifier, r=estebank | Matthias Krüger | -0/+1 |
| 2021-12-09 | Remove redundant [..]s | est31 | -2/+2 |
| 2021-12-07 | Remove the reg_thumb register class for asm! on ARM | Amanieu d'Antras | -1/+0 |
| 2021-12-07 | Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieu | bors | -0/+4 |
| 2021-12-07 | Rollup merge of #87614 - notriddle:notriddle-count2len, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2021-12-06 | Recommend fix `count()` -> `len()` on slices | Michael Howell | -0/+1 |
| 2021-12-06 | Implement concat_bytes! | Smitty | -0/+1 |
| 2021-12-06 | Implement inline asm! for AVR platform | Andrew Dona-Couch | -0/+4 |
| 2021-12-05 | Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-se | Matthias Krüger | -1/+0 |
| 2021-12-04 | Rollup merge of #90519 - estebank:issue-84003, r=petrochenkov | Matthias Krüger | -0/+10 |
| 2021-12-03 | add `unwind_asm` feature gate for `may_unwind` option | cynecx | -0/+1 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -0/+1 |
| 2021-12-03 | Auto merge of #90737 - eholk:intofuture, r=tmandry | bors | -0/+2 |
| 2021-12-03 | Annotate `derive`d spans and move span suggestion code | Esteban Kuber | -0/+10 |
| 2021-12-03 | Improve 'cannot contain emoji' error. | Mara Bos | -0/+1 |
| 2021-12-03 | Improve the comments in `Symbol::interner`. | Nicholas Nethercote | -6/+13 |
| 2021-11-29 | std: Stabilize the `thread_local_const_init` feature | Alex Crichton | -1/+0 |
| 2021-11-28 | Add parent crate assert to register_expn_id | Cameron Steffen | -0/+1 |
| 2021-11-28 | Add fast path to is_descendant_of | Cameron Steffen | -2/+19 |
| 2021-11-25 | Rollup merge of #91096 - compiler-errors:elaborate_opaque_trait, r=estebank | Matthias Krüger | -0/+1 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -0/+1 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -0/+1 |
| 2021-11-23 | Add generator lang-item | Michael Goulet | -0/+1 |
| 2021-11-23 | Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obk | Matthias Krüger | -0/+1 |
| 2021-11-23 | Rollup merge of #90856 - ken-matsui:suggestion-to-wrap-vec-allocator-api-in-t... | Matthias Krüger | -0/+1 |
| 2021-11-24 | Suggestion to wrap inner types using `allocator_api` in tuple | Ken Matsui | -0/+1 |
| 2021-11-22 | Reintroduce `into_future` in `.await` desugaring | Eric Holk | -0/+2 |
| 2021-11-22 | Split inline const to two feature gates | Gary Guo | -0/+1 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -11/+3 |