summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-27and some more tidy checksMaxim Nazarenko-2/+2
2018-02-27fix tidy checksMaxim Nazarenko-3/+3
2018-02-27SimplifyMaxim Nazarenko-5/+9
2018-02-27style fixMaxim Nazarenko-1/+1
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-27Further refinement of Borrow documentation.Martin Hoffmann-32/+36
2018-02-27fix wording on panics in binary operators on RefCells"Mazdak Farrokhzad-7/+7
2018-02-27remove italicMaxim Nazarenko-2/+2
2018-02-27Backport LLVM fixes for a JumpThreading / assume intrinsic bugBjörn Steinbrink-15/+9
2018-02-27update compile-fail tests; remove now redundant issue-39122.rsRalf Jung-19/+7
2018-02-27add lint to detect ignored generic bounds; this subsumes the previous 'generi...Ralf Jung-76/+277
2018-02-27Lint passes: add check_where_predicate and check_poly_trait_refRalf Jung-0/+27
2018-02-27Bring back ParamEnv deduplicationTatsuyuki Ishi-2/+5
2018-02-26Improve --help performance for x.pyPhlosioneer-4/+13
2018-02-26Fix doctest failurePhlosioneer-1/+0
2018-02-26rustc: Rename `bmi` feature to `bmi1`Alex Crichton-1/+2