about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-21Rollup merge of #53213 - tmccombs:stable-ipconstructors, r=KodrAuskennytm-20/+5
2018-08-20Document Box::into_raw returns non-null ptrEvan Simmons-1/+3
2018-08-20Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddybbors-801/+973
2018-08-20Add a test for skipping all arguments versus just onevarkor-0/+52
2018-08-20Fix diagnostic regressionvarkor-133/+129
2018-08-20Added explicit optimization flag to testDmytro Shynkevych-0/+2
2018-08-20Revert accidental submodule changeDmytro Shynkevych-0/+0
2018-08-20Replace usages of ptr::offset with ptr::{add,sub}.Corey Farwell-148/+148
2018-08-20bootstrap: Never compiler llvm-emscripten with ThinLTO.Michael Woerister-1/+1
2018-08-20Compile LLVM with ThinLTO for x86_64 Linux dist builds.Michael Woerister-1/+4
2018-08-20Build LLD in addition to Clang in Linux CIMichael Woerister-0/+6
2018-08-20bootstrap: Allow for building LLVM with ThinLTO.Michael Woerister-4/+58
2018-08-20bootstrap: Allow to invoke cargo with the Usage: rustc [OPTIONS] INPUTMichael Woerister-2/+2
2018-08-20bootstrap: Allow to specify ranlib tool used when compiling C++ code.Michael Woerister-0/+18
2018-08-20Auto merge of #47562 - Centril:feature/core_convert_id, r=oli-obkbors-0/+107
2018-08-20Set applicability for more suggestions.Sébastien Duquette-125/+217
2018-08-20core::convert::identity: fix issue number to #53500Mazdak Farrokhzad-1/+1
2018-08-19Buffer LLVM's object output streamAlex Crichton-1/+2
2018-08-20Auto merge of #53519 - Manishearth:clippyup, r=eddybbors-5/+19
2018-08-20Renamed test to match actual issue numberDmytro Shynkevych-0/+0
2018-08-20Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet.Nicholas Nethercote-114/+111
2018-08-20Merge `IdxSet` and `IdxSetBuf`.Nicholas Nethercote-88/+5
2018-08-20Convert `AllSets::on_entry_sets` to a `Vec<IdxSetBuf<E>>`.Nicholas Nethercote-40/+14
2018-08-19Update clippyManish Goregaokar-5/+19
2018-08-20Auto merge of #52101 - japaric:linker-flavor, r=alexcrichtonbors-44/+133
2018-08-19Switch out another use of `do catch`Scott McMurray-2/+10
2018-08-20resolve: Continue search in outer scopes after applying derive resolution fal...Vadim Petrochenkov-11/+38
2018-08-20Force-inline `shallow_resolve` at its hottest call site.Nicholas Nethercote-2/+11
2018-08-19Make a try-blocks folder for all the try{} UI testsScott McMurray-0/+168
2018-08-19Update try-block tests to work under NLLScott McMurray-6/+14
2018-08-19Rename `catch_expr` feature to `try_blocks`Scott McMurray-17/+16
2018-08-19Suggest `try` if someone uses `do catch`Scott McMurray-0/+29
2018-08-19Put `try` in the reserved list, not the in-use listScott McMurray-15/+8
2018-08-19Fix the unstable bookScott McMurray-5/+7
2018-08-19Parse try blocks with the try keyword instead of do catch placeholderScott McMurray-276/+123
2018-08-20Fix ICEvarkor-12/+11
2018-08-19Add `try` to syntax_pos as an edition-2018-only keywordScott McMurray-10/+52
2018-08-19Rename `Catch` variants to `TryBlock`Scott McMurray-16/+16
2018-08-19Auto merge of #52953 - dsciarra:mv-codemap-sourcemap, r=petrochenkovbors-858/+879
2018-08-20Update new ui testsvarkor-52/+54
2018-08-19Tweak commentsvarkor-38/+49
2018-08-19fix: preserve msvc linker fallback logicJorge Aparicio-1/+3
2018-08-19Remove old testsvarkor-50/+0
2018-08-19Taking a peekvarkor-17/+16
2018-08-20resolve: Reject some inaccessible candidates sooner during import resolutionVadim Petrochenkov-0/+26
2018-08-19Auto merge of #53316 - tristanburgess:52895_existential_type_ICE, r=oli-obkbors-9/+70
2018-08-19fix tidy errorsDonato Sciarra-19/+36
2018-08-19mv CachingCodemapView CachingSourceMapViewDonato Sciarra-13/+13
2018-08-19mv codemap source_mapDonato Sciarra-130/+130
2018-08-19mv codemap() source_map()Donato Sciarra-209/+209