]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-10-29 Felix S. Klock IIborrowck=migrate mode needs to check parent(s) when...
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 borsAuto merge of #55270 - RalfJung:stacked-borrows-ng...
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 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 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...
2018-10-26 borsAuto merge of #54929 - csmoe:cfg_lint, r=petrochenkov
2018-10-26 Felix S. Klock IIAdded `mir::UserTypeProjection`, a stub for a structure...
2018-10-26 Felix S. Klock IIRefactoring: added `PatternTypeAnnotation` wrapper...
2018-10-26 Felix S. Klock IIrestrict scope of methods that are only called within...
2018-10-26 Felix S. Klock IIRemove `PlaceContext` from API of `mir::Visitor::visit_...
2018-10-26 borsAuto merge of #55382 - kennytm:rollup, r=kennytm
2018-10-26 Oliver SchererUpdate tests
2018-10-26 Oliver SchererImpl items have generics
2018-10-26 kennytmRollup merge of #55391 - matthiaskrgr:bootstrap_cleanup...
2018-10-26 kennytmRollup merge of #55383 - nnethercote:coerce_unsized...
2018-10-26 kennytmRollup merge of #55264 - michaelwoerister:single-cgu...
2018-10-26 kennytmRollup merge of #55379 - RalfJung:no-empty-union, r...
2018-10-26 kennytmRollup merge of #55378 - Keruspe:bootstrap-linker,...
2018-10-26 kennytmRollup merge of #55375 - upstreaming:configure_cmake...
2018-10-26 kennytmRollup merge of #55370 - estebank:mailmap, r=alexcrichton
2018-10-26 kennytmRollup merge of #55358 - sinkuu:redundant_clone2, r...
2018-10-26 kennytmRollup merge of #55346 - nnethercote:shrink-StatementKi...
2018-10-26 kennytmRollup merge of #55343 - Keruspe:remap-debuginfo-releas...
2018-10-26 kennytmRollup merge of #55325 - rust-lang:steveklabnik-patch...
2018-10-26 kennytmRollup merge of #55302 - goffrie:impl-stable-hash,...
2018-10-26 kennytmRollup merge of #55301 - estebank:macro-allowed, r...
2018-10-26 kennytmRollup merge of #55298 - estebank:macro-def, r=pnkfelix
2018-10-26 kennytmRollup merge of #55292 - estebank:macro-eof, r=pnkfelix
2018-10-26 kennytmRollup merge of #55271 - sinkuu:traversal_iter, r=matth...
2018-10-26 Méven CarRemove unnecessary mut in iterator.find_map documentati...
2018-10-26 borsAuto merge of #54626 - alexcrichton:dwarf-generics...
2018-10-26 Matthias Krügerbootstrap: clean up a few clippy findings
next