about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2020-12-02Tweak diagnostics on shadowing lifetimes/labelsYuki Okushi-1/+1
2020-12-01Auto merge of #78684 - devsnek:inline-asm-wasm, r=Amanieubors-1/+73
2020-12-01Add wasm32 support to inline asmGus Caplan-1/+73
2020-12-01Auto merge of #74967 - Aaron1011:feature/incr-def-path-table, r=pnkfelixbors-40/+289
2020-12-01Rollup merge of #79525 - jyn514:feature-gate-normalize, r=GuillaumeGomezMara Bos-0/+2
2020-12-01Rollup merge of #79522 - ehuss:lint-check-validate, r=Mark-SimulacrumMara Bos-5/+19
2020-12-01Rollup merge of #79184 - nanguye2496:nanguye2496/fix_slice_and_str_type_name,...Mara Bos-1/+8
2020-12-01Auto merge of #78725 - sexxi-goose:fix-78720, r=nikomatsakisbors-115/+131
2020-11-30Stop adding '*' at the end of type names for Ref and Slice when computing deb...Nam Nguyen-1/+8
2020-11-30Add built-in support for the armv5te-unknown-linux-uclibceabi targetOndrej Perutka-0/+21
2020-11-30Auto merge of #79329 - camelid:int-lit-suffix-error, r=davidtwcobors-2/+2
2020-11-29Be cautious of calling upvar_tys before mirAman Arora-105/+131
2020-11-29Remove extra call to upvar_tysAman Arora-10/+0
2020-11-29Add -Z normalize-docs and enable it for compiler docsJoshua Nelson-0/+2
2020-11-29Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakisbors-72/+306
2020-11-29Auto merge of #79523 - Nadrieril:fix-usize-ranges, r=varkorbors-93/+66
2020-11-29Auto merge of #77616 - jyn514:no-normalize, r=lcnrbors-3/+9
2020-11-29Auto merge of #78863 - KodrAus:feat/simd-array, r=oli-obkbors-86/+161
2020-11-29Rollup merge of #79516 - jyn514:cleanup-trait-solver, r=Aaron1011Dylan DPC-2/+1
2020-11-29Rollup merge of #79505 - matklad:cleanup, r=jonas-schievinkDylan DPC-2/+2
2020-11-29Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514Dylan DPC-5/+0
2020-11-28Auto merge of #79511 - cjgillot:fitem-2, r=lcnrbors-0/+15
2020-11-28Don't store `ty` and `span` in `IntRange`Nadrieril-66/+56
2020-11-28lint-docs: Add --validate flag to validate lint docs separately.Eric Huss-5/+19
2020-11-28Correctly detect `usize`/`isize` range overlapsNadrieril-29/+12
2020-11-28Remove unnecessary `mut` bindingJoshua Nelson-2/+1
2020-11-28Do not visit ForeignItemRef for HIR indexing and validation.Camille GILLOT-0/+15
2020-11-28Rollup merge of #79486 - camelid:E0591-code-cleanup, r=lcnrJonas Schievink-7/+13
2020-11-28Rollup merge of #79476 - bjorn3:sync_cg_clif-2020-11-27, r=bjorn3Jonas Schievink-222/+400
2020-11-28Rollup merge of #79474 - jyn514:query-mode, r=Aaron1011Jonas Schievink-6/+6
2020-11-28Rollup merge of #79460 - bugadani:simplify, r=jonas-schievinkJonas Schievink-14/+5
2020-11-28Rollup merge of #78853 - calebcartwright:fix-const-block-expr-span, r=spastorinoJonas Schievink-1/+2
2020-11-28Cleanup: shorter and faster codeAleksey Kladov-2/+2
2020-11-28Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkovbors-127/+217
2020-11-28Auto merge of #79353 - cjgillot:procmacro, r=petrochenkovbors-67/+62
2020-11-27Update error to reflect that integer literals can have float suffixesCamelid-2/+2
2020-11-27Slightly improve code samples in E0591Camelid-7/+13
2020-11-27Auto merge of #79284 - Nadrieril:constructor-module, r=varkorbors-1636/+1661
2020-11-27Return FxIndexSet instead of FxHashSet to avoid order errors on different pla...Santiago Pastorino-3/+3
2020-11-27Bump recursion_limit in rustc_ast_passesAaron Hill-0/+1
2020-11-27Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into sync_cg_clif-202...bjorn3-222/+400
2020-11-27Encode proc_macro directly.Camille GILLOT-67/+62
2020-11-27Change comments on types to doc-commentsJoshua Nelson-6/+6
2020-11-27Rename `_match` to `usefulness`Nadrieril-4/+4
2020-11-27Rename `pat_constructor` to `Constructor::from_pat`Nadrieril-63/+63
2020-11-27Move the definitions of the two `Ctxt`s to the topNadrieril-47/+46
2020-11-27Extract everything related to pattern deconstruction to a new moduleNadrieril-1387/+1413
2020-11-27No need to expose `Matrix` internalsNadrieril-1/+6
2020-11-27Disentangle `Fields` and `PatStack`Nadrieril-17/+16
2020-11-27Move `Constructor::apply` to `Fields`Nadrieril-93/+89