about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-09-21Auto merge of #74040 - lcnr:const-occurs-check, r=nikomatsakisbors-0/+205
2020-09-21add testsBastian Kauschke-0/+205
2020-09-21Auto merge of #77004 - RalfJung:rollup-usac4nv, r=RalfJungbors-176/+236
2020-09-21Rollup merge of #77000 - RalfJung:miri, r=RalfJungRalf Jung-8/+8
2020-09-21Rollup merge of #76961 - bugadani:test-34634, r=Mark-SimulacrumRalf Jung-0/+16
2020-09-21Rollup merge of #76959 - est31:write, r=oli-obkRalf Jung-2/+2
2020-09-21Rollup merge of #76628 - jyn514:default-config-files, r=Mark-SimulacrumRalf Jung-25/+103
2020-09-21Rollup merge of #76135 - CDirkx:const-option, r=dtolnay,oli-obkRalf Jung-141/+107
2020-09-21Auto merge of #76843 - kornelski:longtypetofile, r=ecstatic-morsebors-14/+31
2020-09-21update MiriRalf Jung-8/+8
2020-09-21Auto merge of #76806 - jethrogb:jb/update-llvm, r=cuviperbors-0/+0
2020-09-21Auto merge of #76295 - mati865:remove-mmx, r=Amanieu,oli-obkbors-33/+4
2020-09-21Let user see the full type of type-length limit errorKornel Lesiński-14/+31
2020-09-20Auto merge of #76544 - Mark-Simulacrum:less-python, r=alexcrichtonbors-20/+58
2020-09-21Remove `can_suggest` from Clippy.Christiaan Dirkx-62/+16
2020-09-20Update Clippy testcasesChristiaan Dirkx-65/+91
2020-09-20Move const tests for `Option` to `library\core`Christiaan Dirkx-12/+0
2020-09-20Stabilize some Option methods as constCDirkx-2/+0
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-20Add sample defaults for config.tomlJoshua Nelson-25/+103
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-20Remove MMX from RustMateusz Mikuła-33/+4
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-20Add test for issue #34634Dániel Buga-0/+16
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-20Replace write_fmt with write!est31-2/+2
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