| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -3/+3 | |
| Preparation for a subsequent change that replaces rustc_target::config::Config with its wrapped Target. On its own, this commit breaks the build. I don't like making build-breaking commits, but in this instance I believe that it makes review easier, as the "real" changes of this PR can be seen much more easily. Result of running: find compiler/ -type f -exec sed -i -e 's/target\.target\([)\.,; ]\)/target\1/g' {} \; find compiler/ -type f -exec sed -i -e 's/target\.target$/target/g' {} \; find compiler/ -type f -exec sed -i -e 's/target.ptr_width/target.pointer_width/g' {} \; ./x.py fmt | ||||
| 2020-09-21 | Rollup merge of #76962 - est31:const_cstr, r=oli-obk | Ralf Jung | -4/+3 | |
| Use const_cstr macro in consts.rs | ||||
| 2020-09-20 | Use const_cstr macro in consts.rs | est31 | -4/+3 | |
| 2020-09-19 | Stop using the `const_eval` query for initializers of statics | Oliver Scherer | -5/+2 | |
| As a side effect, we now represent most promoteds as `ConstValue::Scalar` again. This is useful because all implict promoteds are just references anyway and most explicit promoteds are numeric arguments to `asm!` or SIMD instructions. | ||||
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -1/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+512 | |
