]> git.lizzy.rs Git - rust.git/history - src/librustc_mir
Rename ty::TyVariants to ty::TyKind
[rust.git] / src / librustc_mir /
2018-08-22 varkorRename ty::TyVariants to ty::TyKind
2018-08-22 varkorRename ty::Slice to ty::List
2018-08-22 borsAuto merge of #53424 - RalfJung:miri-refactor, r=oli-obk
2018-08-22 Ralf Jungfix error reporting in validation
2018-08-22 Ralf Jungfix validating fat pointers to user-defined unsized...
2018-08-22 Ralf Jungfix a comment in validity
2018-08-22 Ralf Jungfix layout sanity check
2018-08-22 Ralf Jungalso avoid recomputing the layout for unary and binary...
2018-08-22 Ralf Jungin a Use statement, exploit the fact that type and...
2018-08-22 Ralf Jungoptimize creating a stack frame
2018-08-22 Ralf Jungfix validating fat raw pointers
2018-08-22 Ralf Jungoptimize sanity check path printing
2018-08-22 Ralf Jungavoid some redundant alignment checks
2018-08-22 Ralf Jungoptimize validation iterating over the elements of...
2018-08-22 Ralf Jungfix formatting nits
2018-08-22 Ralf Jungmove validation to its own file
2018-08-22 borsAuto merge of #53516 - petrochenkov:derregr, r=estebank
2018-08-22 Ralf Jungfix operator handling when using 128bit intrinsics
2018-08-22 Ralf Jungfinally remove all traces of signs from memory
2018-08-22 Ralf Jungfix computing layout when calling virtual fn
2018-08-22 Ralf Jungavoid allocating for ZST
2018-08-22 Ralf Jungfix using copy_op to transmute
2018-08-22 Ralf Jungtry_read_value_from_ptr -> try_read_value_from_mplace
2018-08-22 Ralf Jungfix dynamically determining size and alignment
2018-08-22 Ralf Jungfix accessing unsized fields
2018-08-22 Ralf Jungfix drop typing; use same machinery for validating...
2018-08-22 Ralf Jungfix dropping with vtables
2018-08-22 Ralf JungTweak logging
2018-08-22 Ralf Jungfix union field access and DST computations and dumping...
2018-08-22 Ralf Jungremove cur_frame from memory (validation is gone, new...
2018-08-22 Ralf Junggeneralize truncate and sign_extend to take a Size
2018-08-22 Ralf Jungmiri/CTFE refactor
2018-08-22 borsAuto merge of #53509 - petrochenkov:wildregr, r=alexcri...
2018-08-22 Ralf JungMove some value-and-memory related things out of eval_c...
2018-08-22 borsAuto merge of #53477 - ftilde:exec-rust-gdb-lldb, r...
2018-08-22 borsAuto merge of #50912 - varkor:exhaustive-integer-matchi...
2018-08-21 varkorAdd some extra edge case tests
2018-08-21 borsAuto merge of #53439 - GuillaumeGomez:generate-blanket...
2018-08-21 varkorUse a boundary method instead of an endpoint method...
2018-08-21 borsAuto merge of #53471 - petrochenkov:biattr2, r=oli-obk
2018-08-21 varkorAdd a test case for u128::MAX - 1
2018-08-21 borsAuto merge of #53444 - varkor:lib_features-conditional...
2018-08-21 borsAuto merge of #53530 - kennytm:rollup, r=kennytm
2018-08-21 kennytmRollup merge of #53551 - nnethercote:access_place_error...
2018-08-21 kennytmRollup merge of #53329 - frewsxcv:frewsxcv-ptr-add...
2018-08-21 kennytmRollup merge of #53540 - TheDarkula:move-test, r=oli-obk
2018-08-21 kennytmRollup merge of #53104 - nivkner:unpin_doc, r=RalfJung
2018-08-21 kennytmRollup merge of #53462 - estk:doc-Box_into_raw, r=steve...
2018-08-21 kennytmRollup merge of #53363 - llogiq:num-individual-nonzero...
2018-08-21 kennytmRollup merge of #53521 - alexcrichton:optimize-lit...
2018-08-21 kennytmRollup merge of #53496 - matthiaskrgr:codespell_08_2018...
2018-08-21 kennytmRollup merge of #53492 - danc86:lld-riscv, r=alexcrichton
2018-08-21 kennytmRollup merge of #53465 - bjorn3:remove_link_meta_struct...
2018-08-21 kennytmRollup merge of #53452 - tromey:lldb-manifest-fix,...
2018-08-21 kennytmRollup merge of #53405 - oconnor663:search_esc, r=Guill...
2018-08-21 kennytmRollup merge of #53393 - BurntPizza:serialize-inlines...
2018-08-21 kennytmRollup merge of #53370 - jkozlowski:stabilize-macro_vis...
2018-08-21 Nicholas NethercoteAvoid some Place clones.
2018-08-21 borsAuto merge of #53080 - hermord:rc-opt, r=alexcrichton
2018-08-20 varkorAdd more detail to the split_grouped_constructors comment
2018-08-20 varkorAdd assertion to constructor_intersects_pattern
2018-08-20 varkorRemove pattern consideration from split_grouped_constru...
2018-08-20 varkorImprove some comments
2018-08-20 kennytmRollup merge of #53296 - estebank:suggest-closure,...
2018-08-20 kennytmRollup merge of #53213 - tmccombs:stable-ipconstructors...
2018-08-20 kennytmRollup merge of #53030 - Aaronepower:master, r=Mark...
2018-08-20 borsAuto merge of #51880 - varkor:generics-hir-generalisati...
2018-08-20 borsAuto merge of #47562 - Centril:feature/core_convert_id...
2018-08-20 borsAuto merge of #52101 - japaric:linker-flavor, r=alexcri...
2018-08-19 borsAuto merge of #52953 - dsciarra:mv-codemap-sourcemap...
2018-08-19 varkorTweak comments
2018-08-19 borsAuto merge of #53316 - tristanburgess:52895_existential...
2018-08-19 Donato Sciarramv codemap source_map
2018-08-19 Donato Sciarramv codemap() source_map()
2018-08-19 Donato Sciarramv (mod) codemap source_map
2018-08-19 borsAuto merge of #53258 - nikomatsakis:issue-53189-optimiz...
2018-08-19 Mazdak FarrokhzadMerge branch 'master' into feature/core_convert_id
2018-08-19 Jakub KozlowskiStabilize macro_vis_matcher
2018-08-19 Matthias KrügerFix typos found by codespell.
2018-08-19 borsAuto merge of #53248 - nikomatsakis:nll-trivial-sized...
2018-08-19 Niko Matsakisjust check whether a variable is initialized
2018-08-19 Niko Matsakistreat local variables specially
2018-08-19 borsAuto merge of #51131 - qnighy:unsized-locals, r=eddyb
2018-08-19 borsAuto merge of #52972 - RalfJung:from_raw_parts_align...
2018-08-18 Masaki HaraLift some Sized checks.
2018-08-18 borsAuto merge of #52592 - eddyb:or-default, r=Mark-Simulacrum
2018-08-18 borsAuto merge of #53324 - alexreg:self_in_typedefs, r...
2018-08-18 Eduard-Mihai BurtescuUse the new Entry::or_default method where possible.
2018-08-18 borsAuto merge of #53436 - cuviper:trace_fn-stop, r=alexcri...
2018-08-18 borsAuto merge of #53286 - nagisa:cast-assumes, r=eddyb
2018-08-18 borsAuto merge of #53175 - matthewjasper:more-return-stuff...
2018-08-18 borsAuto merge of #52553 - Pazzaz:vecdeque-append, r=SimonSapin
2018-08-18 borsAuto merge of #53437 - alexcrichton:fix-target-features...
2018-08-17 borsAuto merge of #53369 - pnkfelix:partial-53351-make...
2018-08-17 borsAuto merge of #53356 - michaelwoerister:itlto, r=alexcr...
2018-08-17 borsAuto merge of #50911 - petrochenkov:macuse, r=alexcrichton
2018-08-17 Corey FarwellRollup merge of #53434 - alexcrichton:remove-strip...
2018-08-17 Corey FarwellRollup merge of #53413 - eddyb:featured-in-the-latest...
2018-08-17 Corey FarwellRollup merge of #53407 - pnkfelix:partial-53351-make...
2018-08-17 Corey FarwellRollup merge of #53406 - estebank:to_string-to_string...
next