about summary refs log tree commit diff
path: root/src/librustc_mir
AgeCommit message (Expand)AuthorLines
2019-07-11Rename some things in `syntax_pos/hygiene`Vadim Petrochenkov-3/+3
2019-07-10Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-...bors-6/+209
2019-07-10Auto merge of #62441 - RalfJung:place-ptr-normalization, r=oli-obkbors-92/+112
2019-07-09Added comment explaining purpose of `search_for_adt_without_structural_match`.Felix S. Klock II-0/+24
2019-07-08Rewrite with future-compat lint for indirect pattern omittingFelix S. Klock II-6/+185
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-1/+1
2019-07-06normalize use of backticks/lowercase in compiler messages for librustc_mirSamy Kacimi-19/+19
2019-07-06forcing instead of normalizationRalf Jung-12/+17
2019-07-06remove outdated commentRalf Jung-2/+0
2019-07-06remove some no-longer-needed methodsRalf Jung-27/+2
2019-07-06Add check_mplace_ptr convenience method; provide ptr-normalization methods fo...Ralf Jung-66/+108
2019-07-06Auto merge of #61988 - Centril:there-is-only-loop, r=matthewjasperbors-49/+13
2019-07-06Remove ExprKind::While from HIR.Mazdak Farrokhzad-49/+13
2019-07-06Rollup merge of #62264 - RalfJung:inline-forcing, r=zackmdavisMazdak Farrokhzad-64/+68
2019-07-06Rollup merge of #62257 - RalfJung:miri-c-str, r=estebankMazdak Farrokhzad-0/+10
2019-07-06Rollup merge of #62245 - RalfJung:miri-extra-fn, r=eddyb,zackmdavisMazdak Farrokhzad-85/+165
2019-07-05Rollup merge of #62369 - JohnTitor:remove-compile-pass, r=petrochenkovMazdak Farrokhzad-2/+2
2019-07-05Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=ZoxcMazdak Farrokhzad-19/+19
2019-07-05Rollup merge of #62158 - christianpoveda:ecx-memory-extra, r=RalfJungMazdak Farrokhzad-7/+17
2019-07-05Rollup merge of #62110 - nnethercote:improve-Ztime-passes, r=ZoxcMazdak Farrokhzad-17/+1
2019-07-05Rollup merge of #61545 - flip1995:internal_lints, r=oli-obkMazdak Farrokhzad-1/+0
2019-07-06Remove compile-pass from error codes' explanationYuki Okushi-2/+2
2019-07-05Rollup merge of #62388 - rust-lang:fix-loop-break-mir-generation, r=eddybMazdak Farrokhzad-21/+28
2019-07-05Remove `solve_nll_region_constraints` measurements from `-Ztime-passes` output.Nicholas Nethercote-17/+1
2019-07-04Break out of the correct number of scopes in loopsMatthew Jasper-21/+28
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-19/+19
2019-07-04improve validity error range printing for singleton rangesRalf Jung-8/+9
2019-07-04turns out that dangling pointer branch is dead code; remove it and improve th...Ralf Jung-12/+9
2019-07-04use get_size_and_align to test if an allocation is liveRalf Jung-11/+10
2019-07-04organize methods a bit betterRalf Jung-36/+38
2019-07-04more inliningRalf Jung-6/+8
2019-07-04make Memory::get_fn take a Scalar like most of the Memory API surfaceRalf Jung-9/+10
2019-07-04fix for tidyRalf Jung-1/+1
2019-07-04fix determinig the size of foreign static allocationsRalf Jung-5/+19
2019-07-04add machine hook to handle calls to 'extra' function valuesRalf Jung-1/+26
2019-07-04Add basic support for "other" kinds of values for function pointers, determin...Ralf Jung-64/+107
2019-07-04Go back to just passing MemoryExtra to the machine-level allocation hooksRalf Jung-13/+13
2019-07-04Machine: make self-like parameters come firstRalf Jung-16/+16
2019-07-04Fix merge conflictsChristian Poveda-374/+1201
2019-07-04Rollup merge of #62295 - RalfJung:miri-realloc, r=cramertjMazdak Farrokhzad-6/+9
2019-07-04Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=...Mazdak Farrokhzad-3/+4
2019-07-04Rollup merge of #62173 - RalfJung:miri-interp, r=oli-obkMazdak Farrokhzad-70/+70
2019-07-04Rollup merge of #62039 - jeremystucki:needless_lifetimes, r=eddybMazdak Farrokhzad-57/+57
2019-07-03Auto merge of #62335 - Mark-Simulacrum:rollup-0pcaz5a, r=Mark-Simulacrumbors-9/+17
2019-07-03Rollup merge of #62229 - christianpoveda:intptrcast-explicit-casts, r=RalfJungMark Rousskov-9/+17
2019-07-03Auto merge of #61995 - eddyb:hir-sep-ptr, r=petrochenkovbors-3/+3
2019-07-03Remove needless lifetimesJeremy Stucki-22/+22
2019-07-03Remove needless lifetimesJeremy Stucki-1/+1
2019-07-03Remove needless lifetimesJeremy Stucki-1/+1
2019-07-03Remove needless lifetimesJeremy Stucki-11/+11