about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-05-23Rollup merge of #50875 - QuietMisdreavus:short-features, r=GuillaumeGomezkennytm-22/+30
2018-05-23Rollup merge of #50863 - oli-obk:const_len, r=SimonSapin,Gankrokennytm-16/+72
2018-05-23Rollup merge of #50849 - est31:visit_closure_args, r=michaelwoeristerkennytm-1/+2
2018-05-23Rollup merge of #50846 - GuillaumeGomez:add-e0665, r=frewsxcvkennytm-6/+82
2018-05-22Auto merge of #49172 - oli-obk:const_let, r=eddybbors-113/+354
2018-05-22Deduplicate match armsOliver Schneider-7/+4
2018-05-22Auto merge of #50520 - Zoxc:alloc-misc, r=oli-obkbors-318/+322
2018-05-22Fix a typo in a commentOliver Schneider-2/+2
2018-05-22Remove now unused error codeOliver Schneider-15/+0
2018-05-22Report let bindings and statements as unstableOliver Schneider-65/+150
2018-05-22Be more explicit about what's skippedOliver Schneider-33/+32
2018-05-22Allow let bindings in const fn and constantsOliver Schneider-18/+193
2018-05-22Auto merge of #50876 - matthewjasper:rollback-trivial-bounds, r=nikomatsakisbors-5/+102
2018-05-22Auto merge of #50838 - alexcrichton:token-impls, r=eddybbors-17/+117
2018-05-22Introduce AllocType which indicates what AllocIds point toJohn Kåre Alsaker-284/+251
2018-05-22Move the allocation interner out of InterpretInternerInnerJohn Kåre Alsaker-7/+9
2018-05-22Get rid of literal_alloc_cacheJohn Kåre Alsaker-28/+63
2018-05-22Auto merge of #50486 - Manishearth:approx-stab, r=nrcbors-39/+22
2018-05-21Auto merge of #49283 - varkor:combining-chars-escape_debug, r=SimonSapinbors-33/+197
2018-05-21Auto merge of #50812 - kennytm:fix-50756-miri-bad-float-behavior, r=oli-obkbors-7/+71
2018-05-21Fix tables.rsvarkor-6/+45
2018-05-21Avoid counting characters and add explanatory comment to testvarkor-2/+14
2018-05-21Only escape extended grapheme characters in the first positionvarkor-15/+28
2018-05-21Make {char, str}::escape_debug and impl Debug for {char, str} consistentvarkor-16/+4
2018-05-21Use Grapheme_Extend instead of Mnvarkor-174/+137
2018-05-21Use the correct output directory for downloading Unicode filesvarkor-2/+1
2018-05-21Remove example in test for is_nonspacing_mark because it's currently privatevarkor-10/+0
2018-05-21Add test for Debug formatting of charvarkor-0/+8
2018-05-21Escape combining characters in escape_debugvarkor-5/+33
2018-05-21Keep tables.rs copyright notice up to datevarkor-5/+5
2018-05-21Download unicode data files in directory of unicode.pyvarkor-7/+11
2018-05-21Update unicode/tables.rs with Mnvarkor-1/+121
2018-05-21Update .gitignore for libstd_unicodevarkor-7/+7
2018-05-21update testsManish Goregaokar-0/+16
2018-05-21Remove rustc_serialize_exclude_nullManish Goregaokar-17/+2
2018-05-21Stabilize suggestion applicability field in json outputManish Goregaokar-22/+4
2018-05-21Auto merge of #50801 - eddyb:param-things, r=nikomatsakisbors-281/+246
2018-05-21Add some runtime sanity checksOliver Schneider-3/+10
2018-05-21Make `[T]::len` and `str::len` const fnOliver Schneider-16/+65
2018-05-21Add E0665Guillaume Gomez-17/+82
2018-05-21Auto merge of #50265 - japaric:sz, r=alexcrichtonbors-21/+9
2018-05-21rustc: move TypeParamDef's fields into GenericParamDefKind::Type.Eduard-Mihai Burtescu-91/+94
2018-05-21rustc: use AccumulateVec in Substs::for_item.Eduard-Mihai Burtescu-9/+19
2018-05-21rustc: don't expose Substs::fill_item as public.Eduard-Mihai Burtescu-28/+25
2018-05-21rustc: use intern_* instead of mk_* where possible.Eduard-Mihai Burtescu-11/+15
2018-05-21rustc: don't call Kind::from directly, use .into() instead.Eduard-Mihai Burtescu-44/+22
2018-05-21rustc: make mk_substs_trait take &[Kind] instead of &[Ty].Eduard-Mihai Burtescu-98/+70
2018-05-21rustc: avoid using intern_*(it.collect()) when mk_*(it) works better.Eduard-Mihai Burtescu-5/+6
2018-05-21Auto merge of #50898 - shepmaster:typo, r=QuietMisdreavusbors-13/+14
2018-05-21Auto merge of #50739 - gnzlbg:vec_reserve, r=sfacklerbors-2/+2