about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-12-04Auto merge of #37920 - nikomatsakis:compile-time-regression-37864, r=mwbors-8/+108
2016-12-04OpenBSD under x86 has particular ABI for returning a struct.Sébastien Marie-1/+9
2016-12-04Auto merge of #37857 - shepmaster:llvm-4.0-dinodes, r=michaelwoeristerbors-60/+177
2016-12-03Update error expectationsKeith Yeung-20/+20
2016-12-03Display better error messages for E0282Keith Yeung-3/+17
2016-12-03Add TypeVariableOrigin enumKeith Yeung-53/+129
2016-12-03Add examples for exit functionGuillaume Gomez-0/+8
2016-12-03Ignore test on -windows-gnu.Vadim Chugunov-1/+2
2016-12-03Auto merge of #38148 - frewsxcv:rollup, r=frewsxcvbors-93/+738
2016-12-03Rollup merge of #38141 - GuillaumeGomez:component_doc, r=frewsxcvCorey Farwell-1/+11
2016-12-03Rollup merge of #38130 - jethrogb:patch-3, r=steveklabnikCorey Farwell-4/+5
2016-12-03Rollup merge of #38113 - nikomatsakis:incremental-dump-hash, r=michaelwoeristerCorey Farwell-0/+30
2016-12-03Rollup merge of #38112 - tarka:book-testing-fix, r=steveklabnikCorey Farwell-5/+5
2016-12-03Rollup merge of #38096 - michaelwoerister:more-incremental-info, r=nikomatsakisCorey Farwell-15/+44
2016-12-03Rollup merge of #38090 - GuillaumeGomez:option_doc, r=frewsxcvCorey Farwell-0/+10
2016-12-03Rollup merge of #38089 - michaelwoerister:disable-debuginfo-test-on-aarch64, ...Corey Farwell-0/+1
2016-12-03Rollup merge of #38077 - GuillaumeGomez:ipaddr_doc, r=frewsxcvCorey Farwell-0/+88
2016-12-03Rollup merge of #38073 - cardoe:fix-typo, r=frewsxcvCorey Farwell-1/+1
2016-12-03Rollup merge of #38065 - estebank:fix-37618, r=jonathandturnerCorey Farwell-6/+6
2016-12-03Rollup merge of #38029 - dns2utf8:fix_verify.rs, r=petrochenkovCorey Farwell-17/+19
2016-12-03Rollup merge of #38028 - Mark-Simulacrum:polish, r=nikomatsakisCorey Farwell-33/+33
2016-12-03Rollup merge of #38020 - GuillaumeGomez:udp-socket-doc, r=frewsxcvCorey Farwell-11/+215
2016-12-03Rollup merge of #37919 - nikomatsakis:incremental-36168, r=mwCorey Farwell-0/+112
2016-12-03Rollup merge of #37859 - GuillaumeGomez:net_examples, r=nagisaCorey Farwell-0/+158
2016-12-03move test for #37290 into run-pass-fulldepsNiko Matsakis-0/+0
2016-12-03fix objc ABI in std::env::argsMathieu Poumeyrol-2/+15
2016-12-03fix stack overflow by enum and cont issue #36163, some paths were skipped whi...Mikhail Modin-65/+86
2016-12-03update src/liblibc to include i686-unknown-openbsd libc definitionSébastien Marie-0/+0
2016-12-03Auto merge of #38079 - BurntSushi:attrtarget, r=alexcrichtonbors-11/+50
2016-12-03Remove redundant assertion near is_char_boundary.Clar Charr-4/+0
2016-12-03Auto merge of #38061 - cardoe:target-spec, r=alexcrichtonbors-3/+15
2016-12-03Auto merge of #38059 - arielb1:no-mere-overflow, r=nikomatsakisbors-1/+89
2016-12-03Auto merge of #38056 - clarcharr:master, r=alexcrichtonbors-0/+73
2016-12-02Add Component examplesGuillaume Gomez-1/+11
2016-12-03Auto merge of #38055 - rkruppe:rm-unused-llvm-ffi, r=alexcrichtonbors-229/+1
2016-12-02[LLVM 4.0] Support new DIFlags enumJake Goulding-0/+5
2016-12-02[LLVM] Introduce a stable representation of DIFlagsJake Goulding-60/+172
2016-12-02Rename _all_ library instances.Vadim Chugunov-1/+0
2016-12-02core: Remove Self: Sized from Iterator::nthUlrik Sverdrup-1/+7
2016-12-02pacify the mercilous tidyNiko Matsakis-1/+3
2016-12-02Update items section in referencejethrogb-4/+5
2016-12-02rustc: add basic test for --print target-specDoug Goldstein-0/+1
2016-12-02rustc: add --print target-spec optionDoug Goldstein-0/+9
2016-12-02Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakisbors-564/+322
2016-12-02Auto merge of #38050 - alexcrichton:fix-llvm-deps, r=japaricbors-0/+7
2016-12-02Auto merge of #37936 - tedsta:fuchsia_std_process, r=alexcrichtonbors-238/+689
2016-12-01Tighten up error checking of library renames.Vadim Chugunov-22/+85
2016-12-01Remove the "linked_from" feature.Vadim Chugunov-56/+5
2016-12-01Point arg num mismatch errors back to their definitionJonathan Turner-59/+59
2016-12-01Implement native library kind and name overrides from the command line.Vadim Chugunov-30/+119