about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-03-25Avoid double-collection for expression nonterminalsAaron Hill-17/+17
2021-03-25Ban custom inner attributes in expressions and statementsAaron Hill-13/+28
2021-03-25Don't ICE when using `#[global_alloc]` on a non-item statementAaron Hill-16/+16
2021-03-25Auto merge of #82743 - jackh726:resolve-refactor, r=nikomatsakisbors-178/+351
2021-03-25Auto merge of #83424 - cjgillot:noparam, r=lcnrbors-54/+6
2021-03-25write-up what is happeningNiko Matsakis-0/+28
2021-03-25Refactor #82270 as lint instead of an errorAmanieu d'Antras-72/+76
2021-03-25Auto merge of #83387 - cuviper:min-llvm-10, r=nagisabors-110/+1
2021-03-25Allow for reading raw bytes from rustc_serialize::Decoder without unsafe code.Michael Woerister-45/+48
2021-03-25Auto merge of #82565 - m-ou-se:ununstabilize-bits, r=kennytmbors-3/+0
2021-03-25Auto merge of #83445 - erikdesjardins:rmunion, r=RalfJungbors-1/+33
2021-03-25Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandrybors-209/+456
2021-03-25Rollup merge of #83442 - durin42:remove-questionable-macros, r=cuviperYuki Okushi-7/+0
2021-03-25Rollup merge of #83427 - llogiq:refactor-emitter, r=estebankYuki Okushi-20/+14
2021-03-24Revert "Revert stabilizing integer::BITS."Mara Bos-3/+0
2021-03-24Review commentsJack Huey-20/+51
2021-03-24resolve late lifetimes by itemJack Huey-173/+287
2021-03-24Use `EvaluatedToOkModuloRegions` whenever we erase regionsAaron Hill-1/+14
2021-03-24LLVMWrapper: attractive nuisance macrosAugie Fackler-7/+0
2021-03-24RemoveZsts: don't touch unionsErik Desjardins-1/+33
2021-03-24Auto merge of #83364 - sexxi-goose:fix-83176, r=nikomatsakisbors-19/+4
2021-03-24Auto merge of #83050 - osa1:issue83048, r=matthewjasperbors-24/+31
2021-03-24Auto merge of #75384 - JulianKnodt:cg_def, r=varkor,lcnrbors-145/+237
2021-03-24Rollup merge of #83392 - ehuss:w-help-edition, r=varkorDylan DPC-1/+6
2021-03-24Rollup merge of #83391 - hyd-dev:uwtable, r=alexcrichtonDylan DPC-2/+12
2021-03-24Rollup merge of #83313 - cjgillot:assert, r=michaelwoeristerDylan DPC-0/+28
2021-03-23Changes from review commentsRich Kadel-26/+33
2021-03-24small cleanups in rustc_errors / emitterAndre Bogus-20/+14
2021-03-23GenericParam does not need to be a HIR owner.Camille GILLOT-54/+6
2021-03-23Update to not have extra matchkadmin-28/+10
2021-03-23Update with commentskadmin-30/+39
2021-03-23Update with commentskadmin-17/+16
2021-03-23Add query for const_param_defaultkadmin-27/+52
2021-03-23progress, stuff compiles nowlcnr-53/+68
2021-03-23Some refactoringvarkor-40/+52
2021-03-23Add has_default to GenericParamDefKind::Constkadmin-71/+121
2021-03-23Fix comment.Camille GILLOT-1/+2
2021-03-23Auto merge of #83177 - erikdesjardins:zstassign, r=oli-obkbors-52/+86
2021-03-23Auto merge of #83260 - durin42:llvm-update, r=nagisabors-1/+25
2021-03-23Change def_id filter to use requires_monomorphization()Rich Kadel-1/+1
2021-03-23Rollup merge of #83384 - mark-i-m:rename-pat2018, r=joshtriplettYuki Okushi-15/+15
2021-03-22only run RemoveZsts at mir-opt-level 3 and aboveErik Desjardins-0/+3
2021-03-23Allow not emitting `uwtable` on Androidhyd-dev-2/+12
2021-03-22Err if the debugging options are not passed.Camille GILLOT-0/+19
2021-03-22Change `-W help` to display edition level.Eric Huss-1/+6
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-97/+59
2021-03-22All supported LLVM versions have MSP430AsmPrinterJosh Stone-18/+1
2021-03-22cleanup: add some comments per review feedbackAugie Fackler-0/+6
2021-03-22Update the minimum external LLVM to 10Josh Stone-92/+0
2021-03-22Only enable assert_dep_graph when query-dep-graph is enabled.Camille GILLOT-0/+8