about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-02-13Rollup merge of #57815 - dotdash:asserts, r=sfacklerMazdak Farrokhzad-4/+16
2019-02-13Rollup merge of #57693 - king6cong:word, r=CentrilMazdak Farrokhzad-1/+1
2019-02-12compute is_partial_move outside of the move_site loop for clarityClint Frederickson-2/+9
2019-02-12Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichtonbors-199/+326
2019-02-12[CI] Update dist-x86_64-linux to GCC 5.5Josh Stone-22/+12
2019-02-13Add Instant::checked_duration_since, address #58402.Vitaly _Vi Shukela-0/+31
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-2822/+2850
2019-02-12respect alternate flag when formatting impl traitAndy Russell-30/+43
2019-02-12Check user type annotations for range patterns.David Wood-85/+176
2019-02-12[CI] Update crosstool-ng builders to GCC 5.2Josh Stone-89/+300
2019-02-12Fix some rebasing fallout regarding xLTO.Michael Woerister-1/+1
2019-02-12Add riscv64gc-unknown-none-elf targetVadim Kaushan-0/+34
2019-02-12Add riscv64imac-unknown-none-elf targetVadim Kaushan-0/+34
2019-02-12Update LLVM: apply patches for RISC-V 64-bit supportVadim Kaushan-0/+0
2019-02-13Fix rebase failTaiki Endo-1/+1
2019-02-13Cleanup importsTaiki Endo-69/+72
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-82/+72
2019-02-12Fix rustc_driver swallowing errors when compilation is stoppedgnzlbg-0/+5
2019-02-12Remove some dead code from libcoregnzlbg-14/+0
2019-02-12Add documentation about -Clinker-plugin-lto to rustc book.Michael Woerister-1/+110
2019-02-12use Ubuntu keyserver for CloudABI portsAndy Russell-5/+4
2019-02-12Added tests.Alexander Regueiro-0/+21
2019-02-12Stabilize linker-plugin based LTO.Michael Woerister-59/+61
2019-02-12Permit issue posting to have network failuresOliver Scherer-4/+12
2019-02-12rustc: Implement incremental "fat" LTOAlex Crichton-83/+246
2019-02-12Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkovbors-512/+622
2019-02-12Add doctests for str::escape_*Simon Sapin-3/+93
2019-02-12Make the prema-unstable char::escape_debug_ext method crate-privateSimon Sapin-3/+1
2019-02-12Move str::escape_* to libcoreSimon Sapin-165/+169
2019-02-12Stabilize str::escape_* methodsSimon Sapin-20/+7
2019-02-12New return types for str::escape_* that impl Display and Iterator<char>Simon Sapin-46/+132
2019-02-12Add internal impl_fn_for_zst macro for "named closure types"Simon Sapin-113/+75
2019-02-12Doc rewordingking6cong-1/+1
2019-02-12Auto merge of #57388 - euclio:runmake-explicit-ignore, r=kennytmbors-297/+127
2019-02-11Use less explicit shifting in std::net::ipScott McMurray-25/+58
2019-02-12Auto merge of #58389 - Centril:rollup, r=Centrilbors-2145/+2104
2019-02-12Set the query in the ImplicitCtxt before trying to mark it greenJohn Kåre Alsaker-58/+73
2019-02-12Rollup merge of #58382 - euclio:unix-ext, r=dtolnayMazdak Farrokhzad-1/+1
2019-02-12Rollup merge of #58367 - nnethercote:rm-two-dead-funcs, r=alexcrichtonMazdak Farrokhzad-33/+0
2019-02-12Rollup merge of #58342 - taiki-e:nll, r=matthewjasperMazdak Farrokhzad-0/+21
2019-02-12Rollup merge of #58322 - taiki-e:librustc_codegen_ssa-2018, r=petrochenkovMazdak Farrokhzad-91/+75
2019-02-12Rollup merge of #58318 - taiki-e:libserialize-2018, r=CentrilMazdak Farrokhzad-1609/+1607
2019-02-12Rollup merge of #58313 - matthewjasper:use-question-in-macros, r=oli-obkMazdak Farrokhzad-260/+246
2019-02-12Rollup merge of #58300 - taiki-e:librustc_typeck-2018, r=petrochenkovMazdak Farrokhzad-100/+98
2019-02-12Rollup merge of #58288 - taiki-e:rustc-workspace-hack-2018, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-02-12Rollup merge of #58287 - taiki-e:rustc-std-workspace-core-2018, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-02-12Rollup merge of #58111 - Centril:libterm-2018, r=oli-obkMazdak Farrokhzad-39/+42
2019-02-12Rollup merge of #58105 - Centril:libarena-trans-2018, r=oli-obkMazdak Farrokhzad-10/+11
2019-02-12Auto merge of #58246 - pmccarter:master, r=oli-obkbors-21/+177
2019-02-12Disallow `auto` trait alias syntax.Alexander Regueiro-1/+7