| Age | Commit message (Expand) | Author | Lines |
| 2018-04-28 | in which the fn-must-use codepath is prevented from panicking on closure | Zack M. Davis | -1/+7 |
| 2018-04-28 | Auto merge of #50188 - alexcrichton:feature-all-the-things, r=eddyb | bors | -33/+47 |
| 2018-04-28 | Add `-C target-feature` to all functions | Alex Crichton | -33/+47 |
| 2018-04-28 | Auto merge of #50240 - nnethercote:LazyBTreeMap, r=cramertj | bors | -12/+123 |
| 2018-04-28 | Auto merge of #50164 - nox:rval-range-metadata, r=eddyb | bors | -21/+78 |
| 2018-04-28 | Auto merge of #50295 - SergioBenitez:master, r=alexcrichton | bors | -25/+20 |
| 2018-04-28 | Auto merge of #50155 - est31:label_expressions, r=petrochenkov | bors | -1/+39 |
| 2018-04-28 | Auto merge of #49826 - cuviper:rustc-main-ICE, r=alexcrichton | bors | -1/+2 |
| 2018-04-27 | Don't feature gate bang macros on 'proc_macro_path_invoc'. | Sergio Benitez | -25/+20 |
| 2018-04-28 | Auto merge of #50149 - aaronaaeng:master, r=estebank | bors | -15/+224 |
| 2018-04-27 | Auto merge of #49822 - matthewjasper:dropck-closures, r=nikomatsakis | bors | -40/+102 |
| 2018-04-27 | rustc_driver: Catch ICEs on the main thread too | Josh Stone | -1/+2 |
| 2018-04-27 | Auto merge of #50290 - kennytm:rollup, r=kennytm | bors | -249/+298 |
| 2018-04-28 | Rollup merge of #50257 - estebank:fix-49560, r=nikomatsakis | kennytm | -1/+28 |
| 2018-04-27 | Access individual fields of tuples, closures and generators on drop. | Matthew Jasper | -40/+102 |
| 2018-04-28 | Rollup merge of #50284 - GuillaumeGomez:search-load-failure, r=SimonSapin | kennytm | -1/+1 |
| 2018-04-28 | Rollup merge of #50273 - Amanieu:issue-49532, r=alexcrichton | kennytm | -32/+54 |
| 2018-04-28 | Rollup merge of #50269 - alexcrichton:update-parking-lot, r=Mark-Simulacrum | kennytm | -9/+9 |
| 2018-04-28 | Rollup merge of #50263 - alexcrichton:uwtable-allcoators, r=eddyb | kennytm | -0/+4 |
| 2018-04-28 | Rollup merge of #50251 - alexcrichton:wasm-no-threads, r=eddyb | kennytm | -1/+5 |
| 2018-04-28 | Rollup merge of #50192 - bobtwinkles:libsyntax_extensions, r=jseyfried | kennytm | -1/+50 |
| 2018-04-28 | Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakis | kennytm | -214/+155 |
| 2018-04-28 | Rollup merge of #49858 - dmizuk:unique-doc-hidden, r=steveklabnik | kennytm | -0/+2 |
| 2018-04-27 | Auto merge of #50137 - nox:rm-bool-cmp-hack, r=eddyb | bors | -10/+0 |
| 2018-04-27 | Auto merge of #50102 - Zoxc:query-nomacro, r=michaelwoerister | bors | -509/+508 |
| 2018-04-27 | rustdoc asks for dyn_trait feature in stage0 | Christian Poveda | -0/+2 |
| 2018-04-27 | fixed tests | Christian Poveda | -18/+12 |
| 2018-04-27 | fix search load page failure | Guillaume Gomez | -1/+1 |
| 2018-04-27 | removed dyn trait attribute from librustdoc | Christian Poveda | -1/+0 |
| 2018-04-27 | fixed rustc version for dyn_trait | Christian Poveda | -1/+1 |
| 2018-04-27 | updated stderr files and removed feature-gate test for dyn_trait | Christian Poveda | -147/+133 |
| 2018-04-27 | removed linting for dyn_trait | Christian Poveda | -10/+7 |
| 2018-04-27 | dyn_trait feature-gate just for stage0 | Christian Poveda | -14/+5 |
| 2018-04-27 | removed dyn_trait feature from tests | Christian Poveda | -17/+5 |
| 2018-04-27 | stop requiring the feature-gate to use dyn_trait | Christian Poveda | -18/+2 |
| 2018-04-27 | Auto merge of #50097 - glandium:box_free, r=nikomatsakis | bors | -154/+51 |
| 2018-04-27 | Allow #[inline] on closures | Amanieu d'Antras | -32/+54 |
| 2018-04-27 | Address comments | John Kåre Alsaker | -6/+9 |
| 2018-04-27 | Store query jobs and query results in separate maps to reduce memory usage | John Kåre Alsaker | -25/+23 |
| 2018-04-27 | Move query functions out from the define_maps! macro | John Kåre Alsaker | -300/+327 |
| 2018-04-27 | Create a job immediately when looking in the query map and start it later | John Kåre Alsaker | -246/+217 |
| 2018-04-27 | Auto merge of #50275 - kennytm:rollup, r=kennytm | bors | -191/+2939 |
| 2018-04-27 | Rollup merge of #49894 - Zoxc:sync-internedstring, r=michaelwoerister | kennytm | -149/+307 |
| 2018-04-27 | Rollup merge of #50246 - nnethercote:no-dump_allocs, r=Mark-Simulacrum | kennytm | -6/+11 |
| 2018-04-27 | Rollup merge of #50231 - GuillaumeGomez:doc-aliases, r=QuietMisdreavus | kennytm | -0/+33 |
| 2018-04-27 | Rollup merge of #50229 - GuillaumeGomez:search-one-result, r=QuietMisdreavus | kennytm | -31/+59 |
| 2018-04-27 | Rollup merge of #50227 - sinkuu:ice_non_local_trait, r=estebank | kennytm | -2/+12 |
| 2018-04-27 | Rollup merge of #50222 - michaelwoerister:bump-stage0-compiler-to-2018-04-24,... | kennytm | -1/+1 |
| 2018-04-27 | Auto merge of #49891 - cuviper:compiletest-crash, r=alexcrichton | bors | -3/+7 |
| 2018-04-27 | Rollup merge of #49707 - steveklabnik:rustc-book, r=QuietMisdreavus | kennytm | -2/+2516 |