]> git.lizzy.rs Git - rust.git/history - src/librustc_mir
Update output of `lint-type-overflow2.stderr` to reflect its output from `rustc -O`.
[rust.git] / src / librustc_mir /
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 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 borsAuto merge of #55451 - estebank:arg-doc, r=pnkfelix
2018-11-05 Ralf Jungwalk_value: more tracing
2018-11-05 borsAuto merge of #55515 - QuietMisdreavus:rustdoc-config...
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 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 #55593 - nikic:remove-llvm-4-checks,...
2018-11-04 borsAuto merge of #55569 - durka:must-use-external-macro...
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 borsAuto merge of #55393 - oli-obk:immediate_immediately...
2018-11-04 borsAuto merge of #55349 - bjorn3:rustc_mir_collect_and_par...
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 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 #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 bjorn3Move collect_and_partition_mono_items to rustc_mir
2018-11-03 Guillaume GomezRollup merge of #55598 - nrc:tool-bot, r=kennytm
2018-11-03 Guillaume GomezRollup merge of #55568 - durka:rustdoc-big-enum, r...
2018-11-03 Guillaume GomezRollup merge of #55567 - durka:derive-debug-uninhabited...
2018-11-03 Guillaume GomezRollup merge of #55555 - aidanhs:aphs-better-z-ls,...
2018-11-03 Guillaume GomezRollup merge of #54162 - GuillaumeGomez:hide-default...
2018-11-03 borsAuto merge of #55330 - scalexm:bound-ty, r=nikomatsakis
2018-11-03 scalexmRename `Binder::no_late_bound_regions` to `Binder:...
2018-11-03 scalexmRemove `ReCanonical` in favor of `ReLateBound`
2018-11-03 scalexmShift both late bound regions and bound types
2018-11-03 scalexmMove `BoundTy` to `ty::TyKind`
2018-11-03 borsAuto merge of #55238 - alexcrichton:rm-jemalloc, r...
2018-11-03 borsAuto merge of #55363 - pietroalbini:update-cargo-vendor...
2018-11-03 borsAuto merge of #54383 - mikeyhew:custom-receivers-object...
2018-11-02 borsAuto merge of #55087 - levex:e0669-improve-span, r...
2018-11-02 Oliver SchererRebase fallout
2018-11-02 Ralf JungRename `Value` to `Immediate` in docs
2018-11-02 Oliver S̶c̶h̶n̶e̶i... Satsify tidy
2018-11-02 Oliver SchererRename `Value` to `Immediate` for miri
2018-11-02 borsAuto merge of #54543 - GuillaumeGomez:top-level-index...
2018-11-02 borsAuto merge of #55316 - RalfJung:retagging, r=oli-obk
2018-11-02 borsAuto merge of #54718 - froydnj:aarch64-ci, r=alexcrichton
2018-11-02 borsAuto merge of #54043 - fintelia:raw_entry, r=alexcrichton
2018-11-02 borsAuto merge of #55359 - alex:command-exec-uaf, r=alexcri...
2018-11-02 borsAuto merge of #55305 - nikomatsakis:universes-refactor...
2018-11-01 Vadim PetrochenkovRemove deprecated unstable `#[panic_implementation]`
2018-11-01 borsAuto merge of #55579 - pietroalbini:rollup, r=kennytm
2018-11-01 kennytmRollup merge of #55578 - regexident:fix/self, r=frewsxcv
2018-11-01 kennytmRollup merge of #55561 - smaeul:test-fixes, r=alexcrichton
2018-11-01 kennytmRollup merge of #55582 - yamaguchi1024:publish_toolstat...
2018-11-01 kennytmRollup merge of #55573 - kennytm:macos-aws, r=alexcrichton
2018-11-01 Pietro AlbiniRollup merge of #55575 - parched:trap, r=RalfJung
2018-11-01 Pietro AlbiniRollup merge of #55574 - nnethercote:gather_move-SmallV...
2018-11-01 Pietro AlbiniRollup merge of #55558 - nnethercote:tweak-MatcherPos...
2018-11-01 Pietro AlbiniRollup merge of #55542 - ljedrz:syntax_alloc_improvemen...
2018-11-01 Pietro AlbiniRollup merge of #55536 - ljedrz:don't_collect_suggestio...
2018-11-01 Pietro AlbiniRollup merge of #55522 - matthiaskrgr:no_format, r...
2018-11-01 Pietro AlbiniRollup merge of #55504 - ljedrz:simpler_repeated_elemen...
2018-11-01 Pietro AlbiniRollup merge of #55469 - pnkfelix:issue-54477-regressio...
2018-11-01 Pietro AlbiniRollup merge of #55280 - vlad20012:add-libproc_macro...
2018-11-01 Nicholas NethercoteUse `SmallVec` within `MoveData`.
2018-11-01 borsAuto merge of #55548 - alexcrichton:bump, r=Mark-Simulacrum
2018-11-01 borsAuto merge of #55521 - nrc:rls-fix, r=petrochenkov
2018-10-31 Alex CrichtonBump nightly to 1.32.0
2018-10-31 Niko Matsakisfix bug in NLL error reporting
2018-10-31 borsAuto merge of #55304 - alexcrichton:update-credentials...
next