]> git.lizzy.rs Git - rust.git/history - src/test
Fix unwinding logic
[rust.git] / src / test /
2019-11-11 borsAuto merge of #66252 - cjgillot:trees, r=oli-obk
2019-11-11 borsAuto merge of #66213 - tmiasko:mandatory-error-warn...
2019-11-11 borsAuto merge of #66207 - Manishearth:clippyup, r=Centril
2019-11-11 borsAuto merge of #66250 - oli-obk:no_fields_in_empty_union...
2019-11-10 borsAuto merge of #66161 - mark-i-m:fix-rustc-guide, r...
2019-11-10 Tomasz MiąskoMake error and warning annotations mandatory in UI...
2019-11-10 Tomasz MiąskoAdd warning annotations to rustdoc-ui tests
2019-11-10 Tomasz MiąskoAdd warning annotations to ignore-stage1 ui-fulldeps...
2019-11-10 borsAuto merge of #66070 - petrochenkov:regattr, r=matthewj...
2019-11-10 borsAuto merge of #65324 - Centril:organize-syntax, r=petro...
2019-11-10 Oliver SchererUndo an assert causing an ICE until we fix the problem...
2019-11-10 borsAuto merge of #66072 - Mark-Simulacrum:next-node-id...
2019-11-10 Mazdak Farrokhzadmove syntax::parse -> librustc_parse
2019-11-10 borsAuto merge of #66259 - JohnTitor:rollup-x9nk1e2, r...
2019-11-10 Mazdak Farrokhzadmove config.rs to libsyntax_expand
2019-11-10 Yuki OkushiRollup merge of #66235 - eddyb:coff-syrup, r=nagisa
2019-11-10 Yuki OkushiRollup merge of #66217 - RalfJung:diagnostic-items...
2019-11-10 Yuki OkushiRollup merge of #66216 - wesleywiser:const_prop_codegen...
2019-11-10 Yuki OkushiRollup merge of #66058 - mjptree:patch-2, r=kennytm
2019-11-10 Yuki OkushiRollup merge of #66048 - mjptree:patch-1, r=Dylan-DPC
2019-11-10 Yuki OkushiRollup merge of #65831 - matthewjasper:array-ptr-cast...
2019-11-10 Yuki OkushiRollup merge of #65719 - pitdicker:refactor_sync_once...
2019-11-09 borsAuto merge of #65694 - wesleywiser:uninhabited_enum_var...
2019-11-09 borsAuto merge of #63871 - BatmanAoD:FloatFnMustUse, r...
2019-11-09 Vadim PetrochenkovAddress review comments
2019-11-09 Vadim PetrochenkovRemove `#[feature(custom_attribute)]`
2019-11-09 Vadim PetrochenkovSupport registering attributes and attribute tools...
2019-11-09 borsAuto merge of #66243 - RalfJung:miri, r=RalfJung
2019-11-09 borsAuto merge of #66242 - Centril:rollup-h73ztr1, r=Centril
2019-11-09 Mazdak FarrokhzadRollup merge of #66226 - lzutao:asm-usage-link, r=Centril
2019-11-09 Mazdak FarrokhzadRollup merge of #66172 - jsgf:stabilize-atfile, r=nikom...
2019-11-09 Mazdak FarrokhzadRollup merge of #66134 - estebank:unknown-formatting...
2019-11-09 Mazdak FarrokhzadRollup merge of #66050 - smaeul:patch/powerpc-abi-2...
2019-11-09 Mazdak FarrokhzadRollup merge of #65994 - estebank:where-bound, r=nikoma...
2019-11-09 Mazdak FarrokhzadRollup merge of #65949 - ecstatic-morse:promote-only...
2019-11-09 borsAuto merge of #65879 - ohadravid:stabilize-re-rebalance...
2019-11-09 Wesley Wiser[mir-opt] Handle aggregates in SimplifyLocals pass
2019-11-09 Wesley Wiser[mir-opt] Handle const-prop for the return place
2019-11-09 Mazdak Farrokhzadmove attr meta grammar to parse::validate_atr + ast_val...
2019-11-09 Eduard-Mihai Burtescurustc_metadata: don't let LLVM confuse rmeta blobs...
2019-11-08 borsAuto merge of #66194 - alexcrichton:update-clang, r...
2019-11-08 Dylan MacKenzieBless tests now that we do promotion if `min_const_fn...
2019-11-08 Dylan MacKenzieUse new `PromoteTemps` for promotion
2019-11-08 borsAuto merge of #66225 - Centril:rollup-it0t5tk, r=Centril
2019-11-08 Mazdak FarrokhzadRollup merge of #66188 - Centril:fnsig, r=davidtwco
2019-11-08 Mazdak FarrokhzadRollup merge of #66154 - RalfJung:to_usize, r=oli-obk
2019-11-08 Mazdak FarrokhzadRollup merge of #66043 - RalfJung:memory-get-raw, r...
2019-11-08 Mazdak FarrokhzadRollup merge of #66007 - estebank:remove-here, r=Centril
2019-11-08 Mazdak FarrokhzadRollup merge of #65785 - Centril:compat-to-error-2...
2019-11-08 borsAuto merge of #66066 - ecstatic-morse:remove-promotion...
2019-11-08 borsAuto merge of #66208 - JohnTitor:rollup-2umgjer, r...
2019-11-08 Yuki OkushiRollup merge of #66190 - eddyb:primflt, r=Centril
2019-11-08 Yuki OkushiRollup merge of #66165 - Wind-River:master_xyz, r=alexc...
2019-11-08 Yuki OkushiRollup merge of #66157 - srinivasreddy:improv, r=alexcr...
2019-11-08 Yuki OkushiRollup merge of #66123 - GuillaumeGomez:no-more-hidden...
2019-11-08 Yuki OkushiRollup merge of #66056 - petrochenkov:metapriv, r=eddyb
2019-11-08 Yuki OkushiRollup merge of #66049 - RalfJung:missing-spans, r...
2019-11-08 Yuki OkushiRollup merge of #65580 - SimonSapin:maybeuninit-array...
2019-11-08 Yuki OkushiRollup merge of #65554 - gliderkite:bufreader-doc-enhan...
2019-11-08 borsAuto merge of #64882 - ehuss:stabilize-bare-extern...
2019-11-07 borsAuto merge of #66189 - Centril:rollup-3bsf45s, r=Centril
2019-11-07 Eric HussAdd test for --extern alloc=librustc.rlib
2019-11-07 Eric HussUpdate src/test/ui-fulldeps/pathless-extern-unstable.rs
2019-11-07 Eric HussAdd more --extern tests.
2019-11-07 Eric HussStabilize --extern flag without a path.
2019-11-07 Mazdak FarrokhzadRollup merge of #66182 - RalfJung:invalid-value, r...
2019-11-07 Mazdak FarrokhzadRollup merge of #66087 - tmiasko:ui-mode, r=Centril
2019-11-07 Mazdak FarrokhzadRollup merge of #65916 - Centril:split-syntax-3, r...
2019-11-07 Mazdak FarrokhzadRollup merge of #64696 - GuillaumeGomez:rustdoc-sub...
2019-11-07 Mazdak FarrokhzadRollup merge of #63793 - oli-obk:🧹, r=dtolnay
2019-11-07 Mazdak Farrokhzadmove PResult to librustc_errors
2019-11-07 Mazdak Farrokhzadsyntax::parser::token -> syntax::token
2019-11-07 Ralf Junginvalid_value lint: fix help text
2019-11-07 borsAuto merge of #66180 - Centril:rollup-c1ji943, r=Centril
2019-11-07 Mazdak FarrokhzadRollup merge of #66017 - LukasKalbertodt:array-into...
2019-11-07 Mazdak FarrokhzadRollup merge of #65974 - Centril:matcher-friendly-gatin...
2019-11-07 Mazdak FarrokhzadRollup merge of #65884 - Centril:non-hardcoded-abis...
2019-11-07 Mazdak FarrokhzadRollup merge of #65752 - estebank:sugg, r=Centril
2019-11-07 Mazdak FarrokhzadRollup merge of #59789 - eddyb:typeck-reverts, r=nikoma...
2019-11-07 Tomasz MiąskoUse -Zsave-analysis when compiling issue-37323.rs
2019-11-07 Mazdak Farrokhzadtest that extern lits accept raw strings annd escapes
2019-11-07 Mazdak Farrokhzadtest that parser is oblivious to set of ABIs
2019-11-07 Mazdak Farrokhzadparser: allow ABIs from literal macro fragments
2019-11-07 Mazdak Farrokhzadparser: don't hardcode ABIs into grammar
2019-11-07 borsAuto merge of #66175 - JohnTitor:rollup-ihqk5vn, r...
2019-11-07 Wesley WiserImplement pass to remove branches on uninhabited variants
2019-11-07 Esteban KüberRemove "here" from "expected one of X here"
2019-11-07 Yuki OkushiRollup merge of #66171 - JohnTitor:update-link, r=ehuss
2019-11-07 Yuki OkushiRollup merge of #66162 - Darksonn:master, r=ehuss
2019-11-07 Yuki OkushiRollup merge of #66147 - RalfJung:no-scalar-ptr, r...
2019-11-07 Yuki OkushiRollup merge of #66146 - 3442853561:patch-2, r=Mark...
2019-11-07 Yuki OkushiRollup merge of #66117 - olegnn:fixed_linked_list_marke...
2019-11-07 Yuki OkushiRollup merge of #66114 - golddranks:improve_thread_docs...
2019-11-07 Yuki OkushiRollup merge of #66111 - RalfJung:from_raw_parts, r...
2019-11-07 Yuki OkushiRollup merge of #66084 - petrochenkov:x86arm, r=alexcri...
2019-11-07 Yuki OkushiRollup merge of #66076 - RalfJung:qpath, r=davidtwco...
2019-11-07 Yuki OkushiRollup merge of #66044 - RalfJung:uninit-lint, r=oli-obk
2019-11-07 Yuki OkushiRollup merge of #65945 - tmiasko:long-linker-command...
2019-11-07 Yuki OkushiRollup merge of #65794 - Centril:unimpl-internal, r...
2019-11-07 borsAuto merge of #65750 - nnethercote:cheaper-doc-comments...
next