| Age | Commit message (Expand) | Author | Lines |
| 2022-01-23 | Auto merge of #93066 - nnethercote:infallible-decoder, r=bjorn3 | bors | -53/+48 |
| 2022-01-23 | Add `intrinsics::const_deallocate` | woppopo | -0/+1 |
| 2022-01-22 | Rollup merge of #92828 - Amanieu:unwind-abort, r=dtolnay | Matthias Krüger | -0/+1 |
| 2022-01-22 | Make `Decodable` and `Decoder` infallible. | Nicholas Nethercote | -53/+48 |
| 2022-01-21 | Implement stable with negative coherence mode | Santiago Pastorino | -0/+1 |
| 2022-01-18 | Rollup merge of #92425 - calebzulawski:simd-cast, r=workingjubilee | Matthias Krüger | -0/+1 |
| 2022-01-18 | Auto merge of #92731 - bjorn3:asm_support_changes, r=nagisa | bors | -0/+12 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -0/+1 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -0/+1 |
| 2022-01-17 | Rollup merge of #92825 - pierwill:rustc-version-force-rename, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-01-17 | Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar... | Matthias Krüger | -0/+1 |
| 2022-01-17 | Use Symbol for target features in asm handling | bjorn3 | -0/+12 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -1/+0 |
| 2022-01-17 | Change TerminatorKind::Abort to call the panic handler instead of | Amanieu d'Antras | -0/+1 |
| 2022-01-16 | Rollup merge of #92646 - mdibaiee:76935/pass-by-value, r=lcnr | Matthias Krüger | -0/+1 |
| 2022-01-16 | Rollup merge of #92619 - Alexendoo:macro-diagnostic-items, r=matthewjasper | Matthias Krüger | -0/+31 |
| 2022-01-15 | Rollup merge of #92743 - bjorn3:less_symbol_intern, r=camelid | Matthias Krüger | -0/+3 |
| 2022-01-14 | rustdoc: avoid many `Symbol` to `String` conversions. | Nicholas Nethercote | -0/+1 |
| 2022-01-12 | Rename environment variable for overriding rustc version | pierwill | -2/+2 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -1/+0 |
| 2022-01-11 | Auto merge of #92012 - llogiq:repr-c-def-id, r=michaelwoerister | bors | -1/+8 |
| 2022-01-10 | Use pre-interned symbols in a couple of places | bjorn3 | -0/+3 |
| 2022-01-10 | Auto merge of #92278 - Aaron1011:fix-fingerprint-caching, r=michaelwoerister | bors | -0/+35 |
| 2022-01-09 | feat: pass_by_value lint attribute | Mahdi Dibaiee | -0/+1 |
| 2022-01-09 | Implement `#[rustc_must_implement_one_of]` attribute | Maybe Waffle | -0/+1 |
| 2022-01-07 | Fix typo in `StableCrateId` docs | pierwill | -2/+2 |
| 2022-01-06 | Add diagnostic items for macros | Alex Macleod | -0/+31 |
| 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 |