]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-10-29 Ralf Jungprovide mutable borrows when hooking memory write access
2018-10-29 ljedrzChange a flat_map with 0/1-element vecs to a filter_map
2018-10-29 Oliver SchererFix wrong validation clasisfication of `Option<&T>...
2018-10-29 ljedrzTake advantage of impl Iterator in (transitive/elaborat...
2018-10-29 Oliver SchererAssert that promoteds don't fail to be evaluated for...
2018-10-29 ljedrzUse opt.take() instead of mem::replace(opt, None)
2018-10-29 Andre Bogusdon't lint `unused_parens` on `if (break _)`
2018-10-29 borsAuto merge of #55462 - pietroalbini:rollup, r=pietroalbini
2018-10-29 Pietro AlbiniRollup merge of #55447 - frewsxcv:frewsxcv-rename,...
2018-10-29 Pietro AlbiniRollup merge of #55440 - xfix:patch-11, r=GuillaumeGomez
2018-10-29 Pietro AlbiniRollup merge of #55439 - xfix:patch-10, r=frewsxcv
2018-10-29 Pietro AlbiniRollup merge of #55438 - xfix:patch-9, r=frewsxcv
2018-10-29 Pietro AlbiniRollup merge of #55426 - fitzgen:nonnull-inline, r...
2018-10-29 Pietro AlbiniRollup merge of #55423 - zackmdavis:back_out_bogus_ok_w...
2018-10-29 Pietro AlbiniRollup merge of #55384 - nnethercote:better-integer_lit...
2018-10-29 ljedrzImprove a few cases of collecting to an FxHash(Map...
2018-10-29 Ralf Junglet create_ref take a mutability, and leave it to step...
2018-10-29 Ralf Jungfix nits
2018-10-29 Ralf Jungall hail tidy
2018-10-29 Ralf Jungdon't forget to sync these flags with miri
2018-10-29 Ralf Jungmake inliner remove the fn_entry flag on Retag statements
2018-10-29 Ralf JungRemove validation test cases; add retagging test case
2018-10-29 Ralf JungEmit Retag statements, kill Validate statements
2018-10-29 memoryruinsAdd UI test for #49296
2018-10-29 borsAuto merge of #55270 - RalfJung:stacked-borrows-ng...
2018-10-28 Levente Kurusainline-asm: emit as many E0669 errors as we can
2018-10-28 borsAuto merge of #55043 - oliver-giersch:unchecked_thread_...
2018-10-28 borsAuto merge of #54487 - RalfJung:ctfe-backtrace, r=oli-obk
2018-10-28 Jorge Apariciomsp430: fix compilation of liballoc
2018-10-28 Jorge Apariciomsp430: remove the whole Atomic* API
2018-10-28 Corey FarwellFix invalid path in generate-deriving-span-tests.py.
2018-10-28 borsAuto merge of #55433 - kennytm:rollup, r=kennytm
2018-10-28 kennytmRollup merge of #55199 - oli-obk:instance_printing...
2018-10-28 kennytmRollup merge of #55257 - mjbshaw:static, r=oli-obk
2018-10-28 kennytmRollup merge of #55185 - davidtwco:issue-55130, r=nikom...
2018-10-28 kennytmRollup merge of #55421 - CAD97:patch-1, r=kennytm
2018-10-28 kennytmRollup merge of #55412 - oli-obk:min_const_fn_ice,...
2018-10-28 kennytmRollup merge of #55406 - rick68:patch-16, r=varkor
2018-10-28 kennytmRollup merge of #55389 - meven:master, r=shepmaster
2018-10-28 borsAuto merge of #55192 - cramertj:nested-mod, r=petrochenkov
2018-10-28 Konrad BorowskiRemove unreachable code in hasClass function in Rustdoc
2018-10-28 Konrad BorowskiRemove unused sys import from generate-deriving-span...
2018-10-28 Konrad BorowskiAvoid directly catching BaseException in bootstrap...
2018-10-28 Ralf Jungdon't be too perf-greedy
2018-10-28 Ralf Jungdon't tag new memory inside memory.rs; add machine...
2018-10-28 Ralf Jungalways print backtrace when CTFE_BACKTRACE is set
2018-10-28 Ralf Jungremove some unused CTFE error variants
2018-10-28 Ralf Jungrename env var to control ctfe backtraces, and make...
2018-10-28 Ralf Jungmake memory private; that's what we have `memory_mut...
2018-10-28 Ralf Jungvalidity in non-const mode relies on ref_to_mplace...
2018-10-28 Ralf Jungmake (de)reference hooks more consistent
2018-10-28 kennytmRollup merge of #55252 - SimonSapin:maybeuninit-new...
2018-10-28 kennytmRollup merge of #55244 - wesleywiser:issue-50411, r...
2018-10-28 kennytmRollup merge of #55191 - GuillaumeGomez:fix-sub-variant...
2018-10-28 kennytmRollup merge of #55148 - SimonSapin:path-fromstr, r...
2018-10-28 Christopher... Add ManuallyDrop::take
2018-10-28 David WoodAdd note linking to Rust 2018 path semantics docs.
2018-10-28 borsAuto merge of #55297 - petrochenkov:uni, r=Mark-Simulacrum
2018-10-28 borsAuto merge of #54683 - zackmdavis:critique_of_pure_lint...
2018-10-28 Vadim Petrochenkovresolve: Desugar empty import groups into synthetic...
2018-10-27 Vadim Petrochenkovresolve: Make sure macros and imports are resolved...
2018-10-27 Vadim Petrochenkovresolve: More precise spans for privacy errors
2018-10-27 Vadim Petrochenkovresolve: Absolute paths may be undetermined on 2018...
2018-10-27 Vadim Petrochenkovresolve: Refactor away `legacy_macro_imports`/`LegacyMa...
2018-10-27 Vadim Petrochenkovresolve: Record full parent scope data for imports
2018-10-27 Nick FitzgeraldMake a bunch of trivial methods of NonNull be `#[inline]`
2018-10-27 Zack M. Davisback out bogus `Ok`-wrapping suggestion on `?` arm...
2018-10-27 Zack M. Daviswherein the status of empty and reason-only lint attrib...
2018-10-27 Zack M. Davisin which lint reasons are restricted to come last in...
2018-10-27 Zack M. Davisfeature-gate lint reasons
2018-10-27 borsAuto merge of #54183 - qnighy:by-value-object-safety...
2018-10-27 Zack M. Davisintroducing lint reason annotations (RFC 2383)
2018-10-27 borsAuto merge of #55385 - davidtwco:issue-55288, r=oli-obk
2018-10-27 Niko Matsakiserror_reporting/mod.rs: rustfmt
2018-10-27 Niko Matsakisselect.rs: rustfmt
2018-10-27 Niko Matsakisapply minimum bounds when checking closure signature
2018-10-27 Niko Matsakisdistinguish user-type annotations from other annotations
2018-10-27 Niko Matsakiswhen canonicalizing query responses, preserve infer...
2018-10-27 Niko Matsakisextend query response to potentially contain fresh...
2018-10-27 Niko Matsakisallow canonicalized regions to carry universe and track...
2018-10-27 Niko Matsakisconvert placeholder region vids in NLL mode as we see...
2018-10-27 Niko Matsakismove `PlaceholderIndices` into `MirTypeckRegionConstrai...
2018-10-27 Guillaume GomezFix sub-variant doc display
2018-10-27 Oliver SchererFix an ICE in the min_const_fn analysis
2018-10-27 David WoodRefactor and add `PlaceContext::AscribeUserTy`.
2018-10-27 David WoodTest for cast causing static promotion failure.
2018-10-27 David WoodAdd helpful logging statements.
2018-10-27 borsAuto merge of #55150 - pnkfelix:issues-47215-54797...
2018-10-27 Masaki HaraAdd more tests on unsized locals autoderef and borrowck.
2018-10-27 borsAuto merge of #55053 - Emerentius:test_all_again, r...
2018-10-27 Hsiang-Cheng... Update string.rs
2018-10-27 borsAuto merge of #55274 - pnkfelix:issue-54570-proj-path...
2018-10-26 Felix S. Klock IIadd user_ty.projs support to `AscribeUserType`.
2018-10-26 Felix S. Klock IIFurther foundational stuff on `ProjectionKind` before...
2018-10-26 Felix S. Klock IIAdd intern table for `List<ProjectionElem<'tcx, ()...
2018-10-26 Felix S. Klock IIAdd test for normalization during field-lookup on patte...
2018-10-26 Felix S. Klock IIregression test for ICE I encountered in my patch.
2018-10-26 Felix S. Klock IIUpdate mir-opt tests to reflect change to `AscribeUserT...
2018-10-26 Felix S. Klock IIAdd the actual chain of projections to `UserTypeProject...
2018-10-26 Felix S. Klock IICheckpoint: Added abstraction over collection of projec...
next