]> 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-14 kennytmRollup merge of #53317 - estebank:abolish-ice, r=oli-obk
2018-08-14 kennytmRollup merge of #53290 - whitequark:fix-35741, r=nagisa
2018-08-14 kennytmRollup merge of #53274 - bjorn3:remove_statics_field...
2018-08-14 kennytmRollup merge of #53257 - faern:ip-method-idiomatic...
2018-08-14 kennytmRollup merge of #53246 - ljedrz:cleanup_various, r...
2018-08-14 kennytmRollup merge of #53239 - cuviper:llvm5-closure-alloca...
2018-08-14 kennytmRollup merge of #53233 - andre-richter:master, r=alexcr...
2018-08-14 kennytmRollup merge of #53229 - varkor:rlimits_min, r=nikomatsakis
2018-08-14 kennytmRollup merge of #53226 - QuietMisdreavus:editions-for...
2018-08-14 kennytmRollup merge of #53208 - BurntPizza:protect-the-environ...
2018-08-14 kennytmRollup merge of #53112 - fukatani:pretty-print-btreeset...
2018-08-14 borsAuto merge of #53196 - davidtwco:compile-fail-to-ui...
2018-08-14 David WoodMoved problematic tests on x86_64-gnu-nopt back to...
2018-08-14 David WoodMoved problematic tests on x86_64-pc-windows-gnu back...
2018-08-14 David WoodMoved problematic tests on armhf-gnu back to compile...
2018-08-14 David WoodMoved problematic tests on wasm32-unknown back to compi...
2018-08-14 David WoodMoved problematic tests on dist-x86_64-musl back to...
2018-08-14 David WoodMoved problematic tests on i586-unknown-linux-gnu back...
2018-08-14 David WoodNormalize tests for i686 Windows.
2018-08-14 David WoodFixed 'no such file or directory' mismatch between...
2018-08-14 David WoodMoved problematic tests on Windows back to compile...
2018-08-14 David WoodMoved tests back to compile-test if they don't work...
2018-08-14 David WoodFix no-link-with-link-args by introducing another norma...
2018-08-14 David WoodNormalize crateresolve1.rs to support different candida...
2018-08-14 David WoodSuggested trait implementation ordering is now determin...
2018-08-14 David WoodFixed truncated path not being normalized.
2018-08-14 David WoodNormalize test build directory and root build directory.
2018-08-14 David WoodTidy no longer fails when there are no files or subdire...
2018-08-14 David WoodMerged migrated compile-fail tests and ui tests. Fixes...
2018-08-14 David WoodUpdated new UI tests to pass with NLL compare-mode
2018-08-14 David WoodMoved compile-fail tests to ui tests.
2018-08-14 borsAuto merge of #53033 - RalfJung:manually_dro, r=SimonSapin
2018-08-14 borsAuto merge of #52895 - draganmladjenovic:minmax_qnan...
2018-08-14 borsAuto merge of #52923 - eddyb:relative-imports, r=petroc...
2018-08-14 Eduard-Mihai Burtescurustc_resolve: also inject canaries to detect block...
2018-08-14 Eduard-Mihai Burtescurustc_resolve: inject ambiguity "canaries" when #!...
2018-08-13 Esteban KüberMark prior failure to avoid ICE
2018-08-13 Eduard-Mihai Burtescusyntax: add `uniform_paths` feature-gate.
2018-08-13 borsAuto merge of #53270 - petrochenkov:macuse-regr, r...
2018-08-13 borsAuto merge of #53161 - michaelwoerister:cstrings, r...
2018-08-13 borsAuto merge of #53238 - nrc:update, r=kennytm
2018-08-13 borsAuto merge of #53051 - varkor:trait-method-pattern...
2018-08-12 borsAuto merge of #53297 - GuillaumeGomez:rollup, r=Guillau...
2018-08-12 Guillaume GomezRollup merge of #53283 - zackmdavis:and_the_case_of_the...
2018-08-12 Guillaume GomezRollup merge of #53267 - GuillaumeGomez:fix-styles...
2018-08-12 Guillaume GomezRollup merge of #53253 - GuillaumeGomez:remove-console...
2018-08-12 Guillaume GomezRollup merge of #53240 - llogiq:doc-num-swap-reverse...
2018-08-12 Guillaume GomezRollup merge of #53231 - GuillaumeGomez:let-keyword...
2018-08-12 Guillaume GomezRollup merge of #53230 - memoryruins:nll_bootstrap_4...
2018-08-12 Guillaume GomezRollup merge of #53223 - ljedrz:cleanup_data_structures...
2018-08-12 Guillaume GomezRollup merge of #53210 - alexcrichton:deny-rustc-syntax...
2018-08-12 Guillaume GomezRollup merge of #53165 - jakllsch:netbsd-ad22a005-b917...
2018-08-12 Guillaume GomezRollup merge of #53059 - ljedrz:unneeded_returns, r...
2018-08-12 Guillaume GomezRollup merge of #53025 - ljedrz:debug_asserts_limited...
2018-08-12 Guillaume GomezRollup merge of #53019 - ljedrz:bad_collects, r=estebank
2018-08-12 Guillaume GomezRollup merge of #52955 - tromey:compiler-test-docs...
2018-08-12 Vadim PetrochenkovProhibit using macro-expanded `macro_export` macros...
2018-08-12 Zack M. Daviswherein we suggest float for integer literals where...
2018-08-11 varkorClean up and add extra tests
2018-08-11 varkorAdd E0642 to parser error
2018-08-11 varkorEmit an error during parsing
2018-08-11 varkorImprove diagnostics
2018-08-11 varkorFix handling of trait methods with bodies and improve...
2018-08-11 varkorSuggest replacing patterns with underscores
2018-08-11 varkorEmit error for pattern arguments in trait methods
2018-08-11 Vadim PetrochenkovDo not consider built-in attributes as candidates when...
2018-08-11 Vadim PetrochenkovFeature gate arbitrary tokens in non-macro attributes...
2018-08-10 borsAuto merge of #53177 - nikomatsakis:nll-redundant-borro...
2018-08-10 borsAuto merge of #53131 - davidtwco:issue-52663-thread...
2018-08-10 borsAuto merge of #53124 - davidtwco:issue-52742, r=nikomat...
2018-08-10 borsAuto merge of #53073 - Mark-Simulacrum:data-structures...
2018-08-09 borsAuto merge of #52788 - LukasKalbertodt:improve-index...
2018-08-09 borsAuto merge of #53216 - kennytm:rollup, r=kennytm
2018-08-09 kennytmRollup merge of #53207 - llogiq:num-rotate-docs, r...
2018-08-09 kennytmRollup merge of #53222 - ljedrz:cleanup_rustc_target...
2018-08-09 kennytmRollup merge of #53215 - ljedrz:refactor_format, r...
2018-08-09 kennytmRollup merge of #53219 - memoryruins:nll_bootstrap_3...
2018-08-09 kennytmRollup merge of #53214 - memoryruins:nll_bootstrap_2...
2018-08-09 kennytmRollup merge of #53211 - memoryruins:nll_bootstrap...
2018-08-09 kennytmRollup merge of #53082 - felixrabe:fix-doc-link-again...
2018-08-09 kennytmRollup merge of #53217 - strake:inline, r=nagisa
2018-08-09 kennytmRollup merge of #53106 - RalfJung:ordering, r=stjepang
2018-08-09 kennytmRollup merge of #53183 - estebank:println-comma, r...
2018-08-09 kennytmRollup merge of #53179 - gnzlbg:patch-3, r=alexcrichton
2018-08-09 borsAuto merge of #53031 - michaelwoerister:cross-lto,...
2018-08-09 David WoodUpdated tests after rebase.
2018-08-09 kennytmRollup merge of #53116 - jakllsch:netbsd-unsigned-char...
2018-08-09 kennytmRollup merge of #53110 - Xanewok:save-analysis-remap...
2018-08-09 kennytmRollup merge of #53094 - GuillaumeGomez:automatic-expan...
2018-08-09 kennytmRollup merge of #52773 - ljedrz:unncecessary_patterns...
2018-08-09 David WoodFallback to 'has type' error messages rather than ...
2018-08-09 David WoodCorrectly identify named early bound regions.
2018-08-09 borsAuto merge of #53108 - RalfJung:mutex, r=alexcrichton
2018-08-09 borsAuto merge of #53100 - VPashkov:issue-52456-improper_ct...
2018-08-08 borsAuto merge of #53186 - mikhail-m1:master, r=nikomatsakis
2018-08-08 gnzlbgupdate target-feature-gate.stderr output
2018-08-08 borsAuto merge of #53163 - oli-obk:const_prop_ice, r=nikoma...
2018-08-08 borsAuto merge of #53192 - oli-obk:clippyup, r=kennytm
2018-08-08 borsAuto merge of #53088 - matthewjasper:closure-region...
2018-08-08 borsAuto merge of #52872 - faern:use-modern-alignment-libc...
next