]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-10-08 Joshua NelsonMake `max_log_info` easily greppable
2020-10-08 borsAuto merge of #77682 - Mark-Simulacrum:bump-stage0...
2020-10-08 borsAuto merge of #77644 - GuillaumeGomez:fix-tooltip-text...
2020-10-08 borsAuto merge of #77631 - jyn514:helpful-changelog, r...
2020-10-08 borsAuto merge of #77683 - jyn514:git-hook, r=Mark-Simulacrum
2020-10-08 borsAuto merge of #75470 - estebank:bare-type-expr, r=davidtwco
2020-10-07 Mark RousskovBump to 1.48 bootstrap compiler
2020-10-07 Joshua NelsonUnset GIT_DIR in pre-commit hook
2020-10-07 borsAuto merge of #77597 - simonvandel:uninhabited-hashset...
2020-10-07 borsAuto merge of #76985 - hbina:clone_check, r=estebank
2020-10-07 Esteban KüberDetect blocks that could be struct expr bodies
2020-10-07 Simon Vandel... perf: UninhabitedEnumBranching void n^2
2020-10-07 borsAuto merge of #77464 - ecstatic-morse:const-fn-impl...
2020-10-07 borsAuto merge of #77617 - AnthonyMikh:slice_windows_no_bou...
2020-10-07 borsAuto merge of #77341 - davidtwco:issue-73427-you-might...
2020-10-07 AnthonyMikhAdd codegen test
2020-10-07 borsAuto merge of #77595 - petrochenkov:asmident, r=oli-obk
2020-10-07 borsAuto merge of #77119 - GuillaumeGomez:unclosed-html...
2020-10-07 Guillaume GomezFix tooltip text display
2020-10-07 borsAuto merge of #77637 - ehuss:update-cargo, r=ehuss
2020-10-07 borsAuto merge of #77626 - tamird:parse-scope-id, r=dtolnay
2020-10-07 borsAuto merge of #74194 - mbrubeck:slice-eq, r=sfackler
2020-10-07 Eric HussUpdate cargo
2020-10-06 borsAuto merge of #77630 - Dylan-DPC:rollup-kfwl55z, r...
2020-10-06 Joshua NelsonMake src/bootstrap/CHANGELOG.md more helpful
2020-10-06 Dylan DPCRollup merge of #77624 - akoptelov:c-all-targets-fix...
2020-10-06 Dylan DPCRollup merge of #77614 - khyperia:set_span, r=eddyb
2020-10-06 Dylan DPCRollup merge of #77605 - da-x:fix-rustc-def-path, r...
2020-10-06 Dylan DPCRollup merge of #77590 - Xanewok:update-rls, r=dtolnay
2020-10-06 Dylan DPCRollup merge of #77582 - ecstatic-morse:disable-early...
2020-10-06 Dylan DPCRollup merge of #77571 - pickfire:patch-6, r=cramertj
2020-10-06 Dylan DPCRollup merge of #77568 - lcnr:mir-inline-def-id, r...
2020-10-06 Dylan DPCRollup merge of #77515 - jackh726:chalk-0.31, r=matthew...
2020-10-06 Dylan DPCRollup merge of #77400 - alarsyo:xpy-setup-suggestions...
2020-10-06 Dylan DPCRollup merge of #76911 - RalfJung:vecdeque-aliasing...
2020-10-06 Dylan DPCRollup merge of #76784 - lzutao:rd_doc, r=GuillaumeGomez
2020-10-06 Tamir DubersteinParse SocketAddrV6::scope_id
2020-10-06 Tamir DubersteinAvoid unused return
2020-10-06 borsAuto merge of #77386 - joshtriplett:static-glibc, r...
2020-10-06 Alexander KoptelovAdd c as a shorthand check alternative for new options...
2020-10-06 Dylan MacKenzieUpdate error code page
2020-10-06 Jack HueyUpdate to chalk 0.31. Implement some unimplemented...
2020-10-06 AnthonyMikhEliminate bounds checking in slice::Windows
2020-10-06 borsAuto merge of #76356 - caass:hooks, r=jyn514
2020-10-06 Antoine MartinUse String type for Profile parse error
2020-10-06 Antoine MartinShow available profiles on error
2020-10-06 Antoine MartinUse Profile enum for x.py setup
2020-10-06 Antoine MartinFix suggestions for x.py setup
2020-10-06 khyperiaLet backends access span information
2020-10-06 borsAuto merge of #73905 - matthewjasper:projection-bounds...
2020-10-06 Matthew JasperFix NLL compare mode tests
2020-10-06 Matthew JasperDeduplicate some code
2020-10-06 Matthew JasperFix tests from rebase
2020-10-06 Matthew JasperAvoid creating useless projection predicate
2020-10-06 Matthew JasperFix rebase
2020-10-06 Matthew JasperDeduplicate item bounds after normalization
2020-10-06 Matthew JasperDon't require lifetime super-bounds on traits apply...
2020-10-06 Matthew JasperNormalize super trait bounds when confirming object...
2020-10-06 Matthew JasperFix rebase
2020-10-06 Matthew JasperDon't immediately error for recursive projections
2020-10-06 Matthew JasperFix bootstrap
2020-10-06 Matthew JasperHandle multiple trait-def projection candidates
2020-10-06 Matthew JasperAvoid cycles from projection bounds
2020-10-06 Matthew JasperAvoid cycle with projections from object types
2020-10-06 Matthew JasperNormalize projection bounds when considering candidates
2020-10-06 Matthew JasperHandle multiple applicable projection candidates
2020-10-06 Matthew JasperFix bugs in evaluating WellFormed predicates
2020-10-06 Matthew JasperAvoid cycle in nested obligations for object candidate
2020-10-06 Matthew JasperRemove predicates on associated types from traits
2020-10-06 Matthew JasperAddress review comments
2020-10-06 Matthew JasperFix ICE
2020-10-06 Matthew JasperFix tools
2020-10-06 Matthew JasperFix tests and bootstrap
2020-10-06 Matthew JasperEnsure that associated types for trait objects satisfy...
2020-10-06 Matthew JasperMove some code from rustc_typeck to rustc_trait_selection
2020-10-06 Matthew JasperRemove unused part of return value from `replace_bound_...
2020-10-06 Matthew JasperCheck associated type bounds for object safety violations
2020-10-06 Matthew JasperCheck opaque types satisfy their bounds
2020-10-06 Matthew JasperCheck projections are well-formed when using projection...
2020-10-06 Matthew JasperMake projection wf check the predicates for the projection
2020-10-06 Matthew JasperSeparate bounds and predicates for associated/opaque...
2020-10-06 Matthew JasperSplit bounds from predicates
2020-10-06 Matthew JasperMove item_bounds to typeck::collect
2020-10-06 Matthew JasperRename projection_predicates to item_bounds
2020-10-06 borsAuto merge of #77594 - timvermeulen:chain_advance_by...
2020-10-06 Lzu TaoAdd some docs to rustdoc::clean::inline and def_id...
2020-10-06 Ralf Jungavoid unnecessary intermediate reference and improve...
2020-10-06 borsAuto merge of #77606 - JohnTitor:rollup-7rgahdt, r...
2020-10-06 Yuki OkushiRollup merge of #77591 - Aaron1011:fix/hygiene-def...
2020-10-06 Yuki OkushiRollup merge of #77587 - ehuss:unicode-escape-span...
2020-10-06 Yuki OkushiRollup merge of #77573 - pickfire:patch-7, r=jyn514
2020-10-06 Yuki OkushiRollup merge of #77560 - rschoon:fix-litkind-rc-bytebuf...
2020-10-06 Yuki OkushiRollup merge of #77559 - camelid:fix-rustdoc-warnings...
2020-10-06 Yuki OkushiRollup merge of #77558 - thomcc:defaults-toml-extension...
2020-10-06 Yuki OkushiRollup merge of #77555 - camelid:patch-8, r=Mark-Simulacrum
2020-10-06 Yuki OkushiRollup merge of #77534 - Mark-Simulacrum:issue-70819...
2020-10-06 Yuki OkushiRollup merge of #77528 - tamird:avoid-cast-net-parser...
2020-10-06 Yuki OkushiRollup merge of #77228 - GuillaumeGomez:maybeuninit...
2020-10-06 Yuki OkushiRollup merge of #76995 - LingMan:middle_matches, r...
2020-10-06 Yuki OkushiRollup merge of #76855 - jyn514:platform-specific,...
next