]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-06-03 Sebastian DrögeMove TrustedLen and FusedIterator impl of Iter/IterMut...
2018-05-29 borsAuto merge of #51144 - tmccombs:unix-epoch-stable,...
2018-05-29 borsAuto merge of #50475 - csmoe:debr, r=nikomatsakis
2018-05-29 Thayne McCombsStabilize SystemTime::UNIX_EPOCH
2018-05-28 Niko Matsakischange to 0-based indices
2018-05-28 Niko Matsakismake depth private
2018-05-28 Niko Matsakisremove use of depth from `TyS` and replace with a debru...
2018-05-28 Niko Matsakisreplace `binder_depth` in `LateBoundRegionsDetector`
2018-05-28 Niko Matsakisconvert `LateBoundRegionsCollector` to track a debruijn...
2018-05-28 Niko Matsakisreplace use of DebruijnIndex in `for_each_free_region`
2018-05-28 Niko Matsakisrefactor `resolve_lifetime` to track outer-index, not...
2018-05-28 Niko Matsakisrewrite the hasher to not access `depth` field
2018-05-28 Niko Matsakisport `nice_region_error` code to not track depth but...
2018-05-28 Niko Matsakisstop invoking `DebruijnIndex::new` directly
2018-05-28 Niko Matsakismake `shifted_in` and `shifted_out` const fns
2018-05-28 Niko Matsakisport `fold_regions` and friends to use debruijn indices...
2018-05-28 borsAuto merge of #50465 - clarcharr:wrapping, r=KodrAus
2018-05-28 borsAuto merge of #50929 - zackmdavis:hiridification_initia...
2018-05-28 Niko Matsakisintroduce `shifted_in`, `shifted_out` and friends
2018-05-28 borsAuto merge of #50521 - gnzlbg:simd_float, r=alexcrichton
2018-05-28 Zack M. Davisscrap `find_node_for_hir_id` in favor of `hir_to_node_id`
2018-05-28 Zack M. Davisin which `NodeMap` and friends are macrotized!
2018-05-28 Zack M. Davisoperate on `HirId` in `hir::Pat::each_binding`, and...
2018-05-28 borsAuto merge of #51121 - Manishearth:rust-syntax, r=killercup
2018-05-28 borsAuto merge of #51118 - nrc:update, r=oli-obk
2018-05-28 borsAuto merge of #50724 - zackmdavis:applicability_rush...
2018-05-28 Manish GoregaokarMark .fixed files as Rust syntax for GitHub
2018-05-28 borsAuto merge of #50612 - Zoxc:thin-slice, r=michaelwoerister
2018-05-28 Nick CameronUpdate RLS, Rustfmt, and Cargo
2018-05-28 borsAuto merge of #50892 - davidtwco:issue-50004, r=alexcri...
2018-05-27 borsAuto merge of #48309 - mark-i-m:anon_param_lint, r...
2018-05-27 borsAuto merge of #51062 - mati865:cargo_update, r=alexcrichton
2018-05-27 Mark MansiMake anon params lint warn-by-default
2018-05-27 borsAuto merge of #51108 - simartin:issue_51022_follow...
2018-05-27 borsAuto merge of #51078 - GuillaumeGomez:stabilize-formatt...
2018-05-27 John Kåre AlsakerAdd fields to Slice
2018-05-27 John Kåre AlsakerAdd assertions for TyS and TypeVariants sizes
2018-05-27 John Kåre AlsakerMake &Slice a thin pointer
2018-05-27 Simon MartinAddress comments in pull request #51084.
2018-05-27 borsAuto merge of #51105 - uuttff8:master, r=GuillaumeGomez
2018-05-27 Guillaume GomezStabilize Formatter alignment
2018-05-27 borsAuto merge of #51101 - 11Takanori:fix-typo, r=frewsxcv
2018-05-27 borsAuto merge of #51084 - simartin:issue_51022, r=estebank
2018-05-27 uuttff8lib.rs don't beautiful
2018-05-27 borsAuto merge of #51090 - kennytm:tidy-check-missing-track...
2018-05-27 kennytmEnsure every unstable feature has a tracking issue.
2018-05-27 borsAuto merge of #51075 - estebank:and_the_case_of_the_con...
2018-05-27 borsAuto merge of #51066 - est31:master, r=sfackler
2018-05-27 Takanori Ishibashiinnacurate -> inaccurate
2018-05-26 Simon MartinIssue #51022: Improve E0131 message when lifetimes...
2018-05-26 Mateusz MikułaUpdate cargo
2018-05-26 borsAuto merge of #51094 - Mark-Simulacrum:rollup, r=Mark...
2018-05-26 Esteban KüberFix test
2018-05-26 est31Point to the current box syntax tracking issue
2018-05-26 Mark SimulacrumRollup merge of #51092 - Mark-Simulacrum:release-notes...
2018-05-26 Mark SimulacrumRollup merge of #51057 - pnkfelix:issue-51025-make...
2018-05-26 Mark SimulacrumRollup merge of #51049 - varkor:break-while-condition...
2018-05-26 Mark SimulacrumCopy release notes from stable branch to master
2018-05-26 borsAuto merge of #51072 - petrochenkov:ifield, r=eddyb
2018-05-26 borsAuto merge of #51052 - nikomatsakis:obsolete-arrow...
2018-05-26 Vadim PetrochenkovAdd `Ident::as_str` helper
2018-05-26 borsAuto merge of #51082 - kennytm:rollup, r=kennytm
2018-05-26 Vadim PetrochenkovUse `Ident`s for fields in HIR
2018-05-26 kennytmRollup merge of #51073 - dtolnay:empty, r=alexcrichton
2018-05-26 kennytmRollup merge of #51070 - est31:fix_break_const_ice...
2018-05-26 kennytmRollup merge of #51067 - mcarton:patch-1, r=steveklabnik
2018-05-26 kennytmRollup merge of #51065 - mbrubeck:docs, r=rkruppe
2018-05-26 kennytmRollup merge of #51059 - oberien:patch-1, r=nikomatsakis
2018-05-26 kennytmRollup merge of #51056 - tbu-:pr_once_new, r=dtolnay
2018-05-26 kennytmRollup merge of #51048 - GuillaumeGomez:formatter-examp...
2018-05-26 kennytmRollup merge of #51047 - spastorino:use_polonius_engine...
2018-05-26 kennytmRollup merge of #51034 - oli-obk:lowering, r=pnkfelix
2018-05-26 kennytmRollup merge of #51014 - GuillaumeGomez:env_docs, r...
2018-05-26 kennytmRollup merge of #50987 - estebank:underline-multiple...
2018-05-26 borsAuto merge of #51041 - alexcrichton:better-unwind,...
2018-05-26 borsAuto merge of #50364 - LukasKalbertodt:improve-duration...
2018-05-26 Zack M. Davisin which we check for confusable Unicodepoints in float...
2018-05-26 borsAuto merge of #51035 - oli-obk:unsupported_crate_type...
2018-05-26 David TolnayRename TokenStream::empty to TokenStream::new
2018-05-26 est31Fail typecheck if we encounter a bogus break
2018-05-26 borsAuto merge of #50070 - toidiu:ak-2093-outlives, r=nikom...
2018-05-25 borsAuto merge of #51033 - coryshrmn:master, r=dtolnay
2018-05-25 Martin CartonAdd inner links in documentation
2018-05-25 Matt BrubeckUpdate nomicon link in transmute docs
2018-05-25 varkor--bless the tests
2018-05-25 varkorAdd a test for returning inside a while loop
2018-05-25 varkorFix behaviour of divergence in while loop conditions
2018-05-25 Jaro FietzDon't use a char that's already used within the expr
2018-05-25 Jaro FietzCall it
2018-05-25 Jaro FietzWhat does an expression look like, that consists only...
2018-05-25 borsAuto merge of #50967 - oli-obk:miri_api_refactor, r...
2018-05-25 toidiuImplement outlives requirements inference for dyn and...
2018-05-25 Oliver SchneiderAdjust test for 32 bit targets
2018-05-25 Felix S. Klock IIrust-lang/rust#51025: improve test robustness so that...
2018-05-25 Oliver SchneiderSanity abort `to_bits` if used on zsts
2018-05-25 borsAuto merge of #51051 - nikomatsakis:turbofish-impl...
2018-05-25 Niko Matsakispacify the mercilous tidy
2018-05-25 Oliver SchneiderUpdate comment
2018-05-25 borsAuto merge of #50998 - bobtwinkles:nll_facts_invalidate...
2018-05-25 borsAuto merge of #50986 - estebank:main-start-span, r...
next