| Age | Commit message (Expand) | Author | Lines |
| 2015-10-23 | add main fn to test | Niko Matsakis | -0/+2 |
| 2015-10-23 | distinguish projections from the env/obj-types vs those from | Niko Matsakis | -0/+31 |
| 2015-10-16 | check upvars in closures that are in statics | Ariel Ben-Yehuda | -0/+16 |
| 2015-10-16 | use the infcx tables to check if a closure is Copy | Ariel Ben-Yehuda | -0/+25 |
| 2015-10-16 | rustc: Don't lint about isize/usize in FFI | Alex Crichton | -0/+22 |
| 2015-10-01 | Converted test to rpass. | Vadim Chugunov | -0/+17 |
| 2015-09-14 | Auto merge of #28392 - arielb1:sort-bounds-list, r=eddyb | bors | -0/+20 |
| 2015-09-14 | Auto merge of #28383 - semarie:openbsd-jemalloc, r=alexcrichton | bors | -3/+4 |
| 2015-09-13 | Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturon | bors | -1/+1 |
| 2015-09-13 | sort the existential bounds list in tydecode | Ariel Ben-Yehuda | -0/+20 |
| 2015-09-12 | disable jemalloc tests for openbsd | Sébastien Marie | -3/+4 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -1/+1 |
| 2015-09-11 | Update LLVM to fix nightly build failures | Björn Steinbrink | -1/+5 |
| 2015-09-08 | Add tests for #17001, #21449, #22992, #23208, #23442 | Andrew Paseltiner | -0/+178 |
| 2015-09-06 | Auto merge of #28270 - arielb1:raw-fat-ops, r=nrc | bors | -0/+141 |
| 2015-09-06 | implement raw fat pointer ops | Ariel Ben-Yehuda | -0/+141 |
| 2015-09-05 | Auto merge of #28190 - arielb1:generic-key-entry, r=eddyb | bors | -0/+15 |
| 2015-09-05 | Auto merge of #28242 - Diggsey:msvc-backtrace, r=alexcrichton | bors | -6/+19 |
| 2015-09-05 | Add line numbers to MSVC backtrace | Diggory Blake | -6/+19 |
| 2015-09-04 | Auto merge of #28201 - apasel422:issue-26205, r=nikomatsakis | bors | -0/+39 |
| 2015-09-04 | Auto merge of #28069 - alexcrichton:rt-atexit, r=brson | bors | -0/+25 |
| 2015-09-04 | Add line numbers to windows-gnu backtraces | Diggory Blake | -11/+19 |
| 2015-09-03 | Fix multiple mutable autoderefs with `Box` | Andrew Paseltiner | -0/+39 |
| 2015-09-03 | Fixes #27886 -- bitrig does not use jemalloc (yet) | Dave Huseby | -2/+3 |
| 2015-09-03 | create a region-map for types in generics | Ariel Ben-Yehuda | -0/+15 |
| 2015-09-02 | std: Run at_exit cleanup on process::exit | Alex Crichton | -0/+25 |
| 2015-09-02 | Auto merge of #28148 - eefriedman:binary_heap, r=alexcrichton | bors | -2/+2 |
| 2015-09-01 | Auto merge of #28132 - arielb1:uninstantiable, r=nikomatsakis | bors | -0/+13 |
| 2015-09-01 | Auto merge of #28130 - alexcrichton:fix-msvc-static-tls-dtor, r=brson | bors | -0/+39 |
| 2015-09-01 | std: Run TLS destructors in a statically linked binary | Alex Crichton | -0/+39 |
| 2015-09-01 | Add missing stability markings to BinaryHeap. | Eli Friedman | -2/+2 |
| 2015-08-31 | remove the is_instantiable check | Ariel Ben-Yehuda | -0/+13 |
| 2015-08-31 | Translate constructor arguments for zero-sized tuple structs | James Miller | -0/+21 |
| 2015-08-28 | add test for #20803 | Andrew Paseltiner | -0/+19 |
| 2015-08-27 | Auto merge of #28001 - arielb1:dtor-fixes, r=pnkfelix | bors | -0/+48 |
| 2015-08-26 | Auto merge of #27992 - wthrowe:dead-main-2, r=alexcrichton | bors | -0/+73 |
| 2015-08-25 | handle dtors having generics in an order different from their ADT | Ariel Ben-Yehuda | -0/+48 |
| 2015-08-25 | Auto merge of #27966 - GuillaumeGomez:iterator, r=alexcrichton | bors | -0/+31 |
| 2015-08-24 | Remove #[start] as well as #[main] in --test | William Throwe | -0/+16 |
| 2015-08-24 | Move main removal to its own pass in --test mode | William Throwe | -0/+24 |
| 2015-08-24 | Mark main-like functions allow(dead_code) in tests | William Throwe | -0/+33 |
| 2015-08-24 | Add test for LookupHost iterator Send/Sync traits | Guillaume Gomez | -0/+31 |
| 2015-08-24 | Auto merge of #27239 - apasel422:issue-19102, r=huonw | bors | -0/+20 |
| 2015-08-22 | Auto merge of #27914 - pnkfelix:fix-fcnr-for-valgrind, r=alexcrichton | bors | -4/+28 |
| 2015-08-22 | Auto merge of #27565 - TimNN:dead-visit-type-in-path, r=nrc | bors | -0/+68 |
| 2015-08-22 | Auto merge of #27892 - nikomatsakis:issue-27583, r=pnkfelix | bors | -0/+81 |
| 2015-08-21 | fix accidental reversal of 'static, and add a test | Niko Matsakis | -0/+25 |
| 2015-08-20 | Fix (and extend) src/test/run-pass/foreign-call-no-runtime.rs | Felix S. Klock II | -4/+28 |
| 2015-08-19 | fallout of reworking rc and arc APIs | Alexis Beingessner | -2/+3 |
| 2015-08-19 | Auto merge of #27875 - alexcrichton:msvc-f32-rem, r=nrc | bors | -0/+27 |