about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-08-19Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkovbors-9/+9
2019-08-18Auto merge of #63659 - gilescope:async-in-closure, r=Centrilbors-10/+9
2019-08-18Auto merge of #63635 - oli-obk:default-slice-dangles, r=eddybbors-0/+19
2019-08-18Better error message for break in async blocks.Giles Cope-10/+9
2019-08-18Auto merge of #63269 - Aaron1011:feature/proc-macro-data, r=eddyb,petrochenkovbors-22/+40
2019-08-18Auto merge of #61708 - dlrobertson:or-patterns-0, r=centrilbors-12/+35
2019-08-17Rollup merge of #63667 - petrochenkov:deriveholders, r=matthewjasperMazdak Farrokhzad-0/+25
2019-08-17Rollup merge of #63657 - RalfJung:invalid_value, r=CentrilMazdak Farrokhzad-39/+156
2019-08-17Rollup merge of #63487 - sd234678:remove-meaningless-comments-in-src/test-2, ...Mazdak Farrokhzad-149/+68
2019-08-17test in a way that works even with muslRalf Jung-65/+58
2019-08-17resolve: Properly integrate derives and `macro_rules` scopesVadim Petrochenkov-0/+25
2019-08-17Serialize additional data for procedural macrosAaron Hill-22/+40
2019-08-17initial implementation of or-pattern parsingDan Robertson-12/+35
2019-08-17Auto merge of #63462 - matthewjasper:hygienic-builtin-derives, r=petrochenkovbors-45/+197
2019-08-17fix testsRalf Jung-3/+3
2019-08-17invalid_value: also detect transmute-from-0 (seen in the wild)Ralf Jung-39/+78
2019-08-17invalid_value: warn for types with custom valid rangeRalf Jung-28/+84
2019-08-17warn about uninit bools and charsRalf Jung-1/+30
2019-08-17Add testsOliver Scherer-0/+19
2019-08-17Rollup merge of #63559 - eddyb:v0-mangling-off-by-1, r=estebankMazdak Farrokhzad-6/+6
2019-08-17Rollup merge of #63505 - jgalenson:sysroot-hash, r=alexcrichtonMazdak Farrokhzad-1/+11
2019-08-17Move type parameter shadowing errors to resolveMatthew Jasper-45/+54
2019-08-17Remove gensyms from built-in derivesMatthew Jasper-0/+121
2019-08-17Stop emulating cross-crate hygiene with gensymsMatthew Jasper-0/+22
2019-08-17Rollup merge of #63548 - eddyb:unicode-demangling, r=alexcrichtonMazdak Farrokhzad-4/+4
2019-08-17Rollup merge of #63545 - Centril:gate-yield-preexp, r=oli-obkMazdak Farrokhzad-1/+25
2019-08-16Feature gate 'yield ?' pre-expansion.Mazdak Farrokhzad-1/+25
2019-08-16Rollup merge of #63613 - petrochenkov:stdhyg, r=alexcrichtonMazdak Farrokhzad-16/+1
2019-08-16Rollup merge of #63525 - matklad:centraliza-file-loading, r=petrochenkovMazdak Farrokhzad-0/+15
2019-08-16bless you nllEduard-Mihai Burtescu-32/+32
2019-08-16rustc_mir: use the right type for associated const literals.Eduard-Mihai Burtescu-5/+5
2019-08-16Bless tests with --compare-mode=nllsd234678-7/+7
2019-08-16Update stderr files with --blesssd234678-61/+61
2019-08-16Remove meaningless comments in src/testsd234678-81/+0
2019-08-16Rollup merge of #63612 - estebank:macro-sugg-try-into, r=CentrilMazdak Farrokhzad-0/+14
2019-08-16Rollup merge of #63539 - Centril:2015.await, r=oli-obkMazdak Farrokhzad-0/+88
2019-08-16Rollup merge of #63535 - petrochenkov:expndata, r=matthewjasperMazdak Farrokhzad-71/+71
2019-08-16Rollup merge of #62593 - kper:cleanup_abi, r=CentrilMazdak Farrokhzad-0/+112
2019-08-15Remove `__rust_unstable_column`Vadim Petrochenkov-15/+0
2019-08-15Hygienize use of built-in macros in the standard libraryVadim Petrochenkov-1/+1
2019-08-15Do not suggest `try_into` for base types inside of macro expansionsEsteban Küber-0/+14
2019-08-15resolve: Move macro resolution traces from `Module`s to `Resolver`Vadim Petrochenkov-71/+71
2019-08-15Duplicate `test-macros.rs` to fix test #62593Kevin Per-0/+112
2019-08-15Remove `run-pass` directory #62593Kevin Per-1913/+0
2019-08-15Move `test-macros.rs` back to `ui` to fix tests #62593Kevin Per-0/+0
2019-08-15Group all ui tests and move to abi #62593Kevin Per-0/+0
2019-08-15Rollup merge of #63582 - JohnTitor:fix-ice-63226, r=oli-obkMazdak Farrokhzad-0/+26
2019-08-15Rollup merge of #63577 - meffij:test-hrtb, r=alexcrichtonMazdak Farrokhzad-0/+31
2019-08-15ignore tests on wasm32-bareRalf Jung-0/+1
2019-08-15test Retag in drop shimRalf Jung-11/+26