about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/back/command.rs
AgeCommit message (Expand)AuthorLines
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-1/+1
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+1
2019-12-25tidy: change msdn links to newer locationsLzu Tao-2/+2
2019-12-22Format the worldMark Rousskov-15/+11
2019-11-02Remove the `AsRef` impl for `SymbolStr`.Nicholas Nethercote-1/+1
2019-09-13Auto merge of #64254 - aleksijuvani:fix-macos-sysroot, r=alexcrichtonbors-0/+16
2019-09-12Remove env vars instead of setting them to an empty stringAleksi Juvani-0/+16
2019-09-11Use `Symbol` in `Linker`.Nicholas Nethercote-0/+6
2019-08-08Use associated_type_bounds where applicable - closes #61738Ilija Tovilo-2/+2
2019-07-01Convert more usages overChris Gregory-1/+1
2019-02-25librustc_codegen_ssa: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-16Separating the back folder between backend-agnostic and LLVM-specific codeDenis Merigoux-0/+175