summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-08-03Auto merge of #43616 - mbrubeck:fnv, r=michaelwoeristerbors-67/+0
2017-08-03Add more regression tests for #40510Daan Sprenkels-0/+73
2017-08-03Auto merge of #43611 - nrc:save-tidy, r=eddybbors-21/+34
2017-08-03Appease tidy and fix save-analysis config for dist buildsNick Cameron-12/+13
2017-08-03Store map of region variable ids to lookups in nll visitor and remove referen...Paul Faria-26/+46
2017-08-02extend config.toml docRalf Jung-1/+1
2017-08-02Indicate how `ThreadId` is created.Corey Farwell-1/+5
2017-08-02Fix broken links in `Thread` docs.Corey Farwell-0/+3
2017-08-03Update nomiconSimon Sapin-0/+0
2017-08-02Improve functionsGuillaume Gomez-1/+1
2017-08-02Improve color theme for color blind issuesGuillaume Gomez-7/+7
2017-08-02Auto merge of #43614 - pornel:is_gotcha, r=BurntSushibors-2/+2
2017-08-02Change "Example" to "Examples" in the doc commentsMichael Howell-2/+2
2017-08-02Remove unused fnv hash codeMatt Brubeck-67/+0
2017-08-02Fix some unaligned reads on SPARC in LTODanek Duvall-2/+3
2017-08-02Auto merge of #43607 - marioidival:master, r=alexcrichtonbors-1/+0
2017-08-02Emphasise that these functions look at the disk, not just the pathKornel-2/+2
2017-08-02rustc_trans: do not pass floating-point values to LLVM through FFI.Eduard-Mihai Burtescu-15/+13
2017-08-02rustc_const_math: use apfloat::ieee::{Single,Double} in ConstFloat.Eduard-Mihai Burtescu-144/+180
2017-08-02Fixed errors in libstd.Isaac van Bakel-8/+8
2017-08-02Auto merge of #43605 - RalfJung:mapdoc, r=michaelwoeristerbors-2/+4
2017-08-02Auto merge of #43612 - michaelwoerister:fix-cgu-hashing, r=eddybbors-18/+5
2017-08-02incr.comp.: Properly incorporate symbol linkage and visibility into CGU hash.Michael Woerister-18/+5
2017-08-02Auto merge of #43602 - QuietMisdreavus:fantastic-shrinking-headings, r=Guilla...bors-3/+7
2017-08-02Auto merge of #43584 - arielb1:unused-reads, r=eddybbors-17/+21
2017-08-02Update RLSNick Cameron-15/+7
2017-08-02Update rls-data depNick Cameron-5/+19
2017-08-01also release-validate return value before a callRalf Jung-11/+16
2017-08-02save-analysis: only emit public fields in value of a struct if the config per...Nick Cameron-4/+10
2017-08-02Auto merge of #43603 - frewsxcv:rollup, r=frewsxcvbors-31/+89
2017-08-02Remove unecessary test code #43219Mario Idival-1/+0
2017-08-01improve hir::map::Map::get_parent_node docRalf Jung-2/+4
2017-08-01rustdoc: shrink headings in non-top-level docblocksQuietMisdreavus-3/+7
2017-08-02Add regression test for #40510Daan Sprenkels-0/+23
2017-08-01closure unsafety check: stop moving up when we hit an itemRalf Jung-15/+15
2017-08-02Rollup merge of #43598 - ibabushkin:master, r=eddybCorey Farwell-1/+1
2017-08-02Rollup merge of #43597 - dhduvall:master, r=alexcrichtonCorey Farwell-1/+1
2017-08-02Rollup merge of #43585 - frewsxcv:frewsxcv-hashset-docs, r=steveklabnik,quiet...Corey Farwell-14/+43
2017-08-02Rollup merge of #43581 - alexcrichton:inline-more, r=michaelwoeristerCorey Farwell-0/+2
2017-08-02Rollup merge of #43423 - xliiv:cell-example, r=steveklabnikCorey Farwell-0/+28
2017-08-02Rollup merge of #43389 - alexcrichton:thread-error, r=michaelwoeristerCorey Farwell-15/+14
2017-08-02Auto merge of #43579 - cuviper:extern-llvm-features, r=alexcrichtonbors-1/+1
2017-08-02rustc_apfloat: complete the IEEE & PPC implementations.Eduard-Mihai Burtescu-90/+2834
2017-08-02rustc_apfloat: port the suite of unit tests.Eduard-Mihai Burtescu-0/+7546
2017-08-02rustc_apfloat: stub IEEE & PPC implementations.Eduard-Mihai Burtescu-1/+455
2017-08-02rustc_apfloat: introduce the base Float API.Eduard-Mihai Burtescu-0/+709
2017-08-02Fixed another problem.Isaac van Bakel-2/+2
2017-08-01Add doc example for HashSet::drain.Corey Farwell-0/+16
2017-08-01Remove unnecessary clones in doc examples.Corey Farwell-11/+11
2017-08-01Show the capacity in HashSet::with_capacity doc example.Corey Farwell-0/+1