about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-16remove unused dependencyAndreas Jonson-2/+0
2018-11-15submodules: update clippy from d8b42690 to f5d868c9Matthias Krüger-14/+14
2018-11-15Auto merge of #55974 - pietroalbini:rollup, r=pietroalbinibors-389/+933
2018-11-15Rollup merge of #55956 - euclio:issue-55587, r=estebankPietro Albini-0/+35
2018-11-15Rollup merge of #55932 - Turbo87:to_digit, r=alexcrichtonPietro Albini-8/+71
2018-11-15Rollup merge of #55930 - ljedrz:hir_bonuses, r=cramertjPietro Albini-7/+4
2018-11-15Rollup merge of #55926 - cynecx:fix-rustdoc-mobile-css, r=GuillaumeGomezPietro Albini-1/+1
2018-11-15Rollup merge of #55901 - euclio:speling, r=petrochenkovPietro Albini-67/+67
2018-11-15Rollup merge of #55865 - RalfJung:unix-rwlock, r=alexcrichtonPietro Albini-3/+3
2018-11-15Rollup merge of #55852 - varkor:dotdotequals-lint, r=zackmdavisPietro Albini-20/+71
2018-11-15Rollup merge of #55785 - stjepang:unsized-drop-forget, r=alexcrichtonPietro Albini-1/+20
2018-11-15Rollup merge of #55781 - pnkfelix:issue-54382-more-precise-spans-for-temps-an...Pietro Albini-34/+194
2018-11-15Rollup merge of #55778 - nnethercote:LrcPreds, r=eddybPietro Albini-69/+73
2018-11-15Rollup merge of #55750 - oli-obk:node_id_x, r=michaelwoeristerPietro Albini-100/+75
2018-11-15Rollup merge of #55622 - jakllsch:netbsd-librt, r=alexcrichtonPietro Albini-1/+4
2018-11-15Rollup merge of #55556 - nnethercote:MmapMeta, r=eddybPietro Albini-4/+30
2018-11-15Rollup merge of #55530 - ljedrz:speed_up_String_from_utf16, r=SimonSapinPietro Albini-1/+9
2018-11-15Rollup merge of #55507 - fhartwig:size_of_intrinsic_docs, r=frewsxcvPietro Albini-0/+3
2018-11-15Rollup merge of #55211 - fintelia:bufwriter-buffer, r=shepmasterPietro Albini-10/+38
2018-11-15Rollup merge of #55182 - jD91mZM2:rebased, r=alexcrichtonPietro Albini-63/+235
2018-11-15Auto merge of #54906 - qnighy:fix-issue-50452, r=nikomatsakisbors-8/+80
2018-11-15Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obkbors-163/+267
2018-11-14Auto merge of #55939 - alexcrichton:path-regression-again, r=sfacklerbors-106/+83
2018-11-14std: Synchronize access to global env during `exec`Alex Crichton-16/+96
2018-11-14add test for issue #54348Andy Russell-0/+21
2018-11-14add test for issue #55587Andy Russell-0/+14
2018-11-14Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec"Alex Crichton-111/+8
2018-11-14xLTO: Don't pass --plugin-opt=thin to LLD. That's not supported anymore.Michael Woerister-11/+0
2018-11-14core/char: Add comment to `to_digit()`Tobias Bieniek-0/+3
2018-11-14core/char: Drop `radix == 10` special caseTobias Bieniek-8/+1
2018-11-14Use `Mmap` to open the rmeta file.Nicholas Nethercote-4/+30
2018-11-14Auto merge of #52153 - csmoe:projeq_normal, r=scalexmbors-1/+44
2018-11-13Remove unneeded newline.Corey Farwell-1/+0
2018-11-14Wrap some query results in `Lrc`.Nicholas Nethercote-69/+73
2018-11-13Auto merge of #55912 - kennytm:rollup, r=kennytmbors-509/+603
2018-11-13core/char: Speed up `to_digit()` for `radix <= 10`Tobias Bieniek-5/+20
2018-11-13core/char: Replace condition + `panic!()` with `assert!()`Tobias Bieniek-3/+1
2018-11-13core/benches: Add `char::to_digit()` benchmarksTobias Bieniek-0/+54
2018-11-13fix various typos in doc commentsAndy Russell-68/+68
2018-11-13Implement `ProjectionEq-Normalize`csmoe-1/+44
2018-11-13Auto merge of #55356 - Aaron1011:fix/rustdoc-negative-auto, r=nikomatsakisbors-1/+43
2018-11-13hir: simplify a match expressionljedrz-2/+2
2018-11-13hir: remove an unused type aliasljedrz-3/+1
2018-11-13hir: simplify fmt::Debug for hir::Pathljedrz-1/+1
2018-11-13hir: remove an unused hir_vec macro patternljedrz-1/+0
2018-11-13Change sidebar selector to fix compatibility with docs.rscynecx-1/+1
2018-11-13Fix ui testsscalexm-6/+6
2018-11-13Instantiate all bound vars existentiallyscalexm-65/+68
2018-11-13Use a dummy outlives requirement for `where Type:,` (see #53696)scalexm-20/+20
2018-11-13Reorder code in `rustc::traits::structural_impls`scalexm-340/+340