| Age | Commit message (Expand) | Author | Lines |
| 2020-12-02 | const_evaluatable_checked: fix occurs check | Bastian Kauschke | -2/+20 |
| 2020-12-02 | Auto merge of #78864 - Mark-Simulacrum:warn-on-forbids, r=pnkfelix | bors | -49/+21 |
| 2020-12-01 | Auto merge of #79614 - GuillaumeGomez:rollup-15usd7e, r=GuillaumeGomez | bors | -21/+64 |
| 2020-12-01 | Rollup merge of #79509 - GuillaumeGomez:improve-attr-spans, r=oli-obk | Guillaume Gomez | -11/+40 |
| 2020-12-01 | Rollup merge of #79508 - jryans:check-dsymutil-result, r=nagisa | Guillaume Gomez | -10/+24 |
| 2020-12-01 | Auto merge of #78684 - devsnek:inline-asm-wasm, r=Amanieu | bors | -1/+73 |
| 2020-12-01 | Add wasm32 support to inline asm | Gus Caplan | -1/+73 |
| 2020-12-01 | Add documentation for name_value_literal_span methods | Guillaume Gomez | -0/+14 |
| 2020-12-01 | Improve some attributes error spans | Guillaume Gomez | -3/+5 |
| 2020-12-01 | Created NestedMetaItem::name_value_literal_span method | Guillaume Gomez | -9/+22 |
| 2020-12-01 | Auto merge of #74967 - Aaron1011:feature/incr-def-path-table, r=pnkfelix | bors | -40/+289 |
| 2020-12-01 | Rollup merge of #79525 - jyn514:feature-gate-normalize, r=GuillaumeGomez | Mara Bos | -0/+2 |
| 2020-12-01 | Rollup merge of #79522 - ehuss:lint-check-validate, r=Mark-Simulacrum | Mara Bos | -5/+19 |
| 2020-12-01 | Rollup merge of #79184 - nanguye2496:nanguye2496/fix_slice_and_str_type_name,... | Mara Bos | -1/+8 |
| 2020-12-01 | Auto merge of #78725 - sexxi-goose:fix-78720, r=nikomatsakis | bors | -115/+131 |
| 2020-11-30 | Stop adding '*' at the end of type names for Ref and Slice when computing deb... | Nam Nguyen | -1/+8 |
| 2020-11-30 | Warn if `dsymutil` returns an error code | J. Ryan Stinnett | -9/+23 |
| 2020-11-30 | Add built-in support for the armv5te-unknown-linux-uclibceabi target | Ondrej Perutka | -0/+21 |
| 2020-11-30 | Auto merge of #79329 - camelid:int-lit-suffix-error, r=davidtwco | bors | -2/+2 |
| 2020-11-29 | Be cautious of calling upvar_tys before mir | Aman Arora | -105/+131 |
| 2020-11-29 | Remove extra call to upvar_tys | Aman Arora | -10/+0 |
| 2020-11-29 | Add -Z normalize-docs and enable it for compiler docs | Joshua Nelson | -0/+2 |
| 2020-11-29 | Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakis | bors | -72/+306 |
| 2020-11-29 | Auto merge of #79523 - Nadrieril:fix-usize-ranges, r=varkor | bors | -93/+66 |
| 2020-11-29 | Auto merge of #77616 - jyn514:no-normalize, r=lcnr | bors | -3/+9 |
| 2020-11-29 | Auto merge of #78863 - KodrAus:feat/simd-array, r=oli-obk | bors | -86/+161 |
| 2020-11-29 | Rollup merge of #79516 - jyn514:cleanup-trait-solver, r=Aaron1011 | Dylan DPC | -2/+1 |
| 2020-11-29 | Rollup merge of #79505 - matklad:cleanup, r=jonas-schievink | Dylan DPC | -2/+2 |
| 2020-11-29 | Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514 | Dylan DPC | -5/+0 |
| 2020-11-28 | Auto merge of #79511 - cjgillot:fitem-2, r=lcnr | bors | -0/+15 |
| 2020-11-28 | Don't store `ty` and `span` in `IntRange` | Nadrieril | -66/+56 |
| 2020-11-28 | lint-docs: Add --validate flag to validate lint docs separately. | Eric Huss | -5/+19 |
| 2020-11-28 | Correctly detect `usize`/`isize` range overlaps | Nadrieril | -29/+12 |
| 2020-11-28 | Remove unnecessary `mut` binding | Joshua Nelson | -2/+1 |
| 2020-11-28 | Do not visit ForeignItemRef for HIR indexing and validation. | Camille GILLOT | -0/+15 |
| 2020-11-28 | Derive `Debug` for `DebugInfo` | J. Ryan Stinnett | -1/+1 |
| 2020-11-28 | Rollup merge of #79486 - camelid:E0591-code-cleanup, r=lcnr | Jonas Schievink | -7/+13 |
| 2020-11-28 | Rollup merge of #79476 - bjorn3:sync_cg_clif-2020-11-27, r=bjorn3 | Jonas Schievink | -222/+400 |
| 2020-11-28 | Rollup merge of #79474 - jyn514:query-mode, r=Aaron1011 | Jonas Schievink | -6/+6 |
| 2020-11-28 | Rollup merge of #79460 - bugadani:simplify, r=jonas-schievink | Jonas Schievink | -14/+5 |
| 2020-11-28 | Rollup merge of #78853 - calebcartwright:fix-const-block-expr-span, r=spastorino | Jonas Schievink | -1/+2 |
| 2020-11-28 | Cleanup: shorter and faster code | Aleksey Kladov | -2/+2 |
| 2020-11-28 | Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov | bors | -127/+217 |
| 2020-11-28 | Auto merge of #79353 - cjgillot:procmacro, r=petrochenkov | bors | -67/+62 |
| 2020-11-27 | Update error to reflect that integer literals can have float suffixes | Camelid | -2/+2 |
| 2020-11-27 | Slightly improve code samples in E0591 | Camelid | -7/+13 |
| 2020-11-27 | Auto merge of #79284 - Nadrieril:constructor-module, r=varkor | bors | -1636/+1661 |
| 2020-11-27 | Return FxIndexSet instead of FxHashSet to avoid order errors on different pla... | Santiago Pastorino | -3/+3 |
| 2020-11-27 | Bump recursion_limit in rustc_ast_passes | Aaron Hill | -0/+1 |
| 2020-11-27 | Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into sync_cg_clif-202... | bjorn3 | -222/+400 |