about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-10Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature.Nicholas Nethercote-11/+11
2018-12-09Fix typoBeatButton-1/+1
2018-12-09Add lint for items deprecated in futureaheart-15/+80
2018-12-09Fix rebase + Add missing `// force-host`Vadim Petrochenkov-3/+4
2018-12-09Remove compile-fail-fulldeps test suiteVadim Petrochenkov-13/+3
2018-12-09Move some tests from ui-fulldeps to uiVadim Petrochenkov-15/+0
2018-12-09Move compile-fail-fulldeps tests to ui-fulldepsVadim Petrochenkov-99/+444
2018-12-09Move former compile-fail-fulldeps tests to uiVadim Petrochenkov-46/+662
2018-12-09avoid as_leaf_mut asserting exclusive accessRalf Jung-30/+33
2018-12-09fix BTree creating shared references that are not entirely in-boundsRalf Jung-29/+86
2018-12-09Auto merge of #56631 - matthiaskrgr:clippy, r=nikicbors-14/+14
2018-12-09Bump minimum required LLVM version to 6.0Nikita Popov-64/+13
2018-12-09Auto merge of #56630 - sinkuu:core_iter, r=kennytmbors-22/+39
2018-12-09Add FreeBSD unsigned char platforms to std::os::rawmyfreeweb-0/+8
2018-12-08Auto merge of #56615 - integer32llc:update-book, r=GuillaumeGomezbors-0/+0
2018-12-08Auto merge of #56616 - estebank:issue-56539, r=davidtwcobors-2/+9
2018-12-08fix span for invalid number of parameters in trait methodGuillaume Gomez-11/+61
2018-12-08rustdoc: Fix local reexports of proc macrosOliver Middleton-4/+19
2018-12-08Fix right arrow size for crate filterGuillaume Gomez-1/+1
2018-12-09Don't call size_hint of underlying iterator needlesslyShotaro Yamada-2/+10
2018-12-09Resolve FIXME and cleanupShotaro Yamada-20/+8
2018-12-09Override Cycle::try_foldShotaro Yamada-0/+21
2018-12-08Reduce the numbers of syn versions compiled from 4 to 2Bastien Orivel-1/+1
2018-12-08submodules: update clippy from 1df5766c to a3c77f6aMatthias Krüger-14/+14
2018-12-08Add Arc/Rc Eq testsThomas Heck-0/+84
2018-12-08Use private trait for Rc/Arc Eq specializationThomas Heck-37/+74
2018-12-08Short-circuit Rc/Arc equality checking on equal pointers where T: EqJo Liss-5/+46
2018-12-08update miriRalf Jung-13/+15
2018-12-08Rollup merge of #56621 - Morganamilo:fix-generators-comma, r=CentrilMazdak Farrokhzad-1/+1
2018-12-08Rollup merge of #56620 - petrochenkov:noclutter, r=estebankMazdak Farrokhzad-40/+30
2018-12-08Rollup merge of #56602 - dwijnand:fix-ptr-hash-docs, r=CentrilMazdak Farrokhzad-2/+5
2018-12-08Rollup merge of #56599 - dlrobertson:fix_va_arg, r=eddybMazdak Farrokhzad-10/+28
2018-12-08Rollup merge of #56597 - vext01:dump-mir-usage, r=wesleywiserMazdak Farrokhzad-1/+7
2018-12-08Rollup merge of #56248 - estebank:suggest-bare-pub, r=petrochenkovMazdak Farrokhzad-31/+124
2018-12-08Add missing comma in Generatorsmorganamilo-1/+1
2018-12-08Auto merge of #56578 - alexreg:cosmetic-1, r=alexregbors-2234/+2187
2018-12-08Fixed nll stderr file.Alexander Regueiro-1/+1
2018-12-08resolve: Reduce some clutter in import ambiguity errorsVadim Petrochenkov-40/+30
2018-12-07Fixed line numbers in stderr file.Alexander Regueiro-2/+2
2018-12-07Fixed test stderr files.Alexander Regueiro-160/+86
2018-12-07Fixed incorrect reference to issue #23121.Alexander Regueiro-1/+1
2018-12-07Fixed more imports and variable names.Alexander Regueiro-5/+4
2018-12-07Re-added accidentally-removed imports.Alexander Regueiro-2/+6
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-2317/+2341
2018-12-07Auto merge of #56258 - euclio:fs-read-write, r=eucliobors-235/+137
2018-12-07codegen: Fix va_list - aaarch64 iOS/WindowsDan Robertson-10/+28
2018-12-07Encode `TraitAlias` as if they were `Trait`Esteban Küber-2/+9
2018-12-07Update the book to fix some edition-related bugsCarol (Nichols || Goulding)-0/+0
2018-12-07Fix broken doc testCorey Farwell-1/+1
2018-12-07Auto merge of #56502 - Zoxc:hir-func, r=eddybbors-1210/+1220