]> git.lizzy.rs Git - rust.git/history - src/test
Rollup merge of #67617 - kraai:remove-compiler_builtins_lib-docs, r=Dylan-DPC
[rust.git] / src / test /
2019-12-27 Oliver SchererRollup merge of #67617 - kraai:remove-compiler_builtins...
2019-12-27 Oliver SchererRollup merge of #67604 - christianpoveda:scalar_to_...
2019-12-27 Oliver SchererRollup merge of #67602 - xfix:use-issue-none-instead...
2019-12-27 Oliver SchererRollup merge of #67594 - oxalica:update-libc, r=Dylan-DPC
2019-12-27 Oliver SchererRollup merge of #67588 - Kixunil:nonnull-slice-iter...
2019-12-27 Oliver SchererRollup merge of #67576 - king6cong:slice_repeat, r...
2019-12-27 Oliver SchererRollup merge of #65244 - seanmonstar:into-future, r...
2019-12-27 Sean McArthurcore: add IntoFuture trait and support for await
2019-12-27 borsAuto merge of #67035 - Goirad:implement-ipadd-padding...
2019-12-27 borsAuto merge of #67437 - matthew-healy:skip-llvm-rebuild...
2019-12-27 borsAuto merge of #67192 - oli-obk:const_zst_addr, r=RalfJu...
2019-12-26 Oliver SchererMake ui test bitwidth independent
2019-12-26 Oliver SchererRemove unintended noisy log statement
2019-12-26 Oliver SchererAdd regression test for ZST statics being allowed to...
2019-12-26 Oliver SchererPrevent an ICE on invalid transmutes
2019-12-26 Oliver SchererDon't ICE on the use of integer addresses for ZST const...
2019-12-26 borsAuto merge of #67592 - matthewjasper:cleanup-match...
2019-12-26 borsAuto merge of #67327 - oli-obk:cleanup, r=RalfJung
2019-12-26 Oliver SchererA cycle error on a diverging function is now a const...
2019-12-26 borsAuto merge of #66670 - crlf0710:normalize_ident, r...
2019-12-26 Charles LewAdd a test and bless existing test case.
2019-12-26 borsAuto merge of #67268 - estebank:assoc-types, r=oli-obk
2019-12-26 borsAuto merge of #67580 - RalfJung:miri-unleash-tests...
2019-12-25 borsAuto merge of #66919 - dtolnay:description, r=KodrAus
2019-12-25 Esteban KüberFix rebase and sort assoc type list for deterministic...
2019-12-25 borsAuto merge of #67524 - LukasKalbertodt:improve-into...
2019-12-25 Ralf Junguse error-pattern
2019-12-25 Matthew JasperFeature gate or patterns in const contexts
2019-12-25 David TolnayDeprecate Error::description for real
2019-12-25 Esteban KüberFix suggestion span for typo in associated type name
2019-12-25 Esteban KüberCleanup: move code to their own methods and deduplicate...
2019-12-25 Esteban KüberAccount for multiple trait bounds with missing associat...
2019-12-25 Esteban KüberAvoid output dependency on std spans
2019-12-25 Esteban KüberUse structured suggestion for bad `Fn` traits
2019-12-25 Esteban KüberHandle more specific case E0222
2019-12-25 Esteban KüberFix case in `associated-type-projection-from-multiple...
2019-12-25 Esteban KüberTweak errors for missing associated types and type...
2019-12-25 borsAuto merge of #67303 - dtolnay:rls, r=Xanewok
2019-12-25 borsAuto merge of #67596 - Mark-Simulacrum:tidy-silence...
2019-12-24 borsAuto merge of #67445 - llogiq:todo, r=dtolnay
2019-12-24 borsAuto merge of #67241 - mark-i-m:simplify-borrow_check...
2019-12-24 Lukas KalbertodtGeneralize `array_into_iter` lint to also lint for...
2019-12-24 borsAuto merge of #66221 - ohadravid:doc-constants, r=Dylan-DPC
2019-12-24 Andre BogusDifferentiate todo! and unimplemented!
2019-12-24 Ralf Jungthis has sysroot spans to let's ignore it the usual way
2019-12-24 Ralf Jungbetter variable names
2019-12-24 Ralf Jungadd test for dropping in const
2019-12-24 Ohad RavidShow value for consts in the documentation
2019-12-24 borsAuto merge of #67575 - Centril:rollup-feikoir, r=Centril
2019-12-24 Mazdak FarrokhzadRollup merge of #67572 - aidanhs:aphs-choco-direct...
2019-12-24 Mazdak FarrokhzadRollup merge of #67569 - Mark-Simulacrum:opt-char-encod...
2019-12-24 Mazdak FarrokhzadRollup merge of #67561 - euclio:remove-description...
2019-12-24 Mazdak FarrokhzadRollup merge of #67551 - ldm0:E0627, r=Dylan-DPC
2019-12-24 Mazdak FarrokhzadRollup merge of #67547 - GuillaumeGomez:cleanup-err...
2019-12-24 Mazdak FarrokhzadRollup merge of #67543 - JohnTitor:regression-tests...
2019-12-24 Mazdak FarrokhzadRollup merge of #67337 - oli-obk:no_mut_static_ref_from...
2019-12-23 borsAuto merge of #66296 - Centril:bindings_after_at-init...
2019-12-23 borsAuto merge of #67560 - Centril:rollup-fzdpu9c, r=Centril
2019-12-23 Oliver SchererBless tests
2019-12-23 Yuki OkushiApply suggestion from Centril
2019-12-23 Yuki OkushiAdd test for issue-67424
2019-12-23 Mazdak FarrokhzadRollup merge of #67559 - Mark-Simulacrum:drop-doc,...
2019-12-23 Mazdak FarrokhzadRollup merge of #67546 - oli-obk:slice_pattern_ice...
2019-12-23 Mazdak FarrokhzadRollup merge of #67538 - varkor:lhs-assign-diagnostics...
2019-12-23 Mazdak FarrokhzadRollup merge of #67536 - Centril:move-is_range_literal...
2019-12-23 Mazdak FarrokhzadRollup merge of #67527 - GuillaumeGomez:results-show...
2019-12-23 Mazdak FarrokhzadRollup merge of #67507 - Mark-Simulacrum:purge-uninit...
2019-12-23 Mazdak FarrokhzadRollup merge of #67466 - oli-obk:const_intrinsic, r...
2019-12-23 Mazdak FarrokhzadRollup merge of #67233 - Luro02:cursor_traits, r=sfackler
2019-12-23 Oliver SchererShow `const_err` lints
2019-12-23 Oliver SchererConstants reading or referencing statics is illegal
2019-12-23 Oliver SchererDynamically prevent constants from accessing statics
2019-12-23 Oliver SchererPanic on mutable allocs in constants
2019-12-23 Mazdak FarrokhzadRemove `bindings_after_at` from `INCOMPLETE_FEATURES`.
2019-12-23 Mazdak FarrokhzadTest that nested type ascription is banned.
2019-12-23 Mazdak FarrokhzadTest that `_ @ subpat` is syntactically rejected.
2019-12-23 Mazdak Farrokhzadharden & split borrowck-pat-at-and-box
2019-12-23 Mazdak Farrokhzadenhance borrowck-pat-by-copy-bindings-in-at
2019-12-23 Mazdak Farrokhzadclarify bind-by-move-neither-can-livee..
2019-12-23 Mazdak Farrokhzadbindings_after_at: harden tests wrt. contexts & slice_p...
2019-12-23 Mazdak Farrokhzadbindings_after_at: harden tests wrt. promotion
2019-12-23 Mazdak Farrokhzad--bless bindings-after-at tests
2019-12-23 Mazdak Farrokhzadcheck_legality_of_move_bindings: generalize diagnostics...
2019-12-23 Mazdak FarrokhzadIntroduce `#![feature(bindings_after_at)]`.
2019-12-23 Donough LiuYield is an expression form, not a statement.
2019-12-23 varkorAdd new folder for destructuring assignment tests
2019-12-23 varkorAdd span information to `ExprKind::Assign`
2019-12-23 varkorRecognise nested tuples/arrays/structs
2019-12-23 varkorAdd note about destructuring assignments
2019-12-23 varkorImprove invalid assignment error
2019-12-23 varkorAdd the full issue reference to equality constraints...
2019-12-23 Mark MansiRefactor region error handling to be done by mirborrowckctx
2019-12-23 Mark RousskovRemove mem::uninitalized from tests
2019-12-23 borsAuto merge of #67540 - Mark-Simulacrum:fmt-the-world...
2019-12-23 Mark RousskovChange bound order in rustfmt test
2019-12-23 Oliver SchererFix ICE in mir interpretation
2019-12-23 Mark Rousskovtest fallout
2019-12-22 Yuki OkushiAdd test for issue-66270
2019-12-22 Yuki OkushiAdd test for issue-66205
2019-12-22 Yuki OkushiAdd test for issue-61747
next