about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-03-29Auto merge of #83605 - RalfJung:unaligned, r=petrochenkovbors-23/+63
2021-03-28Auto merge of #83602 - JohnTitor:cloudabi-flag-is-unnecessary, r=Xanewokbors-1/+0
2021-03-28adjust old testRalf Jung-16/+31
2021-03-28unaligned_references: align(N) fields in packed(N) structs are fineRalf Jung-7/+32
2021-03-28Remove unnecessary `ignore-cloudabi` flagJohnTitor-1/+0
2021-03-28Auto merge of #81354 - SkiFire13:binary-search-assume, r=nagisabors-0/+19
2021-03-27Auto merge of #83103 - petrochenkov:unilex, r=Aaron1011bors-4/+8
2021-03-27resolve: Partially unify early and late scope-relative ident resolutionVadim Petrochenkov-4/+8
2021-03-27Rollup merge of #83548 - Aaron1011:capture-none-delims, r=petrochenkovDylan DPC-13/+58
2021-03-27Rollup merge of #82626 - lcnr:encode_with_shorthandb, r=estebankDylan DPC-23/+28
2021-03-27Rollup merge of #82525 - RalfJung:unaligned-ref-warn, r=petrochenkovDylan DPC-212/+160
2021-03-27Rollup merge of #81351 - lcnr:big-money-big-prices, r=oli-obkDylan DPC-9/+85
2021-03-28Rollup merge of #83569 - sjakobi:issue56445-regression-test, r=jackh726Yuki Okushi-3/+48
2021-03-28Rollup merge of #83348 - osa1:issue83344, r=jackh726Yuki Okushi-0/+14
2021-03-27make unaligned_refereces future-incompat lint warn-by-default, and remove the...Ralf Jung-212/+160
2021-03-27update testslcnr-8/+8
2021-03-27combine: stop eagerly evaluating constsBastian Kauschke-9/+85
2021-03-27Add regression tests for #56445Simon Jakobi-3/+48
2021-03-27Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-sebors-1/+1
2021-03-27format macro argument parsing fixÖmer Sinan Ağacan-0/+14
2021-03-27Rollup merge of #83343 - osa1:issue83340, r=jackh726Yuki Okushi-0/+16
2021-03-27Rollup merge of #83328 - tmiasko:asm-test, r=joshtriplettYuki Okushi-2/+2
2021-03-26Always preserve `None`-delimited groups in a captured `TokenStream`Aaron Hill-13/+58
2021-03-26fix rustc_on_implemented `_Self` pathslcnr-15/+20
2021-03-26update array missing `IntoIterator` msglcnr-18/+18
2021-03-26Auto merge of #83488 - Aaron1011:ban-expr-inner-attrs, r=petrochenkovbors-143/+212
2021-03-26Auto merge of #83404 - michaelwoerister:issue83045, r=eddybbors-0/+36
2021-03-26Fix #83045 by moving some crate loading verification code to a better place.Michael Woerister-0/+36
2021-03-26Update char::escape_debug_ext to handle different escapes in strings vs. charsÖmer Sinan Ağacan-4/+4
2021-03-26Rollup merge of #83486 - Aaron1011:fix/global-alloc-error, r=petrochenkovDylan DPC-0/+18
2021-03-26Rollup merge of #83485 - Amanieu:asm_llvm10, r=joshtriplettDylan DPC-15/+15
2021-03-26Rollup merge of #83437 - Amanieu:asm_syntax, r=petrochenkovDylan DPC-46/+103
2021-03-26Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514Dylan DPC-0/+49
2021-03-25Ban custom inner attributes in expressions and statementsAaron Hill-143/+212
2021-03-25Mark inline asm tests as requiring LLVM 10.0.1Amanieu d'Antras-15/+15
2021-03-25Don't ICE when using `#[global_alloc]` on a non-item statementAaron Hill-0/+18
2021-03-25Auto merge of #82743 - jackh726:resolve-refactor, r=nikomatsakisbors-432/+230
2021-03-25Bless nll testJack Huey-84/+3
2021-03-25Refactor #82270 as lint instead of an errorAmanieu d'Antras-46/+103
2021-03-25Auto merge of #83387 - cuviper:min-llvm-10, r=nagisabors-2/+0
2021-03-25Auto merge of #83445 - erikdesjardins:rmunion, r=RalfJungbors-0/+32
2021-03-25Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandrybors-133/+2609
2021-03-25Rollup merge of #83420 - GuillaumeGomez:rustdoc-gui-tests-doc, r=CraftSpiderYuki Okushi-0/+12
2021-03-25Rollup merge of #83349 - m-ou-se:unwrap-none, r=dtolnayYuki Okushi-5/+0
2021-03-24resolve late lifetimes by itemJack Huey-348/+227
2021-03-24Use `EvaluatedToOkModuloRegions` whenever we erase regionsAaron Hill-0/+184
2021-03-24Rename `span` to `source`Nixon Enraght-Moony-4/+4
2021-03-24RemoveZsts: don't touch unionsErik Desjardins-0/+32
2021-03-24Don't call `item` on modules for json rendererNixon Enraght-Moony-0/+49
2021-03-24Auto merge of #83364 - sexxi-goose:fix-83176, r=nikomatsakisbors-0/+25