about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-05-05Improve implementation approach comments in [T]::reverse()Scott McMurray-4/+15
2017-05-04Make [u8]::reverse() 5x fasterScott McMurray-0/+69
2017-04-30Auto merge of #41651 - arielb1:missing-adjustment-2, r=eddybbors-230/+204
2017-04-30refactor the handling of lvalue opsAriel Ben-Yehuda-230/+204
2017-04-30Auto merge of #41602 - hsivonen:explainnonnull, r=steveklabnikbors-3/+10
2017-04-30Auto merge of #41643 - frewsxcv:rollup, r=frewsxcvbors-19/+174
2017-04-29Rollup merge of #41637 - eddyb:used-not-dead, r=petrochenkovCorey Farwell-0/+23
2017-04-29Rollup merge of #41636 - moosingin3space:fix/process-exit-in-forget-doc, r=sf...Corey Farwell-1/+1
2017-04-29Rollup merge of #41608 - cuviper:distcheck-rust-src, r=alexcrichtonCorey Farwell-0/+28
2017-04-29Rollup merge of #41509 - froydnj:float-stack-reduction, r=nagisaCorey Farwell-18/+104
2017-04-29Rollup merge of #41449 - Eh2406:master, r=aturonCorey Farwell-0/+18
2017-04-30Auto merge of #41593 - achernyak:def_span, r=eddybbors-23/+24
2017-04-29Auto merge of #41544 - alexcrichton:bump-bootstrap, r=brsonbors-144/+93
2017-04-29Don't ever warn about #[used] items being dead code.Eduard-Mihai Burtescu-0/+23
2017-04-29Update stage0 bootstrap compilerAlex Crichton-144/+93
2017-04-29process:exit -> process::exit in mem::forget docsNathan Moos-1/+1
2017-04-29removed custom functions and commentachernyak-12/+3
2017-04-29chaned dep nodes implachernyak-2/+2
2017-04-29Auto merge of #39291 - Freyskeyd:check_context_E0423, r=petrochenkovbors-14/+65
2017-04-29added dep nodes and commentachernyak-3/+18
2017-04-29Auto merge of #41588 - cengizIO:master, r=nikomatsakisbors-77/+17
2017-04-29Auto merge of #41623 - alexcrichton:update-sccache, r=TimNNbors-34/+34
2017-04-29ci: Update sccache buildAlex Crichton-34/+34
2017-04-29Auto merge of #41564 - gaurikholkar:master, r=nikomatsakisbors-19/+146
2017-04-29Auto merge of #41577 - Keruspe:master, r=alexcrichtonbors-8/+24
2017-04-28Merge branch 'master' into def_spanArtem Chernyak-955/+1121
2017-04-28found the stack overflow culpritachernyak-2/+2
2017-04-28FromIterator and Extend Cow for StringEh2406-0/+18
2017-04-28Auto merge of #41542 - petrochenkov:objpars2, r=nikomatsakisbors-2/+78
2017-04-28review updatedsachernyak-13/+3
2017-04-28fmt: use mem::uninitialized for float formatting buffersNathan Froyd-22/+34
2017-04-28fmt: use the minimum parts array sizeNathan Froyd-4/+4
2017-04-28fmt: reduce the stack space required by float formattingNathan Froyd-16/+66
2017-04-28num: add minimal benchmarks for full floating-point formattingNathan Froyd-0/+24
2017-04-28Auto merge of #41368 - nikomatsakis:incr-comp-dep-tracking-map, r=eddybbors-172/+251
2017-04-28refac Move levenchstein before context dependent checkFreyskeyd-14/+65
2017-04-28Auto merge of #41575 - alexcrichton:android-qemu-server, r=TimNNbors-467/+243
2017-04-28query for def_spanachernyak-16/+20
2017-04-28introduce ability to if we have typeck-tables for a given def-idNiko Matsakis-53/+84
2017-04-28Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichtonbors-313/+547
2017-04-28Disable path remapping test on Windows.Michael Woerister-0/+1
2017-04-28Adding documentation, indentation fixesgaurikholkar-32/+47
2017-04-28make `ty` and `impl_trait_ref` privateNiko Matsakis-30/+68
2017-04-28allow maps to be made private or publicNiko Matsakis-39/+39
2017-04-28Explain why zero-length slices require a non-null pointerHenri Sivonen-3/+10
2017-04-28rustbuild: only build cargo for hostMarc-Antoine Perennou-0/+1
2017-04-28Disable ref hint for pattern in let and adding ui-tests.gaurikholkar-20/+132
2017-04-28do not access `typeck_tables` map directlyNiko Matsakis-17/+9
2017-04-28do not access `associated_item` map directlyNiko Matsakis-25/+40
2017-04-28do not access `inherited_impls` map directlyNiko Matsakis-17/+20