| Age | Commit message (Expand) | Author | Lines |
| 2021-02-25 | Pick the injected prelude based on the edition. | Mara Bos | -0/+3 |
| 2021-02-23 | Add #[rustc_legacy_const_generics] | Amanieu d'Antras | -0/+1 |
| 2021-02-23 | Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis | Dylan DPC | -0/+1 |
| 2021-02-23 | Rollup merge of #82113 - m-ou-se:panic-format-lint, r=estebank | Dylan DPC | -0/+1 |
| 2021-02-23 | Rollup merge of #82128 - anall:feature/add_diagnostic_items, r=davidtwco | Dylan DPC | -0/+6 |
| 2021-02-19 | Support `pub` on `macro_rules` | Vadim Petrochenkov | -0/+1 |
| 2021-02-18 | Print -Ztime-passes (and misc stats/logs) on stderr, not stdout. | Eduard-Mihai Burtescu | -1/+1 |
| 2021-02-18 | Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obk | bors | -0/+3 |
| 2021-02-17 | Rollup merge of #81860 - osa1:issue81800, r=estebank | Dylan DPC | -12/+30 |
| 2021-02-16 | Auto merge of #81611 - cjgillot:meowner, r=estebank | bors | -0/+4 |
| 2021-02-16 | a few more diagnostic items | Andrea Nall | -0/+3 |
| 2021-02-15 | requested/proposed changes | Andrea Nall | -4/+3 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -0/+4 |
| 2021-02-15 | Rollup merge of #82107 - petrochenkov:minexpclean, r=Aaron1011 | Jonas Schievink | -6/+4 |
| 2021-02-15 | Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function | Simon Sapin | -0/+3 |
| 2021-02-15 | add diagnostic items | Andrea Nall | -0/+4 |
| 2021-02-14 | Improve suggestion for panic!(format!(..)). | Mara Bos | -0/+1 |
| 2021-02-14 | rustc_span: Remove obsolete `allow_internal_unstable_backcompat_hack` | Vadim Petrochenkov | -6/+4 |
| 2021-02-14 | Rollup merge of #82029 - tmiasko:debug, r=matthewjasper | Dylan DPC | -2/+2 |
| 2021-02-14 | Rollup merge of #80523 - LeSeulArtichaut:inline-sym, r=jyn514 | Dylan DPC | -0/+1 |
| 2021-02-13 | Use debug log level for developer oriented logs | Tomasz Miąsko | -2/+2 |
| 2021-02-12 | Rollup merge of #81506 - vo4:hwasan, r=nagisa | Dylan DPC | -0/+1 |
| 2021-02-09 | Stabilize str_split_once | Jacob Pratt | -1/+0 |
| 2021-02-08 | Rollup merge of #81735 - klensy:span-fix, r=varkor | Mara Bos | -8/+10 |
| 2021-02-07 | HWASan support | Tri Vo | -0/+1 |
| 2021-02-07 | Fix SourceMap::start_point | Ömer Sinan Ağacan | -12/+30 |
| 2021-02-07 | Feature gate macro attributes in `#[derive]` output | Vadim Petrochenkov | -0/+1 |
| 2021-02-04 | Add unit test to ensure that both parts of a DefPathHash depend on the defini... | Michael Woerister | -0/+6 |
| 2021-02-04 | faster spans | klensy | -8/+10 |
| 2021-02-04 | add `relaxed_struct_unsize` feature gate | Bastian Kauschke | -0/+1 |
| 2021-02-03 | Auto merge of #81294 - pnkfelix:issue-81211-use-ufcs-in-derive-debug, r=oli-obk | bors | -0/+2 |
| 2021-02-03 | Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievink | bors | -0/+1 |
| 2021-02-02 | Let a portion of DefPathHash uniquely identify the DefPath's crate. | Michael Woerister | -0/+118 |
| 2021-02-02 | Add a new ABI to support cmse_nonsecure_call | Hugues de Valon | -0/+1 |
| 2021-02-02 | Rollup merge of #81608 - Aaron1011:macro-res-parse-err, r=davidtwco | Jonas Schievink | -0/+3 |
| 2021-02-01 | Use UFCS instead of method calls in `derive(Debug)`. See issue 81211 for disc... | Felix S. Klock II | -0/+2 |
| 2021-02-01 | Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov | bors | -0/+6 |
| 2021-01-31 | Improve handling of spans around macro result parse errors | Aaron Hill | -0/+3 |
| 2021-01-28 | Rollup merge of #81277 - flip1995:from_diag_items, r=matthewjasper | Yuki Okushi | -0/+3 |
| 2021-01-25 | Implement new panic!() behaviour for Rust 2021. | Mara Bos | -0/+6 |
| 2021-01-23 | Add disambiugator to ExpnData | Aaron Hill | -14/+165 |
| 2021-01-22 | Make more traits of the From/Into family diagnostic items | flip1995 | -0/+3 |
| 2021-01-17 | Feature-gate `pointer` and `reference` in intra-doc links | Joshua Nelson | -0/+1 |
| 2021-01-16 | Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnr | bors | -1/+0 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -3/+3 |
| 2021-01-13 | Auto merge of #80654 - Aaron1011:fix/dummy-span-ctxt, r=wesleywiser | bors | -1/+2 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -5/+24 |
| 2021-01-13 | Properly handle `SyntaxContext` of dummy spans in incr comp | Aaron Hill | -1/+2 |
| 2021-01-13 | Rollup merge of #80859 - jsgf:fix-pretty-remap, r=davidtwco | Dylan DPC | -1/+14 |
| 2021-01-12 | Auto merge of #80499 - matthiaskrgr:red_clos, r=estebank | bors | -2/+2 |