about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2017-03-19Rollup merge of #40554 - nrc:rls-data, r=alexcrichtonCorey Farwell-813/+558
2017-03-19Rollup merge of #40532 - jseyfried:improve_tokenstream_quoter, r=nrcCorey Farwell-59/+77
2017-03-19Rollup merge of #40521 - TimNN:panic-free-shift, r=alexcrichtonCorey Farwell-28/+127
2017-03-19Rollup merge of #40398 - eddyb:struct-hint, r=nikomatsakisCorey Farwell-20/+53
2017-03-19Rollup merge of #40281 - jimmycuadra:try-from-from-str, r=aturonCorey Farwell-13/+28
2017-03-19Rollup merge of #40241 - Sawyer47:fix-39997, r=alexcrichtonCorey Farwell-1/+37
2017-03-19Auto merge of #39799 - dpc:create_dir_all, r=alexcrichtonbors-48/+64
2017-03-19Auto merge of #40651 - frewsxcv:rollup, r=frewsxcvbors-28/+216
2017-03-19Rollup merge of #40648 - s3rvac:fix-path-docs-typo, r=frewsxcvCorey Farwell-1/+1
2017-03-19Rollup merge of #40646 - russmack:issue-40435-mention-none, r=frewsxcvCorey Farwell-4/+4
2017-03-19Rollup merge of #40621 - jswalden:dependant-spelling-fix, r=sfacklerCorey Farwell-2/+2
2017-03-19Rollup merge of #40611 - ScottAbbey:patch-1, r=GuillaumeGomezCorey Farwell-1/+1
2017-03-19Rollup merge of #40603 - QuietMisdreavus:slice-ptr-docs, r=GuillaumeGomezCorey Farwell-4/+4
2017-03-19Rollup merge of #40590 - z1mvader:master, r=steveklabnikCorey Farwell-0/+2
2017-03-19Rollup merge of #40589 - topecongiro:floating-point-literal, r=nagisaCorey Farwell-1/+17
2017-03-19Rollup merge of #40588 - topecongiro:add-missing-tests, r=alexcrichtonCorey Farwell-0/+20
2017-03-19Rollup merge of #40583 - jseyfried:fix_include_macro_regression, r=nrcCorey Farwell-1/+33
2017-03-19Rollup merge of #40564 - GuillaumeGomez:rustdoc-const, r=frewsxcvCorey Farwell-4/+28
2017-03-19Rollup merge of #40562 - mbrubeck:bootstrap, r=alexcrichtonCorey Farwell-6/+6
2017-03-19Rollup merge of #40445 - estebank:issue-18150, r=jonathandturnerCorey Farwell-1/+37
2017-03-19Rollup merge of #40441 - tschottdorf:promotable-rfc, r=eddybCorey Farwell-3/+61
2017-03-19Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrcbors-539/+883
2017-03-19Fix a typo in path.rs docsPetr Zemek-1/+1
2017-03-18Fix problems left in `concurrent_recursive_mkdir`Dawid Ciężarkiewicz-3/+4
2017-03-19Add mention of None as possible return. Closes #40435.Russell Mackenzie-4/+4
2017-03-19Auto merge of #40538 - aturon:stab-1.17, r=alexcrichtonbors-113/+77
2017-03-18Auto merge of #40625 - alexcrichton:update-cargo-again, r=alexcrichtonbors-0/+0
2017-03-18add inline attributes to stage 0 methodsTim Neumann-0/+4
2017-03-18Parse 0e+10 as a valid floating-point literaltopecongiro-1/+17
2017-03-17Update the cargo submodule againAlex Crichton-0/+0
2017-03-18Auto merge of #40507 - alexcrichton:static-libcurl, r=brsonbors-0/+6
2017-03-17Fix `create_dir_all("")`Dawid Ciężarkiewicz-0/+14
2017-03-17Reorder match checks in `create_dir_all`Dawid Ciężarkiewicz-1/+1
2017-03-17Fix problems found on Windows in `dir_create_all`Dawid Ciężarkiewicz-4/+3
2017-03-17Break line longer than 100 charactersDawid Ciężarkiewicz-1/+2
2017-03-17Add `concurrent_recursive_mkdir` testDawid Ciężarkiewicz-1/+22
2017-03-17Fix new version of `create_dir_all`Dawid Ciężarkiewicz-2/+2
2017-03-17Fix race condition in fs::create_dir_allDavid Roundy-48/+28
2017-03-18Auto merge of #40482 - wagenet:fix-old-macos, r=alexcrichtonbors-0/+19
2017-03-17Fix a spelling error in HashMap documentation, and slightly reword it to be m...Jeff Walden-2/+2
2017-03-17Fix regression when `include!()`ing a `macro_rules!` containing a `$crate::` ...Jeffrey Seyfried-1/+33
2017-03-17Minor fixups to fix tidy errorsAlex Crichton-16/+9
2017-03-17Stabilize rc_raw feature, closes #37197Aaron Turon-54/+54
2017-03-17Stabilize ordering_chaining, closes #37053Aaron Turon-6/+2
2017-03-17Stabilize btree_range, closes #27787Aaron Turon-11/+3
2017-03-17Stabilize ptr_eq feature, closes #36497Aaron Turon-10/+2
2017-03-17Stabilize process_abort feature, closes #37838Aaron Turon-1/+1
2017-03-17Stabilize ptr_unaligned feature, closes #37955Aaron Turon-6/+2
2017-03-17Stabilize expect_err feature, closes #39041Aaron Turon-2/+1
2017-03-17Stabilize move_cell feature, closes #39264Aaron Turon-8/+4