]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #59600 - tobia:master, r=pnkfelix
[rust.git] / src /
2019-06-06 varkorUpdate compiler_builtins
2019-06-06 Matthew JasperMake sure constructors functions are type checked correctly
2019-06-06 Matthew JasperMake constructors actually be const functions
2019-06-06 Matthew JasperDon't run MIR passes on constructor shims
2019-06-06 Alex Crichtonci: Disable LLVM/debug assertions for asmjs builder
2019-06-06 Wesley Wiser[const-prop] Handle Rvalue::Len
2019-06-06 Wesley Wiser[const-prop] Handle ProjectionElem::Deref
2019-06-06 Wesley Wiser[const-prop] Handle Rvalue::Ref
2019-06-06 Wesley Wiser[const-prop] Fix ICE when casting function pointers
2019-06-06 borsAuto merge of #61583 - Centril:rollup-ug2cbfd, r=Centril
2019-06-06 Mazdak FarrokhzadRollup merge of #61582 - matthiaskrgr:submodule_upd...
2019-06-06 Mazdak FarrokhzadRollup merge of #61571 - czipperz:needs_drop-doc-escape...
2019-06-06 Mazdak FarrokhzadRollup merge of #61557 - alexcrichton:build-less, r...
2019-06-06 Mazdak FarrokhzadRollup merge of #61556 - phansch:emitter_cleanup, r...
2019-06-06 Vadim PetrochenkovAddress review comments
2019-06-06 Vadim PetrochenkovSome code cleanup and tidy/test fixes
2019-06-06 Vadim Petrochenkovsyntax: Use `Token` in visitors and fix a mut visitor...
2019-06-06 Vadim Petrochenkovsyntax: Switch function parameter order in `TokenTree...
2019-06-06 Vadim Petrochenkovsyntax: Use `Token` in some more places
2019-06-06 Vadim Petrochenkovsyntax: Remove duplicate span from `token::Ident`
2019-06-06 Vadim Petrochenkovsyntax: Remove duplicate span from `token::Lifetime`
2019-06-06 Vadim Petrochenkovsyntax: Add some helper methods to `Token`
2019-06-06 Vadim Petrochenkovsyntax: Use `Token` in `Parser`
2019-06-06 Vadim Petrochenkovsyntax: Use `Token` in `StringReader` and `TokenTreesRe...
2019-06-06 Vadim Petrochenkovsyntax: Use `Token` in `TokenTree::Token`
2019-06-06 Vadim Petrochenkovsyntax: Rename `TokenAndSpan` into `Token`
2019-06-06 Vadim Petrochenkovsyntax: Rename `Token` into `TokenKind`
2019-06-06 Vadim PetrochenkovAlways use token kinds through `token` module rather...
2019-06-06 Matthias Krügersubmodules: update clippy from 20da8f45 to 71be6f62
2019-06-06 Santiago PastorinoImplement only visit_place_base for monomorphize/collector
2019-06-06 Santiago PastorinoMake visit_place traverse place and have visit_place_ba...
2019-06-06 borsAuto merge of #61494 - Mark-Simulacrum:move-to-cfg...
2019-06-06 borsAuto merge of #61373 - tmandry:emit-storagedead-along...
2019-06-06 Chris GregoryRemove dereference
2019-06-06 Chris GregoryTake self by value (Self is Copy here)
2019-06-06 borsAuto merge of #57428 - alexreg:associated_type_bounds...
2019-06-06 Santiago PastorinoMake LocalAnalizer visitor iterate instead of recurse
2019-06-06 Santiago PastorinoMake UnsafetyChecker visitor iterate instead of recurse
2019-06-06 Alexander RegueiroReblessed tests with NLL compare mode on.
2019-06-06 Chris GregoryEscape needs_drop in the needs_drop documentation
2019-06-06 Chris GregoryEscape HashMap with backticks in needs_drop docs
2019-06-06 borsAuto merge of #59331 - varkor:TypeVariableOrigin-refact...
2019-06-05 Mark RousskovUtilize cfg(bootstrap) over cfg(stage0)
2019-06-05 Tyler MandryTest StorageDead statements explicitly
2019-06-05 Alexander Regueiroadd an example to `create_substs_for_ast_path`
2019-06-05 Niko Matsakisverified that skip-binder is ok
2019-06-05 Niko Matsakisanother comment
2019-06-05 Niko Matsakismore comments
2019-06-05 Niko Matsakiscomment `instantiate_poly_trait_ref` and its binder...
2019-06-05 Alexander Regueirodocument the `Bounds` struct a bit
2019-06-05 Niko Matsakisadded a few comments
2019-06-05 Alexander RegueiroRemoved unnecessary nested-lifetime-bounds test.
2019-06-05 Alexander RegueiroReblessed tests.
2019-06-05 Alexander RegueiroFixed rebase fallout.
2019-06-05 Niko MatsakisAddressed points raised in review.
2019-06-05 Alexander RegueiroFixed up some comments.
2019-06-05 Niko MatsakisAdded some comments, made `add_bounds` private.
2019-06-05 Niko MatsakisAdded some comments to lowering code.
2019-06-05 Alexander RegueiroAddressed points raised in review.
2019-06-05 Alexander RegueiroAdded test suite.
2019-06-05 Alexander RegueiroAdded feature gate.
2019-06-05 Alexander RegueiroUse both existential-type desugaring and where-clause...
2019-06-05 Alexander RegueiroImplemented for traits (associated type definitions).
2019-06-05 Alexander RegueiroImplemented for function bounds, type bounds, and named...
2019-06-05 Alexander RegueiroEnabled `Self` in type aliases.
2019-06-05 Alexander RegueiroAggregation of drive-by cosmetic changes.
2019-06-05 Philipp Hanschlibrustc_errors: Rename AnnotateRs -> AnnotateSnippet
2019-06-05 Alex Crichtonrustbuild: Include `rustfmt` in deduplicated dependencies
2019-06-05 borsAuto merge of #61548 - Centril:rollup-5t6cvbk, r=Centril
2019-06-05 varkorFix after rebase
2019-06-05 varkorRefactor `ConstVariableOrigin` into `ConstVariableOrigi...
2019-06-05 varkorRefactor `TypeVariableOrigin` into `TypeVariableOrigin...
2019-06-05 varkorRemove unused `TypeVariableOrigin` variants
2019-06-05 Mazdak FarrokhzadRollup merge of #61546 - alexcrichton:fix-azure, r...
2019-06-05 Mazdak FarrokhzadRollup merge of #61538 - coypoop:patch-1, r=alexcrichton
2019-06-05 Mazdak FarrokhzadRollup merge of #61536 - oli-obk:args_required_const_in...
2019-06-05 Mazdak FarrokhzadRollup merge of #61534 - ReinierMaas:patch-1, r=Centril
2019-06-05 Mazdak FarrokhzadRollup merge of #61503 - jethrogb:jb/fix-sgx-test,...
2019-06-05 borsAuto merge of #61498 - TankhouseAle:const-fn-type-name...
2019-06-05 borsAuto merge of #61484 - nnethercote:avoid-more-hygiene...
2019-06-05 Oliver SchererExplain the existience of the regression test
2019-06-05 coypoopDon't use GNU noexec stack note
2019-06-05 borsAuto merge of #61502 - alexcrichton:update-backtrace...
2019-06-05 Reinier MaasTidy: trailing whitespace
2019-06-05 Oliver SchererDon't allow using const fn arguments as "args_required_...
2019-06-05 Reinier MaasEdit docs of ExitStatus
2019-06-05 Alex Crichtonstd: Update dependency on `backtrace`
2019-06-04 Tyler MandryFix spelling
2019-06-04 Tyler MandryAdd test for DropAndReplace bug
2019-06-04 Tyler MandryMove cached_block out of DropKind
2019-06-04 Tyler MandryGenerate StorageDead along unwind paths for generators
2019-06-04 Tyler MandryRevert "Make MaybeStorageLive drop-aware"
2019-06-04 Nicholas NethercoteAdd `modernize_and_adjust` methods.
2019-06-04 borsAuto merge of #61527 - pietroalbini:rollup-vhxyqlk...
2019-06-04 Nicholas NethercoteAvoid unnecessary `rust_2018` calls.
2019-06-04 Nicholas NethercoteAdd a useful comment about this file.
2019-06-04 Nicholas NethercoteAdd `walk_chain`.
2019-06-04 Nicholas NethercoteAdd `SyntaxContext::hygienic_eq`.
2019-06-04 Nicholas NethercoteAdd and use `SyntaxContext::outer_and_expn_info`.
2019-06-04 Nicholas NethercoteOptimize `glob_adjust` and `reverse_glob_adjust`.
next