about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2017-03-09rustbuild: Use copies instead of hard linksAlex Crichton-3/+11
2017-03-09Auto merge of #40368 - arielb1:rollup, r=arielb1bors-5780/+434
2017-03-09Auto merge of #40337 - alexcrichton:racy-dirs, r=brsonbors-3/+22
2017-03-09Auto merge of #40371 - arielb1:bean-counter, r=alexcrichtonbors-0/+18
2017-03-09add some disk usage accountingAriel Ben-Yehuda-0/+18
2017-03-08Rollup merge of #40335 - tbu-:pr_doc_str_to_somecase, r=steveklabnikAriel Ben-Yehuda-0/+8
2017-03-08Rollup merge of #40333 - tbu-:pr_doc_ptr_write, r=alexcrichtonAriel Ben-Yehuda-0/+4
2017-03-08Rollup merge of #40327 - GuillaumeGomez:macros-urls, r=frewsxcvAriel Ben-Yehuda-7/+16
2017-03-08Rollup merge of #40326 - crazymerlyn:fix-doc-link, r=alexcrichtonAriel Ben-Yehuda-1/+1
2017-03-08Rollup merge of #40325 - eddyb:pr38143, r=alexcrichtonAriel Ben-Yehuda-0/+21
2017-03-08Rollup merge of #40321 - joelgallant:joelgallant-readme, r=aturonAriel Ben-Yehuda-0/+0
2017-03-08Rollup merge of #40316 - oli-obk:patch-4, r=GuillaumeGomezAriel Ben-Yehuda-1/+1
2017-03-08Rollup merge of #40296 - topecongiro:add-missing-tests, r=alexcrichtonAriel Ben-Yehuda-0/+130
2017-03-08Rollup merge of #40293 - malbarbo:rustdoctest, r=alexcrichtonAriel Ben-Yehuda-2/+5
2017-03-08Rollup merge of #40292 - mmatyas:readme_fix, r=alexcrichtonAriel Ben-Yehuda-1/+1
2017-03-08Rollup merge of #40283 - oconnor663:args_docs, r=alexcrichtonAriel Ben-Yehuda-0/+8
2017-03-08Rollup merge of #40279 - gibfahn:test-unwind, r=est31Ariel Ben-Yehuda-6/+72
2017-03-08Rollup merge of #40268 - Mark-Simulacrum:normalization-followup, r=arielb1Ariel Ben-Yehuda-85/+54
2017-03-08Rollup merge of #40265 - wesleywiser:rustdoc_style, r=GuillaumeGomezAriel Ben-Yehuda-2/+20
2017-03-08Rollup merge of #40258 - est31:master, r=nikomatsakisAriel Ben-Yehuda-2/+1
2017-03-08Rollup merge of #40254 - nagisa:compiler-builtin-no-panic, r=alexcrichtonAriel Ben-Yehuda-4/+5
2017-03-08Rollup merge of #40237 - arthurprs:hm-adapt2, r=alexcrichtonAriel Ben-Yehuda-24/+74
2017-03-08Rollup merge of #40226 - jdhorwitz:master, r=frewsxcvAriel Ben-Yehuda-0/+8
2017-03-08Rollup merge of #40222 - steveklabnik:extract-nomicon, r=alexcrichtonAriel Ben-Yehuda-5645/+3
2017-03-08Rollup merge of #40154 - steveklabnik:link-unstable-book, r=frewsxcvAriel Ben-Yehuda-0/+2
2017-03-08Auto merge of #39860 - japaric:san, r=alexcrichtonbors-9/+9
2017-03-08Auto merge of #39713 - estebank:issue-39698, r=jonathandturnerbors-50/+175
2017-03-07rustbuild: Assert directory creation succeedsAlex Crichton-3/+22
2017-03-08Document why `str.to_{lower,upper}case` return `String`Tobias Bucher-0/+8
2017-03-07Clarify handling of `src` in `ptr::write`Tobias Bucher-0/+4
2017-03-07Add missing urls in some macros docGuillaume Gomez-7/+16
2017-03-07Added remove_from to vec.rsmadseagames-0/+21
2017-03-07Update link to COMPILER_TESTS.md in CONTRIBUTING.mdCrazyMerlyn-1/+1
2017-03-07README formatting in configure/make sectionJoel Gallant-1/+1
2017-03-07Fix a typo in the docsOliver Schneider-1/+1
2017-03-07Add tests for issues with the 'E-needtest' label.topecongiro-0/+130
2017-03-06Improve the style of the sidebar in rustdoc outputWesley Wiser-2/+20
2017-03-06Auto merge of #40272 - jseyfried:fix_const_macro_invocations, r=petrochenkovbors-21/+45
2017-03-06Remove reference to Ty.Mark Simulacrum-4/+4
2017-03-06Unify both conflicting default searches into one.Mark Simulacrum-83/+50
2017-03-06Remove extra space in test description (of a mod test)Marco A L Barbosa-2/+5
2017-03-06Fix text formatting in READMEMátyás Mustoha-1/+1
2017-03-06Auto merge of #40276 - topecongiro:add-test, r=petrochenkovbors-0/+118
2017-03-06Add missing tests for 'E-needstest' labeled issuestopecongiro-0/+118
2017-03-06Auto merge of #40285 - estebank:issue-40221, r=frewsxcvbors-1/+39
2017-03-06Use `BTreeSet` instead of `FxHashSet`Esteban Küber-10/+9
2017-03-06Clean up "pattern doesn't bind x" messagesEsteban Küber-50/+176
2017-03-06Fix ICE: don't use `struct_variant` on enumsEsteban Küber-1/+39
2017-03-05Issue #39688 - Help people find String::as_bytes() for UTF-8 r? @steveklabnikJoshua Horwitz-0/+8
2017-03-05Fix const expression macro invocations.Jeffrey Seyfried-21/+45