about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-10Merge pull request #20833 from nstoddard/masterbors-2/+2
2015-01-10Merge pull request #20819 from GuillaumeGomez/masterbors-1/+1
2015-01-10Merge pull request #20818 from rgs1/fix-guidebors-1/+1
2015-01-10Merge pull request #20817 from killercup/patch-2bors-5/+6
2015-01-10Merge pull request #20808 from Manishearth/span_fixbors-24/+8
2015-01-10Merge pull request #20771 from Kimundi/vec-macro-repeatbors-1/+22
2015-01-10Feature-gate `<>` syntax used with `Fn`. Fixes #18875.Niko Matsakis-5/+41
2015-01-10auto merge of #20839 : alexcrichton/rust/missing-stability, r=aturonbors-0/+2
2015-01-10Fix `playpen.js` errors on `pre`s without IDsPascal Hertleif-0/+1
2015-01-10auto merge of #20837 : huonw/rust/remove-unused-lifetime, r=nikomatsakisbors-6/+34
2015-01-10auto merge of #20794 : sfackler/rust/trailing-attrs, r=alexcrichtonbors-5/+49
2015-01-09Mark _ as a word constituent to avoid highlighting parts of identifiers as ke...Sean Gillespie-0/+5
2015-01-10Should be `assert_eq!` not `assert_eq`Mike English-1/+1
2015-01-09Fix typo in documentation.Peter Schuller-2/+2
2015-01-10auto merge of #20802 : huonw/rust/book-css, r=steveklabnikbors-23/+69
2015-01-10auto merge of #20782 : iKevinY/rust/trpl-formatting, r=steveklabnikbors-139/+139
2015-01-10auto merge of #20828 : alexcrichton/rust/issue-20823, r=brsonbors-1/+23
2015-01-10core: rm unused lifetime.Huon Wilson-6/+34
2015-01-09std: Mark two missing functions as #[stable]Alex Crichton-0/+2
2015-01-09Fix a couple wording issues in trpl bookNathan Stoddard-2/+2
2015-01-09auto merge of #20776 : kmcallister/rust/macro-cleanup, r=alexcrichtonbors-183/+15
2015-01-09syntax: Add #[allow(unstable)] to --test expansionAlex Crichton-1/+23
2015-01-09auto merge of #20815 : brson/rust/installer, r=alexcrichtonbors-0/+0
2015-01-09documentation: Fix boxed closure left-over and add some words on why we use a...Sebastian Gesemann-12/+14
2015-01-09Update advanced.mdGuillaume Gomez-1/+1
2015-01-09Update macro scope introKeegan McAllister-2/+6
2015-01-09Re-reduce libstd macro duplicationKeegan McAllister-181/+9
2015-01-09Remove extra dangling periodRaul Gutierrez S-1/+1
2015-01-09Update Conclusion of The Rust Programming LanguagePascal Hertleif-5/+6
2015-01-09Fix revert of rust-installerBrian Anderson-0/+0
2015-01-09Merge pull request #20800 from jroesch/add-regression-for-issue-20414bors-0/+27
2015-01-09Merge pull request #20793 from ktossell/rustdoc-fixedvector-syntaxbors-1/+1
2015-01-09Merge pull request #20699 from vhbit/ios-archsbors-78/+589
2015-01-09Treat `struct(T)` the same as `struct S { x: T }` WRT being immediate argsBjörn Steinbrink-4/+1
2015-01-09iOS: preliminary 64-bit archs supportValerii Hiora-9/+89
2015-01-09Updated compiler-rtValerii Hiora-0/+0
2015-01-09iOS: makefiles and runtime for new archsValerii Hiora-0/+252
2015-01-09iOS: cabi fixesValerii Hiora-19/+75
2015-01-09iOS: fixed test buildValerii Hiora-8/+21
2015-01-09iOS: updated targetsValerii Hiora-42/+152
2015-01-09Fix checking of command line expansion spans (fixes #20747)Manish Goregaokar-2/+5
2015-01-10rustbook: use a relative @import path to ensure it works offline.Huon Wilson-1/+1
2015-01-09Revert "Ignore extra error from test for now"Manish Goregaokar-22/+3
2015-01-09auto merge of #20788 : Zoxc/rust/loader, r=huonwbors-2/+19
2015-01-09Handle errors properly in rustbook.Huon Wilson-22/+20
2015-01-09Add stub deprecation files for each of the old guides.Huon Wilson-0/+48
2015-01-08Add test for issue #20414Jared Roesch-0/+27
2015-01-08Forbid trailing attributes in impl blocksSteven Fackler-5/+49
2015-01-09auto merge of #20786 : brson/rust/rustdocwarnings, r=huonwbors-1/+0
2015-01-09Add append() and split_off() to DList.Tim Dumol-41/+161