about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-01-15Reexport -> re-export in error messagesCarol (Nichols || Goulding)-41/+44
2018-01-15Reexport -> re-export in documentation section headingsCarol (Nichols || Goulding)-6/+6
2018-01-15Auto merge of #47413 - GuillaumeGomez:unstable-error-code, r=estebankbors-297/+345
2018-01-15Rollup merge of #47443 - FenrirWolf:rand, r=alexcrichtonkennytm-108/+0
2018-01-15Rollup merge of #47432 - etaoins:make-fulldeps-update-references-exec, r=petr...kennytm-0/+0
2018-01-15Rollup merge of #47417 - petrochenkov:noasm, r=estebankkennytm-53/+4
2018-01-15Rollup merge of #47414 - est31:master, r=alexcrichtonkennytm-8/+11
2018-01-15Rollup merge of #47372 - topecongiro:issue-43925, r=alexcrichtonkennytm-3/+43
2018-01-15Rollup merge of #47368 - chrisvittal:nll-tests, r=nikomatsakiskennytm-0/+75
2018-01-15Rollup merge of #47330 - bmusin:patch-2, r=shepmasterkennytm-4/+4
2018-01-15Rollup merge of #47277 - tspiteri:log-correctness, r=frewsxcvkennytm-18/+16
2018-01-15Rollup merge of #47126 - sdroege:exact-chunks, r=blusskennytm-10/+472
2018-01-15Rollup merge of #47120 - clarcharr:io_error_debug, r=dtolnaykennytm-8/+35
2018-01-15Add error code for unstable feature errorsGuillaume Gomez-297/+345
2018-01-15Auto merge of #47329 - davidtwco:issue-46983, r=nikomatsakisbors-31/+65
2018-01-14Remove leftover Rand stuffFenrir-108/+0
2018-01-15Auto merge of #46196 - projektir:rbe-submodule, r=steveklabnikbors-2/+3
2018-01-15Make ui-fulldeps/update-references executableRyan Cumming-0/+0
2018-01-14Auto merge of #46455 - petrochenkov:pimpl, r=nikomatsakisbors-290/+382
2018-01-14syntax: Disambiguate generics and qualified pathsVadim Petrochenkov-18/+54
2018-01-14syntax: Rewrite parsing of implsVadim Petrochenkov-274/+330
2018-01-14Auto merge of #47322 - nikomatsakis:nll-ice, r=pnkfelixbors-0/+48
2018-01-14Auto merge of #47274 - Manishearth:rustdoc-span, r=QuietMisdreavusbors-11/+84
2018-01-14Auto merge of #47268 - EdSchouten:cloudabi-libstd, r=alexcrichtonbors-14/+5057
2018-01-14Auto merge of #47261 - estebank:immutable-arg, r=petrochenkovbors-14/+78
2018-01-14Auto merge of #47223 - alexcrichton:new-target-feature, r=eddybbors-61/+262
2018-01-14Auto merge of #46832 - Diggsey:bufread-cheaper-seek, r=alexcrichtonbors-0/+46
2018-01-13rustc: Refactor attribute checking to operate on HIRAlex Crichton-44/+56
2018-01-13Auto merge of #47416 - petrochenkov:remove-impl-for-dot-dot, r=petrochenkovbors-804/+193
2018-01-13Adding RBE as a submodule #46194projektir-2/+3
2018-01-13Move "no asm" check into AST validationVadim Petrochenkov-53/+4
2018-01-13Add note to documentationDiggory Blake-0/+4
2018-01-13Implement "seek_relative"Diggory Blake-0/+42
2018-01-13rustc: Tweak `#[target_feature]` syntaxAlex Crichton-27/+216
2018-01-13Better Debug impl for io::Error.Clar Charr-8/+35
2018-01-13Re-add support for `impl Trait for ..` to the parserVadim Petrochenkov-2/+40
2018-01-13Address review.leonardo.yvens-75/+16
2018-01-13Parse `auto trait` inside fns.leonardo.yvens-13/+20
2018-01-13Fix rustdocleonardo.yvens-2/+0
2018-01-13Move coherence/overlap.rs into coherence/mod.rsleonardo.yvens-60/+45
2018-01-13Remove wfcheck for auto traits, remove dead error codesleonardo.yvens-111/+23
2018-01-13Adjust tests for removal of `impl Foo for .. {}`leonardo.yvens-168/+29
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-447/+94
2018-01-13Auto merge of #47251 - rkruppe:rm-simd-attr, r=eddybbors-481/+413
2018-01-13Enforce dashes in the unstable book file namesest31-8/+11
2018-01-13Auto merge of #47242 - estebank:issue-15980, r=petrochenkovbors-15/+102
2018-01-13Add unit tests for exact_chunks/exact_chunks_mutSebastian Dröge-0/+162
2018-01-13Test the whole chunks instead of just an element in the chunks/chunks_mut testsSebastian Dröge-8/+8
2018-01-13Use assert_eq!() instead of assert!(a == b) in slice chunks_mut() unit testSebastian Dröge-2/+2
2018-01-13Mention in the exact_chunks docs that this can often be optimized better by t...Sebastian Dröge-0/+15