summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-09-21Regression tests for fn ptr and `#[structural_match]` as discussed in #63479.Felix S. Klock II-0/+171
2019-09-13Turn `soft_unstable` into a future-compatibility lintVadim Petrochenkov-0/+3
2019-09-13Support "soft" feature-gating using a lintVadim Petrochenkov-0/+14
2019-09-13add regression testEsteban Küber-0/+32
2019-09-13pprust: Do not print spaces before some tokensVadim Petrochenkov-14/+11
2019-09-13Force #[unwind(aborts)] in test/codegen/c-variadic.rsJosh Stone-0/+6
2019-09-13Revert "Allow a dirty MirBuilt for make_extern and make_method_extern"Josh Stone-2/+2
2019-09-13Permit unwinding through FFI by defaultMark Rousskov-0/+2
2019-09-02expand: Do not do questionable span adjustment before eagerly expanding an ex...Vadim Petrochenkov-12/+3
2019-09-02expand: Keep the correct current expansion ID for eager expansionsVadim Petrochenkov-0/+6
2019-09-02Add a regression test for issue #63460Vadim Petrochenkov-0/+22
2019-09-02Add a test for an opaque macro eagerly expanding its argumentsVadim Petrochenkov-0/+26
2019-09-02debuginfo: always include disambiguator in type namesPhilip Craig-10/+10
2019-09-02debuginfo: give unique names to closure and generator typesPhilip Craig-0/+55
2019-08-21review comment: remove unecessary error in testEsteban Küber-12/+4
2019-08-21Do not ICE when synthesizing spans falling inside unicode charsEsteban Küber-0/+22
2019-08-12Auto merge of #63483 - RalfJung:invalid-value, r=Centrilbors-55/+183
2019-08-12more informative error message from invalid_value lintRalf Jung-55/+183
2019-08-12Rollup merge of #63474 - adamAndMath:master, r=CentrilMazdak Farrokhzad-0/+74
2019-08-12Rollup merge of #63473 - adrian-budau:master, r=CentrilMazdak Farrokhzad-0/+38
2019-08-12Rollup merge of #63449 - petrochenkov:builtinagain, r=eddybMazdak Farrokhzad-22/+17
2019-08-12Rollup merge of #63406 - jakubadamw:resolve-inconsistent-names-suggest-qualif...Mazdak Farrokhzad-5/+113
2019-08-11Move tests into type-alias-impl-traitAdam-0/+0
2019-08-11Add test for issue 53598 and 57700Adam-0/+74
2019-08-11Regression test for #56870Adrian Budau-0/+38
2019-08-11Rollup merge of #63433 - RalfJung:miri-call, r=oli-obkMark Rousskov-6/+55
2019-08-11Rollup merge of #63346 - RalfJung:zeroed-lint, r=eddybMark Rousskov-1/+228
2019-08-11warn for more casesRalf Jung-11/+166
2019-08-11add basic lint testing for misuse of mem::zeroed and mem::uninitializedRalf Jung-1/+73
2019-08-11Auto merge of #63343 - ishitatsuyuki:revert-62150, r=RalfJungbors-0/+13
2019-08-10Apply suggestions from code reviewJakub Adam Wieczorek-3/+3
2019-08-10Suggest using a qualified path in patterns with inconsistent bindingsJakub Adam Wieczorek-5/+113
2019-08-10diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"Vadim Petrochenkov-37/+37
2019-08-10resolve: Remove remaining special cases from built-in macrosVadim Petrochenkov-22/+17
2019-08-10Auto merge of #63437 - Centril:rollup-ryx881p, r=Centrilbors-21/+82
2019-08-10Revert "Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung"Tatsuyuki Ishi-0/+13
2019-08-10fix testRalf Jung-6/+55
2019-08-10resolve: Address FIXME from the previous commitVadim Petrochenkov-4/+4
2019-08-10Fix calls to resolver from rustdoc and HIR loweringVadim Petrochenkov-1/+1
2019-08-10resolve: Move late resolution into a separate visitorVadim Petrochenkov-20/+81
2019-08-10Auto merge of #63352 - jgalenson:reproducible-lto, r=alexcrichtonbors-0/+204
2019-08-10Rollup merge of #63423 - estebank:priv-tuple, r=zackmdavisMazdak Farrokhzad-0/+116
2019-08-10Rollup merge of #63419 - RalfJung:typeid, r=alexcrichtonMazdak Farrokhzad-4/+14
2019-08-10Rollup merge of #63399 - estebank:vec-in-pat, r=CentrilMazdak Farrokhzad-1/+33
2019-08-10Rollup merge of #63394 - jackh726:issue-36804, r=jonas-schievinkMazdak Farrokhzad-0/+31
2019-08-10Rollup merge of #63337 - estebank:break-ee0308, r=CentrilMazdak Farrokhzad-58/+515
2019-08-10Give built-in macros stable addresses in the standard libraryVadim Petrochenkov-5/+163
2019-08-09Mention that tuple structs are private if their fields areEsteban Küber-0/+116
2019-08-09check against more collisions for TypeId of fn pointerRalf Jung-4/+14
2019-08-09review comments: use structured suggestionEsteban Küber-6/+16