| Age | Commit message (Expand) | Author | Lines |
| 2018-10-19 | Rollup merge of #55144 - ljedrz:cleanup_resolve, r=petrochenkov | kennytm | -143/+116 |
| 2018-10-19 | Rollup merge of #55071 - oli-obk:const_cast_🍨, r=RalfJung | kennytm | -3/+79 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -54/+57 |
| 2018-10-19 | Auto merge of #55040 - scalexm:param-env, r=nikomatsakis | bors | -116/+553 |
| 2018-10-19 | Auto merge of #55004 - oli-obk:sized_static, r=cramertj | bors | -76/+90 |
| 2018-10-18 | Fix ordering of nested modules in non-mod.rs mods | Taylor Cramer | -0/+22 |
| 2018-10-18 | Propagate bounds from generators | Matthew Jasper | -19/+57 |
| 2018-10-18 | Auto merge of #54979 - estebank:path-unsized, r=nikomatsakis | bors | -1/+26 |
| 2018-10-18 | Improve check to consider how value is used. | David Wood | -40/+15 |
| 2018-10-18 | Add by-value captured variable note on second use. | David Wood | -47/+140 |
| 2018-10-18 | Stabilize slice::rchunks(), rchunks_mut(), rchunks_exact(), rchunk_exact_mut() | Sebastian Dröge | -44/+33 |
| 2018-10-18 | Stabilize slice::chunks_exact() and slice::chunks_exact_mut() | Sebastian Dröge | -25/+18 |
| 2018-10-18 | Extend closure special-casing for generators. | David Wood | -155/+228 |
| 2018-10-19 | [ci] fix tidy warning. | Hideki Sekine | -2/+4 |
| 2018-10-18 | Add must_use on copysign | Raph Levien | -0/+2 |
| 2018-10-18 | Fix tidy checks | jD91mZM2 | -1/+1 |
| 2018-10-18 | Revert liblibc submodule url | jD91mZM2 | -7/+2 |
| 2018-10-18 | Interpret shebangs on redox | jD91mZM2 | -14/+80 |
| 2018-10-18 | Don't forget to close executable file | Jeremy Soller | -1/+2 |
| 2018-10-18 | Remove unused type parameter | Jeremy Soller | -1/+1 |
| 2018-10-18 | Update to new system calls and enviromental variables | Jeremy Soller | -57/+167 |
| 2018-10-18 | Auto merge of #54580 - sdroege:rchunks, r=SimonSapin | bors | -35/+1058 |
| 2018-10-18 | turn casts-to-raw into a proper raw-reborrow; that is just cleaner | Ralf Jung | -14/+12 |
| 2018-10-18 | don't do any work towards ptr provenance in const mode | Ralf Jung | -5/+13 |
| 2018-10-18 | the tidy strikes again | Ralf Jung | -2/+2 |
| 2018-10-18 | add 'raw reference' to the machine hook, and use that in ptr-to-raw casts | Ralf Jung | -10/+24 |
| 2018-10-18 | miri: debug! print when we are leaving/entering a function | Ralf Jung | -0/+14 |
| 2018-10-18 | Forward entire ptr used for dealloaction to machine | Ralf Jung | -6/+6 |
| 2018-10-18 | repeat after me: Clone, Copy, Debug | Ralf Jung | -0/+1 |
| 2018-10-18 | also hook dereferencing | Ralf Jung | -19/+49 |
| 2018-10-18 | eval_context: move getters together and add one for is_freeze | Ralf Jung | -48/+55 |
| 2018-10-18 | provide machine hooks for creating references and accessing memory | Ralf Jung | -32/+103 |
| 2018-10-18 | give machine more control over what counts as memory leak | Ralf Jung | -10/+28 |
| 2018-10-18 | add support for storing extra data in an allocation | Ralf Jung | -38/+37 |
| 2018-10-18 | comment on keeping validity in sync | Ralf Jung | -0/+4 |
| 2018-10-18 | Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavus | bors | -29/+142 |
| 2018-10-18 | resolve_lifetime.rs: rustfmt | Niko Matsakis | -295/+369 |
| 2018-10-18 | Make warnings into errors | varkor | -0/+3 |
| 2018-10-18 | Add slice::rchunks(), rchunks_mut(), rchunks_exact() and rchunks_exact_mut() | Sebastian Dröge | -35/+1058 |
| 2018-10-18 | Rollup merge of #55111 - Havvy:rustc-book-cfg-examples, r=GuillaumeGomez | kennytm | -0/+5 |
| 2018-10-18 | Rollup merge of #55161 - akxcv:rustdoc/disable-spellcheck, r=QuietMisdreavus,... | kennytm | -0/+1 |
| 2018-10-18 | Rollup merge of #55151 - ljedrz:cleanup_nll, r=estebank | kennytm | -54/+51 |
| 2018-10-18 | Rollup merge of #55142 - RalfJung:miri-uninhabited-enum, r=oli-obk | kennytm | -3/+0 |
| 2018-10-18 | Rollup merge of #55128 - varkor:LLVMRustInlineAsmVerify-return-bool, r=rkruppe | kennytm | -3/+3 |
| 2018-10-18 | Rollup merge of #55127 - ljedrz:simplify_hybridbitset, r=matthewjasper | kennytm | -36/+14 |
| 2018-10-18 | Rollup merge of #55122 - ljedrz:cleanup_mir_borrowck, r=Mark-Simulacrum | kennytm | -252/+228 |
| 2018-10-18 | Rollup merge of #55104 - estebank:addtest, r=alexcrichton | kennytm | -0/+16 |
| 2018-10-18 | Rollup merge of #55102 - petrochenkov:trextra, r=nikomatsakis | kennytm | -4/+30 |
| 2018-10-18 | Rollup merge of #55090 - pnkfelix:issue-54597-regression-test, r=estebank | kennytm | -0/+34 |
| 2018-10-18 | Rollup merge of #55080 - thanatos:fix-localstorage-crash, r=GuillaumeGomez | kennytm | -2/+20 |