about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-05-05Rollup merge of #84913 - estebank:issue-84831, r=varkorRalf Jung-1/+19
2021-05-05Rollup merge of #84903 - hyd-dev:dead-check-in-alloc-msg, r=RalfJungRalf Jung-5/+0
2021-05-05Rollup merge of #84808 - estebank:issue-84769, r=petrochenkovRalf Jung-1/+5
2021-05-05Rollup merge of #84803 - jyn514:duplicate-macros, r=petrochenkovRalf Jung-57/+61
2021-05-05Auto merge of #84794 - ChrisDenton:dedup-native-libs, r=petrochenkovbors-0/+8
2021-05-05Auto merge of #84915 - Mark-Simulacrum:bitset-xor-eq, r=jackh726bors-3/+7
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-13/+0
2021-05-04Change bitwise operator to more easily keep data in vector registersMark Rousskov-3/+7
2021-05-04Do not ICE on invalid const paramEsteban Küber-1/+19
2021-05-04Remove `rustc_middle::mir::interpret::CheckInAllocMsg::NullPointerTest`hyd-dev-5/+0
2021-05-04Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakisbors-54/+176
2021-05-04Auto merge of #84833 - Mark-Simulacrum:thread-local-consts, r=varkorbors-6/+8
2021-05-04Auto merge of #84472 - Aaron1011:conservative-paramenv-and, r=lcnrbors-2/+19
2021-05-03Auto merge of #84862 - GuillaumeGomez:rollup-cbc93h4, r=GuillaumeGomezbors-8/+6
2021-05-03Rollup merge of #84854 - hi-rustin:rustin-patch-E0761, r=varkorGuillaume Gomez-8/+6
2021-05-03use full path for E0761hi-rustin-7/+5
2021-05-03parser: Remove support for inner attributes on non-block expressionsVadim Petrochenkov-36/+13
2021-05-03use double quotes for E0761hi-rustin-1/+1
2021-05-03Auto merge of #84842 - blkerby:null_lowercase, r=joshtriplettbors-22/+22
2021-05-02Change 'NULL' to 'null'Brent Kerby-22/+22
2021-05-03Rollup merge of #84818 - ABouttefeux:enum-suggest, r=jackh726Dylan DPC-12/+31
2021-05-03Rollup merge of #84784 - JulianKnodt:suggest_const, r=lcnrDylan DPC-3/+12
2021-05-03Rollup merge of #84072 - nagisa:target-family-two-the-movie, r=petrochenkovDylan DPC-30/+37
2021-05-03Set target_family="wasm" for wasm targetsSimonas Kazlauskas-1/+2
2021-05-02Use new thread-local const-initMark Rousskov-6/+8
2021-05-02Rollup merge of #84821 - jyn514:fix-nit, r=Mark-SimulacrumDylan DPC-1/+1
2021-05-02Rollup merge of #84752 - lrh2000:generator-debuginfo, r=tmandryDylan DPC-30/+34
2021-05-02Rollup merge of #84392 - dario23:fmt-assert-args-pub, r=varkor,RalfJungDylan DPC-1/+1
2021-05-02Rollup merge of #84358 - sexxi-goose:print_captures_borrowck_rebased, r=nikom...Dylan DPC-80/+210
2021-05-02Fix nit in rustc_session::optionsJoshua Nelson-1/+1
2021-05-02add suggestion for unit enum variant when matched with a paternAliénore Bouttefeux-12/+31
2021-05-02Auto merge of #84802 - jyn514:option-dead-code, r=Mark-Simulacrumbors-429/+453
2021-05-02Auto merge of #84805 - Mark-Simulacrum:no-dup-extend, r=cjgillotbors-8/+5
2021-05-01Account for unsatisfied bounds in E0599Esteban Küber-1/+5
2021-05-01Avoid generating QueryMap::extend for each key typeMark Rousskov-8/+5
2021-05-01Reduce duplication in `impl_dep_tracking_hash` macrosJoshua Nelson-57/+61
2021-05-01Remove unused macro parametersJoshua Nelson-3/+3
2021-05-01Remove unused `parse_pathbuf_push` functionJoshua Nelson-12/+0
2021-05-01Don't recompile the same functions for each debugging optionJoshua Nelson-412/+461
2021-05-01add docstrings and add issue to FIXMEsChris Pardy-3/+5
2021-05-01Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rsChrisPardy-1/+1
2021-05-01Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rsChrisPardy-1/+1
2021-05-01Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rsChrisPardy-2/+2
2021-05-01Closure capture borrow diagnostics for disjoint capturesChris Pardy-80/+208
2021-05-01Remove unused parse_opt_list functionJoshua Nelson-13/+0
2021-05-01Add help message for unused type paramkadmin-3/+12
2021-05-01Auto merge of #84410 - BoxyUwU:blue, r=varkorbors-10/+12
2021-05-01Make `TypeFoldable::is_global()` false when fresh tys/consts are presentAaron Hill-2/+19
2021-05-01Deduplicate native libs before they are passed to the linkerChris Denton-0/+8
2021-05-01Auto merge of #83114 - cjgillot:hop, r=eddybbors-257/+276