| Age | Commit message (Expand) | Author | Lines |
| 2022-03-08 | add `#[rustc_pass_by_value]` to more types | lcnr | -2/+3 |
| 2022-03-07 | Rollup merge of #94614 - pierwill:localexpnid-noord, r=lcnr | Matthias Krüger | -0/+7 |
| 2022-03-04 | Rollup merge of #94362 - Urgau:check-cfg-values, r=petrochenkov | Dylan DPC | -0/+1 |
| 2022-03-04 | Remove ordering traits from `rustc_span::hygiene::LocalExpnId` | pierwill | -0/+7 |
| 2022-03-04 | Add well known values to --check-cfg implementation | Loïc BRANSTETT | -0/+1 |
| 2022-03-04 | Rollup merge of #94339 - Amanieu:arm-d32, r=nagisa | Dylan DPC | -0/+1 |
| 2022-02-28 | Auto merge of #94427 - cjgillot:inline-fresh-expn, r=oli-obk | bors | -13/+8 |
| 2022-02-27 | Only create a single expansion for each inline integration. | Camille GILLOT | -13/+8 |
| 2022-02-25 | Enable rustc_pass_by_value for Span | Mark Rousskov | -2/+2 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -10/+3 |
| 2022-02-24 | ARM: Only allow using d16-d31 with asm! when supported by the target | Amanieu d'Antras | -0/+1 |
| 2022-02-22 | Rollup merge of #94169 - Amanieu:asm_stuff, r=nagisa | Matthias Krüger | -1/+0 |
| 2022-02-21 | On ARM, use relocation_model to detect whether r9 should be reserved | Amanieu d'Antras | -1/+0 |
| 2022-02-20 | Delete Decoder::read_struct_field | Mark Rousskov | -20/+14 |
| 2022-02-20 | Delete Decoder::read_struct | Mark Rousskov | -62/+57 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -7/+4 |
| 2022-02-19 | Adopt let else in more places | est31 | -7/+4 |
| 2022-02-18 | Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2022-02-18 | Rollup merge of #91675 - ivanloz:memtagsan, r=nagisa | Matthias Krüger | -0/+1 |
| 2022-02-16 | Destabilize cfg(target_has_atomic_load_store = ...) | Mark Rousskov | -0/+1 |
| 2022-02-16 | MemTagSanitizer Support | Ivan Lozano | -0/+1 |
| 2022-02-16 | Implement --check-cfg option (RFC 3013) | Loïc BRANSTETT | -0/+2 |
| 2022-02-15 | Inline LocalExpnId::from_raw and LocalExpnId::as_raw | Tomasz Miąsko | -0/+2 |
| 2022-02-15 | Auto merge of #93176 - danielhenrymantilla:stack-pinning-macro, r=m-ou-se | bors | -0/+1 |
| 2022-02-14 | Mark `unsafe_pin_internals` as `incomplete`. | Daniel Henry-Mantilla | -0/+1 |
| 2022-02-13 | Update `sha1`, `sha2`, and `md5` dependencies | pierwill | -1/+1 |
| 2022-02-13 | Rollup merge of #93936 - bjorn3:simplifications2, r=cjgillot | Matthias Krüger | -26/+12 |
| 2022-02-12 | Remove SPAN_DEBUG global | bjorn3 | -26/+12 |
| 2022-02-12 | Improve error messages even more | Deadbeef | -0/+1 |
| 2022-02-11 | Rollup merge of #91607 - FabianWolff:issue-91560-const-span, r=jackh726 | Matthias Krüger | -13/+27 |
| 2022-02-10 | Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwco | Matthias Krüger | -0/+1 |
| 2022-02-09 | Rollup merge of #91504 - cynecx:used_retain, r=nikic | Matthias Krüger | -0/+3 |
| 2022-02-09 | Stabilize cfg_target_has_atomic | Amanieu d'Antras | -0/+1 |
| 2022-02-09 | Allow substitutions in `rustc_on_unimplemented` predicate | Michael Goulet | -0/+3 |
| 2022-02-07 | Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obk | bors | -0/+5 |
| 2022-02-06 | `#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41) | cynecx | -0/+3 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+2 |
| 2022-01-31 | Make `span_extend_to_prev_str()` more robust | Fabian Wolff | -13/+27 |
| 2022-01-31 | Auto merge of #93348 - spastorino:fix-perf-overlap-mode2, r=nikomatsakis | bors | -1/+1 |
| 2022-01-31 | Fix invalid special casing of the unreachable! macro | Loïc BRANSTETT | -0/+5 |
| 2022-01-31 | Move overlap_mode into trait level attribute + feature flag | Santiago Pastorino | -1/+1 |
| 2022-01-29 | Rename _args -> args in format_args expansion | David Tolnay | -1/+1 |
| 2022-01-29 | Rollup merge of #92274 - woppopo:const_deallocate, r=oli-obk | Matthias Krüger | -0/+1 |
| 2022-01-27 | Rollup merge of #93363 - lcnr:pass-by-value, r=petrochenkov | Matthias Krüger | -12/+21 |
| 2022-01-27 | Rollup merge of #93325 - tmiasko:lev, r=davidtwco | Matthias Krüger | -39/+52 |
| 2022-01-27 | try apply `rustc_pass_by_value` to `Span` | lcnr | -12/+21 |
| 2022-01-26 | Introduce a limit to Levenshtein distance computation | Tomasz Miąsko | -39/+51 |
| 2022-01-26 | Hoist `to_uppercase` out of the loop | Tomasz Miąsko | -1/+2 |
| 2022-01-26 | Add a minimal working `append_const_msg` argument | Deadbeef | -0/+1 |
| 2022-01-25 | Rollup merge of #93175 - spastorino:negative-traits-coherence-new, r=nikomats... | Matthias Krüger | -0/+1 |