| Age | Commit message (Expand) | Author | Lines |
| 2016-11-28 | Remove unused functions from rustc_llvm | Robin Kruppe | -229/+1 |
| 2016-11-27 | Auto merge of #37676 - eddyb:lazy-7, r=nikomatsakis | bors | -3105/+4149 |
| 2016-11-28 | rustc_typeck: don't record associated type resolutions. | Eduard-Mihai Burtescu | -12/+11 |
| 2016-11-28 | rustc_privacy: switch private-in-public checking to Ty. | Eduard Burtescu | -234/+289 |
| 2016-11-28 | rustc: track fields in the HIR map. | Eduard Burtescu | -0/+26 |
| 2016-11-28 | rustc_privacy: visit Ty instead of HIR types in EmbargoVisitor. | Eduard-Mihai Burtescu | -158/+218 |
| 2016-11-27 | Auto merge of #38019 - sourcefrog:doc-separator, r=frewsxcv | bors | -1/+3 |
| 2016-11-28 | rustc: rework stability to be on-demand for type-directed lookup. | Eduard Burtescu | -858/+1774 |
| 2016-11-28 | rustc: use Span's allow_internal_unstable instead of hir::BlockCheckMode. | Eduard Burtescu | -125/+52 |
| 2016-11-28 | rustc_typeck: save the type cache for rustdoc and save-analysis. | Eduard Burtescu | -81/+111 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -925/+927 |
| 2016-11-28 | rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR. | Eduard-Mihai Burtescu | -395/+228 |
| 2016-11-28 | rustc: track hir::{TraitRef, Visibility} in the HIR map. | Eduard Burtescu | -11/+50 |
| 2016-11-28 | rustc: desugar UFCS as much as possible during HIR lowering. | Eduard Burtescu | -486/+637 |
| 2016-11-28 | rustc: encode the optionality of type parameters in HIR paths. | Eduard Burtescu | -106/+112 |
| 2016-11-27 | Auto merge of #38022 - arthurprs:micro-opt-hm, r=bluss | bors | -18/+21 |
| 2016-11-27 | Use displacement instead of initial bucket in HashMap code | arthurprs | -18/+21 |
| 2016-11-27 | Auto merge of #38027 - rkruppe:llvm-printpasses-fwdcompat, r=alexcrichton | bors | -0/+7 |
| 2016-11-27 | Auto merge of #37983 - GuillaumeGomez:tcp_listener_doc, r=frewsxcv | bors | -3/+118 |
| 2016-11-27 | Adapt LLVMRustPrintPasses to LLVM 4.0 preferring `StringRef` over `char *` | Robin Kruppe | -0/+7 |
| 2016-11-27 | Auto merge of #38007 - alygin:err-expl-fix, r=eddyb | bors | -0/+3 |
| 2016-11-27 | Add examples for TcpListener struct | Guillaume Gomez | -3/+118 |
| 2016-11-26 | Auto merge of #38023 - arielb1:constant-evil-x2, r=eddyb | bors | -9/+50 |
| 2016-11-27 | don't double-apply variant padding to const enums | Ariel Ben-Yehuda | -9/+50 |
| 2016-11-26 | Auto merge of #36340 - sfackler:slice-get-slice, r=alexcrichton | bors | -185/+404 |
| 2016-11-26 | Auto merge of #38004 - GuillaumeGomez:tcp_stream_doc, r=frewsxcv | bors | -8/+185 |
| 2016-11-26 | Auto merge of #38008 - bluss:rustbuild-benches, r=alexcrichton | bors | -14/+103 |
| 2016-11-26 | Fix error explanation formatting | Andrew Lygin | -10/+11 |
| 2016-11-26 | Fix error explanation formatting | Andrew Lygin | -10/+12 |
| 2016-11-26 | Overload get{,_mut}{,_unchecked} | Steven Fackler | -185/+404 |
| 2016-11-26 | Clearer description of std::path::MAIN_SEPARATOR. | Martin Pool | -1/+3 |
| 2016-11-26 | Auto merge of #38015 - sanxiyn:rollup, r=sanxiyn | bors | -14/+119 |
| 2016-11-26 | Rollup merge of #38010 - frewsxcv:lock-creations, r=GuillaumeGomez | Seo Sanghyeon | -1/+22 |
| 2016-11-26 | Rollup merge of #38001 - vickenty:patch-1, r=steveklabnik | Seo Sanghyeon | -2/+2 |
| 2016-11-26 | Rollup merge of #37985 - frewsxcv:completed-fixme, r=petrochenkov | Seo Sanghyeon | -1/+1 |
| 2016-11-26 | Rollup merge of #37978 - fkjogu:master, r=sfackler | Seo Sanghyeon | -5/+5 |
| 2016-11-26 | Rollup merge of #37967 - sfackler:enumset-issue, r=sfackler | Seo Sanghyeon | -1/+1 |
| 2016-11-26 | Rollup merge of #37963 - bluss:iterator-docs, r=alexcrichton | Seo Sanghyeon | -4/+4 |
| 2016-11-26 | Rollup merge of #37962 - GuillaumeGomez:socket-v6, r=frewsxcv | Seo Sanghyeon | -0/+84 |
| 2016-11-25 | Auto merge of #37961 - samestep:radices, r=frewsxcv | bors | -3/+3 |
| 2016-11-25 | Auto merge of #37960 - samestep:five, r=frewsxcv | bors | -1/+1 |
| 2016-11-25 | Document how the `MutexGuard` structure is created. | Corey Farwell | -1/+8 |
| 2016-11-25 | Document how the `RwLockWriteGuard` structure is created. | Corey Farwell | -0/+7 |
| 2016-11-25 | Document how the `RwLockReadGuard` structure is created. | Corey Farwell | -0/+7 |
| 2016-11-26 | rustbuild: Add bench = false to std shim crates | Ulrik Sverdrup | -0/+6 |
| 2016-11-25 | Auto merge of #38000 - rkruppe:llvm-dinamespace-fwdcompat, r=alexcrichton | bors | -1/+5 |
| 2016-11-25 | Add missing urls and examples to TcpStream | Guillaume Gomez | -8/+185 |
| 2016-11-25 | rustbuild: Point to core and collections's external benchmarks. | Ulrik Sverdrup | -0/+9 |
| 2016-11-25 | rustbuild: Add bench subcommand | Ulrik Sverdrup | -14/+88 |
| 2016-11-25 | Auto merge of #37987 - plietar:cross-proc-macro, r=jseyfried | bors | -7/+22 |