summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | make lint levels more consistentRalf Jung2019-04-142-6/+7
| | * | | | | | | | | bump stdsimd; make intra_doc_link_resolution_failure an error againRalf Jung2019-04-143-2/+2
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Rollup merge of #59779 - flip1995:uplift_get_def_path, r=ManishearthMazdak Farrokhzad2019-04-152-6/+28
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Uplift `get_def_path` from Clippyflip19952019-04-122-6/+28
| * | | | | | | | | | Rollup merge of #59748 - agnxy:trademark, r=skadeMazdak Farrokhzad2019-04-151-0/+16
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Add a link to the licenses pageAndrew Xu2019-04-121-0/+4
| | * | | | | | | | | | Add summary and reference to Rust trademark guideAndrew Xu2019-04-061-0/+12
| * | | | | | | | | | | Rollup merge of #59648 - alex:must-use-result, r=alexcrichtonMazdak Farrokhzad2019-04-155-8/+12
| |\ \ \ \ \ \ \ \ \ \ \ |/ / / / / / / / / / / /
| * | | | | | | | | | | Add must_use annotations to Result::is_ok and is_errAlex Gaynor2019-04-085-8/+12
* | | | | | | | | | | | Auto merge of #59850 - Zoxc:symbols-attrs, r=petrochenkovbors2019-04-1511-605/+837
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Update testJohn Kåre Alsaker2019-04-152-182/+186
| * | | | | | | | | | | Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of loopingJohn Kåre Alsaker2019-04-159-423/+651
|/ / / / / / / / / / /
* | | | | | | | | | | Auto merge of #59655 - Zoxc:symbols, r=petrochenkovbors2019-04-1513-141/+327
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use colon for keyword defsJohn Kåre Alsaker2019-04-152-62/+62
| * | | | | | | | | | | Move modules outside the proc macroJohn Kåre Alsaker2019-04-152-26/+44
| * | | | | | | | | | | Ensure the symbols are pure stringsJohn Kåre Alsaker2019-04-151-1/+7
| * | | | | | | | | | | Make check_name genericJohn Kåre Alsaker2019-04-157-43/+32
| * | | | | | | | | | | Use a proc macro to declare preallocated symbolsJohn Kåre Alsaker2019-04-159-139/+312
* | | | | | | | | | | | Auto merge of #59626 - nnethercote:DepGraph-1.02x, r=Zoxcbors2019-04-151-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Reduce the `DepNode` pre-allocation ratio.Nicholas Nethercote2019-04-151-2/+3
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Auto merge of #59982 - stepancheg:hasher-no-unsafe, r=rkruppebors2019-04-151-14/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Hasher: replace unsafe trasmute with to_ne_bytesStepan Koltsov2019-04-151-14/+10
* | | | | | | | | | | | Auto merge of #59965 - Manishearth:clippyup, r=Xanewokbors2019-04-141-9/+9
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Update clippyManish Goregaokar2019-04-141-9/+9
|/ / / / / / / / / / /
* | | | | | | | | | | Auto merge of #59335 - Aaron1011:fix/extern-priv-final, r=Aaron1011bors2019-04-1413-56/+158
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix typo in commentAaron Hill2019-04-141-1/+1
| * | | | | | | | | | Fix Windows dll name formatAaron Hill2019-04-141-7/+7
| * | | | | | | | | | Handle --extern-private properly on muslAaron Hill2019-04-142-8/+35
| * | | | | | | | | | Derive Default for ExternEntryAaron Hill2019-04-143-30/+17
| * | | | | | | | | | Fix ExternEntry testAaron Hill2019-04-141-25/+11
| * | | | | | | | | | Update rustdoc to new ExternEntry formatAaron Hill2019-04-141-2/+8
| * | | | | | | | | | Refactor structure of ExternEntryAaron Hill2019-04-145-59/+40
| * | | | | | | | | | Move new_public to 'tess' moduleAaron Hill2019-04-141-8/+10
| * | | | | | | | | | Improve formattingAaron Hill2019-04-142-25/+1
| * | | | | | | | | | Fix testsAaron Hill2019-04-141-7/+28
| * | | | | | | | | | Fix tidyAaron Hill2019-04-142-3/+3
| * | | | | | | | | | Combine 'Extern' and 'ExternPrivate'Aaron Hill2019-04-144-36/+61
| * | | | | | | | | | Properly parse '--extern-private' with name and pathAaron Hill2019-04-1410-22/+113
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Auto merge of #59967 - Centril:rollup-bdqq7ux, r=Centrilbors2019-04-1444-148/+384
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Rollup merge of #59957 - krk:fix-doctypo-symbol, r=jonas-schievinkMazdak Farrokhzad2019-04-141-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Add missing backtick to Symbol documentation.krk2019-04-141-1/+1
| * | | | | | | | | | | Rollup merge of #59936 - petrochenkov:confict, r=davidtwcoMazdak Farrokhzad2019-04-142-1/+24
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Address review commentsVadim Petrochenkov2019-04-142-8/+13
| | * | | | | | | | | | | Fix cross-crate visibility of fictive variant constructorsVadim Petrochenkov2019-04-142-1/+19
| * | | | | | | | | | | | Rollup merge of #59906 - czipperz:bufwriter-use-getmut, r=kennytmMazdak Farrokhzad2019-04-141-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Make BufWriter use get_mut instead of manipulating inner in Write implementationChris Gregory2019-04-111-2/+2
| * | | | | | | | | | | | | Rollup merge of #59900 - czipperz:remove-bracket-mut-syntax-in-pin-docs, r=Ra...Mazdak Farrokhzad2019-04-141-12/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Expand note on mutable referencesChris Gregory2019-04-131-1/+4
| | * | | | | | | | | | | | | Add comment that field projectin also works with mutable fieldsChris Gregory2019-04-121-5/+6
| | * | | | | | | | | | | | | Remove [mut] syntax in pin docsChris Gregory2019-04-111-9/+9
| | |/ / / / / / / / / / / /