summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-09-23[stable] 1.38.0 releaseMark Rousskov-1/+1
2019-09-21ci: split aws credentials in two separate users with scoped permsPietro Albini-7/+10
2019-09-21Regression tests for fn ptr and `#[structural_match]` as discussed in #63479.Felix S. Klock II-0/+171
2019-09-21Make fn ptr always structural match, regardless of whether formal types are.Felix S. Klock II-1/+7
2019-09-13Update LLVM submoduleNikita Popov-0/+0
2019-09-13Include compiler-rt in the source tarballMatthew Maurer-0/+1
2019-09-13Update xLTO compatibility table in rustc book.Michael Woerister-0/+1
2019-09-13Turn `soft_unstable` into a future-compatibility lintVadim Petrochenkov-1/+9
2019-09-13Support "soft" feature-gating using a lintVadim Petrochenkov-27/+58
2019-09-13add regression testEsteban Küber-0/+32
2019-09-13Account for doc comments coming from proc macros without spansEsteban Küber-13/+14
2019-09-13pprust: Do not print spaces before some tokensVadim Petrochenkov-15/+24
2019-09-13Force #[unwind(aborts)] in test/codegen/c-variadic.rsJosh Stone-0/+6
2019-09-13Revert "Allow a dirty MirBuilt for make_extern and make_method_extern"Josh Stone-2/+2
2019-09-13Permit unwinding through FFI by defaultMark Rousskov-1/+3
2019-09-03bump clippyPietro Albini-12/+21
2019-09-02Rollup merge of #64046 - Mark-Simulacrum:beta-next, r=pietroalbiniPietro Albini-3/+3
2019-09-02expand: Do not do questionable span adjustment before eagerly expanding an ex...Vadim Petrochenkov-15/+3
2019-09-02expand: Keep the correct current expansion ID for eager expansionsVadim Petrochenkov-8/+15
2019-09-02Add a regression test for issue #63460Vadim Petrochenkov-0/+22
2019-09-02Add a test for an opaque macro eagerly expanding its argumentsVadim Petrochenkov-0/+26
2019-09-02ci: move libc mirrors to the rust-lang-ci-mirrors bucketPietro Albini-1/+1
2019-09-02debuginfo: always include disambiguator in type namesPhilip Craig-20/+18
2019-09-02debuginfo: give unique names to closure and generator typesPhilip Craig-5/+72
2019-09-02Update rust-installer to limit memory useJosh Stone-0/+0
2019-08-31Use released stable for betaMark Rousskov-3/+3
2019-08-27[BETA] Update cargoEric Huss-0/+0
2019-08-21ci: move mirrors to their standalone bucketPietro Albini-23/+25
2019-08-21review commentsEsteban Küber-12/+9
2019-08-21review comment: remove unecessary error in testEsteban Küber-12/+4
2019-08-21Do not ICE when synthesizing spans falling inside unicode charsEsteban Küber-0/+28
2019-08-13prepare beta for rust 1.38.0Pietro Albini-5/+5
2019-08-12Auto merge of #63483 - RalfJung:invalid-value, r=Centrilbors-74/+224
2019-08-12more informative error message from invalid_value lintRalf Jung-74/+224
2019-08-12Rollup merge of #63480 - OptimisticPeach:patch-1, r=CentrilMazdak Farrokhzad-1/+1
2019-08-12Rollup merge of #63474 - adamAndMath:master, r=CentrilMazdak Farrokhzad-0/+74
2019-08-12Rollup merge of #63473 - adrian-budau:master, r=CentrilMazdak Farrokhzad-0/+38
2019-08-12Rollup merge of #63461 - tommilligan:doc-var-panic, r=joshtriplettMazdak Farrokhzad-0/+12
2019-08-12Rollup merge of #63449 - petrochenkov:builtinagain, r=eddybMazdak Farrokhzad-37/+20
2019-08-12Rollup merge of #63431 - andjo403:revert_mir_simplification, r=matthewjasperMazdak Farrokhzad-23/+30
2019-08-12Rollup merge of #63406 - jakubadamw:resolve-inconsistent-names-suggest-qualif...Mazdak Farrokhzad-58/+168
2019-08-12Rollup merge of #63297 - RalfJung:ptr_offset, r=dtolnayMazdak Farrokhzad-34/+128
2019-08-12Rollup merge of #62108 - Zoxc:sharded-queries, r=oli-obkMazdak Farrokhzad-26/+28
2019-08-12Fixes #63477OptimisticPeach-1/+1
2019-08-12Auto merge of #63469 - Centril:refactor-parser, r=petrochenkovbors-6192/+6325
2019-08-11Auto merge of #63472 - Xanewok:update-rls, r=Mark-Simulacrumbors-0/+0
2019-08-11Move tests into type-alias-impl-traitAdam-0/+0
2019-08-11Add test for issue 53598 and 57700Adam-0/+74
2019-08-11Regression test for #56870Adrian Budau-0/+38
2019-08-11Rollup merge of #63464 - Mark-Simulacrum:deref-instance, r=eddybMark Rousskov-7/+7