about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-09-20Auto merge of #76544 - Mark-Simulacrum:less-python, r=alexcrichtonbors-20/+58
2020-09-20Specify output directory for bootstrap testsMark Rousskov-0/+5
2020-09-20Provide bootstrap tools with RUSTC in environmentMark Rousskov-3/+9
2020-09-20Discover Rust toolchain without PythonMark Rousskov-12/+36
2020-09-20Remove support for different src directoryMark Rousskov-4/+4
2020-09-20Set BUILD_TRIPLE via build scriptMark Rousskov-2/+5
2020-09-20Auto merge of #76848 - RalfJung:miri, r=RalfJungbors-8/+8
2020-09-20Auto merge of #75119 - simonvandel:early-otherwise, r=oli-obkbors-0/+1046
2020-09-20Auto merge of #76975 - RalfJung:rollup-s2wiuqr, r=RalfJungbors-21/+60
2020-09-20update MiriRalf Jung-8/+8
2020-09-20emit diff after SimplifyBranches-after-copy-propSimon Vandel Sillesen-168/+480
2020-09-20Rollup merge of #76940 - Aaron1011:fix/trait-on-tait, r=oli-obkRalf Jung-0/+37
2020-09-20Rollup merge of #76878 - pietroalbini:version, r=Mark-SimulacrumRalf Jung-21/+23
2020-09-20Auto merge of #76136 - CDirkx:const-result, r=dtolnaybors-187/+97
2020-09-20add cleanup of cfgSimon Vandel Sillesen-104/+103
2020-09-20insert storageDead for not equal tempSimon Vandel Sillesen-0/+10
2020-09-20correct commentSimon Vandel Sillesen-992/+0
2020-09-20blessSimon Vandel Sillesen-349/+265
2020-09-20replace usize with u32 to make it easier to blessSimon Vandel Sillesen-18/+15
2020-09-20New MIR optimization pass to reduce branches on match of tuples of enumsSimon Vandel Sillesen-0/+1804
2020-09-20Auto merge of #76964 - RalfJung:rollup-ybn06fs, r=RalfJungbors-30/+32
2020-09-20Update src/tools/clippy/clippy_lints/src/matches.rsCDirkx-1/+1
2020-09-20Rollup merge of #76800 - jyn514:usage, r=Mark-SimulacrumRalf Jung-30/+32
2020-09-20Auto merge of #74949 - oli-obk:validate_const_eval_raw, r=RalfJungbors-160/+136
2020-09-20Remove `can_suggest` check for `is_ok` and `is_err`.Christiaan Dirkx-4/+4
2020-09-20Make codegen test bitwidth-independentOliver Scherer-2/+2
2020-09-20Auto merge of #76411 - RalfJung:promote-in-const-fn, r=ecstatic-morsebors-15/+55
2020-09-20Auto merge of #75346 - davidtwco:issue-69925-polymorphic-instancedef-fnptrshi...bors-2/+2
2020-09-20Auto merge of #72632 - jonas-schievink:dest-prop, r=oli-obkbors-455/+852
2020-09-20Update Clippy testcasesChristiaan Dirkx-183/+93
2020-09-19Don't allow implementing trait directly on type-alias-impl-traitAaron Hill-0/+37
2020-09-19cleanup promotion const_kind checksRalf Jung-15/+55
2020-09-19Rollup merge of #76798 - alistair23:alistair/rv32-linux, r=jyn514Ralf Jung-0/+1
2020-09-19Rollup merge of #76796 - jyn514:wrong-stage, r=shepmasterRalf Jung-1/+7
2020-09-19Rollup merge of #76749 - guswynn:hir_ranges, r=estebankRalf Jung-2/+29
2020-09-19Rollup merge of #76434 - RalfJung:black-box, r=Mark-SimulacrumRalf Jung-18/+13
2020-09-19Rollup merge of #75580 - JulianKnodt:or_pattern, r=wesleywiserRalf Jung-0/+108
2020-09-19Reflect the "do not call this query directly" mentality in its nameOliver Scherer-2/+2
2020-09-19Update incremental testsOliver Scherer-1/+1
2020-09-19Update compile-fail testsOliver Scherer-1/+1
2020-09-19Address review commentsOliver Scherer-95/+100
2020-09-19Fix rebase fallout and make the test work with debug infoOliver Scherer-3/+3
2020-09-19We can make const eval sound, it's just super expensiveOliver Scherer-7/+3
2020-09-19Clarify a statement in UB testOliver Scherer-1/+3
2020-09-19Update codegen testsOliver Scherer-3/+3
2020-09-19Stop using the `const_eval` query for initializers of staticsOliver Scherer-32/+16
2020-09-19Validate constants during `const_eval_raw`Oliver Scherer-28/+17
2020-09-19Auto merge of #76856 - jonas-schievink:dist-rustc-src, r=Mark-Simulacrumbors-0/+12
2020-09-18Auto merge of #76782 - lzutao:rd-cap, r=jyn514bors-6/+8
2020-09-18Properly inherit conflicts when merging localsJonas Schievink-0/+24