about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-03-22Fix invalid suggestion on `&mut` iterators yielding `&` referencesWonwoo Choi-0/+23
2020-03-22Auto merge of #68098 - ssomers:btreemap_gdb_pretty_print, r=Mark-Simulacrumbors-2/+10
2020-03-21Resolve worsened debug build codegenWesley Wiser-0/+64
2020-03-21convert a couple more errorsmark-8/+8
2020-03-22parse: nix new_sub_parser_from_fileMazdak Farrokhzad-1/+1
2020-03-21Improve E0308 error message wordingDeeDeeG-32/+32
2020-03-21Rollup merge of #70238 - petrochenkov:procmod, r=CentrilDylan DPC-0/+13
2020-03-21Rollup merge of #70231 - aDotInTheVoid:E0224, r=Dylan-DPCDylan DPC-2/+8
2020-03-21Rollup merge of #70126 - wesleywiser:fix_miri_ice_neg_zst_enum_discr, r=RalfJ...Dylan DPC-0/+47
2020-03-21Allow `hir().find` to return `None`John Kåre Alsaker-0/+32
2020-03-21Add a test for out-of-line module passed through a proc macroVadim Petrochenkov-0/+13
2020-03-21resolve: Avoid "self-confirming" import resolutions in one more caseVadim Petrochenkov-0/+15
2020-03-21Add explanation message for E0224Nixon Enraght-Moony-2/+8
2020-03-21Bless testsLeSeulArtichaut-115/+68
2020-03-21Test pretty printing more and fix overzealous type substitutionStein Somers-2/+10
2020-03-21rustc: keep upvars tupled in {Closure,Generator}Substs.Eduard-Mihai Burtescu-7/+51
2020-03-21fix type of const params in associated types.Bastian Kauschke-0/+38
2020-03-21Rollup merge of #70032 - lcnr:issue69970, r=varkorDylan DPC-0/+25
2020-03-21Rollup merge of #69955 - alexcrichton:stderr-infallible, r=sfacklerDylan DPC-0/+48
2020-03-21Rollup merge of #69901 - RalfJung:rustc_layout, r=eddybDylan DPC-0/+334
2020-03-21Rollup merge of #69497 - Zoxc:ast-fragment-error, r=petrochenkovDylan DPC-2/+13
2020-03-21Fix ICE caused by truncating a negative ZST enum discriminantWesley Wiser-0/+47
2020-03-21normalize away preferred alignmentRalf Jung-28/+13
2020-03-21recover on `for<'a> |...| body` closures.Mazdak Farrokhzad-0/+26
2020-03-21Rollup merge of #70092 - eddyb:hir-items-are-just-nodes, r=ZoxcMazdak Farrokhzad-352/+352
2020-03-21Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddybMazdak Farrokhzad-21/+22
2020-03-21Rollup merge of #70184 - Centril:include-mod-relativism, r=petrochenkovMazdak Farrokhzad-0/+13
2020-03-21Rollup merge of #70176 - rylev:ice-tests, r=CentrilMazdak Farrokhzad-0/+651
2020-03-21Rollup merge of #70165 - matthewjasper:erase-more, r=nikomatsakisMazdak Farrokhzad-17/+24
2020-03-21Rollup merge of #70111 - Mark-Simulacrum:btree-no-shared, r=cuviperMazdak Farrokhzad-7/+17
2020-03-21Rollup merge of #70058 - Centril:fix-70050, r=petrochenkovMazdak Farrokhzad-1/+37
2020-03-21Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJungMazdak Farrokhzad-0/+22
2020-03-21Rollup merge of #69033 - jonas-schievink:resume-with-context, r=tmandryMazdak Farrokhzad-2/+15
2020-03-20Auto merge of #69509 - RalfJung:debug-assert-write, r=eddybbors-9/+5
2020-03-20Add test for issue #53275Ryan Levick-0/+8
2020-03-20make rustc_layout also work for type definitionsRalf Jung-6/+228
2020-03-20expand_include: set `.directory` to dir of included file.Mazdak Farrokhzad-0/+13
2020-03-20add a test for rustc_layout(debug)Ralf Jung-0/+127
2020-03-20Fix debugger pretty printing of BTreesMark Rousskov-7/+17
2020-03-20can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs.Mazdak Farrokhzad-1/+37
2020-03-20Fix abort-on-eprintln during process shutdownAlex Crichton-0/+48
2020-03-20Add tests for #58319 and #65131Ryan Levick-0/+651
2020-03-20Update const_forget.rsDutchGhost-1/+1
2020-03-20Rollup merge of #70131 - Aaron1011:fix/issue-55099-test, r=nikomatsakisYuki Okushi-0/+28
2020-03-19Refactorings to begin getting rid of rustc_codegen_utilsMark Mansi-21/+22
2020-03-19Ensure there are versions of test code for aarch64 windowsDaniel Frampton-17/+0
2020-03-19Use erased regions in MIRMatthew Jasper-17/+24
2020-03-19sort generic param order in generics_ofBastian Kauschke-0/+25
2020-03-19Adjust data layout in testNikita Popov-2/+2
2020-03-19Auto merge of #69402 - GuillaumeGomez:extend-search, r=kinnisonbors-0/+20