summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-01Rename doc collapse sentinal to rustdoc-collapsePeter Lyons-3/+3
2018-02-28Fix linkcheckerScott McMurray-2/+2
2018-03-01Remember state of top-level collapse toggle widgetPeter Lyons-0/+6
2018-03-01Add ignore-pretty for issue-48506.rsRyan Cumming-0/+1
2018-02-28posix_spawn() always returns its error rather than setting errno.Bryan Drewery-1/+1
2018-02-28impl Default + Hash for ::core::cmp::ReverseM Farkas-Dyck-1/+1
2018-02-28impl Clone for ::std_unicode::char::{ToLowercase, ToUppercase}M Farkas-Dyck-3/+3
2018-02-28Add a specific test for spawn() returning ENOENTBryan Drewery-0/+23
2018-03-01Auto merge of #48349 - nrc:update, r=alexcrichtonbors-23/+79
2018-03-01Adapt stderr of UI test to PR #48449flip1995-8/+8
2018-03-01Rewrite error reporting as requestedflip1995-62/+82
2018-03-01Implementing requested changesflip1995-85/+56
2018-03-01Suggest type for overflowing bin/hex-literalsflip1995-25/+274
2018-02-28Support posix_spawn() for FreeBSD.Bryan Drewery-2/+2
2018-02-28Remove excess newlineBryan Drewery-1/+0
2018-02-28Pass proper pointer for envp.Bryan Drewery-1/+1
2018-02-28No need to zero when an initializer for the object is already used.Bryan Drewery-3/+3
2018-02-28Avoid error for unused variablesBryan Drewery-1/+1
2018-02-28Support posix_spawn() when possible.Alex Crichton-0/+102
2018-02-28Update libc to bring in posix_spawn bindings for FreeBSD.Bryan Drewery-0/+0
2018-02-28Rollup merge of #48603 - pthariensflame:patch-1, r=frewsxcvManish Goregaokar-2/+2
2018-02-28Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakisManish Goregaokar-46/+234
2018-02-28Rollup merge of #48420 - teiesti:path_parents, r=BurntSushiManish Goregaokar-0/+75
2018-02-28Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichtoManish Goregaokar-19/+115
2018-02-28Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiynManish Goregaokar-70/+38
2018-02-28Rollup merge of #48355 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakisManish Goregaokar-11/+213
2018-03-01Fix a bug introduced in previous commitStjepan Glavina-8/+5
2018-03-01Support parentheses in patterns under feature gateVadim Petrochenkov-107/+166
2018-02-28rustc: Tweak funclet cleanups of ffi functionsAlex Crichton-6/+127
2018-02-28Update LLVM submodule a bit furtherAlex Crichton-0/+0
2018-02-28doc: no need for the referencesTshepang Lekhonkhobe-31/+22
2018-02-28Fix a few run-pass testsStjepan Glavina-8/+5
2018-02-28fix rebaseEsteban Küber-4/+4
2018-02-28Add bitreverse intrinsicAmanieu d'Antras-3/+28
2018-02-28Remove E0245; improve E0404 explanationMark Mansi-17/+45
2018-02-28Update issue-48551.rsNiko Matsakis-0/+3
2018-02-28Remove thread_local_stateStjepan Glavina-127/+26
2018-02-28Update UI testleonardo.yvens-10/+11
2018-02-28add a commentNiko Matsakis-0/+3
2018-02-28Check only concrete defaults for well formednessleonardo.yvens-30/+22
2018-02-28Check only predicates with a single param with a concrete default.leonardo.yvens-101/+49
2018-02-28Mark non-defaulted params as TyError to avoid a custom visitor.leonardo.yvens-16/+4
2018-02-28Add tests for dependent defaults.leonardo.yvens-1/+16
2018-02-28Check WF of predicates with defaults only if all params have defaultsleonardo.yvens-54/+64
2018-02-28Check WF of predicate with defaults only if all in LHS have defaultleonardo.yvens-110/+99
2018-02-28Expand comments, address nits.leonardo.yvens-10/+52
2018-02-28use `map_bound` instead of `skip_binder`leonardo.yvens-9/+7
2018-02-28Go back to checking only the LHS of trait predicates.leonardo.yvens-23/+57
2018-02-28default WF: Substitute defaults individually in the clauses.leonardo.yvens-42/+64
2018-02-28default WF: Leverage type substitution, less workaroundingleonardo.yvens-80/+31