summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Break line longer than 100 charactersDawid Ciężarkiewicz2017-03-171-1/+2
| * | | | | | | Add `concurrent_recursive_mkdir` testDawid Ciężarkiewicz2017-03-171-1/+22
| * | | | | | | Fix new version of `create_dir_all`Dawid Ciężarkiewicz2017-03-171-2/+2
| * | | | | | | Fix race condition in fs::create_dir_allDavid Roundy2017-03-175-48/+28
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Rollup merge of #40648 - s3rvac:fix-path-docs-typo, r=frewsxcvCorey Farwell2017-03-191-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix a typo in path.rs docsPetr Zemek2017-03-191-1/+1
* | | | | | | | Rollup merge of #40646 - russmack:issue-40435-mention-none, r=frewsxcvCorey Farwell2017-03-191-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Add mention of None as possible return. Closes #40435.Russell Mackenzie2017-03-191-4/+4
| |/ / / / / / /
* | | | | | | | Rollup merge of #40621 - jswalden:dependant-spelling-fix, r=sfacklerCorey Farwell2017-03-191-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix a spelling error in HashMap documentation, and slightly reword it to be m...Jeff Walden2017-03-171-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Rollup merge of #40611 - ScottAbbey:patch-1, r=GuillaumeGomezCorey Farwell2017-03-191-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix typo in mutex.rs docsScottAbbey2017-03-171-1/+1
* | | | | | | | | Rollup merge of #40603 - QuietMisdreavus:slice-ptr-docs, r=GuillaumeGomezCorey Farwell2017-03-191-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | minor wording tweak to slice::{as_ptr, as_mut_ptr}QuietMisdreavus2017-03-171-4/+4
* | | | | | | | | | Rollup merge of #40590 - z1mvader:master, r=steveklabnikCorey Farwell2017-03-191-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | documented order of conversion between u32 an ipv4addrz1mvader2017-03-161-0/+2
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Rollup merge of #40589 - topecongiro:floating-point-literal, r=nagisaCorey Farwell2017-03-192-1/+17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Parse 0e+10 as a valid floating-point literaltopecongiro2017-03-182-1/+17
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Rollup merge of #40588 - topecongiro:add-missing-tests, r=alexcrichtonCorey Farwell2017-03-191-0/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add a test for issue 34571topecongiro2017-03-171-0/+20
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Rollup merge of #40583 - jseyfried:fix_include_macro_regression, r=nrcCorey Farwell2017-03-193-1/+33
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix regression when `include!()`ing a `macro_rules!` containing a `$crate::` ...Jeffrey Seyfried2017-03-173-1/+33
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Rollup merge of #40564 - GuillaumeGomez:rustdoc-const, r=frewsxcvCorey Farwell2017-03-193-4/+28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix const not displayed in rustdocGuillaume Gomez2017-03-163-4/+28
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Rollup merge of #40562 - mbrubeck:bootstrap, r=alexcrichtonCorey Farwell2017-03-191-6/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove unused param from bootstrap::clean::rm_rfMatt Brubeck2017-03-151-6/+6
| |/ / / / / / / / /
* | | | | | | | | | Rollup merge of #40445 - estebank:issue-18150, r=jonathandturnerCorey Farwell2017-03-193-1/+37
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add label to primary span for mutable access of immutable struct errorEsteban Küber2017-03-132-4/+9
| * | | | | | | | | | Change label to "consider changing this to `mut f`"Esteban Küber2017-03-122-2/+4
| * | | | | | | | | | Point to let when modifying field of immutable variableEsteban Küber2017-03-113-0/+29
* | | | | | | | | | | Rollup merge of #40441 - tschottdorf:promotable-rfc, r=eddybCorey Farwell2017-03-196-3/+61
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Improve the documentation for `rvalue_static_promotion`Tobias Schottdorf2017-03-143-2/+20
| * | | | | | | | | | | Use `&&` instead of `&`Tobias Schottdorf2017-03-141-1/+1
| * | | | | | | | | | | Add feature toggle for rvalue-static-promotion RFCTobias Schottdorf2017-03-146-3/+43
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrcbors2017-03-1956-539/+883
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add tests.Jeffrey Seyfried2017-03-146-7/+15
| * | | | | | | | | | | Liberalize attributes.Jeffrey Seyfried2017-03-1417-172/+257
| * | | | | | | | | | | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.Jeffrey Seyfried2017-03-1441-362/+614
| * | | | | | | | | | | Cleanup.Jeffrey Seyfried2017-03-142-12/+11
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Auto merge of #40538 - aturon:stab-1.17, r=alexcrichtonbors2017-03-1920-113/+77
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Minor fixups to fix tidy errorsAlex Crichton2017-03-177-16/+9
| * | | | | | | | | | Stabilize rc_raw feature, closes #37197Aaron Turon2017-03-1711-54/+54
| * | | | | | | | | | Stabilize ordering_chaining, closes #37053Aaron Turon2017-03-171-6/+2
| * | | | | | | | | | Stabilize btree_range, closes #27787Aaron Turon2017-03-172-11/+3
| * | | | | | | | | | Stabilize ptr_eq feature, closes #36497Aaron Turon2017-03-172-10/+2
| * | | | | | | | | | Stabilize process_abort feature, closes #37838Aaron Turon2017-03-171-1/+1
| * | | | | | | | | | Stabilize ptr_unaligned feature, closes #37955Aaron Turon2017-03-171-6/+2
| * | | | | | | | | | Stabilize expect_err feature, closes #39041Aaron Turon2017-03-171-2/+1
| * | | | | | | | | | Stabilize move_cell feature, closes #39264Aaron Turon2017-03-171-8/+4
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Auto merge of #40507 - alexcrichton:static-libcurl, r=brsonbors2017-03-181-0/+6
|\ \ \ \ \ \ \ \ \ \