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