]> git.lizzy.rs Git - rust.git/history - src/test/ui
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui /
2018-08-08 borsAuto merge of #53053 - petrochenkov:custattr, r=alexcri...
2018-08-08 Mikhail ModinFixes #53119.
2018-08-08 Esteban KüberSuggest comma when missing in macro call
2018-08-08 borsAuto merge of #52993 - alexcrichton:fix-some-vis, r...
2018-08-08 gnzlbgadd feature-gate test
2018-08-07 Lukas KalbertodtAdd and update tests for `IndexMut` help message
2018-08-07 borsAuto merge of #52397 - estebank:println-comma, r=oli-obk
2018-08-07 borsAuto merge of #52911 - Mark-Simulacrum:visibility-hirid...
2018-08-07 Niko Matsakisavoid computing liveness when a variable doesn't need it
2018-08-07 Oliver SchneiderFix tidy
2018-08-07 Oliver SchneiderRemove an overly pedantic and wrong assertion
2018-08-07 borsAuto merge of #53109 - nikomatsakis:nll-escaping-into...
2018-08-07 borsAuto merge of #51990 - oli-obk:unstable_union, r=nikoma...
2018-08-07 Oliver SchneiderFix tidy
2018-08-07 Oliver SchneiderMake sure the feature gate actually works and never...
2018-08-07 Oliver SchneiderAdd feature gate test
2018-08-07 Oliver SchneiderAlso put comparing raw pointers behind a feature gate
2018-08-07 Oliver SchneiderRebase fallout: new tests need updated ui output
2018-08-07 Oliver SchneiderDon't accidentally promote union access in MIR
2018-08-07 Oliver SchneiderAdd feature gate checks
2018-08-07 Oliver SchneiderPlace unions, pointer casts and pointer derefs behind...
2018-08-07 borsAuto merge of #53150 - kennytm:rollup, r=kennytm
2018-08-07 kennytmRollup merge of #53139 - danc86:riscv-no-gdb-scripts...
2018-08-07 kennytmRollup merge of #53135 - joshtriplett:remove-catch...
2018-08-07 David WoodSpecial case error message for thread-local statics.
2018-08-07 kennytmRollup merge of #53107 - RalfJung:static-mutex, r=alexc...
2018-08-07 kennytmRollup merge of #53093 - 0e4ef622:issue-52169-fix,...
2018-08-07 kennytmRollup merge of #53068 - MajorBreakfast:spawn, r=cramertj
2018-08-07 kennytmRollup merge of #53060 - iliekturtles:rustdoc-style...
2018-08-07 kennytmRollup merge of #53052 - redroc:master, r=QuietMisdreavus
2018-08-07 kennytmRollup merge of #53028 - Mark-Simulacrum:split-out...
2018-08-07 kennytmRollup merge of #52886 - petrochenkov:noga, r=alexcrichton
2018-08-07 kennytmRollup merge of #52885 - Mark-Simulacrum:cleanup-typeck...
2018-08-07 borsAuto merge of #52450 - PramodBisht:issue/52413, r=estebank
2018-08-07 Esteban KüberPoint at correct span when missing comma in `println`
2018-08-07 Esteban KüberSuggest comma when writing `println!("{}" a);`
2018-08-07 borsAuto merge of #51007 - AstralSorcerer:master, r=nagisa
2018-08-07 borsAuto merge of #53134 - alexcrichton:tweak-travis, r...
2018-08-06 borsAuto merge of #53016 - scottmcm:impl-header-lifetime...
2018-08-06 Vadim PetrochenkovAddress review comments
2018-08-06 Matthew JasperName return type in free region messages
2018-08-06 Vadim PetrochenkovEnable macro modularization implicitly if one of "advan...
2018-08-06 Vadim PetrochenkovSupport custom attributes when macro modularization...
2018-08-06 Vadim PetrochenkovDiscern between various kinds of non-macro attributes
2018-08-06 borsAuto merge of #53115 - davidtwco:issue-52739, r=nikomat...
2018-08-06 David WoodDisable some nice region errors in NLL mode.
2018-08-06 Pramod Bisht#52413: addressed @estebank's Nit
2018-08-06 borsAuto merge of #52644 - varkor:lib-feature-gate-2, r...
2018-08-06 borsAuto merge of #52990 - Aaron1011:fix/rustdoc-auto-trait...
2018-08-06 Niko Matsakisadd test case showing how previous attempt was unsound
2018-08-06 Niko Matsakisrevert #52991
2018-08-06 borsAuto merge of #53045 - pnkfelix:issue-53026-migrate...
2018-08-06 borsAuto merge of #52332 - zackmdavis:dead_code_lint_should...
2018-08-06 borsAuto merge of #53002 - QuietMisdreavus:brother-may...
2018-08-06 Vadim Pashkovimproper_ctypes lint for individual foreign items
2018-08-05 borsAuto merge of #52997 - llogiq:tiny-list-opt, r=varkor
2018-08-05 borsAuto merge of #52800 - QuietMisdreavus:do-not-pass...
2018-08-05 Pramod BishtCloses #52413: Provide structured suggestion instead...
2018-08-05 varkorChange feature edition error into a warning
2018-08-05 varkorFix 2018 edition tests
2018-08-05 varkorAdd an error when declaring features that are stable...
2018-08-05 varkorFix run-pass-fulldeps tests
2018-08-05 varkorConvert unknown_features lint into an error
2018-08-05 varkorTurn the duplicate feature lint into an error
2018-08-05 varkorAdd a test for feature attribute consistency
2018-08-05 varkorAdd test for duplicate features
2018-08-05 varkorAdd a test for unknown features
2018-08-05 varkorFix test/ui
2018-08-05 borsAuto merge of #52983 - alexcrichton:update-llvm, r...
2018-08-05 Matthew JasperUse span of the closure args in free region errors
2018-08-05 borsAuto merge of #52959 - matthewjasper:closure-spans...
2018-08-05 borsAuto merge of #52991 - nikomatsakis:nll-escaping-into...
2018-08-05 Felix RabeFix doc link (again)
2018-08-04 borsAuto merge of #52827 - GuillaumeGomez:generic-impls...
2018-08-04 borsAuto merge of #52758 - Mark-Simulacrum:session-cleanup...
2018-08-04 borsAuto merge of #53056 - kennytm:rollup, r=kennytm
2018-08-04 kennytmRollup merge of #53062 - ljedrz:redundant_field_names...
2018-08-04 kennytmRollup merge of #53050 - carols10cents:rustdoc-moar...
2018-08-04 kennytmRollup merge of #51919 - tbu-:pr_num_to_from_bytes2...
2018-08-04 kennytmRollup merge of #53047 - integer32llc:rustdoc-clicky...
2018-08-04 kennytmRollup merge of #53041 - GuillaumeGomez:fix-code-css...
2018-08-04 kennytmRollup merge of #53024 - matklad:patch-1, r=alexcrichton
2018-08-04 kennytmRollup merge of #53022 - RalfJung:volatile, r=alexcrichton
2018-08-04 kennytmRollup merge of #53003 - GuillaumeGomez:stabilize-rustd...
2018-08-04 kennytmRollup merge of #53001 - petrochenkov:master, r=estebank
2018-08-04 kennytmRollup merge of #52996 - cuviper:1.28-or_default, r...
2018-08-04 kennytmRollup merge of #52995 - cramertj:smaller-await, r...
2018-08-04 kennytmRollup merge of #52969 - Keruspe:local_rebuild, r=alexc...
2018-08-04 kennytmRollup merge of #52968 - zackmdavis:app-lint-cability...
2018-08-04 kennytmRollup merge of #52940 - kennytm:move-checktool-protect...
2018-08-04 borsAuto merge of #53035 - alexcrichton:debug-travis, r...
2018-08-04 borsAuto merge of #52927 - Mark-Simulacrum:cratestore-clean...
2018-08-03 Felix S. Klock IIAn attempt to fix NLL migration mode so that reports...
2018-08-03 Matthew JasperUpdate tests for new spans for nll errors involving...
2018-08-03 Matthew JasperTests for closure spans
2018-08-03 borsAuto merge of #53034 - Manishearth:clippyup, r=oli-obk
2018-08-03 borsAuto merge of #52973 - davidtwco:issue-52663-lifetimes...
2018-08-03 borsAuto merge of #52712 - oli-obk:const_eval_cleanups...
2018-08-03 borsAuto merge of #52887 - yurydelendik:disable-lld-symbols...
2018-08-03 borsAuto merge of #52948 - davidtwco:issue-52633-later...
next