| Age | Commit message (Expand) | Author | Lines |
| 2020-12-02 | Tweak diagnostics on shadowing lifetimes/labels | Yuki Okushi | -94/+94 |
| 2020-12-01 | Auto merge of #78684 - devsnek:inline-asm-wasm, r=Amanieu | bors | -2/+152 |
| 2020-12-01 | Add wasm32 support to inline asm | Gus Caplan | -2/+152 |
| 2020-12-01 | Rollup merge of #79548 - CraftSpider:76998, r=jyn514 | Mara Bos | -0/+10 |
| 2020-12-01 | Rollup merge of #79527 - jyn514:intra-doc-tests, r=Manishearth | Mara Bos | -355/+351 |
| 2020-12-01 | Rollup merge of #79525 - jyn514:feature-gate-normalize, r=GuillaumeGomez | Mara Bos | -1/+1 |
| 2020-12-01 | Rollup merge of #79444 - sasurau4:test/move-const-ip, r=matklad | Mara Bos | -13/+0 |
| 2020-12-01 | Rollup merge of #79227 - sasurau4:test/move-cell-test-to-lib-core, r=jyn514 | Mara Bos | -13/+0 |
| 2020-12-01 | Rollup merge of #79038 - CDirkx:move-ui-tests, r=dtolnay | Mara Bos | -828/+0 |
| 2020-12-01 | Auto merge of #78725 - sexxi-goose:fix-78720, r=nikomatsakis | bors | -0/+74 |
| 2020-11-30 | Auto merge of #76467 - jyn514:intra-link-self, r=Manishearth | bors | -0/+49 |
| 2020-11-29 | Add support for stable-const-since in docs on items (standalone or assoc) | Rune Tynan | -0/+10 |
| 2020-11-30 | Make ui test that are run-pass and do not test the compiler itself library tests | Christiaan Dirkx | -828/+0 |
| 2020-11-30 | Auto merge of #79329 - camelid:int-lit-suffix-error, r=davidtwco | bors | -13/+13 |
| 2020-11-29 | Remove extra call to upvar_tys | Aman Arora | -0/+74 |
| 2020-11-29 | Auto merge of #78122 - fusion-engineering-forks:fmt-write-bounds-check, r=Mar... | bors | -0/+57 |
| 2020-11-29 | Add -Z normalize-docs and enable it for compiler docs | Joshua Nelson | -1/+1 |
| 2020-11-29 | Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakis | bors | -79/+192 |
| 2020-11-29 | Add test for cross-crate Self | Joshua Nelson | -0/+13 |
| 2020-11-29 | Auto merge of #79523 - Nadrieril:fix-usize-ranges, r=varkor | bors | -2/+8 |
| 2020-11-29 | Fix intra-doc links for `Self` on primitives | Joshua Nelson | -0/+36 |
| 2020-11-29 | Auto merge of #78380 - bstrie:rm-old-num-const-from-tests, r=jyn514 | bors | -492/+428 |
| 2020-11-29 | Add test to check for fmt::write bloat. | Mara Bos | -0/+57 |
| 2020-11-29 | Auto merge of #78863 - KodrAus:feat/simd-array, r=oli-obk | bors | -71/+306 |
| 2020-11-29 | args may be passed by value | Ashley Mannix | -4/+4 |
| 2020-11-29 | Auto merge of #79455 - CraftSpider:master, r=jyn514 | bors | -0/+53 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -492/+428 |
| 2020-11-29 | Auto merge of #75752 - jakoschiko:test-suite-time, r=m-ou-se | bors | -53/+122 |
| 2020-11-28 | Add test for macro by example syntax in decl macros with only one option | Rune Tynan | -0/+7 |
| 2020-11-29 | Rollup merge of #79514 - Julian-Wollersberger:order-dependent-bounds, r=Mark-... | Dylan DPC | -0/+47 |
| 2020-11-29 | Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514 | Dylan DPC | -0/+17 |
| 2020-11-29 | Rollup merge of #79395 - Havvy:test-move-if, r=Mark-Simulacrum | Dylan DPC | -0/+0 |
| 2020-11-29 | Rollup merge of #79340 - GuillaumeGomez:rename-stability, r=jyn514 | Dylan DPC | -7/+7 |
| 2020-11-28 | Move `src/test/rustdoc-ui` intra-doc tests into a subdirectory | Joshua Nelson | -97/+97 |
| 2020-11-28 | Move `src/test/rustdoc` intra-doc link tests into a subdirectory | Joshua Nelson | -258/+254 |
| 2020-11-28 | Add support for multi-argument decl macros | Rune Tynan | -0/+17 |
| 2020-11-29 | libtest: Make `sed` arguments compatible with apple | Jakob Schikowski | -2/+2 |
| 2020-11-29 | looser regex on local args | Ashley Mannix | -6/+6 |
| 2020-11-28 | Auto merge of #79511 - cjgillot:fitem-2, r=lcnr | bors | -0/+12 |
| 2020-11-28 | Correctly detect `usize`/`isize` range overlaps | Nadrieril | -2/+8 |
| 2020-11-28 | Add test for issue #54121: | Julian Wollersberger | -0/+47 |
| 2020-11-28 | Do not visit ForeignItemRef for HIR indexing and validation. | Camille GILLOT | -0/+12 |
| 2020-11-28 | Rollup merge of #79486 - camelid:E0591-code-cleanup, r=lcnr | Jonas Schievink | -5/+13 |
| 2020-11-28 | Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov | bors | -119/+376 |
| 2020-11-28 | Update src/test/rustdoc/decl_macro_priv.rs | Rune Tynan | -0/+1 |
| 2020-11-27 | Update error to reflect that integer literals can have float suffixes | Camelid | -13/+13 |
| 2020-11-27 | Slightly improve code samples in E0591 | Camelid | -5/+13 |
| 2020-11-27 | Update decl_macro test, add decl_macro_priv test for --document-private-items | Rune Tynan | -3/+15 |
| 2020-11-27 | Add test, fix pub macro impl, compile error | Rune Tynan | -0/+16 |
| 2020-11-28 | Auto merge of #79469 - rust-lang:revert-77467-query-docs, r=jyn514 | bors | -0/+1 |