]> git.lizzy.rs Git - rust.git/history - src
Update output of `lint-type-overflow2.stderr` to reflect its output from `rustc -O`.
[rust.git] / src /
2018-11-07 Felix S. Klock IIUpdate output of `lint-type-overflow2.stderr` to reflec...
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 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 borsAuto merge of #53996 - sekineh:thumb-run, r=japaric
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 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 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 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...
2018-11-05 Ralf Jungprovide some default implementations
2018-11-05 Ralf Jungadd visit() hook to the trait
2018-11-05 Ralf Jungfix for pre-NLL rustc
2018-11-05 Ralf Jungalso allow visiting places and mplaces
2018-11-05 Ralf Jungreduce the amount of traversal/projection code that...
2018-11-05 Ralf Junggeneralize the traversal part of validation to a ValueV...
2018-11-05 Ralf Jungmiri: binary_op_val -> binary_op_imm
2018-11-05 borsAuto merge of #55681 - matthiaskrgr:clippy, r=oli-obk
2018-11-05 borsAuto merge of #55593 - nikic:remove-llvm-4-checks,...
2018-11-04 borsAuto merge of #55569 - durka:must-use-external-macro...
2018-11-04 Matthias Krügersubmodules: update clippy from 71ec4ff6 to d8b42690
2018-11-04 QuietMisdreavusfix formatting
2018-11-04 QuietMisdreavusadd Debug impls for the Options structs
2018-11-04 borsAuto merge of #55665 - eddyb:by-ref-layout-of, r=oli-obk
2018-11-04 Eduard-Mihai Burtescurustc_target: pass contexts by reference, not value.
2018-11-04 David WoodUpdate test to force error under NLL.
2018-11-04 David WoodCorrect indentation on documentation comment.
2018-11-04 borsAuto merge of #55393 - oli-obk:immediate_immediately...
2018-11-04 borsAuto merge of #55349 - bjorn3:rustc_mir_collect_and_par...
2018-11-04 Guillaume GomezAdd precision for create_dir function
2018-11-04 borsAuto merge of #55432 - zackmdavis:single_life, r=nikoma...
2018-11-04 borsAuto merge of #55455 - estebank:expected-descr, r=micha...
2018-11-04 Hideki Sekine[ci] run-make/thumb-none-qemu: add .cargo/config
2018-11-04 borsAuto merge of #54861 - rep-nop:find_main_in_doctest...
2018-11-03 varkorMake "all possible cases" help message uniform with...
2018-11-03 borsAuto merge of #55662 - matthiaskrgr:clippy_update,...
2018-11-03 borsAuto merge of #55661 - kennytm:fix-exclude, r=alexcrichton
2018-11-03 Matthias Krügersubmodules: update clippy from a20599ab to 71ec4ff6
2018-11-03 kennytmMove a few more tests into the appveyor-subset-2.
2018-11-03 kennytmEnsure --exclude is checked against PathSet::Suite
2018-11-03 borsAuto merge of #55101 - alexreg:trait-aliases, r=nikomat...
2018-11-03 borsAuto merge of #55646 - GuillaumeGomez:rollup, r=Guillau...
2018-11-03 Oliver S̶c̶h̶n̶e̶i... Update src/librustc_mir/monomorphize/partitioning.rs
2018-11-03 bjorn3Remove rustc_metadata_utils, which contains only one...
2018-11-03 bjorn3Move collect_and_partition_mono_items to rustc_mir
next