about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-14expose #[target_feature] attributes in rustdocQuietMisdreavus-2/+51
2018-03-14Update RLSBoris-Chengbiao Zhou-8/+47
2018-03-14Auto merge of #48864 - oli-obk:miri_incremental_regression, r=eddybbors-3/+38
2018-03-14Add documentationscalexm-0/+24
2018-03-14Move code into librustc_traitsscalexm-15/+13
2018-03-14Address niko's nitsscalexm-195/+173
2018-03-14Auto merge of #48811 - Zoxc:syntax-globals, r=michaelwoeristerbors-1043/+1257
2018-03-14Add MVP for chalkificationscalexm-0/+519
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-1043/+1257
2018-03-14try_reserve: updating message for feature-gate-try_reserve.stderrsnf-1/+1
2018-03-14try_reserve: disabling tests for asmjs, blocked by #48968snf-2/+22
2018-03-14implementing fallible allocation API (try_reserve) for Vec, String and HashMapsnf-72/+1056
2018-03-14Implement import renaming with `_` (RFC 2166)Vadim Petrochenkov-1/+153
2018-03-14Escape stringified expressionShotaro Yamada-5/+77
2018-03-14Auto merge of #48859 - bdrewery:update-libc, r=alexcrichtonbors-0/+0
2018-03-14fix ui test error againAndrew Cann-1/+1
2018-03-14Fixes after rebaseAndrew Cann-52/+3
2018-03-14register removed lintsAndrew Cann-0/+4
2018-03-14Fix fallback noteAndrew Cann-9/+10
2018-03-14Add note about fallback to `!: !Trait` errorAndrew Cann-26/+107
2018-03-14really actually fix ui test error for realAndrew Cann-1/+0
2018-03-14really fix ui test errors for realAndrew Cann-0/+3
2018-03-14really fix ui test errorsAndrew Cann-1/+0
2018-03-14change never_type stabilisation versionAndrew Cann-7/+7
2018-03-14Fix ui test errorsAndrew Cann-2/+2
2018-03-14Make coerce_never lint an errorAndrew Cann-102/+21
2018-03-14Fix version numberAndrew Cann-7/+7
2018-03-14stabilise feature(never_type)Andrew Cann-162/+89
2018-03-14remove defaulting to unitAndrew Cann-243/+107
2018-03-14update testsGuillaume Gomez-1163/+1153
2018-03-14test for putting back check on jsonGuillaume Gomez-79/+127
2018-03-14Speed up SVH computation by using Fingerprint::combine()Peter Hrvola-8/+12
2018-03-13fix #48816 don't print help on indirect compiler ICEAlex Butler-0/+6
2018-03-13talk about intra-linksQuietMisdreavus-0/+45
2018-03-13Clarify usage message for --remap-path-prefix.Jeremy Fitzhardinge-1/+1
2018-03-13Auto merge of #48735 - 1011X:master, r=alexcrichtonbors-477/+512
2018-03-13Fix ICE on malformed plugin attributesMichael Lamparski-2/+4
2018-03-13Add test for issue 48941Michael Lamparski-0/+39
2018-03-13Move 48070 test to uibobtwinkles-0/+1
2018-03-13Adds a test for #48070bobtwinkles-0/+34
2018-03-13add intrinsics for portable packed simd vector reductionsgnzlbg-3/+525
2018-03-13rustc: Embed LLVM bitcode by default on iOSAlex Crichton-2/+87
2018-03-13rustbuild: Tweak CFLAGS to various libstd piecesAlex Crichton-3/+3
2018-03-13add "text" sections for things that seem likely to be a problemNiko Matsakis-2/+6
2018-03-13remove dead codeNiko Matsakis-11/+0
2018-03-13replace inline docs with references to rustc-guideNiko Matsakis-57/+18
2018-03-13add a debug assertion that only outlives-oblig. result from norm.Niko Matsakis-7/+32
2018-03-13`trans_apply_param_substs` => `subst_and_normalize_erasing_regions`Niko Matsakis-70/+91
2018-03-13short-circuit work when instantiating query responsesNiko Matsakis-24/+84
2018-03-13short-circuit `dropck_outlives` for simple casesNiko Matsakis-2/+72