about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-22fix computing layout when calling virtual fnRalf Jung-3/+9
2018-08-22avoid allocating for ZSTRalf Jung-1/+4
2018-08-22fix using copy_op to transmuteRalf Jung-8/+10
2018-08-22try_read_value_from_ptr -> try_read_value_from_mplaceRalf Jung-19/+18
2018-08-22fix dynamically determining size and alignmentRalf Jung-17/+20
2018-08-22fix accessing unsized fieldsRalf Jung-14/+15
2018-08-22fix drop typing; use same machinery for validating (sanity checking) dyn trai...Ralf Jung-63/+115
2018-08-22fix dropping with vtablesRalf Jung-6/+14
2018-08-22Tweak loggingRalf Jung-21/+23
2018-08-22fix union field access and DST computations and dumping of placesRalf Jung-27/+33
2018-08-22remove cur_frame from memory (validation is gone, new validation will not nee...Ralf Jung-14/+0
2018-08-22generalize truncate and sign_extend to take a SizeRalf Jung-9/+10
2018-08-22miri/CTFE refactorRalf Jung-1935/+1997
2018-08-22Move some value-and-memory related things out of eval_contextRalf Jung-765/+782
2018-08-22Auto merge of #53477 - ftilde:exec-rust-gdb-lldb, r=michaelwoeristerbors-13/+10
2018-08-22Auto merge of #50912 - varkor:exhaustive-integer-matching, r=arielb1bors-84/+927
2018-08-21Add some extra edge case testsvarkor-2/+23
2018-08-21Auto merge of #53439 - GuillaumeGomez:generate-blanket-impls-for-reexported-i...bors-90/+106
2018-08-21Use a boundary method instead of an endpoint method for split_grouped_constru...varkor-84/+54
2018-08-21Auto merge of #53471 - petrochenkov:biattr2, r=oli-obkbors-388/+423
2018-08-21Add a test case for u128::MAX - 1varkor-10/+23
2018-08-21Auto merge of #53444 - varkor:lib_features-conditional, r=michaelwoeristerbors-12/+27
2018-08-21Auto merge of #53530 - kennytm:rollup, r=kennytmbors-509/+495
2018-08-21Rollup merge of #53551 - nnethercote:access_place_error_reported, r=varkorkennytm-1/+4
2018-08-21Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJungkennytm-148/+148
2018-08-21Auto merge of #53236 - alexreg:stabilise-raw-idents, r=cramertjbors-109/+42
2018-08-21Rollup merge of #53540 - TheDarkula:move-test, r=oli-obkkennytm-0/+0
2018-08-21Rollup merge of #53104 - nivkner:unpin_doc, r=RalfJungkennytm-4/+24
2018-08-21Rollup merge of #53462 - estk:doc-Box_into_raw, r=steveklabnikkennytm-1/+3
2018-08-21Rollup merge of #53363 - llogiq:num-individual-nonzero-docs, r=steveklabnikkennytm-20/+23
2018-08-21Rollup merge of #53521 - alexcrichton:optimize-lit-token, r=michaelwoeristerkennytm-6/+4
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-130/+130
2018-08-21Rollup merge of #53492 - danc86:lld-riscv, r=alexcrichtonkennytm-0/+0
2018-08-21Rollup merge of #53465 - bjorn3:remove_link_meta_struct, r=varkorkennytm-53/+25
2018-08-21Rollup merge of #53452 - tromey:lldb-manifest-fix, r=alexcrichtonkennytm-1/+2
2018-08-21Rollup merge of #53405 - oconnor663:search_esc, r=GuillaumeGomezkennytm-0/+3
2018-08-21Rollup merge of #53393 - BurntPizza:serialize-inlines, r=alexcrichtonkennytm-20/+23
2018-08-21Rollup merge of #53370 - jkozlowski:stabilize-macro_vis_matcher, r=cramertjkennytm-82/+22
2018-08-21Avoid some Place clones.Nicholas Nethercote-1/+4
2018-08-21Auto merge of #53080 - hermord:rc-opt, r=alexcrichtonbors-2/+37
2018-08-21Iterate through all crates in stability.rs rather than lib_features.rsvarkor-12/+27
2018-08-21Add more detail to the split_grouped_constructors commentvarkor-8/+25
2018-08-20Add assertion to constructor_intersects_patternvarkor-10/+14
2018-08-20Remove pattern consideration from split_grouped_constructorsvarkor-26/+4
2018-08-20Improve some commentsvarkor-5/+9
2018-08-21resolve: Unify reporting of ambiguity errors for macro pathsVadim Petrochenkov-43/+68
2018-08-20Moved issue-53157.rs into src/test/ui/consts/const-eval/thedarkula-0/+0
2018-08-20Removed `raw_identifiers` feature gate.Alexander Regueiro-109/+42
2018-08-20resolve: Refactor away `MacroBinding`Vadim Petrochenkov-116/+160
2018-08-20resolve: Consolidate error reporting for resolved macros in `fn resolve_macro...Vadim Petrochenkov-199/+173