about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-03Sidestep an ICE by providing *some* description for `ReEmpty` when it arises.Felix S. Klock II-0/+1
2018-11-03Regression test for issue 55552.Felix S. Klock II-0/+31
2018-11-03If we encounter `_` ascribed to structural pattern like `(a, b)`, just skip r...Felix S. Klock II-22/+62
2018-11-02update rustdoc-ui/failed-doctest-output testQuietMisdreavus-2/+2
2018-11-02pass the Options struct instead of individual argsQuietMisdreavus-204/+136
2018-11-02Don't show associated const items by defaultGuillaume Gomez-2/+1
2018-11-02implement existing parser fns in terms of fallible fnsQuietMisdreavus-14/+21
2018-11-02split off a separate RenderOptions structQuietMisdreavus-49/+67
2018-11-02swap uses of Matches with pre-parsed argsQuietMisdreavus-111/+68
2018-11-03resolve: Filter away macro prelude in modules with `#[no_implicit_prelude]` o...Vadim Petrochenkov-5/+37
2018-11-02parse command-line into a central Options structQuietMisdreavus-300/+528
2018-11-02Auto merge of #55087 - levex:e0669-improve-span, r=nagisabors-26/+49
2018-11-02NetBSD: link libstd with librt in addition to libpthreadJonathan A. Kollasch-1/+4
2018-11-02Fix compile errors in testJonathan Behrens-9/+9
2018-11-02Suggested editsJonathan Behrens-24/+24
2018-11-02Add some testsJonathan Behrens-11/+20
2018-11-02Add BufWriter::buffer methodJonathan Behrens-0/+19
2018-11-02Rebase falloutOliver Scherer-2/+2
2018-11-02Rename `Value` to `Immediate` in docsRalf Jung-1/+1
2018-11-02Satsify tidyOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-1/+5
2018-11-02Rename `Value` to `Immediate` for miriOliver Scherer-186/+189
2018-11-02Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavusbors-54/+179
2018-11-02Update stdsimdgnzlbg-0/+0
2018-11-02rustc: Wait for all codegen threads to exitAlex Crichton-22/+104
2018-11-02Use `jemalloc-sys` on Linux and OSX compilersAlex Crichton-6/+49
2018-11-02Remove all jemalloc-related contentAlex Crichton-431/+8
2018-11-02Auto merge of #55316 - RalfJung:retagging, r=oli-obkbors-922/+450
2018-11-02Auto merge of #54043 - fintelia:raw_entry, r=alexcrichtonbors-6/+673
2018-11-02Auto merge of #55359 - alex:command-exec-uaf, r=alexcrichtonbors-8/+111
2018-11-02remove unused result in resolveAlex Burka-8/+4
2018-11-02add test for deriving Debug on uninhabited enumAlex Burka-0/+41
2018-11-02Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexmbors-557/+667
2018-11-02Remove deprecated unstable `#[panic_implementation]`Vadim Petrochenkov-95/+8
2018-11-02Fix tracking issue numbers for some unstable featuresVadim Petrochenkov-18/+18
2018-11-02Move doc_alias docGuillaume Gomez-16/+16
2018-11-02Add test for index-pageGuillaume Gomez-0/+18
2018-11-02Add documentation for index-page featuresGuillaume Gomez-0/+13
2018-11-01Add comments explaining how codegen works for `dyn Trait` methodsMichael Hewson-2/+11
2018-11-01Add a check for reprs that could change the ABIMichael Hewson-1/+25
2018-11-01Remove this check for object-safety during selection of trait object candidatesMichael Hewson-11/+0
2018-11-01add `U: Trait` to the param env during DispatchFromDyn checkMichael Hewson-27/+40
2018-11-01Put backticks around field names, types and paths in error messagesMichael Hewson-7/+7
2018-11-01Add layout sanity checks in object safetyMichael Hewson-0/+100
2018-11-01Replace UncoeribleReceiver error message with UndispatchableReceiverMichael Hewson-7/+7
2018-11-01fix error-index testMichael Hewson-1/+4
2018-11-01update DispatchFromDyn doctestMichael Hewson-0/+3
2018-11-01Replace CoerceSized trait with DispatchFromDynMichael Hewson-190/+164
2018-11-01fix docs on traitMichael Hewson-4/+4
2018-11-01Add new tests and update existing for object-safe custom receiversMichael Hewson-18/+240
2018-11-01update tests that have changed outputMichael Hewson-42/+9