about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2020-12-02const_evaluatable_checked: fix occurs checkBastian Kauschke-2/+20
2020-12-02Auto merge of #78864 - Mark-Simulacrum:warn-on-forbids, r=pnkfelixbors-49/+21
2020-12-01Auto merge of #79614 - GuillaumeGomez:rollup-15usd7e, r=GuillaumeGomezbors-21/+64
2020-12-01Rollup merge of #79509 - GuillaumeGomez:improve-attr-spans, r=oli-obkGuillaume Gomez-11/+40
2020-12-01Rollup merge of #79508 - jryans:check-dsymutil-result, r=nagisaGuillaume Gomez-10/+24
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-01Add documentation for name_value_literal_span methodsGuillaume Gomez-0/+14
2020-12-01Improve some attributes error spansGuillaume Gomez-3/+5
2020-12-01Created NestedMetaItem::name_value_literal_span methodGuillaume Gomez-9/+22
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-30Warn if `dsymutil` returns an error codeJ. Ryan Stinnett-9/+23
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-28Derive `Debug` for `DebugInfo`J. Ryan Stinnett-1/+1
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