summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-01-11Fix confusing documentation for OsStrmuvlon-1/+1
2018-01-11Extend tidy to allow conditionalizing tests for multiple targets.Ed Schouten-2/+2
2018-01-11Auto merge of #47180 - varkor:range-iterator-overrides, r=alexcrichtonbors-0/+75
2018-01-11renumber regions in the generator interiorNiko Matsakis-1/+54
2018-01-11simplify `UniversalRegions::to_region_vid` to just consult the mapNiko Matsakis-4/+6
2018-01-11Make libtest build on CloudABI.Ed Schouten-8/+9
2018-01-11Make the documentation build work on CloudABI.Ed Schouten-5/+7
2018-01-11Make tests build on CloudABI.Ed Schouten-6/+13
2018-01-11Add shims for modules that we can't implement on CloudABI.Ed Schouten-9/+980
2018-01-11Implement libstd for CloudABI.Ed Schouten-0/+1165
2018-01-11Import the CloudABI system call bindings into the libstd tree.Ed Schouten-0/+2898
2018-01-11Add tests to fixed issues.Seiichi Uchida-0/+110
2018-01-11Auto merge of #47087 - Zoxc:incr_no_in_ignore, r=michaelwoeristerbors-261/+273
2018-01-10Add transpose conversions for Option and ResultTaylor Cramer-0/+115
2018-01-10Glued tokens can themselves be joint.Geoffry Song-6/+24
2018-01-11Auto merge of #47243 - wesleywiser:incr_fingerprint_encoding, r=michaelwoeristerbors-2/+78
2018-01-10Fix typo.Alexis Hunt-1/+1
2018-01-10Use the new fs_read_write functions in rustc internalsMatt Brubeck-64/+42
2018-01-10Fix panic strings.Dan Robertson-1/+1
2018-01-10Modify message to match labelEsteban Küber-18/+30
2018-01-10Updated other tests affected by change.David Wood-19/+24
2018-01-10Pre-allocate in fs::read and fs::read_stringMatt Brubeck-2/+10
2018-01-10Add -Ztime-passes line for dep-graph loading.Michael Woerister-4/+5
2018-01-10Fixes #46983. Fixes bad error message when converting anonymous lifetime to `...David Wood-12/+13
2018-01-10Added test for #46983David Wood-0/+28
2018-01-10resolve type and region variables in "NLL dropck"Niko Matsakis-0/+48
2018-01-10Auto merge of #47167 - ivanbakel:builtin_indexing, r=nikomatsakisbors-12/+104
2018-01-10rustdoc: Populate external_traits with traits only seen in implsOliver Middleton-5/+52
2018-01-10Auto merge of #46830 - Diggsey:cursor-vec-mut, r=alexcrichtonbors-32/+58
2018-01-10Add test for #45868Manish Goregaokar-0/+29
2018-01-10fix typo rwlock.rsBulat Musin-1/+1
2018-01-10Use correct line offsets for doctests (fixes #45868)Manish Goregaokar-11/+55
2018-01-10Auto merge of #47308 - frewsxcv:rollup, r=frewsxcvbors-278/+501
2018-01-09Rollup merge of #47301 - GuillaumeGomez:fix-error-index-display, r=QuietMisdr...Corey Farwell-224/+325
2018-01-09Rollup merge of #47285 - AndrewBrinker:master, r=kennytmCorey Farwell-1/+1
2018-01-09Rollup merge of #47262 - estebank:issue-45562, r=petrochenkovCorey Farwell-1/+32
2018-01-09Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichtonCorey Farwell-50/+142
2018-01-10We have Rust 1.25 nowest31-1/+1
2018-01-10Stabilize the panic_col featureest31-2/+1
2018-01-09[incremental] Specialize encoding and decoding of FingerprintsWesley Wiser-5/+67
2018-01-10Auto merge of #47248 - EdSchouten:cloudabi-liblibc, r=kennytmbors-45/+45
2018-01-09Use copy/clone closures to simplify calendar testTaylor Cramer-47/+14
2018-01-10Fix typoRyan Cumming-1/+1
2018-01-10Restore the original Window commentRyan Cumming-2/+6
2018-01-09fix faulty commentandjo403-9/+4
2018-01-09Fixes whitespace.Nathaniel Ringo-9/+9
2018-01-09Fix error index displayGuillaume Gomez-224/+325
2018-01-09Fixes Duration constructor const fns other than new, reverts new to non-const.Nathaniel Ringo-10/+13
2018-01-09Makes the constructors of Duration const fns.Nathaniel Ringo-5/+5
2018-01-09Make core::ops::Place an unsafe traitTaylor Cramer-9/+12