about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-07-13Remove trailing whitespacewangtheo-0/+1
2020-07-13Removed trailing whitespaceTeddy_Wang-1/+1
2020-07-13Added ui tests for volatile and nearby intrinsicsTeddy_Wang-0/+54
2020-07-07Auto merge of #74059 - RalfJung:miri-uninit-validation, r=oli-obkbors-5/+16
2020-07-06Rollup merge of #74102 - oli-obk:const_prop_icde, r=wesleywiserManish Goregaokar-0/+9
2020-07-06Rollup merge of #73969 - davidtwco:issue-73914-checkedadd-temp-generator-inte...Manish Goregaokar-0/+30
2020-07-06Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebankManish Goregaokar-310/+1793
2020-07-05Rollup merge of #74000 - lcnr:lazy_normalisation_consts, r=varkorManish Goregaokar-0/+97
2020-07-05Rollup merge of #73973 - Nadrieril:fix-71977, r=matthewjasperManish Goregaokar-12/+51
2020-07-05Rollup merge of #73937 - JohnTitor:note-exhaustive-sized-int, r=varkorManish Goregaokar-0/+61
2020-07-05Rollup merge of #73871 - da-x:private-types-2018-no-extern, r=petrochenkovManish Goregaokar-0/+53
2020-07-05const validation: add test for uninit boolRalf Jung-2/+13
2020-07-05catch errors more locally around read_discriminantRalf Jung-3/+3
2020-07-04Fix #71977Nadrieril-12/+51
2020-07-05Address code reviewsYuki Okushi-14/+25
2020-07-04Fix const prop ICEOliver Scherer-0/+9
2020-07-05Explain exhaustive matching on {usize,isize} maximum valuesYuki Okushi-0/+50
2020-07-04Make `rustc_peek` a safe intrinsicOliver Scherer-78/+78
2020-07-04add `lazy_normalization_consts` feature gateBastian Kauschke-0/+97
2020-07-03Rollup merge of #73861 - GuillaumeGomez:create-e0767, r=Dylan-DPCManish Goregaokar-8/+11
2020-07-03Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkorManish Goregaokar-0/+200
2020-07-04Update UI testsGuillaume Gomez-8/+11
2020-07-03Ignore test with panic on wasm targetsDavid Hewitt-0/+2
2020-07-02Rollup merge of #73726 - davidtwco:issue-73541-labelled-break-through-closure...Manish Goregaokar-29/+205
2020-07-02Rollup merge of #73724 - CryZe:wasm-saturating-casts, r=alexcrichtonManish Goregaokar-500/+523
2020-07-02mir: mark mir construction temporaries as internalDavid Wood-0/+30
2020-07-02resolve: disallow label use through closure/asyncDavid Wood-29/+205
2020-07-02Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearthbors-99/+105
2020-07-02Address review comments and add UI testChristopher Serr-500/+523
2020-07-02Rollup merge of #73622 - LeSeulArtichaut:unsafe-libcore, r=nikomatsakisManish Goregaokar-99/+105
2020-07-02Audit uses of `tool_only_span_suggestion`Yuki Okushi-13/+41
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-297/+1752
2020-07-01Rollup merge of #73898 - lcnr:issue61383, r=jonas-schievinkManish Goregaokar-38/+0
2020-07-01Rollup merge of #73839 - crlf0710:snapshot_the_reality, r=ManishearthManish Goregaokar-16/+189
2020-07-01Rollup merge of #73803 - Aaron1011:feature/angle-field-recovery, r=matthewjasperManish Goregaokar-0/+22
2020-07-01Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkovManish Goregaokar-1/+307
2020-07-01Rollup merge of #73449 - ehuss:duplicate-lang-item, r=matthewjasperManish Goregaokar-4/+13
2020-07-01Rollup merge of #73345 - petrochenkov:nointerp, r=Aaron1011Manish Goregaokar-69/+57
2020-07-01Rollup merge of #73306 - calebzulawski:target-feature-11-fn-trait-soundness, ...Manish Goregaokar-0/+115
2020-07-01Update src/librustc_builtin_macros/format.rsDavid Hewitt-2/+2
2020-07-01Handle `None`-delimited groups when parsing `macro_rules!` macroAaron Hill-0/+24
2020-07-01Don't print additional spaces when pretty-printing NoDelim groupsAaron Hill-3/+1
2020-07-01Insert NoDelim groups around nonterminals when lowering macro_rulesAaron Hill-0/+284
2020-07-01Rollup merge of #73828 - nop:fix/parameter-name-help, r=estebankManish Goregaokar-10/+10
2020-07-01Rollup merge of #73806 - Aaron1011:feature/approx-universal-upper, r=estebankManish Goregaokar-10/+62
2020-07-01Rollup merge of #72445 - anp:stabilize-track-caller, r=oli-obkManish Goregaokar-69/+23
2020-07-01Rollup merge of #72071 - PankajChaudhary5:ErrorCode-E0687, r=davidtwcoManish Goregaokar-0/+2
2020-07-01expand: Stop using nonterminals for passing tokens to attribute and derive ma...Vadim Petrochenkov-69/+57
2020-07-01Amend wording of noteDavid Hewitt-2/+2
2020-06-30Stabilize `#[track_caller]`.Adam Perry-69/+23