about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-17Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichtonbors-1521/+442
2018-05-17Remove MAKEFLAGS to prevent accidental inheritanceMark Simulacrum-5/+4
2018-05-17Fix rustc binary metadata overwriting librustc metadataMark Simulacrum-2/+2
2018-05-17Rename rustdoc to use underscoresMark Simulacrum-2/+2
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-1512/+434
2018-05-17Rename trans to codegen everywhere.Irina Popa-1548/+1547
2018-05-17Auto merge of #50400 - ehuss:compiletest-revisions, r=alexcrichtonbors-390/+473
2018-05-16Fix running multiple targets.Eric Huss-3/+4
2018-05-16Fix update-references for tests within subdirectories.Eric Huss-3/+4
2018-05-16compiletest: Run revisions as independent tests.Eric Huss-168/+234
2018-05-16compiletest: rustfmtEric Huss-232/+247
2018-05-17Auto merge of #50665 - alexcrichton:fix-single-item-path-warnings, r=oli-obkbors-47/+287
2018-05-17Auto merge of #50807 - kennytm:rollup, r=kennytmbors-360/+588
2018-05-16Auto merge of #50696 - ehuss:cargo-update, r=alexcrichtonbors-4/+4
2018-05-17Rollup merge of #50170 - burtonageo:more_cow_from, r=alexcrichtonkennytm-0/+95
2018-05-17Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichtonkennytm-150/+18
2018-05-17Rollup merge of #50793 - jrlusby:master, r=petrochenkovkennytm-77/+550
2018-05-17Rollup merge of #50797 - shamiao:patch-1, r=kennytmkennytm-1/+1
2018-05-17Rollup merge of #50789 - cuviper:bootstrap-metadata, r=alexcrichtonkennytm-1/+9
2018-05-17Rollup merge of #50788 - varkor:missing-const-cast, r=cramertjkennytm-1/+31
2018-05-17Rollup merge of #50787 - ehuss:fix-run-make-wasm, r=alexcrichtonkennytm-6/+6
2018-05-17Rollup merge of #50779 - nox:untracked-options, r=rkruppekennytm-2/+2
2018-05-17Rollup merge of #50752 - GuillaumeGomez:more-error-code-in-libsyntax-ext, r=f...kennytm-3/+146
2018-05-17Rollup merge of #50740 - nnethercote:rm-LazyBTreeMap, r=cramertjkennytm-123/+12
2018-05-17Rollup merge of #50736 - udoprog:env-try-op, r=shepmasterkennytm-12/+21
2018-05-17Rollup merge of #50728 - sinkuu:fix_50702, r=GuillaumeGomezkennytm-7/+42
2018-05-17Rollup merge of #50726 - udoprog:read2-inner-fn, r=alexcrichtonkennytm-18/+19
2018-05-16Auto merge of #50710 - Zoxc:value_to_constvalue, r=oli-obkbors-56/+88
2018-05-16Remove empty file introduced by rebaseJane Lusby-0/+0
2018-05-16Remove empty filesJane Lusby-0/+0
2018-05-16tidy: Add a check for empty UI test filesJane Lusby-23/+40
2018-05-16Auto merge of #49479 - nox:merge-funcs, r=nagisabors-2/+3
2018-05-16Stabilize num::NonZeroU*Simon Sapin-21/+8
2018-05-16Remove unstable deprecated num::NonZeroI* typesSimon Sapin-21/+2
2018-05-16Make core::nonzero privateSimon Sapin-110/+10
2018-05-16Rollup merge of #50669 - QuietMisdreavus:deprecated-attrs, r=GuillaumeGomezkennytm-2/+58
2018-05-16Rollup merge of #50656 - leodasvacas:fix-impl-trait-in-main-ret, r=nikomatsakiskennytm-7/+44
2018-05-16Rollup merge of #50638 - tbu-:pr_open_cloexec_once, r=nagisakennytm-4/+44
2018-05-16Auto merge of #50045 - est31:label_break_value, r=eddybbors-54/+510