| Age | Commit message (Expand) | Author | Lines |
| 2017-09-10 | Added short examples for 'str::from_utf8_mut' | smt923 | -0/+30 |
| 2017-09-09 | Auto merge of #44251 - kennytm:osx-backtrace, r=alexcrichton | bors | -24/+1477 |
| 2017-09-09 | Auto merge of #44212 - eddyb:drop-const, r=nikomatsakis | bors | -15/+44 |
| 2017-09-09 | Auto merge of #44438 - Xaeroxe:clamp, r=Mark-Simulacrum | bors | -113/+0 |
| 2017-09-09 | Auto merge of #44335 - arielb1:node-hashing, r=alexcrichton | bors | -1/+20 |
| 2017-09-08 | Auto merge of #44269 - nikomatsakis:issue-43613-limit-cache-obligations, r=ar... | bors | -8/+156 |
| 2017-09-08 | Revert "Add clamp functions" | Jacob Kiesel | -66/+0 |
| 2017-09-08 | Revert "Add NAN examples" | Jacob Kiesel | -2/+0 |
| 2017-09-08 | Revert "Fix f32 examples." | Jacob Kiesel | -4/+2 |
| 2017-09-08 | Revert "Fix f64 examples" | Jacob Kiesel | -4/+2 |
| 2017-09-08 | Revert "Fix documentation and formatting." | Jacob Kiesel | -15/+11 |
| 2017-09-08 | Revert "Add panic unit tests" | Jacob Kiesel | -37/+0 |
| 2017-09-08 | Auto merge of #44142 - alexcrichton:dllimport-query, r=nikomatsakis | bors | -1460/+1854 |
| 2017-09-08 | Auto merge of #43742 - epdtry:pprust-expr-fix, r=petrochenkov | bors | -139/+612 |
| 2017-09-07 | update comment | Niko Matsakis | -7/+18 |
| 2017-09-07 | rustc: Remove `CrateStore::crates` as a method | Alex Crichton | -25/+45 |
| 2017-09-07 | Add some more with_ignore to get tests passing | Alex Crichton | -15/+26 |
| 2017-09-07 | pprust: increase precedence of block-like exprs | Stuart Pernsteiner | -17/+14 |
| 2017-09-07 | Auto merge of #44249 - pnkfelix:debugflag-emit-end-regions, r=arielb1 | bors | -26/+39 |
| 2017-09-07 | Auto merge of #43931 - eddyb:const-local-key, r=alexcrichton | bors | -4/+14 |
| 2017-09-07 | Auto merge of #44094 - alexcrichton:long-linkers, r=michaelwoerister | bors | -6/+316 |
| 2017-09-06 | Rollup merge of #44362 - oli-obk:patch-7, r=eddyb | Mark Simulacrum | -2/+8 |
| 2017-09-06 | Rollup merge of #44361 - oli-obk:lit_sugg, r=nikomatsakis | Mark Simulacrum | -1/+71 |
| 2017-09-06 | Rollup merge of #44354 - jakllsch:jakllsch-85453197-a0cc-43f6-8c55-7bce6c4a4e... | Mark Simulacrum | -0/+10 |
| 2017-09-06 | Rollup merge of #44353 - cuviper:install-rustc, r=Mark-Simulacrum | Mark Simulacrum | -1/+1 |
| 2017-09-06 | Rollup merge of #44351 - lu-zero:master, r=nikomatsakis | Mark Simulacrum | -0/+123 |
| 2017-09-06 | Rollup merge of #44328 - mcomstock:from-str-doc-fix, r=steveklabnik | Mark Simulacrum | -1/+0 |
| 2017-09-06 | Rollup merge of #44327 - Eh2406:FIXME#12808, r=aturon | Mark Simulacrum | -2/+1 |
| 2017-09-06 | Rollup merge of #44326 - Eh2406:FIXME#44590, r=arielb1 | Mark Simulacrum | -3/+2 |
| 2017-09-06 | Rollup merge of #44325 - nielsegberts:master, r=steveklabnik | Mark Simulacrum | -20/+25 |
| 2017-09-06 | Rollup merge of #44321 - jakllsch:jakllsch-4f2d6c87-2674-43e4-9c5f-2415136e6b... | Mark Simulacrum | -1/+4 |
| 2017-09-06 | Rollup merge of #44319 - est31:master, r=eddyb | Mark Simulacrum | -11/+20 |
| 2017-09-06 | Rollup merge of #44317 - Dushistov:master, r=arielb1 | Mark Simulacrum | -0/+13 |
| 2017-09-06 | Rollup merge of #44315 - kallisti5:epoch-doc-example-squashed, r=GuillaumeGomez | Mark Simulacrum | -0/+11 |
| 2017-09-06 | Rollup merge of #44313 - RalfJung:book, r=nikomatsakis | Mark Simulacrum | -9/+0 |
| 2017-09-06 | Rollup merge of #44303 - clarcharr:debugs, r=alexcrichton | Mark Simulacrum | -1/+1 |
| 2017-09-06 | Rollup merge of #44296 - zmanian:patch-1, r=steveklabnik | Mark Simulacrum | -2/+2 |
| 2017-09-06 | Rollup merge of #44277 - mattico:test-33185, r=nikomatsakis | Mark Simulacrum | -0/+26 |
| 2017-09-06 | Rollup merge of #44276 - mattico:test-35376, r=alexcrichton | Mark Simulacrum | -0/+51 |
| 2017-09-06 | Rollup merge of #44218 - SimonSapin:commit-hash, r=alexcrichton | Mark Simulacrum | -20/+70 |
| 2017-09-06 | Rollup merge of #44206 - MarkMcCaskey:master, r=steveklabnik | Mark Simulacrum | -3/+1 |
| 2017-09-06 | Rollup merge of #44097 - Xaeroxe:clamp, r=burntsushi | Mark Simulacrum | -0/+113 |
| 2017-09-06 | add in a "paranoid" trait bound | Niko Matsakis | -0/+34 |
| 2017-09-06 | Auto merge of #43975 - RalfJung:gcc, r=alexcrichton | bors | -31/+34 |
| 2017-09-06 | hir::print: fix parenthesization of exprs | Stuart Pernsteiner | -38/+180 |
| 2017-09-06 | better explanatory comment for the pprust-expr-roundtrip test | Stuart Pernsteiner | -0/+18 |
| 2017-09-06 | pprust: fix parenthesization of exprs | Stuart Pernsteiner | -101/+417 |
| 2017-09-06 | Auto merge of #43849 - QuietMisdreavus:foreign-impls, r=steveklabnik | bors | -14/+86 |
| 2017-09-06 | Reintroduce the early returns | Oliver Schneider | -4/+9 |
| 2017-09-06 | Fix a bug in the inliner | Oliver Schneider | -1/+2 |