]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-05-01 Gabriel Smithimpl visit_const for HasEscapingVarsVisitor
2019-05-01 Gabriel Smithimpl fold_const for TypeFreshener
2019-05-01 Gabriel Smithimpl mk_const_infer
2019-05-01 Gabriel SmithRename mk_infer to mk_ty_infer
2019-05-01 Gabriel Smithimpl fold_const for RegionFudger
2019-05-01 varkorRemove `fold_const` override for `ReverseMapper`
2019-05-01 varkorRename *shallow_resolve to *shallow_resolve_type
2019-05-01 varkorDrive-by comment fixes
2019-05-01 varkorHandle generic consts in relate and infer
2019-05-01 varkorAdd stubs for `fold_const`
2019-05-01 varkorImplement TypeRelation::consts
2019-05-01 varkorAdd const generics to unification tables
2019-05-01 varkorDefine `const_unification_error`
2019-05-01 varkorDefine `super_combine_consts`
2019-05-01 varkorAdd `CanonicalVarKind::Const`
2019-05-01 varkorDefine `canonicalize_const_var`
2019-05-01 varkorAdd `ct_err`
2019-05-01 varkorAdd generic consts to `BottomUpFolder`
2019-05-01 varkorAdd const_variable.rs
2019-05-01 varkorAdd `ConstError`
2019-05-01 varkorDefine `super_relate_consts`
2019-05-01 varkorAdd `consts` to `TypeRelation`
2019-05-01 borsAuto merge of #60435 - Centril:rollup-aa5lmuw, r=Centril
2019-05-01 borsAuto merge of #60137 - eddyb:rustdoc-rm-def-ctor-hax...
2019-05-01 borsAuto merge of #60195 - varkor:commontypes-to-common...
2019-05-01 Mazdak FarrokhzadRollup merge of #60417 - Centril:hir-exprkind-use-renam...
2019-05-01 Mazdak FarrokhzadRollup merge of #60404 - lo48576:borrow-mut-for-string...
2019-05-01 Mazdak FarrokhzadRollup merge of #60369 - TimDiekmann:dispatch-zst,...
2019-05-01 Mazdak FarrokhzadRollup merge of #60366 - lzutao:patch-1, r=pietroalbini
2019-05-01 Mazdak FarrokhzadRollup merge of #60330 - varkor:range-endpoint-overflow...
2019-05-01 Mazdak FarrokhzadRollup merge of #60327 - matthewjasper:handle-local...
2019-05-01 Mazdak FarrokhzadRollup merge of #60287 - Zoxc:the-arena-variances_of...
2019-05-01 borsAuto merge of #60280 - varkor:const-param-invariance...
2019-04-30 varkorRename is_range_literal to is_lit
2019-04-30 borsAuto merge of #60204 - jethrogb:jb/rtunwrap-debug-print...
2019-04-30 varkorPull out some functors for readability
2019-04-30 varkorRefactor is_range_literal
2019-04-30 varkorInclude signed integer types in the lint
2019-04-30 varkorPreserve literal suffixes
2019-04-30 varkorPlace types inside backticks
2019-04-30 varkorAdd a test for overflowing endpoints
2019-04-30 varkorSuggest using an inclusive range for an overflowing...
2019-04-30 varkorPull `is_range_literal` out into `lowering`
2019-04-30 borsAuto merge of #60262 - michaelwoerister:pgo-preinlining...
2019-04-30 Mazdak FarrokhzadRename hir::ExprKind::Use to ::DropTemps and improve...
2019-04-30 Michael WoeristerWork around missing tac command on macOS in PGO run...
2019-04-30 borsAuto merge of #60416 - Centril:rollup-bbyyz9x, r=Centril
2019-04-30 Mazdak FarrokhzadRollup merge of #60408 - gnzlbg:f16c2, r=Centril
2019-04-30 Mazdak FarrokhzadRollup merge of #60400 - JohnTitor:simplify-feature...
2019-04-30 Mazdak FarrokhzadRollup merge of #60399 - Manishearth:clippyup, r=Manish...
2019-04-30 Mazdak FarrokhzadRollup merge of #60382 - Manishearth:revert-code-font...
2019-04-30 Mazdak FarrokhzadRollup merge of #60362 - Centril:cleanup-declare-featur...
2019-04-30 Mazdak FarrokhzadRollup merge of #60354 - Centril:cleanup-declare-featur...
2019-04-30 Mazdak FarrokhzadRollup merge of #60344 - Aaron1011:fix/tower-hyper...
2019-04-30 Tim DiekmannOnly allow ZSTs with 1 byte alignment
2019-04-30 borsAuto merge of #60159 - estebank:type-mismatch-cast...
2019-04-30 gnzlbgAdd missing f16c_target_feature check to typeck collect
2019-04-30 Eduard-Mihai... rustdoc: refactor(?) synthetic impl building.
2019-04-30 Eduard-Mihai... rustdoc: remove def_ctor hack.
2019-04-30 YOSHIOKA TakumaImplement `BorrowMut<str>` for `String`
2019-04-30 Michael WoeristerAdd local LLD to the PATH for run-make-fulldeps tests.
2019-04-30 Yuki OKUSHIRemove functions to simplify
2019-04-30 Manish GoregaokarUpdate clippy
2019-04-30 borsAuto merge of #60389 - Centril:rollup-nefreyr, r=Centril
2019-04-30 Mazdak FarrokhzadRollup merge of #60380 - GuillaumeGomez:fix-line-number...
2019-04-30 Mazdak FarrokhzadRollup merge of #60276 - matthewjasper:cleanup-mir...
2019-04-30 Mazdak FarrokhzadRollup merge of #60238 - topecongiro:rustfmt-1.2.2...
2019-04-30 Mazdak FarrokhzadRollup merge of #59869 - jethrogb:jb/sgx-iovec, r=sfackler
2019-04-30 Mazdak FarrokhzadCleanup 'active' declare_features! with uniform style...
2019-04-30 Esteban KüberAccount for const fns to avoid incorrect suggestions
2019-04-29 Jethro BeekmanSGX target: implemented vectored I/O
2019-04-29 Jethro BeekmanSGX target: don't unwind on usercall index out of bounds
2019-04-29 borsAuto merge of #60006 - nnethercote:json-for-pipelining...
2019-04-29 Nicholas NethercoteIn JSON output, emit a directive after metadata is...
2019-04-29 Esteban KüberAdd test
2019-04-29 Esteban KüberSuggest try_into when possible
2019-04-29 Manish GoregaokarRevert "Update Source Code Pro fonts to version 2.030"
2019-04-29 Guillaume GomezFix line number display in source view
2019-04-29 borsAuto merge of #60377 - Centril:rollup-42fxe9u, r=Centril
2019-04-29 Mazdak FarrokhzadRollup merge of #60360 - rasendubi:const-labeled-break...
2019-04-29 Mazdak FarrokhzadRollup merge of #60359 - petrochenkov:imperruse, r...
2019-04-29 Mazdak FarrokhzadRollup merge of #60358 - nickolay:patch-1, r=GuillaumeGomez
2019-04-29 Mazdak FarrokhzadRollup merge of #60356 - JohnTitor:stabilize-as-mut...
2019-04-29 Mazdak FarrokhzadRollup merge of #60353 - JohnTitor:add-test, r=Centril
2019-04-29 Mazdak FarrokhzadRollup merge of #60334 - sfackler:stable-iovec, r=alexc...
2019-04-29 Mazdak FarrokhzadRollup merge of #60305 - ljedrz:remove_LoweredNodeId...
2019-04-29 Mazdak FarrokhzadRollup merge of #60256 - ethanboxx:master, r=alexcrichton
2019-04-29 Mazdak FarrokhzadRollup merge of #59946 - mernen:patch-2, r=ehuss
2019-04-29 borsAuto merge of #60355 - Manishearth:clippyup, r=centril
2019-04-29 Manish GoregaokarUpdate clippy
2019-04-29 borsAuto merge of #60039 - rasendubi:assert-trailing-junk...
2019-04-29 lzutaobuild-gcc: Create missing cc symlink
2019-04-29 Michael Woeristerbootstrap: Don't add LLVM's bin directory to the PATH...
2019-04-29 Michael Woeristercompiletest: Make LLVM's bin directory available to...
2019-04-29 Tim DiekmannSupport ZSTs in DispatchFromDyn
2019-04-29 ljedrzhir: remove LoweredNodeId
2019-04-29 borsAuto merge of #60364 - JohnTitor:stabilize-const-needs...
2019-04-29 borsAuto merge of #60338 - petrochenkov:notidy, r=varkor
2019-04-29 Yuki OKUSHIconst-stabilize std::mem::needs_drop
2019-04-29 borsAuto merge of #60182 - matklad:lexer-cleanup, r=petroch...
next