about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-10-27Gather together usefulness testsNadrieril-3/+3
2019-10-27Implementation of const caller_location.Adam Perry-0/+23
2019-10-27Panicking infra uses &core::panic::Location.Adam Perry-2/+3
2019-10-27Implement core::intrinsics::caller_location.Adam Perry-0/+9
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-282/+517
2019-10-27Rollup merge of #65855 - ObsidianMinor:extended_error/E0666, r=varkorMazdak Farrokhzad-2/+4
2019-10-27Rollup merge of #65777 - matthewjasper:allow-impl-trait-expansion, r=davidtwcoMazdak Farrokhzad-24/+42
2019-10-27Rollup merge of #65738 - ohadravid:re-rebalance-coherence-allow-fundamental-l...Mazdak Farrokhzad-0/+32
2019-10-27Rollup merge of #65566 - estebank:let-expr-as-ty, r=CentrilMazdak Farrokhzad-5/+65
2019-10-27Auto merge of #65519 - pnkfelix:issue-63438-trait-based-structural-match, r=m...bors-10/+31
2019-10-27Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakisbors-17/+97
2019-10-26Add detailed explaination for E0666Sydney Acksman-2/+4
2019-10-26Fix rebaseEsteban Küber-0/+1
2019-10-26review comments and tweaksEsteban Küber-10/+27
2019-10-26Remove unnecessary error in testEsteban Küber-14/+4
2019-10-26Use heuristics to suggest assignmentEsteban Küber-0/+52
2019-10-26Only run efiapi test on llvm 9.0+roblabla-0/+2
2019-10-26Rollup merge of #65773 - estebank:sugg-whitespace, r=CentrilMazdak Farrokhzad-0/+731
2019-10-26Rollup merge of #65743 - eddyb:generator-on-call, r=matthewjasperMazdak Farrokhzad-12/+12
2019-10-26Coherence should allow fundamental types to impl traitsOhad Ravid-0/+32
2019-10-26Make inline associated constants a future compatibility warningvarkor-17/+28
2019-10-26Permit #[track_caller] on inherent methodsvarkor-2/+11
2019-10-25Move handling of `#[track_caller]` to `check_attr`varkor-12/+8
2019-10-25Handle `ImplItem` in `check_attr`varkor-5/+49
2019-10-25Add test for attribute error checking on trait and foreign itemsvarkor-0/+54
2019-10-25Emit warning for ignored #[inline] on foreign function prototypesvarkor-0/+11
2019-10-25Emit warning for ignored #[inline] on trait method prototypesvarkor-0/+30
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-50/+46
2019-10-25EFIAPI: Fix symbolname testsroblabla-10/+10
2019-10-25Add proper tracking issue for EFIAPIroblabla-7/+7
2019-10-25Apply suggestions from code reviewmatthewjasper-2/+2
2019-10-25Fix EFIABI testroblabla-12/+21
2019-10-25Add new EFIAPI ABIroblabla-72/+163
2019-10-25Update test output.Felix S. Klock II-2/+2
2019-10-25Migrate from `#[structural_match]` attribute a lang-item trait.Felix S. Klock II-6/+27
2019-10-25Rollup merge of #65074 - Rantanen:json-byte-pos, r=matkladMazdak Farrokhzad-0/+241
2019-10-25fix typo in filename.Felix S. Klock II-1/+1
2019-10-25fix typo in test.Felix S. Klock II-1/+1
2019-10-25RFC 2008: StabilizationDavid Wood-65/+21
2019-10-25Rollup merge of #65775 - matthewjasper:reempty, r=pnkfelixMazdak Farrokhzad-2/+20
2019-10-25Rollup merge of #65763 - ObsidianMinor:diag/65642, r=varkorMazdak Farrokhzad-10/+12
2019-10-25Rollup merge of #65747 - Centril:union-issue-fix, r=varkorMazdak Farrokhzad-3/+3
2019-10-25Rollup merge of #65742 - Centril:gate-pre-expansion-subset, r=davidtwcoMazdak Farrokhzad-55/+169
2019-10-25Rollup merge of #65666 - XiangQingW:proc_macro, r=petrochenkovMazdak Farrokhzad-0/+16
2019-10-25Rollup merge of #65414 - davidtwco:issue-65157-non-exhaustive-always-useful, ...Mazdak Farrokhzad-0/+36
2019-10-25Rollup merge of #65390 - GuillaumeGomez:long-err-explanation-E0576, r=matthew...Mazdak Farrokhzad-2/+5
2019-10-25Rollup merge of #62959 - LukasKalbertodt:array-value-iter, r=scottmcmMazdak Farrokhzad-0/+216
2019-10-24Don't ICE for completely unexpandable `impl Trait` typesMatthew Jasper-24/+42
2019-10-24Fix more `ReEmpty` ICEsMatthew Jasper-2/+20
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+731