about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-09Suggest calling function on type error when finding bare fnEsteban Küber-12/+124
2019-08-09Change wording for function without return valueEsteban Küber-21/+21
2019-08-09Be more accurate when mentioning type of found match armsEsteban Küber-28/+51
2019-08-09Do not suggest using ! with breakEsteban Küber-4/+2
2019-08-09Tweak mismatched types error on break expressionsEsteban Küber-22/+57
2019-08-09Auto merge of #63408 - Centril:rollup-skqrez3, r=Centrilbors-99/+538
2019-08-09Rollup merge of #63407 - RalfJung:miri-test-sizes, r=CentrilMazdak Farrokhzad-1/+28
2019-08-09Rollup merge of #63404 - RalfJung:flt2dec, r=CentrilMazdak Farrokhzad-7/+42
2019-08-09Rollup merge of #63403 - sntdevco:master, r=CentrilMazdak Farrokhzad-11/+11
2019-08-09Rollup merge of #63397 - JohnTitor:add-tests-for-ices, r=CentrilMazdak Farrokhzad-0/+94
2019-08-09Rollup merge of #63114 - matthewjasper:hygienic-format-args, r=petrochenkovMazdak Farrokhzad-63/+310
2019-08-09Rollup merge of #62950 - mati865:linkcheck, r=alexcrichtonMazdak Farrokhzad-13/+36
2019-08-09Rollup merge of #62672 - lzutao:deprecated-try-macro, r=CentrilMazdak Farrokhzad-4/+17
2019-08-09explain Miri disablingRalf Jung-1/+1
2019-08-09Don't use associated type bounds in docs until it is stableIlija Tovilo-3/+2
2019-08-09reduce some test sizes in MiriRalf Jung-0/+27
2019-08-09Add missing #![feature(associated_type_bounds)]Ilija Tovilo-0/+4
2019-08-09Miri is really slowRalf Jung-4/+5
2019-08-09Check links on all platforms when running locallyMateusz Mikuła-13/+36
2019-08-09Auto merge of #63302 - nikic:bump-llvm, r=alexcrichtonbors-0/+0
2019-08-09enable flt2dec tests in MiriRalf Jung-7/+41
2019-08-09Merge pull request #1 from rust-lang/masterSayan Nandan-179293/+235432
2019-08-09Improve tests for liballoc/btree/setSayan Nandan-2/+2
2019-08-09Improve tests for libcore/sliceSayan Nandan-8/+8
2019-08-09Improve test output for libcore/timeSayan Nandan-3/+1
2019-08-09Auto merge of #61937 - AaronKutch:master, r=scottmcmbors-69/+216
2019-08-09Allow deprecated try macro in test cratesLzu Tao-10/+13
2019-08-09Postpone deprecating try! until 1.39.0Lzu Tao-2/+3
2019-08-09Deprecate `try!` macroBO41-8/+17
2019-08-08Try to fix test on Windows.Joel Galenson-2/+2
2019-08-09Rollup merge of #63387 - Centril:async-block-control-flow-tests, r=cramertjMazdak Farrokhzad-0/+146
2019-08-09Rollup merge of #63381 - matklad:reduce-visibility, r=CentrilMazdak Farrokhzad-2/+2
2019-08-09Rollup merge of #63374 - RalfJung:pin-packed, r=cramertjMazdak Farrokhzad-1/+2
2019-08-09Rollup merge of #63373 - RalfJung:gitignore, r=alexcrichtonMazdak Farrokhzad-46/+0
2019-08-09Rollup merge of #63289 - kornelski:missingcrate, r=zackmdavisMazdak Farrokhzad-27/+27
2019-08-09Rollup merge of #63162 - RalfJung:miri-xargo, r=alexcrichtonMazdak Farrokhzad-58/+94
2019-08-09Add test for issue-44405Yuki Okushi-0/+33
2019-08-09Add test for issue-43623Yuki Okushi-0/+61
2019-08-08Add test for issue 36804Jack-0/+31
2019-08-09Test interaction btw async blocks and ?, return, break.Mazdak Farrokhzad-0/+146
2019-08-08Use associated_type_bounds where applicable - closes #61738Ilija Tovilo-124/+169
2019-08-08remove confusing remarkRalf Jung-1/+1
2019-08-08Explain why we're sorting the modules.Joel Galenson-0/+1
2019-08-08update miriRalf Jung-8/+9
2019-08-08don't set RUSTC_DEBUG_ASSERTIONS here; let cargo-miri do thatRalf Jung-2/+0
2019-08-08install and use xargo inside the build dirRalf Jung-0/+4
2019-08-08let us try to find out where that panic is coming fromRalf Jung-0/+2
2019-08-08dont test Miri by default (also be more verbose when being verbose)Ralf Jung-1/+1
2019-08-08more commentsRalf Jung-0/+1
2019-08-08remove test-miri flag from bootstrapRalf Jung-18/+2