about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-19Rollup merge of #56948 - jethrogb:jb/update-llvm, r=nikicPietro Albini-0/+0
2018-12-19Rollup merge of #56947 - hsivonen:neon, r=alexcrichtonPietro Albini-2/+114
2018-12-19Rollup merge of #56918 - ljedrz:profiler_nits, r=wesleywiserPietro Albini-62/+57
2018-12-19Rollup merge of #56913 - tirr-c:uefi-stack-probes, r=alexcrichtonPietro Albini-0/+1
2018-12-19Rollup merge of #56910 - estebank:unclosed-eof, r=oli-obkPietro Albini-1/+28
2018-12-19Rollup merge of #56908 - alexcrichton:new-features, r=oli-obkPietro Albini-1/+8
2018-12-19Rollup merge of #56907 - rumajo:master, r=kennytm,CentrilPietro Albini-5/+5
2018-12-19Rollup merge of #56881 - Amanieu:ordering_eq, r=alexcrichtonPietro Albini-1/+1
2018-12-19Rollup merge of #56820 - ljedrz:format_tweaks, r=alexcrichtonPietro Albini-81/+55
2018-12-19Rollup merge of #56772 - pnkfelix:issue-54153-linkage-sometimes-requires-opti...Pietro Albini-0/+5
2018-12-19Rollup merge of #56689 - QuietMisdreavus:rustdoc-lint-group, r=pnkfelixPietro Albini-3/+90
2018-12-19Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelixPietro Albini-84/+84
2018-12-19Rollup merge of #56363 - Lucretiel:patch-3, r=shepmasterPietro Albini-13/+10
2018-12-19Auto merge of #56550 - chpio:rc-eq, r=alexcrichtonbors-6/+168
2018-12-19make basic CTFE tracing available on release buildsRalf Jung-7/+7
2018-12-19Fix tidy errorWilliam Brown-1/+2
2018-12-19Set constness correctlyGuillaume Gomez-6/+12
2018-12-19Revert "FIXME(53451) remove fixme and unnecessary pubs"Niv Kaminer-5/+10
2018-12-19Add more VecDeque::rotate_{left|right} testsScott McMurray-1/+136
2018-12-19FIXME(53451) remove fixme and unnecessary pubsNiv Kaminer-10/+5
2018-12-19FIXME(52456) remove fixme and combine all extern items in one blockNiv Kaminer-26/+6
2018-12-19FIXME(RFC1868) point the fixme to the tracking issueNiv Kaminer-1/+2
2018-12-19FIXME(2665) remove fixme since the c files are included by the testsuiteNiv Kaminer-5/+1
2018-12-19FIXME(47184) update fixmes to point to issues specific to themNiv Kaminer-2/+2
2018-12-19FIXME(45992) remove fixme since the lint is being testedNiv Kaminer-1/+0
2018-12-19FIXME(31702) remove fixme, move auxiliaries to the right place and fix hr_lif...Niv Kaminer-6/+1
2018-12-19FIXME(21232) update fixme to point to the open issue about accepting partial ...Niv Kaminer-1/+1
2018-12-19FIXME(49824) remove fixme because there is no free region error anymoreNiv Kaminer-6/+5
2018-12-19FIXME(44217) remove fixme because the allocator logic was removed, but platfo...Niv Kaminer-1/+1
2018-12-19FIXME(49821) remove fixme since a tip about let binding is givenNiv Kaminer-4/+2
2018-12-19FIXME(45827) remove comment since errors are reportedNiv Kaminer-12/+6
2018-12-19Auto merge of #56397 - petrhosek:file-search, r=cramertjbors-5/+46
2018-12-19Revert "Remove some dead code from `sgx`"Jethro Beekman-0/+15
2018-12-19SGX target: fix docs buildJethro Beekman-2/+2
2018-12-19Show platform-specific modules in `std::os` when building those platformsJethro Beekman-17/+16
2018-12-18Remove now stray commentAlex Crichton-7/+0
2018-12-18Remove no longer working testAlex Crichton-181/+0
2018-12-19Updates based on commentWilliam Brown-8/+4
2018-12-19Extend documentation for mem uninit to discuss partial allocation of the valuesWilliam Brown-0/+42
2018-12-18Search other library paths when loking for link objectsPetr Hosek-5/+46
2018-12-19add comment about subtypingAriel Ben-Yehuda-0/+4
2018-12-19Replace current crate's searchIndex when regeneratingGuillaume Gomez-2/+2
2018-12-18Fix string for array access suggestionvarkor-1/+15
2018-12-18Fix string for raw pointer deref suggestionvarkor-5/+33
2018-12-18Replace "native pointer" in error message with "raw pointer"varkor-4/+4
2018-12-18Fix mobile menu rendering collision with tooltip.John Heitmann-1/+1
2018-12-18Avoid using open_global_nowAlex Crichton-1/+1
2018-12-18Auto merge of #56863 - arielb1:supertrait-self-4, r=nikomatsakisbors-3/+193
2018-12-18Don't render const keyword on stableGuillaume Gomez-2/+45
2018-12-18Mark tuple structs as live if their constructors are usedOliver Scherer-43/+61