]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #60201 - RalfJung:core-tests, r=alexcrichton
[rust.git] / src /
2019-05-13 Mazdak FarrokhzadRollup merge of #60201 - RalfJung:core-tests, r=alexcri...
2019-05-13 Mazdak FarrokhzadRollup merge of #60176 - matthewjasper:yield-ref-to...
2019-05-13 borsAuto merge of #60649 - Xanewok:save-analysis-assoc...
2019-05-13 borsAuto merge of #60765 - matthewjasper:fix-more-escaping...
2019-05-13 borsAuto merge of #60630 - nnethercote:use-Symbol-more...
2019-05-12 Nicholas NethercoteReturn a `Symbol` from `name_or_empty` functions.
2019-05-12 Nicholas NethercoteRemove the equality operation between `Symbol` and...
2019-05-12 Nicholas NethercotePass a `Symbol` to `check_name`, `emit_feature_err...
2019-05-12 Nicholas NethercoteRename `syntax::symbol::symbols` as `syntax::symbol...
2019-05-12 Nicholas NethercoteAdd lots of static `Symbols`.
2019-05-12 borsAuto merge of #60767 - Centril:rollup-4cbsb73, r=Centril
2019-05-12 Mazdak FarrokhzadRollup merge of #60752 - shiatsumat:minor-typos-hir...
2019-05-12 Mazdak FarrokhzadRollup merge of #60751 - Centril:general-cleanup, r...
2019-05-12 Mazdak FarrokhzadRollup merge of #60750 - petrochenkov:noquotok2, r...
2019-05-12 Mazdak FarrokhzadRollup merge of #60694 - Pulkit07:issue60662, r=alexreg
2019-05-12 Matthew JasperDon't allow any ReScope in impl trait types
2019-05-12 borsAuto merge of #60679 - petrochenkov:lit2, r=matklad
2019-05-12 Matthew JasperTreat generators the same as closure for escaping lifetimes
2019-05-12 Matthew JasperAlways use the stronger outlives version for opaque...
2019-05-12 borsAuto merge of #60244 - SimonSapin:dangling, r=oli-obk
2019-05-12 borsAuto merge of #60474 - mati865:musl_toolchain, r=alexcr...
2019-05-12 borsAuto merge of #60396 - cuviper:ordered-retain, r=scottmcm
2019-05-12 Yusuke MatsushitaFix minor typos for ItemLocalId
2019-05-12 Mazdak FarrokhzadMinor cleanup in parse_assoc_expr_with.
2019-05-12 Mazdak Farrokhzadparse_bottom_expr: extract common 'return' out.
2019-05-12 Mazdak Farrokhzadsyntax::parse::parser: convert unnecessary '&mut self...
2019-05-11 Mazdak Farrokhzadast_validation: comments -> doc comments
2019-05-11 Vadim Petrochenkovsyntax: Remove some legacy nonterminal tokens
2019-05-11 Pulkit GoyalFix HIR printing of existential type #60662
2019-05-11 borsAuto merge of #60748 - Centril:rollup-rr63jqo, r=Centril
2019-05-11 Mazdak FarrokhzadRollup merge of #60741 - shiatsumat:patch-let-mut-write...
2019-05-11 Mazdak FarrokhzadRollup merge of #60733 - Centril:cleanup-lowering-await...
2019-05-11 Mazdak FarrokhzadRollup merge of #60727 - chpio:master, r=sfackler
2019-05-11 Mazdak FarrokhzadRollup merge of #60720 - estebank:no-ice-thanks, r...
2019-05-11 borsAuto merge of #60318 - jethrogb:jb/try-from-slice-to...
2019-05-11 Yusuke MatsushitaRemove redundant "let mut" in write_graph_label
2019-05-11 borsAuto merge of #60739 - Manishearth:clippyup, r=Manishearth
2019-05-11 Manish GoregaokarUpdate clippy
2019-05-11 Vadim PetrochenkovAddress comments + Fix tests
2019-05-11 Mazdak FarrokhzadCleanup the .await HIR lowering with .stmt(..).
2019-05-11 Vadim PetrochenkovMove literal parsing code into a separate file
2019-05-11 borsAuto merge of #60714 - varkor:existential-global-lift...
2019-05-11 Vadim PetrochenkovSimplify conversions between tokens and semantic literals
2019-05-11 Vadim PetrochenkovEliminate `comments::Literal`
2019-05-11 Vadim PetrochenkovIntroduce `hir::Lit` not keeping the original token
2019-05-11 Vadim PetrochenkovKeep the original token in `ast::Lit`
2019-05-11 Vadim PetrochenkovTurn `ast::Lit` into a struct
2019-05-11 borsAuto merge of #60717 - varkor:impl-const-generic, r...
2019-05-11 Thomas Heckadd comment to `Rc`/`Arc`'s `Eq` specialization
2019-05-11 borsAuto merge of #60700 - petrochenkov:preintern, r=nnethe...
2019-05-11 borsAuto merge of #60721 - estebank:ice-ice-baby, r=varkor
2019-05-11 Esteban KüberAvoid ICE by using delay_span_bug
2019-05-11 Josh StoneAdd examples of ordered retain
2019-05-11 Esteban KüberRemove unnecessary unwraps
2019-05-10 varkorAdd test for const impl
2019-05-10 varkorUnwrap singleton block expressions in const arguments
2019-05-10 borsAuto merge of #59288 - Centril:hir-if-to-match, r=oli-obk
2019-05-10 varkorAdd test
2019-05-10 varkorAllow fallible `lift_to_global` in existential type...
2019-05-10 borsAuto merge of #60708 - Centril:rollup-j5smdo0, r=Centril
2019-05-10 Mazdak FarrokhzadRollup merge of #60701 - mati865:mailmap, r=Mark-Simulacrum
2019-05-10 Mazdak FarrokhzadRollup merge of #60697 - hellow554:fix_60629, r=michael...
2019-05-10 Mazdak FarrokhzadRollup merge of #60692 - davidtwco:pr-60676-followup...
2019-05-10 Mazdak FarrokhzadRollup merge of #60659 - nnethercote:tweak-Symbol-and...
2019-05-10 Mazdak FarrokhzadRollup merge of #60620 - mark-i-m:transcribe-2, r=petro...
2019-05-10 Mazdak FarrokhzadRollup merge of #60529 - davidtwco:rfc-2008-uninhabited...
2019-05-10 Mazdak Farrokhzadcheck_match: add FIXME for removing of hack.
2019-05-10 Mazdak Farrokhzadadd test checking that 'if cond { .. }' where 'cond...
2019-05-10 Mazdak FarrokhzadVarious test changes
2019-05-10 Mazdak FarrokhzadAdjust mir-opt tests for new HIR without If
2019-05-10 Mazdak FarrokhzadRemove hir::ExprKind::If and replace it with lowering...
2019-05-10 David WoodAdd a bunch more tests.
2019-05-10 David WoodMove uninhabited tests into subdirectory.
2019-05-10 David WoodFix uninhabitedness of non-exhaustive enums.
2019-05-10 David WoodFix inhabitedness of non-exhaustive variants.
2019-05-10 David WoodAdd uninhabitedness tests w/ `#[non_exhaustive]`.
2019-05-10 borsAuto merge of #60588 - cuviper:be-simd-swap, r=alexcrichton
2019-05-10 Mark Mansiturn a couple of fixmes into span_bugs
2019-05-10 Mateusz MikułaConditionally provide cc in musl-toolchain.sh
2019-05-10 Mateusz MikułaMake tests compatible with musl host
2019-05-10 Vadim Petrochenkovsyntax_pos: Optimize symbol interner pre-filling slightly
2019-05-10 Marcel Hellwigadd regression test for #60629
2019-05-10 borsAuto merge of #60684 - jethrogb:jb/sgx-test, r=joshtriplett
2019-05-10 David WoodExtend existing test for nested mut patterns.
2019-05-10 borsAuto merge of #60585 - sunfishcode:wasm32-wasi, r=alexc...
2019-05-10 Nicholas NethercoteReduce `Symbol`'s interface slightly.
2019-05-10 Nicholas NethercoteRemove the `From<InternedString> for String` impl.
2019-05-10 Nicholas NethercoteAdd various comments.
2019-05-10 Nicholas NethercoteAvoid recursion in de-gensym functions.
2019-05-10 Nicholas NethercoteAdd `InternedString::with2`.
2019-05-10 borsAuto merge of #60451 - rasendubi:binaryheap-min-heap...
2019-05-10 borsAuto merge of #60683 - Centril:rollup-p05qh5d, r=Centril
2019-05-09 Jethro BeekmanFix cfg(test) build on SGX
2019-05-09 Mazdak FarrokhzadRollup merge of #60676 - davidtwco:issue-60674, r=cramertj
2019-05-09 Mazdak FarrokhzadRollup merge of #60675 - cramertj:no-await-macro, r...
2019-05-09 Mazdak FarrokhzadRollup merge of #60671 - euclio:extern-crate, r=Centril
2019-05-09 Mazdak FarrokhzadRollup merge of #60648 - petrochenkov:shorten2, r=Dylan-DPC
2019-05-09 Mazdak FarrokhzadRollup merge of #60618 - mark-i-m:transcribe, r=petroch...
2019-05-09 Mazdak FarrokhzadRollup merge of #60234 - tesaguri:cursor-default, r...
2019-05-09 Mazdak FarrokhzadRollup merge of #60188 - estebank:recover-block, r...
next