| Age | Commit message (Expand) | Author | Lines |
| 2017-03-08 | Rollup merge of #40316 - oli-obk:patch-4, r=GuillaumeGomez | Ariel Ben-Yehuda | -1/+1 |
| 2017-03-08 | Rollup merge of #40296 - topecongiro:add-missing-tests, r=alexcrichton | Ariel Ben-Yehuda | -0/+130 |
| 2017-03-08 | Rollup merge of #40293 - malbarbo:rustdoctest, r=alexcrichton | Ariel Ben-Yehuda | -2/+5 |
| 2017-03-08 | Rollup merge of #40283 - oconnor663:args_docs, r=alexcrichton | Ariel Ben-Yehuda | -0/+8 |
| 2017-03-08 | Rollup merge of #40279 - gibfahn:test-unwind, r=est31 | Ariel Ben-Yehuda | -6/+72 |
| 2017-03-08 | Rollup merge of #40268 - Mark-Simulacrum:normalization-followup, r=arielb1 | Ariel Ben-Yehuda | -85/+54 |
| 2017-03-08 | Rollup merge of #40265 - wesleywiser:rustdoc_style, r=GuillaumeGomez | Ariel Ben-Yehuda | -2/+20 |
| 2017-03-08 | Rollup merge of #40258 - est31:master, r=nikomatsakis | Ariel Ben-Yehuda | -2/+1 |
| 2017-03-08 | Rollup merge of #40254 - nagisa:compiler-builtin-no-panic, r=alexcrichton | Ariel Ben-Yehuda | -4/+5 |
| 2017-03-08 | Rollup merge of #40237 - arthurprs:hm-adapt2, r=alexcrichton | Ariel Ben-Yehuda | -24/+74 |
| 2017-03-08 | Rollup merge of #40226 - jdhorwitz:master, r=frewsxcv | Ariel Ben-Yehuda | -0/+8 |
| 2017-03-08 | Rollup merge of #40222 - steveklabnik:extract-nomicon, r=alexcrichton | Ariel Ben-Yehuda | -5645/+0 |
| 2017-03-08 | Rollup merge of #40154 - steveklabnik:link-unstable-book, r=frewsxcv | Ariel Ben-Yehuda | -0/+2 |
| 2017-03-08 | Auto merge of #39860 - japaric:san, r=alexcrichton | bors | -9/+9 |
| 2017-03-08 | Auto merge of #39713 - estebank:issue-39698, r=jonathandturner | bors | -50/+175 |
| 2017-03-07 | Fix a typo in the docs | Oliver Schneider | -1/+1 |
| 2017-03-07 | Add tests for issues with the 'E-needtest' label. | topecongiro | -0/+130 |
| 2017-03-06 | Improve the style of the sidebar in rustdoc output | Wesley Wiser | -2/+20 |
| 2017-03-06 | Auto merge of #40272 - jseyfried:fix_const_macro_invocations, r=petrochenkov | bors | -21/+45 |
| 2017-03-06 | Remove reference to Ty. | Mark Simulacrum | -4/+4 |
| 2017-03-06 | Unify both conflicting default searches into one. | Mark Simulacrum | -83/+50 |
| 2017-03-06 | Remove extra space in test description (of a mod test) | Marco A L Barbosa | -2/+5 |
| 2017-03-06 | Auto merge of #40276 - topecongiro:add-test, r=petrochenkov | bors | -0/+118 |
| 2017-03-06 | Add missing tests for 'E-needstest' labeled issues | topecongiro | -0/+118 |
| 2017-03-06 | Use `BTreeSet` instead of `FxHashSet` | Esteban Küber | -10/+9 |
| 2017-03-06 | Clean up "pattern doesn't bind x" messages | Esteban Küber | -50/+176 |
| 2017-03-06 | Fix ICE: don't use `struct_variant` on enums | Esteban Küber | -1/+39 |
| 2017-03-05 | Issue #39688 - Help people find String::as_bytes() for UTF-8 r? @steveklabnik | Joshua Horwitz | -0/+8 |
| 2017-03-05 | Fix const expression macro invocations. | Jeffrey Seyfried | -21/+45 |
| 2017-03-05 | clarify docs for Args and ArgsOs | Jack O'Connor | -0/+8 |
| 2017-03-05 | Remove the compile-fail feature gates whitelist | Gibson Fahnestock | -5/+0 |
| 2017-03-05 | Add compile-fail test for cfg_target_thread_local | Gibson Fahnestock | -1/+44 |
| 2017-03-05 | Add compile-fail test for unwind_attributes | Gibson Fahnestock | -1/+29 |
| 2017-03-05 | Auto merge of #40266 - Mark-Simulacrum:cleanup-parser, r=petrochenkov | bors | -8/+6 |
| 2017-03-05 | sanitizer runtime crates shouldn't be tested | Jorge Aparicio | -0/+4 |
| 2017-03-05 | cleanup: remove the *san Cargo features from std | Jorge Aparicio | -9/+5 |
| 2017-03-05 | Add compile fail test for stmt_expr_attributes | topecongiro | -1/+14 |
| 2017-03-04 | Inline function to avoid naming confusion. | Mark Simulacrum | -8/+6 |
| 2017-03-04 | Fix normalization error. | Mark Simulacrum | -1/+3 |
| 2017-03-04 | Automate timestamp creation and build skipping for native libraries | Vadim Petrochenkov | -80/+56 |
| 2017-03-04 | Do not purge LLVM build directory on rebuild | Vadim Petrochenkov | -15/+21 |
| 2017-03-04 | Separate "ui-fulldeps" tests from "ui" tests | Vadim Petrochenkov | -2/+4 |
| 2017-03-04 | bootstrap.py: Report build status | Vadim Petrochenkov | -6/+15 |
| 2017-03-04 | run-make on MSVC: Do not generate object files in the source directory | Vadim Petrochenkov | -1/+1 |
| 2017-03-04 | Build compiler-rt and sanitizers only once | Vadim Petrochenkov | -86/+123 |
| 2017-03-04 | Support combination MSVC + Ninja | Vadim Petrochenkov | -8/+8 |
| 2017-03-04 | Add/remove `rerun-if-changed` when necessary | Vadim Petrochenkov | -16/+13 |
| 2017-03-04 | import nomicon submodule | steveklabnik | -0/+0 |
| 2017-03-04 | remove nomicon | steveklabnik | -5645/+0 |
| 2017-03-04 | import reference submodule | steveklabnik | -0/+0 |