]> git.lizzy.rs Git - rust.git/history - src/test
Rollup merge of #75337 - davidtwco:polymorphization-75255-fixes, r=eddyb
[rust.git] / src / test /
2020-08-10 Dylan DPCRollup merge of #75337 - davidtwco:polymorphization...
2020-08-10 Dylan DPCRollup merge of #75316 - alexcrichton:fix-wasm-simd...
2020-08-10 Dylan DPCRollup merge of #75315 - Mark-Simulacrum:save-temps...
2020-08-10 Dylan DPCRollup merge of #75249 - GuillaumeGomez:rust-logo-borde...
2020-08-10 Dylan DPCRollup merge of #75098 - Ryan1729:clippy-pointer-cast...
2020-08-10 borsAuto merge of #75349 - nnethercote:tweak-confusable...
2020-08-10 borsAuto merge of #75127 - jyn514:impl-trait, r=pnkfelix
2020-08-10 borsAuto merge of #74936 - GuillaumeGomez:const-rustc_const...
2020-08-10 borsAuto merge of #74953 - JulianKnodt:master, r=lcnr
2020-08-10 Guillaume GomezAdd test for rustc_const_unstable on methods
2020-08-10 borsAuto merge of #75357 - RalfJung:miri, r=RalfJung
2020-08-10 kadminConvert `Eq` impl to check Ord::Equal
2020-08-10 borsAuto merge of #75204 - cuviper:freebsd11, r=Mark-Simulacrum
2020-08-10 borsAuto merge of #74410 - mati865:mingw-no-self-contained...
2020-08-10 borsAuto merge of #75351 - JohnTitor:rollup-q9udsyx, r...
2020-08-10 Yuki OkushiRollup merge of #75350 - estebank:foreign-fn-with-body...
2020-08-10 Yuki OkushiRollup merge of #75348 - denisvasilik:intra-doc-links...
2020-08-10 Yuki OkushiRollup merge of #75344 - camelid:rename-important-to...
2020-08-10 Yuki OkushiRollup merge of #75328 - GuillaumeGomez:cleanup-e0749...
2020-08-10 Yuki OkushiRollup merge of #75320 - estebank:js-for-i-of-x, r...
2020-08-10 Yuki OkushiRollup merge of #75318 - jyn514:primitive, r=manishearth
2020-08-10 Yuki OkushiRollup merge of #75286 - pickfire:patch-9, r=jyn514
2020-08-10 Yuki OkushiRollup merge of #74200 - poliorcetics:std-panicking...
2020-08-09 Esteban KüberDo not ICE when lowering invalid extern fn with bodies
2020-08-09 borsAuto merge of #75345 - Aaron1011:fix/no-std-hygiene...
2020-08-09 Nicholas NethercoteFix symbol ordering for confusable idents detection.
2020-08-09 Aaron HillRemove normalization of `Span` debug output in proc...
2020-08-09 borsAuto merge of #75137 - Aaron1011:fix/hygiene-skip-expnd...
2020-08-09 borsAuto merge of #75134 - Aaron1011:feature/expn-data...
2020-08-09 David Woodinstance: only polymorphize upvar substs
2020-08-09 Joshua NelsonGive precedence to primitives over modules
2020-08-09 borsAuto merge of #75293 - poliorcetics:intra-doc-links...
2020-08-09 borsAuto merge of #75310 - petrochenkov:needwasm, r=Mark...
2020-08-09 Vadim Petrochenkovtests: Mark `ui/asm/bad-arch.rs` as requiring wasm...
2020-08-09 kadminChange Ord impl for ParamKindOrd
2020-08-09 kadminBlessed old test where error message had changed
2020-08-09 kadminTest lifetimes after types after consts forbidden
2020-08-09 kadminAdded +1 test for only works w/ feat const gen
2020-08-09 Esteban KüberDetect likely `for foo of bar` JS syntax
2020-08-09 borsAuto merge of #75280 - overdrivenpotato:psp-unwind...
2020-08-09 borsAuto merge of #75306 - Amanieu:hashbrown8, r=Mark-Simul...
2020-08-08 Yuki OkushiRollup merge of #75292 - slanterns:cleanup-E0502, r...
2020-08-08 Yuki OkushiRollup merge of #75291 - GuillaumeGomez:cleanup-e0750...
2020-08-08 Yuki OkushiRollup merge of #75290 - rust-lang:min_const_generics...
2020-08-08 Yuki OkushiRollup merge of #75289 - pickfire:patch-12, r=jonas...
2020-08-08 Yuki OkushiRollup merge of #75288 - pickfire:patch-11, r=jonas...
2020-08-08 Yuki OkushiRollup merge of #75287 - pickfire:patch-10, r=jonas...
2020-08-08 Yuki OkushiRollup merge of #75285 - pickfire:patch-8, r=jonas...
2020-08-08 Yuki OkushiRollup merge of #75284 - pickfire:patch-7, r=LukasKalbe...
2020-08-08 Yuki OkushiRollup merge of #75266 - aticu:master, r=RalfJung
2020-08-08 Yuki OkushiRollup merge of #75262 - pickfire:patch-6, r=jyn514
2020-08-08 Yuki OkushiRollup merge of #75248 - TimDiekmann:NonNull-as_mut_ptr...
2020-08-08 Yuki OkushiRollup merge of #75162 - poliorcetics:move-documentatio...
2020-08-08 Yuki OkushiRollup merge of #75151 - pickfire:patch-4, r=LukasKalbe...
2020-08-08 Yuki OkushiRollup merge of #74842 - hermitcore:thread_local, r...
2020-08-08 Yuki OkushiRollup merge of #74712 - strom-und-spiele:E0271-cleanup...
2020-08-08 borsAuto merge of #75271 - cuviper:array-iter, r=LukasKalbe...
2020-08-08 borsAuto merge of #75163 - canova:map_into_keys_values...
2020-08-08 borsAuto merge of #75260 - davidtwco:polymorphization-promo...
2020-08-08 Joshua NelsonAdd another test
2020-08-08 borsAuto merge of #74533 - nikic:issue-74425, r=eddyb
2020-08-08 borsAuto merge of #74289 - lzutao:unroll, r=LukasKalbertodt
2020-08-08 Nikita PopovEmit == null instead of <= null
2020-08-08 borsAuto merge of #75257 - ssomers:btree_74762_again, r...
2020-08-08 borsAuto merge of #74932 - nnethercote:rm-ast-session-globa...
2020-08-08 kadminRm restriction on ord of default types w/ consts
2020-08-08 borsAuto merge of #75276 - JohnTitor:rollup-rz4hs0w, r...
2020-08-08 Yuki OkushiRollup merge of #75270 - matthiaskrgr:clippy_aug_1...
2020-08-08 Yuki OkushiRollup merge of #75267 - estebank:cleanup, r=Dylan-DPC
2020-08-08 Yuki OkushiRollup merge of #75259 - giraffate:add_missing_backtick...
2020-08-08 Yuki OkushiRollup merge of #75253 - RalfJung:cleanup-const-hack...
2020-08-08 Yuki OkushiRollup merge of #75250 - RalfJung:uninit-const-ptr...
2020-08-08 Yuki OkushiRollup merge of #75237 - nbdd0121:rustdoc, r=jyn514
2020-08-08 Yuki OkushiRollup merge of #75224 - Aaron1011:fix/function-argumen...
2020-08-08 Nicholas NethercoteEliminate the `SessionGlobals` from `librustc_ast`.
2020-08-08 borsAuto merge of #74877 - lcnr:min_const_generics, r=oli-obk
2020-08-08 Joshua NelsonEXTREMELY hacky fix
2020-08-08 Gary GuoCross-crate doc inlining test case for elided lifetime
2020-08-08 borsAuto merge of #75048 - eggyal:force-no-tco-start-backtr...
2020-08-07 Gary GuoDisplay elided lifetime for external paths
2020-08-07 Gary GuoDisplay elided lifetime for non-reference type in doc
2020-08-07 borsAuto merge of #75071 - ssomers:btree_cleanup_5, r=Mark...
2020-08-07 Alan EgertonPrevent `__rust_begin_short_backtrace` frames from...
2020-08-07 borsAuto merge of #75255 - davidtwco:polymorphisation-symbo...
2020-08-07 David Woodinstance: polymorphize `FnDef` substs
2020-08-07 David Woodinstance: always polymorphize substs
2020-08-07 David Woodinstance: polymorphize upvar closures/generators
2020-08-07 David Woodpolymorphize: non-promoted unevaluated constants
2020-08-07 borsAuto merge of #74821 - oli-obk:const_eval_read_uninit_f...
2020-08-07 David Woodpolymorphize: visit promoted MIR
2020-08-07 Aaron HillApply `extern "C"` calling convention
2020-08-07 Aaron HillOnly test function-arguments-naked.rs on x86_64
2020-08-07 borsAuto merge of #74627 - petrochenkov:docbeauty2, r=Aaron1011
2020-08-07 borsAuto merge of #73842 - euclio:doctest-expn, r=Guillaume...
2020-08-07 borsAuto merge of #70052 - Amanieu:hashbrown7, r=Mark-Simul...
2020-08-07 borsAuto merge of #75244 - Manishearth:rollup-dzfyjva,...
2020-08-07 Amanieu d'AntrasFix natvis tests
2020-08-07 Manish GoregaokarRollup merge of #75227 - Amanieu:fix_asm_arch, r=Mark...
2020-08-07 Manish GoregaokarRollup merge of #75203 - canova:btreemap-into-iter...
2020-08-07 Manish GoregaokarRollup merge of #75079 - jyn514:disambiguator, r=Manish...
next