about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-06-14Auto merge of #96591 - b-naber:transition-to-valtrees-in-type-system, r=lcnrbors-641/+1003
2022-06-14rebaseb-naber-82/+36
2022-06-14account for endianness in debuginfo for const argsb-naber-3/+6
2022-06-14rebaseb-naber-3/+5
2022-06-14correctly create Scalar for meta infob-naber-3/+7
2022-06-14address reviewb-naber-107/+70
2022-06-14address reviewb-naber-86/+74
2022-06-14fix clippy test failuresb-naber-1/+9
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-642/+1082
2022-06-14Auto merge of #78781 - eddyb:measureme-rdpmc, r=oli-obkbors-5/+21
2022-06-14Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obkDylan DPC-37/+178
2022-06-14Rollup merge of #97935 - nnethercote:rename-ConstS-val-as-kind, r=lcnrDylan DPC-162/+166
2022-06-14Auto merge of #98041 - jackh726:remove-regionckmode, r=oli-obkbors-80/+52
2022-06-14Rename the `ConstS::val` field as `kind`.Nicholas Nethercote-162/+166
2022-06-14Rollup merge of #97508 - JohnTitor:more-strict-placeholder-dyn-obj, r=pnkfelixYuki Okushi-2/+1
2022-06-14Rollup merge of #97385 - oli-obk:smir-tool-lib, r=pnkfelixYuki Okushi-0/+164
2022-06-14Rollup merge of #95243 - vladimir-ea:compiler_watch_os, r=nagisaYuki Okushi-5/+163
2022-06-14Rollup merge of #95211 - terrarier2111:improve-parser, r=compiler-errorsYuki Okushi-9/+88
2022-06-13Rollup merge of #98043 - TaKO8Ki:remove-unnecessary-to-string, r=davidtwcoMatthias Krüger-331/+278
2022-06-13Rollup merge of #97999 - compiler-errors:type_changin_struct_update_is_probab...Matthias Krüger-1/+1
2022-06-13Rollup merge of #97960 - RalfJung:offset-from, r=oli-obkMatthias Krüger-67/+70
2022-06-13Rollup merge of #97875 - JohnTitor:rm-infer-static-outlives-requirements, r=p...Matthias Krüger-19/+10
2022-06-13Rollup merge of #97709 - compiler-errors:normalize-const-param-ty, r=oli-obkMatthias Krüger-4/+9
2022-06-13Add Apple WatchOS compile targetsVladimir Michael Eatwell-5/+163
2022-06-13Revert "rustc_trait_selection: work around instruction-counting non-determini...Eduard-Mihai Burtescu-6/+0
2022-06-13rustc_trait_selection: work around instruction-counting non-determinism.Eduard-Mihai Burtescu-0/+6
2022-06-13Revert "rustc_parse: work around instruction-counting non-determinism."Eduard-Mihai Burtescu-9/+11
2022-06-13rustc_parse: work around instruction-counting non-determinism.Eduard-Mihai Burtescu-11/+9
2022-06-13Revert "rustc: disable jemalloc's time-delayed purging to remove ASLR-like ef...Eduard-Mihai Burtescu-6/+0
2022-06-13rustc: disable jemalloc's time-delayed purging to remove ASLR-like effects.Eduard-Mihai Burtescu-0/+6
2022-06-13Integrate measureme's hardware performance counter support.Eduard-Mihai Burtescu-5/+21
2022-06-13remove unnecessary `to_string` and `String::new` for `tool_only_span_suggestion`Takayuki Maeda-11/+6
2022-06-13remove unnecessary `to_string` and `String::new`Takayuki Maeda-320/+272
2022-06-13Remove RegionckMode in favor of calling new skip_region_resolutionJack Huey-80/+52
2022-06-13Auto merge of #98037 - compiler-errors:rollup-fbvy456, r=compiler-errorsbors-4/+4
2022-06-12Rollup merge of #98011 - onlineSoftwareDevOK:long-error-explanation-e0208, r=...Michael Goulet-4/+4
2022-06-12Auto merge of #98020 - TaKO8Ki:use-create-snapshot-for-diagnostic-in-rustc-ex...bors-3/+3
2022-06-12Add comment for internal error codesonlinesoftwaredevok-4/+4
2022-06-12Auto merge of #98018 - scottmcm:miri-yeet, r=RalfJungbors-5/+8
2022-06-12Auto merge of #97833 - tmiasko:borrowed-locals, r=nagisabors-140/+30
2022-06-12Improves parser diagnostics, fixes #93867threadexception-9/+88
2022-06-12Rollup merge of #98012 - compiler-errors:poly-trait-refs-are-traits, r=cjgillotDylan DPC-1/+3
2022-06-12Rollup merge of #97991 - davidkna:fix-macos-strip, r=joshtriplettDylan DPC-4/+8
2022-06-12use `create_snapshot_for_diagnostic` instead of `clone`Takayuki Maeda-3/+3
2022-06-11Try out `yeet` in the MIR interpreterScott McMurray-5/+8
2022-06-12Merge arms in borrowed locals transfer functionTomasz Miąsko-7/+1
2022-06-12Remove duplicated implementations of borrowed locals analysisTomasz Miąsko-133/+29
2022-06-12Auto merge of #97778 - compiler-errors:misc-diagnostics-tidy, r=cjgillotbors-197/+283
2022-06-11Address commentsMichael Goulet-85/+131
2022-06-11Properly replace `impl Trait` in fn args, turn {integer} to i32Michael Goulet-12/+27