]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-06-08 Ralf Jungremove useless ident() functions in const tests and...
2019-06-08 borsAuto merge of #61649 - Centril:rollup-b4nx9k9, r=Centril
2019-06-08 Mazdak FarrokhzadRollup merge of #61647 - JohnTitor:use-stable-func...
2019-06-08 Mazdak FarrokhzadRollup merge of #61641 - spastorino:revert-to-recursion...
2019-06-08 Mazdak FarrokhzadRollup merge of #61627 - davidtwco:ice-async-fn-lint...
2019-06-08 Mazdak FarrokhzadRollup merge of #61621 - Mark-Simulacrum:bootstrap...
2019-06-08 Mazdak FarrokhzadRollup merge of #61616 - petrochenkov:parsderef, r...
2019-06-08 Mazdak FarrokhzadRollup merge of #61615 - petrochenkov:errlit, r=matklad
2019-06-08 Mazdak FarrokhzadRollup merge of #61223 - czipperz:tuple-ord-document...
2019-06-08 Yuki OkushiUse stable wrappers
2019-06-07 Santiago PastorinoRevert "Make LocalAnalizer visitor iterate instead...
2019-06-07 borsAuto merge of #61130 - jonhoo:mem-take, r=SimonSapin
2019-06-07 David Woodtests: Add regression test for #61452.
2019-06-07 Vadim Petrochenkovsyntax: Treat error literals in more principled way
2019-06-07 borsAuto merge of #61622 - Centril:rollup-6ivvmul, r=Centril
2019-06-07 Mazdak FarrokhzadRollup merge of #61618 - RalfJung:error, r=oli-obk
2019-06-07 Mazdak FarrokhzadRollup merge of #61605 - GuillaumeGomez:const-generic...
2019-06-07 Mazdak FarrokhzadRollup merge of #61603 - Goirad:increase-sgx-heapsize...
2019-06-07 Mazdak FarrokhzadRollup merge of #61599 - laumann:pin-docs-minor-edits...
2019-06-07 Mazdak FarrokhzadRollup merge of #61586 - alexcrichton:asmjs-no-assertio...
2019-06-07 Mazdak FarrokhzadRollup merge of #61532 - wesleywiser:const_prop_more...
2019-06-07 Mazdak FarrokhzadRollup merge of #61332 - kennethbgoodin:borrowck-remove...
2019-06-07 Mark RousskovClarify when we run steps with ONLY_HOSTS
2019-06-07 Guillaume GomezFix slice const generic length display
2019-06-07 Ralf Jungadd doc comment for EvalError
2019-06-07 Ralf Jungmake the backtrace field of EvalError private
2019-06-07 Vadim Petrochenkovparser: Remove `look_ahead_span`
2019-06-07 Vadim Petrochenkovparser: Remove `Deref` impl from `Parser`
2019-06-07 Vadim Petrochenkovparser: `self.span` -> `self.token.span`
2019-06-07 borsAuto merge of #61209 - matthewjasper:const-tuple-constr...
2019-06-07 Thomas Bracht... libcore/pin: Minor grammar corrections for module docum...
2019-06-07 borsAuto merge of #61541 - petrochenkov:tsp, r=oli-obk
2019-06-07 borsAuto merge of #61408 - varkor:fmin-fmax-llvm-intrinsics...
2019-06-06 Wesley WiserBless test output
2019-06-06 Dario Gonzalezincrease max heapsize available during sgx tests
2019-06-06 borsAuto merge of #61601 - Centril:rollup-uegbsns, r=Centril
2019-06-06 Mazdak FarrokhzadRollup merge of #61591 - christianpoveda:patch-1, r...
2019-06-06 Mazdak FarrokhzadRollup merge of #61585 - lnicola:mailmap, r=Mark-Simulacrum
2019-06-06 Mazdak FarrokhzadRollup merge of #61559 - spastorino:make-visitors-itera...
2019-06-06 Mazdak FarrokhzadRollup merge of #61554 - spastorino:change_visit_api...
2019-06-06 Mazdak FarrokhzadRollup merge of #61376 - czipperz:bound-cloned, r=sfackler
2019-06-06 varkorAdd intrinsics for floating-point min and max
2019-06-06 varkorUpdate compiler_builtins
2019-06-06 Christian PovedaUpdate .mailmap
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 Laurențiu NicolaUpdate .mailmap with my name
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 Niko Matsakismake `instantiate_poly_trait_ref_inner` private to...
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.
next