about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-12-09Accept arbitrary expressions in key-value attributes at parse timeVadim Petrochenkov-171/+94
2020-12-09Auto merge of #78363 - RalfJung:promotion, r=oli-obkbors-26/+50
2020-12-09remove a test that does not work any moreRalf Jung-19/+0
2020-12-09remove a hack that seems to only benefit a few very special casesRalf Jung-3/+31
2020-12-09make sure we do not promote things with interior mutabilityRalf Jung-7/+22
2020-12-09Auto merge of #79767 - tmiasko:malformed-required-const, r=matthewjasperbors-1/+19
2020-12-08Auto merge of #79752 - cjgillot:dead-alien, r=lcnrbors-0/+19
2020-12-08Visit ForeignItems when marking dead code.Camille GILLOT-0/+19
2020-12-08Auto merge of #79712 - JohnTitor:test-issue-66286, r=estebankbors-0/+39
2020-12-07Auto merge of #79653 - tmiasko:naked-functions, r=Amanieubors-104/+486
2020-12-07Auto merge of #79772 - ethanboxx:79760-wrongly-speaks-of-methods, r=oli-obkbors-12/+65
2020-12-07Validate naked functions definitionsTomasz Miąsko-104/+486
2020-12-07Move some tests to subdirectoriesVadim Petrochenkov-105/+71
2020-12-06suggestions from camelid reviewEthan Brierley-40/+5
2020-12-06smarter E0390Ethan Brierley-2/+90
2020-12-06Auto merge of #79734 - ethanboxx:inferred_const_note, r=varkorbors-0/+21
2020-12-06Don't ICE on malformed `rustc_args_required_const` attributeTomasz Miąsko-1/+19
2020-12-05Auto merge of #79697 - rylev:clearer-const-diagnostic, r=oli-obkbors-24/+24
2020-12-05Auto merge of #79685 - sivadeilra:fix_env_vars_win, r=davidtwcobors-0/+8
2020-12-05Auto merge of #79445 - SNCPlay42:struct-tail-recursion-limit, r=oli-obkbors-0/+37
2020-12-05Const parameters can not be inferred with `_`Ethan Brierley-0/+21
2020-12-05Auto merge of #78373 - matthewjasper:drop-on-into, r=pnkfelixbors-223/+379
2020-12-05Auto merge of #76301 - matklad:fmt-test, r=matkladbors-0/+0
2020-12-04Avoid leaking block expression valuesMatthew Jasper-223/+379
2020-12-05Add a regression test for issue-66286Yuki Okushi-0/+39
2020-12-04check the recursion limit when finding struct tailSNCPlay42-0/+37
2020-12-04 Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`Tim Diekmann-36/+35
2020-12-04Move format machinery tests to where they belongAleksey Kladov-0/+0
2020-12-04Fix UI tests for 'const expression' changeRyan Levick-24/+24
2020-12-03Fix src/test/ui/env-vars.rs on 128-core machines on WindowsArlie Davis-0/+8
2020-12-03Auto merge of #79620 - JohnTitor:label-name-sugg, r=davidtwcobors-94/+94
2020-12-03Auto merge of #79613 - GuillaumeGomez:doc-keyword-checks, r=oli-obkbors-8/+49
2020-12-03Auto merge of #79594 - vn-ki:const-eval-intrinsic, r=oli-obkbors-140/+378
2020-12-03Auto merge of #79533 - sasurau4:feature/add-long-explanation-E0546, r=Guillau...bors-1/+1
2020-12-03Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simul...bors-187/+74
2020-12-02Auto merge of #79364 - nico-abram:unstable-or-pat-suggestion, r=matthewjasperbors-30/+3
2020-12-02Add tests for #[doc(keyword = "...")] and update other doc attributes testsGuillaume Gomez-8/+49
2020-12-02Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsa...Santiago Pastorino-187/+74
2020-12-02rename MemoryKind::Heap to ConstHeap; bless testVishnunarayan K I-8/+15
2020-12-02add comment and bless some testsVishnunarayan K I-138/+236
2020-12-02Auto merge of #79606 - ThePuzzlemaker:issue-79458-fix, r=scottmcmbors-26/+25
2020-12-02Tweak diagnostics on shadowing lifetimes/labelsYuki Okushi-94/+94
2020-12-02Auto merge of #78864 - Mark-Simulacrum:warn-on-forbids, r=pnkfelixbors-170/+90
2020-12-01Auto merge of #79614 - GuillaumeGomez:rollup-15usd7e, r=GuillaumeGomezbors-14/+14
2020-12-01Rollup merge of #79509 - GuillaumeGomez:improve-attr-spans, r=oli-obkGuillaume Gomez-14/+14
2020-12-01Auto merge of #78684 - devsnek:inline-asm-wasm, r=Amanieubors-2/+2
2020-12-01Add regression test for #79458ThePuzzlemaker-0/+25
2020-12-01Fix UI tests for negative polarity implementations of traitsThePuzzlemaker-26/+0
2020-12-01Add wasm32 support to inline asmGus Caplan-2/+2
2020-12-01Improve some attributes error spansGuillaume Gomez-14/+14