about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2018-02-28Check WF of defaults even when there are no bounds.leonardo.yvens-16/+35
2018-02-28Type check defaults.leonardo.yvens-22/+218
2018-02-28Avoid printing overwhelming info on -Znll-dump-causeSantiago Pastorino-70/+2
2018-02-28Do not report _#nr lifetimes names in errorsSantiago Pastorino-6/+128
2018-02-28Add AArch64 featuresAmanieu d'Antras-9/+17
2018-02-28Remove the v7 feature from AArch64Amanieu d'Antras-1/+1
2018-02-28Add std::path::Path::ancestorsTobias Stolzmann-0/+75
2018-02-28Add regression test for #48551Tatsuyuki Ishi-0/+40
2018-02-28Stabilize LocalKey::try_withStjepan Glavina-15/+24
2018-02-28Rollup merge of #48565 - alexcrichton:rename-bmi, r=cramertjkennytm-1/+2
2018-02-28Rollup merge of #48560 - bdrewery:freebsd-struct-abi, r=estebankkennytm-9/+11
2018-02-28Rollup merge of #48558 - Mark-Simulacrum:error-format, r=Manishearthkennytm-1/+5
2018-02-28Rollup merge of #48548 - alexcrichton:msvc-linker-utf16, r=alexcrichtonkennytm-10/+50
2018-02-28Rollup merge of #48541 - varkor:inlined-main, r=michaelwoeristerkennytm-1/+16
2018-02-28Rollup merge of #48497 - scottmcm:more-restricted-termination, r=nikomatsakiskennytm-8/+23
2018-02-28Rollup merge of #48488 - varkor:handle-gdb-error-compiletest, r=michaelwoeristerkennytm-11/+6
2018-02-28Rollup merge of #48484 - glaubitz:powerpcspe-linux, r=alexcrichtonkennytm-0/+40
2018-02-28Rollup merge of #48479 - mark-i-m:rustc-guide, r=nikomatsakiskennytm-1312/+55
2018-02-28Rollup merge of #48473 - GuillaumeGomez:rustdoc-auto-trait-impl-fix, r=QuietM...kennytm-2/+32
2018-02-28Rollup merge of #48450 - frewsxcv:frewsxcxv-stabilize-slice-rotatee, r=alexcr...kennytm-23/+5
2018-02-28Rollup merge of #48381 - GuillaumeGomez:rustdoc-theme-securities, r=QuietMisd...kennytm-11/+35
2018-02-28Rollup merge of #48365 - Centril:docs/document-refcell-panics, r=frewsxcvkennytm-0/+24
2018-02-28Rollup merge of #48321 - milesand:no_panic_pow, r=alexcrichtonkennytm-0/+308
2018-02-28Rollup merge of #48266 - pietroalbini:report-compiler-flags-on-ice, r=michael...kennytm-5/+80
2018-02-28Auto merge of #48056 - ExpHP:macro-commas, r=dtolnaybors-14/+653
2018-02-28Minor grammatical/style fix in docs.Alexander Ronald Altman-2/+2
2018-02-28Auto merge of #47894 - vi:rustdoc_foldable_impls, r=GuillaumeGomez,QuietMisdr...bors-52/+144
2018-02-28Update RLSNick Cameron-23/+79
2018-02-27Emit parentheses in suggestion for global pathsManish Goregaokar-6/+7
2018-02-27Diagnostic tweaks (review)Esteban Küber-22/+15
2018-02-27Add label to primary span in some parse errorsEsteban Küber-25/+68
2018-02-27Detect missing `if` blocksEsteban Küber-10/+60
2018-02-27Provide missing comma in match arm suggestionEsteban Küber-2/+68
2018-02-27Put some thought and documentation effort into process::ExitCodeScott McMurray-25/+53
2018-02-27Make TransitiveRelation thread safe. Avoid locking by using get_mut in some c...John Kåre Alsaker-10/+10
2018-02-27fix wording on panics in binary operators on RefCells"Mazdak Farrokhzad-7/+7
2018-02-27Backport LLVM fixes for a JumpThreading / assume intrinsic bugBjörn Steinbrink-15/+9
2018-02-27Bring back ParamEnv deduplicationTatsuyuki Ishi-2/+5
2018-02-26Improve --help performance for x.pyPhlosioneer-4/+13