]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-11-08 Felix S. Klock IIMake test robust to NLL, in sense of ensuring borrows...
2018-11-08 borsAuto merge of #55532 - pnkfelix:rustc_error-survey...
2018-11-08 borsAuto merge of #55366 - Amanieu:stable_layout, r=Amanieu
2018-11-08 borsAuto merge of #55187 - malbarbo:fix-manifest, r=alexcri...
2018-11-07 Marco A L BarbosaRemove targets from the manifest that are not built...
2018-11-07 borsAuto merge of #55746 - kennytm:rollup, r=kennytm
2018-11-07 Felix S. Klock IIwork around deviation in diagnostic output for opt...
2018-11-07 Felix S. Klock IIUpdate output of `lint-type-overflow2.stderr` to reflec...
2018-11-07 kennytmRollup merge of #55645 - RalfJung:validity-range-inclus...
2018-11-07 kennytmRollup merge of #55734 - teresy:shorthand-fields, r...
2018-11-07 kennytmRollup merge of #55730 - estebank:impl-trait-arg-mismat...
2018-11-07 kennytmRollup merge of #55728 - tromey:update-lldb, r=alexcrichton
2018-11-07 Ralf Jungtest diagnostics for more ranges
2018-11-07 Ralf Jungpretty-print scalar range that only has an upper bound
2018-11-07 Ralf Jungdo not print wrapping ranges like normal ranges in...
2018-11-07 Felix S. Klock IIRemoved `#[rustc_error]` from tests that are all `...
2018-11-07 Felix S. Klock IIReplaced use of `#[rustc_error]` with `// skip-codegen`.
2018-11-07 Felix S. Klock IIremove `#[rustc_error]` from ui/ tests that remain...
2018-11-07 kennytmRollup merge of #55702 - alexcrichton:arm64-msvc-deploy...
2018-11-07 kennytmRollup merge of #55692 - matthiaskrgr:remark_debuginfo_...
2018-11-07 kennytmRollup merge of #55688 - alexreg:move-issue-tests,...
2018-11-07 kennytmRollup merge of #55609 - nikic:fix-51947, r=nagisa
2018-11-07 kennytmRollup merge of #55510 - bitshifter:repr-feature-gate...
2018-11-07 kennytmRollup merge of #55501 - nnethercote:DoCompleted, r...
2018-11-07 kennytmRollup merge of #55495 - wesleywiser:opt_fuel_rustbuild...
2018-11-07 kennytmRollup merge of #55453 - Aaron1011:fix/rustdoc-lifetime...
2018-11-07 kennytmRollup merge of #55441 - xfix:patch-12, r=aturon
2018-11-07 kennytmRollup merge of #55377 - goffrie:patch-2, r=joshtriplett
2018-11-07 borsAuto merge of #55549 - RalfJung:miri-visitor, r=oli-obk
2018-11-06 borsAuto merge of #55262 - oli-obk:dangling_alloc_id_ice...
2018-11-06 Amanieu d'AntrasAdd a tracking issue for extra Layout methods
2018-11-06 teresyrefactor: use shorthand fields
2018-11-06 Esteban KüberUse trait impl method span when type param mismatch...
2018-11-06 borsAuto merge of #53996 - sekineh:thumb-run, r=japaric
2018-11-06 Tom TromeyUpdate lldb
2018-11-06 Nikita PopovRun name-anon-globals after LTO passes as well
2018-11-06 Amanieu d'AntrasAPI changes as discussed in the comments
2018-11-06 Amanieu d'AntrasAdd a comment about how Layout::extend matches the...
2018-11-06 Felix S. Klock IIAdd explcit `--error-format` options to tests of print...
2018-11-06 borsAuto merge of #55610 - gnzlbg:update_stdsimd, r=alexcri...
2018-11-06 borsAuto merge of #55710 - kennytm:rollup, r=kennytm
2018-11-06 kennytmRollup merge of #55703 - pnkfelix:update-configure...
2018-11-06 kennytmRollup merge of #55700 - pnkfelix:issue-55533-update...
2018-11-06 kennytmRollup merge of #55696 - davidtwco:issue-55675, r=pnkfelix
2018-11-06 kennytmRollup merge of #55694 - jsirs:issue-31076, r=oli-obk
2018-11-06 kennytmRollup merge of #55689 - RalfJung:miri-immediate, r...
2018-11-06 kennytmRollup merge of #55664 - varkor:all-possible-cases...
2018-11-06 kennytmRollup merge of #55644 - glaubitz:powerpcspe-linux...
2018-11-06 kennytmRollup merge of #55621 - GuillaumeGomez:create-dir...
2018-11-06 kennytmRollup merge of #55601 - petrochenkov:featissue, r...
2018-11-06 kennytmRollup merge of #55597 - alexcrichton:thread-local...
2018-11-06 kennytmRollup merge of #55490 - petrochenkov:resolveice, r...
2018-11-06 borsAuto merge of #55518 - alexcrichton:smaller-wasm, r...
2018-11-06 Alexander RegueiroMoved and renamed ui issue tests.
2018-11-06 borsAuto merge of #55106 - petrhosek:fuchsia-lld, r=alexcri...
2018-11-05 Petr HosekUse lld directly for Fuchsia target
2018-11-05 borsAuto merge of #54922 - murarth:rc-ub-fix, r=alexcrichton
2018-11-05 borsAuto merge of #55410 - nagisa:atomic-align, r=pnkfelix
2018-11-05 MurarthFix undefined behavior in Rc/Arc allocation
2018-11-05 Felix S. Klock IIThis should have been part of PR #54811 (my bad).
2018-11-05 Simonas KazlauskasDo not Atomic{I,U}128 in stage0
2018-11-05 borsAuto merge of #55451 - estebank:arg-doc, r=pnkfelix
2018-11-05 Alex CrichtonAdd `aarch64-pc-windows-msvc` to deployed targets
2018-11-05 Felix S. Klock IIFor feature-gate-nll test, turn off testing modes that...
2018-11-05 jsirsadd call to tcx.sess.delay_span_bug
2018-11-05 Felix S. Klock IIMake `ui/borrowck/borrowck-overloaded-call.rs` robust...
2018-11-05 Felix S. Klock IIUse `// revisions` in the dropck-eyepatch tests instead...
2018-11-05 Felix S. Klock IIUpdate `ui/borrowck/borrowck-closures-mut-of-imm.rs...
2018-11-05 Felix S. Klock IIAdd `ui/borrowck/borrowck-closures-mut-of-mut.rs`.
2018-11-05 Felix S. Klock IIRemoved overlapping_spans.{rs,stderr,nll.stderr}.
2018-11-05 Felix S. Klock IIMake `ui/binop-move-semantics.rs` robust w.r.t. NLL.
2018-11-05 Felix S. Klock IIRemove `println!`'s from `ui/issues/issue-52126-assign...
2018-11-05 Felix S. Klock IIMake `ui/unop-move-semantics.rs` robust w.r.t. NLL.
2018-11-05 Felix S. Klock IIMake `ui/borrowck/borrowck-unboxed-closures.rs` robust...
2018-11-05 Felix S. Klock IIMake `ui/borrowck/borrowck-reborrow-from-mut.rs` robust...
2018-11-05 Felix S. Klock IIMake `ui/borrowck/borrowck-overloaded-index-move-index...
2018-11-05 Felix S. Klock IIMake `ui/issues/issue-17263.rs` robust w.r.t. NLL.
2018-11-05 Felix S. Klock IIMake `ui/span/borrowck-borrow-overloaded-auto-deref...
2018-11-05 Felix S. Klock IISwitch to using revisions in borrowck-lend-flow-loop.rs
2018-11-05 Ralf Jungadd method to obtain the ptr offset of a Scalar
2018-11-05 jsirsadd test for i32, fix incorrect location
2018-11-05 jsirsupdate test to include concrete type (i32)
2018-11-05 Ralf Jungwalk_value: more tracing
2018-11-05 jsirsself.associated_item can return none
2018-11-05 jsirsAdd test
2018-11-05 Matthias Krüger-C remark: fix incorrect warning about requiring "...
2018-11-05 borsAuto merge of #55515 - QuietMisdreavus:rustdoc-config...
2018-11-05 Ralf Jungproide ptr_wrapping_offset on Scalars
2018-11-05 Ralf Jungmake ValueVisitor mut-polymorphic
2018-11-05 Ralf Jungmachine hooks for ptr (de)ref also need layout, and...
2018-11-05 Ralf JungFIXME
2018-11-05 Ralf Jungvisit_aggregate with an iterator; fix some comment...
2018-11-05 Ralf Jungthe visitor can already load the value for visit_primitive
2018-11-05 Ralf Jungall values can convert to operators
2018-11-05 Ralf Jungfinally this actually looks like a visitor
2018-11-05 Ralf Junguse more traditional walk_array/visit_array instead...
2018-11-05 Ralf Jungconverting a VisitorValue to a MemPlace must not mutate...
2018-11-05 Ralf JungAlso test for undef in enum discriminant
2018-11-05 Ralf Jungfix validation error on non-integer enum discriminants
2018-11-05 Ralf Junglet the Value handle enum projections, so the visitor...
next