| Age | Commit message (Expand) | Author | Lines |
| 2017-04-18 | Rollup merge of #41361 - arielb1:move-mir-init, r=pnkfelix | Corey Farwell | -43/+79 |
| 2017-04-18 | Rollup merge of #41360 - nikomatsakis:incr-comp-issue-40746-visitors, r=eddyb | Corey Farwell | -156/+22 |
| 2017-04-18 | Rollup merge of #41356 - richo:darwin-no-cputype-hack, r=alexcrichton | Corey Farwell | -8/+0 |
| 2017-04-18 | Rollup merge of #41353 - redox-os:master, r=alexcrichton | Corey Farwell | -9/+18 |
| 2017-04-18 | Rollup merge of #40290 - 3Hren:master, r=aturon | Corey Farwell | -0/+28 |
| 2017-04-18 | update `dep-graph-struct-signature` test case | Niko Matsakis | -11/+0 |
| 2017-04-18 | kill a bunch of one off tasks | Niko Matsakis | -49/+1 |
| 2017-04-18 | lower `move_val_init` during MIR construction | Ariel Ben-Yehuda | -30/+76 |
| 2017-04-18 | use Lvalue helper functions in rustc_mir::shim | Ariel Ben-Yehuda | -13/+3 |
| 2017-04-18 | Auto merge of #39271 - est31:add_float_bits, r=BurntSushi | bors | -0/+172 |
| 2017-04-18 | convert calls to `visit_all_item_likes_in_krate` | Niko Matsakis | -96/+21 |
| 2017-04-18 | Auto merge of #41357 - frewsxcv:rollup, r=frewsxcv | bors | -469/+452 |
| 2017-04-17 | Rollup merge of #41344 - Diggsey:remove-natvis-nbsp, r=alexcrichton | Corey Farwell | -4/+4 |
| 2017-04-17 | Rollup merge of #41310 - eddyb:demand-const-eval, r=nikomatsakis | Corey Farwell | -448/+431 |
| 2017-04-17 | Rollup merge of #41262 - jonhoo:compiler-barrier-rename, r=alexcrichton | Corey Farwell | -17/+17 |
| 2017-04-17 | bootstrap: Don't workaround uname -m on Darwin | Richo Healey | -8/+0 |
| 2017-04-18 | Auto merge of #41340 - eddyb:demand-assoc-defids, r=nikomatsakis | bors | -25/+25 |
| 2017-04-18 | Add float_bits_conv to unstable book | est31 | -0/+8 |
| 2017-04-18 | Allow us to remove masking in the future | est31 | -4/+4 |
| 2017-04-18 | Preserve sNaN payload when converting them to quiet NaNs | est31 | -14/+35 |
| 2017-04-18 | Convert sNaN to quiet NaN instead of returning errors | est31 | -24/+36 |
| 2017-04-18 | assert_ne and tracking issue | est31 | -5/+5 |
| 2017-04-18 | Add examples heading | est31 | -0/+8 |
| 2017-04-18 | Return Err(()) when trying to convert sNaN representation to float | est31 | -14/+34 |
| 2017-04-18 | Add functions to safely transmute float to int | est31 | -0/+103 |
| 2017-04-17 | Auto merge of #41282 - arielb1:missing-impl-item, r=petrochenkov | bors | -81/+191 |
| 2017-04-17 | libsyntax/parse: improve associated item error reporting | Ariel Ben-Yehuda | -81/+191 |
| 2017-04-17 | Auto merge of #41345 - frewsxcv:rollup, r=frewsxcv | bors | -43/+715 |
| 2017-04-17 | Rollup merge of #41290 - GuillaumeGomez:put-back-hoedown, r=steveklabnik | Corey Farwell | -7/+253 |
| 2017-04-17 | Rollup merge of #41280 - QuietMisdreavus:rustdoc-toc, r=GuillaumeGomez | Corey Farwell | -4/+225 |
| 2017-04-17 | Rollup merge of #41012 - durka:vis-matcher, r=petrochenkov | Corey Farwell | -32/+237 |
| 2017-04-17 | Remove non-breaking spaces | Diggory Blake | -4/+4 |
| 2017-04-17 | Remove hoedown from tidy check | Guillaume Gomez | -0/+1 |
| 2017-04-17 | Hoedown big comeback! | Guillaume Gomez | -7/+252 |
| 2017-04-17 | rustdoc: add a list of headings to the sidebar | QuietMisdreavus | -4/+225 |
| 2017-04-17 | rustc: move associated_item_def_ids to an on-demand query. | Eduard-Mihai Burtescu | -25/+25 |
| 2017-04-17 | Auto merge of #41264 - alexeyzab:41158-fix-docs, r=steveklabnik | bors | -4/+11 |
| 2017-04-17 | Adjust description | alexey zabelin | -1/+1 |
| 2017-04-17 | fix: remove `field_init_shorthand` from SUMMARY.md | Evgeny Safronov | -1/+0 |
| 2017-04-16 | Auto merge of #41157 - aidanhs:aphs-debug-appveyor-cache, r=TimNN | bors | -0/+2 |
| 2017-04-16 | Auto merge of #40409 - mbrubeck:calloc, r=sfackler | bors | -7/+183 |
| 2017-04-16 | Auto merge of #41329 - nagisa:bitflags-repr-options, r=eddyb | bors | -35/+65 |
| 2017-04-16 | Fix stdio descriptors in exec by removing cloexec if present. Use dup2 instea... | Jeremy Soller | -9/+18 |
| 2017-04-16 | Auto merge of #41308 - eddyb:order-must-be-preserved, r=nagisa | bors | -2/+2 |
| 2017-04-16 | Compress ReprOptions a little bit | Simonas Kazlauskas | -35/+65 |
| 2017-04-16 | rustc: use monomorphic const_eval for cross-crate enum discriminants. | Eduard-Mihai Burtescu | -149/+139 |
| 2017-04-16 | rustc: expose monomorphic const_eval through on-demand. | Eduard-Mihai Burtescu | -55/+61 |
| 2017-04-16 | rustc_const_eval: move ConstEvalErr to the rustc crate. | Eduard-Mihai Burtescu | -255/+242 |
| 2017-04-15 | Auto merge of #41320 - Mark-Simulacrum:cleanup-methodmatch, r=arielb1 | bors | -31/+0 |
| 2017-04-15 | satisfy completely useless tidy check | Alex Burka | -1/+1 |