summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* rustc: Upgrade to LLVM 6Alex Crichton2018-02-077-8/+32
* Auto merge of #48053 - Manishearth:rollup, r=Manishearthbors2018-02-0756-181/+983
|\
| * Rollup merge of #48028 - zackmdavis:and_the_span_of_the_unknown_type, r=estebankManish Goregaokar2018-02-073-1/+43
| |\
| | * correct E0619 span re method call receivers whose type must be knownZack M. Davis2018-02-053-1/+43
| * | Rollup merge of #48020 - RalfJung:type-alias-bounds, r=petrochenkovManish Goregaokar2018-02-075-23/+68
| |\ \
| | * | improve wording: bounds -> generic boundsRalf Jung2018-02-062-4/+4
| | * | Warn about more ignored bounds on type aliasesRalf Jung2018-02-055-22/+68
| | * | Clarify 'trait bounds ignored' wordingRalf Jung2018-02-051-2/+1
| * | | Rollup merge of #48018 - alexcrichton:require-const-arg, r=eddybManish Goregaokar2018-02-073-11/+89
| |\ \ \
| | * | | rustc: Add `#[rustc_args_required_const]`Alex Crichton2018-02-053-11/+89
| | |/ /
| * | | Rollup merge of #48014 - Manishearth:stealing-chickens-on-the-internet, r=nik...Manish Goregaokar2018-02-077-9/+156
| |\ \ \
| | * | | Add tests for -Zepoch using tyvar_raw_pointerManish Goregaokar2018-02-062-0/+45
| | * | | Fill in long diagnosticManish Goregaokar2018-02-061-1/+49
| | * | | Convert tyvar_behind_raw_pointer to hard error for the 2018 epochManish Goregaokar2018-02-052-6/+13
| | * | | Add -ZepochManish Goregaokar2018-02-053-3/+50
| * | | | Rollup merge of #47944 - oberien:unboundediterator-trustedlen, r=blussManish Goregaokar2018-02-076-2/+79
| |\ \ \ \
| | * | | | Document TrustedLen guarantees more explicitlyoberien2018-02-041-2/+4
| | * | | | TrustedLen for Repeat / RangeFrom test casesoberien2018-02-042-0/+66
| | * | | | Implement TrustedLen for Take<Repeat> and Take<RangeFrom>oberien2018-02-043-0/+9
| * | | | | Rollup merge of #47922 - zackmdavis:and_the_case_of_the_unused_field_pattern,...Manish Goregaokar2018-02-075-17/+127
| |\ \ \ \ \
| | * | | | | concerning well-formed suggestions for unused shorthand field patternsZack M. Davis2018-01-314-16/+124
| | * | | | | in which HirIdMap is introduced as an affordance for using HirIds moreZack M. Davis2018-01-311-1/+3
| * | | | | | Rollup merge of #47883 - yurydelendik:wasm-map, r=alexcrichtonManish Goregaokar2018-02-073-6/+68
| |\ \ \ \ \ \
| | * | | | | | Export wasm source map when debug information is enabledYury Delendik2018-01-303-6/+68
| * | | | | | | Rollup merge of #47810 - GuillaumeGomez:fix-theme-but-position, r=QuietMisdre...Manish Goregaokar2018-02-073-4/+55
| |\ \ \ \ \ \ \
| | * | | | | | | Improve big sidebar elements displayGuillaume Gomez2018-02-041-0/+18
| | * | | | | | | Fix not selectable search inputGuillaume Gomez2018-02-041-0/+5
| | * | | | | | | Fix rendering issues on mobileGuillaume Gomez2018-02-033-4/+32
| * | | | | | | | Rollup merge of #47631 - SimonSapin:nonnull, r=alexcrichtonManish Goregaokar2018-02-072-25/+64
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add an unstable `cast<U>() -> NonNull<U>` method to `NonNull<T>`.Simon Sapin2018-01-221-0/+8
| | * | | | | | | | Implement Eq, PartialEq, Ord, PartialOrd, and Hash for NonNull<_>Simon Sapin2018-01-211-0/+31
| | * | | | | | | | Move Debug for NonNull impl closer to other trait implsSimon Sapin2018-01-211-7/+7
| | * | | | | | | | NonNull ended up landing in 1.25Simon Sapin2018-01-212-19/+19
| * | | | | | | | | Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakisManish Goregaokar2018-02-0719-83/+234
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix test after rebaseEsteban Küber2018-02-016-59/+31
| | * | | | | | | | | Remove support for `Self` in attributesEsteban Küber2018-02-012-9/+1
| | * | | | | | | | | Fix testsEsteban Küber2018-02-013-3/+3
| | * | | | | | | | | Rework `parse_ident_attr`Esteban Küber2018-02-011-25/+26
| | * | | | | | | | | Remove cast suggestionsEsteban Küber2018-02-013-240/+0
| | * | | | | | | | | Add filter to detect local crates for rustc_on_unimplementedEsteban Küber2018-02-0116-47/+299
| | * | | | | | | | | Change rustc_on_unimplemented for Iterator and binopsEsteban Küber2018-02-0133-153/+418
| | * | | | | | | | | Add filtering options to `rustc_on_unimplemented`Esteban Küber2018-02-0140-403/+312
| | | |/ / / / / / / | | |/| | | | | | |
* | | | | | | | | | Auto merge of #47957 - bobtwinkles:fix_mir_consts, r=nikomatsakisbors2018-02-074-38/+128
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Update trait-associated-const test to new formatbobtwinkles2018-02-071-20/+8
| * | | | | | | | | mir: Fix DefiningTy::Constbobtwinkles2018-02-064-38/+140
* | | | | | | | | | Auto merge of #47607 - davidtwco:issue-45697, r=nikomatsakisbors2018-02-077-48/+150
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Added and updated tests to enable/disable overflow checks.David Wood2018-02-063-1/+54
| * | | | | | | | | Swapped order of left/right visits to ensure consistency in read/write pass o...David Wood2018-02-054-12/+12
| * | | | | | | | | Added logging for error suppression.David Wood2018-01-271-1/+4
| * | | | | | | | | Encompassed error deduplication of some existing sets in the ctxt.David Wood2018-01-272-47/+25