]> git.lizzy.rs Git - rust.git/history - src
Remove unnecessary TyKind::s
[rust.git] / src /
2018-08-22 varkorRemove unnecessary TyKind::s
2018-08-22 varkorRemove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
2018-08-22 varkorRemove Ty prefix from Ty{Foreign|Param}
2018-08-22 varkorRemove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref...
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 Jungbetter error message when using NULL in to_ptr
2018-08-22 Ralf Jungfix UI tests
2018-08-22 Ralf Jungoptimize validation iterating over the elements of...
2018-08-22 Ralf Jungtest for detecting bad data inside trait objects /...
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 borsAuto merge of #53236 - alexreg:stabilise-raw-idents...
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-21 varkorIterate through all crates in stability.rs rather than...
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 Vadim Petrochenkovresolve: Unify reporting of ambiguity errors for macro...
2018-08-20 thedarkulaMoved issue-53157.rs into src/test/ui/consts/const...
2018-08-20 Alexander RegueiroRemoved `raw_identifiers` feature gate.
2018-08-20 Vadim Petrochenkovresolve: Refactor away `MacroBinding`
2018-08-20 Vadim Petrochenkovresolve: Consolidate error reporting for resolved macro...
2018-08-20 Vadim Petrochenkovresolve: Move derive attribute detection closer to...
2018-08-20 Alex Crichtonsyntax: Optimize some literal parsing
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 Evan SimmonsDocument Box::into_raw returns non-null ptr
2018-08-20 borsAuto merge of #51880 - varkor:generics-hir-generalisati...
2018-08-20 varkorAdd a test for skipping all arguments versus just one
2018-08-20 varkorFix diagnostic regression
2018-08-20 Dmytro ShynkevychAdded explicit optimization flag to test
2018-08-20 Dmytro ShynkevychRevert accidental submodule change
2018-08-20 Corey FarwellReplace usages of ptr::offset with ptr::{add,sub}.
2018-08-20 borsAuto merge of #47562 - Centril:feature/core_convert_id...
2018-08-20 Mazdak Farrokhzadcore::convert::identity: fix issue number to #53500
2018-08-20 borsAuto merge of #53519 - Manishearth:clippyup, r=eddyb
2018-08-20 Dmytro ShynkevychRenamed test to match actual issue number
2018-08-20 Manish GoregaokarUpdate clippy
2018-08-20 borsAuto merge of #52101 - japaric:linker-flavor, r=alexcri...
2018-08-20 Vadim Petrochenkovresolve: Continue search in outer scopes after applying...
2018-08-19 varkorFix ICE
2018-08-19 borsAuto merge of #52953 - dsciarra:mv-codemap-sourcemap...
2018-08-19 varkorUpdate new ui tests
2018-08-19 varkorTweak comments
next