]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-03-30 Ralf JungMiri stacktrace: record span inside frame, not call...
2020-03-30 borsAuto merge of #70574 - matthiaskrgr:submodule_upd,...
2020-03-30 Jonas SchievinkAssert that the trait ref does not need inference
2020-03-30 Jonas SchievinkUse query instead of `impl_is_default` fn
2020-03-30 Jonas SchievinkSync `Instance::resolve` with the projection code
2020-03-30 Jonas SchievinkAdd a test
2020-03-30 Jonas Schievinkspec. graph: track defining and finalizing impls
2020-03-30 Jonas SchievinkSimplify `NodeItem`
2020-03-30 Bastian Kauschkeupdate tests, improve variable names
2020-03-30 Bastian Kauschkeadd test for array len inference
2020-03-30 Bastian Kauschkededup docs
2020-03-30 Julien PhilipponCorrect long error message according to reviews
2020-03-30 Tomasz MiąskoDocument ThreadSanitizer in unstable-book
2020-03-30 Russell CohenClean up redudant conditions and match exprs
2020-03-30 Bastian Kauschkeinfer arr len from pattern
2020-03-30 Matthias Krügersubmodules: update clippy from 70b93aab to e170c849
2020-03-30 Nikhil BeneschOptimize strip_prefix and strip_suffix with str patterns
2020-03-30 borsAuto merge of #70568 - Dylan-DPC:rollup-em6vnpx, r...
2020-03-30 Dylan DPCRollup merge of #70567 - JOE1994:patch-3, r=Centril
2020-03-30 Dylan DPCRollup merge of #70559 - RalfJung:btree-test-miri,...
2020-03-30 Dylan DPCRollup merge of #70546 - lqd:polonius_update, r=nikomat...
2020-03-30 Dylan DPCRollup merge of #70479 - RalfJung:win-env, r=Mark-Simul...
2020-03-30 Youngsuk KimFix broken link in README
2020-03-30 Tshepang Lekhonkhoberemove obsolete comment
2020-03-30 Mazdak Farrokhzadtry_resolve_as_non_binding: span_bug -> delay_span_bug
2020-03-30 Ralf Jungfix BTreeMap test compilation with Miri
2020-03-30 borsAuto merge of #70326 - matthiaskrgr:cl1ppy_single_match...
2020-03-30 Matthias KrügerUse if let instead of match when only matching a single...
2020-03-30 Mazdak Farrokhzadparse_and_disallow_postfix_after_cast: account for...
2020-03-30 borsAuto merge of #70536 - Centril:rustc-middle, r=eddyb
2020-03-30 Mazdak Farrokhzadrustc -> rustc_middle part 5 -- fix tests
2020-03-30 Mazdak Farrokhzadrustc -> rustc_middle part 4 -- pacify tidy
2020-03-30 Mazdak Farrokhzadrustc -> rustc_middle part 3 (rustfmt)
2020-03-30 Mazdak Farrokhzadrustc -> rustc_middle part 2
2020-03-30 Mazdak Farrokhzadrustc -> rustc_middle part 1
2020-03-30 borsAuto merge of #70449 - ecstatic-morse:visit-body, r...
2020-03-30 Julien PhilipponAdd long error code for error E0226
2020-03-29 Remy Rakicbless output of ui test nll/user-annotations/closure...
2020-03-29 Remy Rakicbless output of ui test impl-trait/multiple-lifetimes...
2020-03-29 Remy Rakicbless output of ui test closures/closure-expected-type...
2020-03-29 Remy Rakicbless output of ui test nll/outlives-suggestion-simple.rs
2020-03-29 Remy Rakicbless output of ui test hrtb/hrtb-perfect-forwarding.rs
2020-03-29 Remy RakicPolonius fact generation: fix path access fact location
2020-03-29 Remy Rakicupdate polonius-engine to 0.12.1
2020-03-29 borsAuto merge of #70009 - estebank:sugg-bound, r=Centril
2020-03-29 Dylan MacKenzieUse `&` to do deref coercion for `ReadOnlyBodyAndCache`
2020-03-29 Esteban KüberTweak `suggest_constraining_type_param`
2020-03-29 borsAuto merge of #70544 - Dylan-DPC:rollup-pj86j17, r...
2020-03-29 Dylan DPCRollup merge of #70541 - lcnr:patch-1, r=varkor
2020-03-29 Dylan DPCRollup merge of #70540 - jonas-schievink:link-attr...
2020-03-29 Dylan DPCRollup merge of #70539 - DutchGhost:test-62220, r=Dylan-DPC
2020-03-29 Dylan DPCRollup merge of #69702 - anyska:tylayout-rename, r...
2020-03-29 Dylan MacKenzieMake `Visitor::visit_body` take a simple `Body`
2020-03-29 Bastian Kauschkeprohibit_generics: update has_err for consts
2020-03-29 Dodoadd a build-pass test for issue 62220
2020-03-29 Russell CohenCleanup match expression
2020-03-29 Jonas Schievink#[link]: mention wasm_import_module instead of cfg
2020-03-29 Russell CohenMore raw string tests
2020-03-29 Russell CohenCleanup error messages, improve docstrings
2020-03-29 borsAuto merge of #70534 - Centril:rollup-t59tcx2, r=Centril
2020-03-29 Mazdak FarrokhzadRollup merge of #70527 - Amanieu:fix_fastisel, r=Mark...
2020-03-29 Mazdak FarrokhzadRollup merge of #70526 - Centril:less-attr, r=eddyb
2020-03-29 Mazdak FarrokhzadRollup merge of #70140 - Nemo157:result-flatten, r...
2020-03-29 Stein SomersBTreeMap/BTreeSet: implement and test drain_filter
2020-03-29 Stein SomersAdd benchmarks of drain_filter-like behaviour
2020-03-29 Amanieu d'AntrasUpdate LLVM submodule
2020-03-29 Mazdak Farrokhzadreduce rustc_attr usage in places
2020-03-29 Tim DiekmannFix links for `AllocInit` methods
2020-03-29 Tim DiekmannRevert "Fix links for `AllocInit` methods"
2020-03-29 borsAuto merge of #70525 - Centril:rollup-vj3esv3, r=Centril
2020-03-29 Mazdak FarrokhzadRollup merge of #70506 - ssomers:btreemap_testing_const...
2020-03-29 Mazdak FarrokhzadRollup merge of #70101 - tmiasko:intrinsics-copy, r...
2020-03-29 Mazdak FarrokhzadRollup merge of #68692 - jyn514:vec-from-array, r=Lukas...
2020-03-29 borsAuto merge of #70370 - petrochenkov:nosmatch, r=Centril
2020-03-29 Russell CohenImprove error messages for raw strings (#60762)
2020-03-29 Tim DiekmannFix links for `AllocInit` methods
2020-03-29 borsAuto merge of #70518 - Dylan-DPC:rollup-n2gkh3a, r...
2020-03-29 Tim DiekmannMinor doc fixes in `AllocInit::init`
2020-03-29 Tim DiekmannImplement `init` and `init_offset` on `AllocInit` and...
2020-03-29 Dylan DPCRollup merge of #70510 - RalfJung:bool-vs-boolean,...
2020-03-29 Dylan DPCRollup merge of #70508 - RalfJung:scalar-from, r=eddyb
2020-03-29 Dylan DPCRollup merge of #70503 - RalfJung:null, r=varkor
2020-03-29 Dylan DPCRollup merge of #70235 - dillona:70182-check-before...
2020-03-29 Dylan DPCRollup merge of #69937 - TyPR124:osstr_ascii, r=dtolnay
2020-03-28 TyPR124add tracking issue
2020-03-28 TyPR124move doc links for consistency
2020-03-28 TyPR124remove unnecessary comments
2020-03-28 TyPR124use make_ascii_uppercase in windows/process.rs
2020-03-28 TyPR124ascii methods on osstr
2020-03-28 Stein SomersBTreeMap testing: introduce symbolic constants and...
2020-03-28 Dylan MacKenzieEnsure output dir for dataflow results exists
2020-03-28 Dylan MacKenzieDump graphviz dataflow results with flag
2020-03-28 Dylan MacKenzie`dump_enabled` takes a `DefId` instead of `MirSource`
2020-03-28 Dylan MacKenzieAdd `-Z dump-mir-dataflow`
2020-03-28 borsAuto merge of #66938 - GuillaumeGomez:lint-for-no-crate...
2020-03-28 Ralf Jungfix TryEnterCriticalSection return type
2020-03-28 Tim DiekmannMake fields in `MemoryBlock` public
2020-03-28 Ralf Jungrefmt
2020-03-28 Ralf Jungget rid of useless back-and-forth cast
2020-03-28 Ralf Junguse more specialized Scalar::from_ constructors where...
next